492 views
1 votes
1 votes
If there's an error detected in a UDP packet it's silently discarded.

Whenever an IP packet is discarded ICMP message is sent back to the source.

Aren't these conflicting statements?

What am I missing here?

1 Answer

Best answer
0 votes
0 votes
UDP is unreliable, connectionless means it doesn't care about delivery of packets and also don't care for discarded packets

ICMP protocol return error message for discarded packet of TCP as well as UDP also
selected by

Related questions

0 votes
0 votes
1 answer
2
soumayan bandhu asked Sep 15, 2018
501 views
Is packets come to destination in order for both TCP and UDP?
0 votes
0 votes
0 answers
4
Prabhanjan_1 asked Nov 28, 2016
881 views
Which of the following are true about TCP/UDP ?a)UDP handles congestion control but not Flow control.b)Slow start mechanism deals with Congestion control and Flow Control...