Knowee
Questions
Features
Study Tools

If UDP, like IP, is unreliable, why do we need this transport layer protocol? Why not just use IP directly?Question 4Select one:UDP adds port numbers, which allow multiple applications to use the UDP layer.IP provides a best-effort service while UDP does notUDP is a connection oriented protocol, IP is notUDP provides sequence numbering of delivered segments

Question

If UDP, like IP, is unreliable, why do we need this transport layer protocol? Why not just use IP directly?Question 4Select one:UDP adds port numbers, which allow multiple applications to use the UDP layer.IP provides a best-effort service while UDP does notUDP is a connection oriented protocol, IP is notUDP provides sequence numbering of delivered segments

🧐 Not the exact question you are looking for?Go ask a question

Solution

The main reason we need the User Datagram Protocol (UDP), despite its unreliability like Internet Protocol (IP), is because UDP adds port numbers. These port numbers allow multiple applications to use the UDP layer simultaneously. This is a feature that IP does not provide.

While both UDP and IP provide a best-effort service, meaning they do their best to deliver the packets but do not guarantee delivery, UDP has the added advantage of allowing individual processes to be identified via port numbers.

Contrary to one of the options, UDP is not a connection-oriented protocol. It is a connectionless protocol, which means it does not establish a connection before sending data. This makes it faster than connection-oriented protocols because it does not have to wait for acknowledgements before sending more data.

Lastly, UDP does not provide sequence numbering of delivered segments. This is a feature of TCP (Transmission Control Protocol), not UDP. Sequence numbers in TCP allow the receiver to reorder received segments into their original order.

This problem has been solved

Similar Questions

f UDP, like IP, is unreliable, why do we need this transport layer protocol? Why not just use IP directly?

Transport layer protocols specify how to transfer messages between hosts, and are responsible for managing reliability requirements of a conversation. The transport layer includes the TCP and UDP protocols.

Which transport layer protocol is connectionless and unreliable?UDPTCPSCTPIP

What is UDP used for?

Which is an important characteristic of UDP?Question 12Select one:a.acknowledgement of data deliveryb.minimal delays in data deliveryc.high reliability of data deliveryd.same order data deliverye.flow control

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.