Which layer can route data on different paths by creating virtual circuits?

A. Physical
B. Data Link
C. Network
D. Transport


Answer: C

Computer Science & Information Technology

You might also like to view...

Given the following method header, which of these method calls is incorrect?

``` public void displayValue(int x, int y); ``` a. displayValue(a, b); // where a is a short and b is a byte b. displayValue(a, b); // where a is an int and b is a byte c. displayValue(a, b); // where a is a short and b is a long d. All of these would give an error.

Computer Science & Information Technology

In the figure above, item 2 is pointing to the ____.

A. title bar B. text links C. navigation links D. unique URL

Computer Science & Information Technology

Which of these file types cannot be imported into Excel?

A) .txt B) CAD C) .PDF D) .CSV

Computer Science & Information Technology

When you hold down the CTRL key while rolling the mouse wheel, text on the screen becomes smaller regardless of the direction in which you roll the wheel.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology