Why Ip Protocol Is Considered As Unreliable
Answers
Answer:IP is a unreliable protocol because it does not guarantee the delivery of a datagram to its destination. The reliability must be provided by the upper layer protocols like TCP. IP does not support flow control, retransmission, acknowledgement and error recovery.
Explanation:
Why IP Protocol Is Considered As Unreliable
a. packet may be lost
b. Packets may arrive out of order
c. Duplicate packets may be generated
d. All of the above
The correct answer is :
d. All of the above
Explanation :
An IP protocol is considered as unreliable because it packet may be lost. It packets may arrive out of order and It's duplicate packets may be generated. This is the reason that an IP protocol is considered as unreliable. So the all of the above option is correct.
#SPJ3