InterviewSolution
Saved Bookmarks
| 1. |
TCP/IP model does not have ______ layer but OSI model have this layer.(a) session layer(b) transport layer(c) application layer(d) network layerThe question was posed to me by my college director while I was bunking the class.My question is based upon Reference Models in chapter Computer Networks Introduction of Computer Network |
|
Answer» RIGHT answer is (a) session LAYER Explanation: In OSI reference model, there are two LAYERS which are not present in TCP/IP model. They are PRESENTATION and Session layer. The functions of Presentation and Session layer in the OSI model are handled by the transport layer itself in TCP/IP. |
|