InterviewSolution
Saved Bookmarks
| 1. |
Tell Me What Do You Mean By Ip Is An Unreliable Protocol? |
|
Answer» IP is a unreliable PROTOCOL because it does not guarantee the delivery of a data-gram to its destination. The reliability must be provided by the upper LAYER protocols like TCP. IP does not support FLOW CONTROL, re-transmission, acknowledgement and error RECOVERY. IP is a unreliable protocol because it does not guarantee the delivery of a data-gram to its destination. The reliability must be provided by the upper layer protocols like TCP. IP does not support flow control, re-transmission, acknowledgement and error recovery. |
|