Are both UDP and IP unreliable to the same degree? Why or
why not?
Answers were Sorted based on User's Feedback
Answer / vits
udp is unreliable and conncetionless . while Ip
unreliability lies on the upper layer protocols .Ip packet
becomes reliable if the upper layer protocol is TCP.
| Is This Answer Correct ? | 29 Yes | 6 No |
Answer / jose mendez
In terms of data integrity, UDP is more reliable than IP. Checksum in the IP header only applies to the header itself, not to the whole packet. The UDP checksum applies to the whole user segment: header plus data.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / srikanth
No, UDP(user datagram protocol) is just a simple
communication protocol between applications and IT is the
communication between the computer's, so there's a vast
difference b/w them.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / califf
yes, both are unreliable.
But UDP guarantees data integrity (and nothing else), IP
generally does not guarantee anything at all.
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / sudish
No
Because UDP having some error detection capability due to
inclusion of pseudoheader in checksum calculation. It can
detect error , so that the datagram is not going to be
delivered to wrong process.
| Is This Answer Correct ? | 17 Yes | 24 No |
Answer / sunil kumar
UDP is a connectionless service however.there are chances of
losing data packet.but less chances in IP.UDP in these case
yes unreliable.IP is reliable because its a connection
oriented service.
| Is This Answer Correct ? | 4 Yes | 15 No |
Answer / maulik sheth
UDP works at Transport Layer so it's unreliable while IP
works at network Layer. so it's Unreliable.
| Is This Answer Correct ? | 1 Yes | 13 No |
Answer / syed mahboob feroz ahmed
Hi,
UDP stands for User DataGram Protocol which not reliable
and is connectionless and when comes to TCP\IP or IP it is
Reliable and Connection Oriented.
| Is This Answer Correct ? | 11 Yes | 34 No |
What is the difference between HTTP moduler and HTTP handler?
How do you check if smtp port is open?
Can the IP address be same for 2 PC's?
What are the protocols used in Transport layer?
How to calculate OSPF metric? If the Bandwidth in Mbps?
What is port 110 used for?
What is the purpose of the inverse domain?
How do you tell what ports are open on router?
How many bits are there in the ip address and port number?
What is codec ? What is the use of that?
What is ip set?
What are the two types of semaphore?