InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By Ip Is A Connection-less Protocol? |
|
Answer» IP is a connection-less protocol because it does not maintain state information about the connection to a destination host. Each datagram is handled independent of other DATAGRAMS and ALSO each datagram may reach the destination through different network routes. IP is a connection-less protocol because it does not maintain state information about the connection to a destination host. Each datagram is handled independent of other datagrams and also each datagram may reach the destination through different network routes. |
|