answersLogoWhite

0


Best Answer

It uses something called a checksum to verify datagram integrity

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does UDP verify datagram integrity?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does a client do when it has UDP datagrams to send?

When a client wishes to send a UDP datagram there is nothing that they are required to except to send it. The datagram will use a checksum to verify the integrity of the datagram and deliver it where it needs to go.


What is Full form of UDP Protocol in CCNA.?

user datagram protocol


What are the specific port no of tcp and udp?

Port No. for Tranmission Control Protocal (TCP) is 6 Port No. for User Datagram Protocol (UDP) is 17


What protocol does skype uses?

I believe Skype uses UDP or User Datagram Protocol.


Which protocol is generating segments at the transport layer when using skype?

It is UDP the User Datagram Protocol.


What transport protocol does Skype use?

I believe Skype uses UDP or User Datagram Protocol.


What is the maximum and minimum size of a UDP datagram?

maximum size is 512 bytes without header


TCP and UDP reside at which layer of the OSI model?

UDP or User Datagram Protocol works on the Transport Layer (layer 4) in the OSI model.


What is the difference between datagram and packet?

datagram is used in conectionless n/w e.g. UDP Whereas packets used in connection oriented n/w e.g. ATM X.25 tcp


Features of udp?

provides connectionless, unreliable serviceso UDP faster than TCPadds only checksum and process-to-process addressing to IPused for DNS and NFSused when socket is opened in datagram mode


Which is more efficent than tcp for carrying messages that fit within data package?

Udp(user datagram protocol)


When the datagram is used?

Datagram is UDP that is connectionless,best effort-delivery protocol which means it sends data and doesnot take responsibility for the data's integrity.But,it is useful when large number of data has to be sent. Kritika Raj