In comparing the OSI model to the TCP/IP model, which of the following layers of the OSI model are equivalent to the Application layer in the TCP/IP model?

A) Application
B) Presentation
C) Session
D) Transport
E) Network
F) Data link
G) Physical


A, B, C
Explanation: A) The application, presentation, and session layers in the OSI model are abstracted as the application layer in the TCP/IP model. These are the highest layers (closest to the user) in both models.
B) The application, presentation, and session layers in the OSI model are abstracted as the application layer in the TCP/IP model. These are the highest layers (closest to the user) in both models.
C) The application, presentation, and session layers in the OSI model are abstracted as the application layer in the TCP/IP model. These are the highest layers (closest to the user) in both models.

Computer Science & Information Technology

You might also like to view...

The ____ statement directs program flow through a group of statements an arbitrary number of times.

A. if B. while C. for D. switch

Computer Science & Information Technology

The output from the following code is __________.

``` java.util.ArrayList list = new java.util.ArrayList(); list.add("New York"); java.util.ArrayList list1 = (java.util.ArrayList)(list.clone()); list.add("Atlanta"); list1.add("Dallas"); System.out.println(list1); ``` a. [New York] b. [New York, Atlanta] c. [New York, Atlanta, Dallas] d. [New York, Dallas]

Computer Science & Information Technology

What are the three different types of ports that exist on a virtual switch?

What will be an ideal response?

Computer Science & Information Technology

Which of the following should be implemented to secure Pete's, a network administrator, day-today maintenance activities?

A. TFTP B. Telnet C. TACACS D. FTP E. SSH

Computer Science & Information Technology