answersLogoWhite

0

What are 2 features of the UDP?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

its an connection less

does not support broad casting

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the 2 futures of the UDP?

pinaple


What are two features of the User Data gram Protocol UDP?

• low overhead• connectionless


What are the Differences between IP and UDP protocols?

1. IP works at network layer, UDP works at transport layer. 2. UDP carries application data, IP carries TCP segments or UDP datagrams.


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


What is fastest udp or tcp?

UDP


Explain the format of udp hearder udp message queqe?

. A Explain the overview of UDP messaging.


What are the four key features of udp?

The four key features of User Datagram Protocol (UDP) are: Connectionless Communication: UDP does not establish a connection before sending data, allowing for faster transmission without the overhead of connection setup. Unreliable Delivery: There is no guarantee that packets will arrive at their destination or that they will arrive in the correct order, making UDP suitable for applications where speed is prioritized over reliability. Low Latency: Due to its lightweight nature, UDP minimizes latency, making it ideal for real-time applications such as video streaming and online gaming. No Flow Control or Congestion Control: UDP does not implement flow control or congestion control mechanisms, which can lead to packet loss in congested networks but allows for continuous data flow.


Brief explanation for features of UDP?

1)connection less.2)it sends bulk quantity of packets3)no acknowledgment4)good for video streaming5)fast6)and i think it is ISO 3/4 protocol. (kinda sure)


What protocol uses udp?

DNS uses both TCP and UDP, also a lot of online chats use UDP. I think even when you want videos on YouTube UDP is used to deliver video and audio.


Udp is which layer protocol?

UDP is a layer 4 (transport) protocol.


Why is UDP considered unreliable?

Routers Drop a lot of UDP packets


What kind of packet does a client use to close UDP?

UDP is a connectionless protocol, so there is no session to close. UDP is not expecting any particular packet, so opening and closing via UDP is not necessary.