InterviewSolution
Saved Bookmarks
| 1. |
Which layer is used to link the network support layers and user support layers?(a) session layer(b) data link layer(c) transport layer(d) network layerI have been asked this question during an online exam.My question comes from Reference Models topic in section Computer Networks Introduction of Computer Network |
|
Answer» CORRECT answer is (C) transport layer For EXPLANATION I would say: Physical, data link and network layers are network support layers and SESSION, presentation and application layers are USER support layers. The transport layer links these layers by segmenting and rearranging the data. It uses protocols like TCP and UDP. |
|