answersLogoWhite

0

What else can I help you with?

Related Questions

What stand for UDP?

This User Datagram Protocol (UDP) is defined to make available a datagram mode of packet-switched computer communication in the environment of an interconnected set of computer networks. This protocol assumes that the Internet Protocol IP is used as the underlying protocol. This protocol provides a procedure for application programs to send messages to other programs with a minimum of protocol mechanism. The protocol is transaction oriented, and delivery and duplicate protection are not guaranteed. Applications requiring ordered reliable delivery of streams of data should use the Transmission Control Protocol TCP. l


Which NetWare protocol provides guaranteed packet delivery?

The Novell protocol is SPX


What is a fast but unreliable delivery protocol that operates on the Transport layer?

This would be UDP. The User Datagram Protocol. It has no error checking or correction or congestion measures.


Does udp guarantee delivery of packets?

No, UDP (User Datagram Protocol) does not guarantee the delivery of packets. It is a connectionless protocol that sends packets without establishing a connection or ensuring that they arrive at their destination. This means packets can be lost, duplicated, or delivered out of order. UDP is often used in applications where speed is critical and some data loss is acceptable, such as in streaming media or online gaming.


What transport protocol exchanges datagrams without acknowledgements or guaranteed delivery?

UDP


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


Which protocol offers guaranteed delivery and is connection oriented?

Transmission Control Protocol (TCP) is used when data reliability is needed since it is connection oriented and guarantees delivery.


What is Full form of UDP Protocol in CCNA.?

user datagram protocol


In tcp ip the protocol that guarantees?

Guaranteed reliable delivery is provided by TCP transport.


Why do you have type data gram socket?

A datagram socket represents a connectionless, non-guaranteed communication protocol. It represents the UDP protocol in the TCP/IP suite.Contrast this with a stream socket, which represents a connection oriented, guaranteed, communication protocol. It represents the TCP protocol in the TCP/IP suite.UDP is the underlying protocol for TCP. If you are talking OSI model, UDP is layer 3, and TCP is layer 4.


What protocol does skype uses?

I believe Skype uses UDP or User Datagram Protocol.


What are three unique characteristics of UDP?

• low overhead • no flow control • no error-recovery function