Question
Which of the following is a key difference between TCP
and UDP in the transport layer of the TCP/IP model?Solution
The key distinction between TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) lies in their approach to reliability and data delivery. TCP is a connection-oriented protocol that ensures reliable communication through mechanisms like acknowledgments, sequencing, and retransmissions. When a packet is lost or corrupted, TCP retransmits it to ensure the data arrives correctly and in order. These features make TCP suitable for applications requiring high reliability, such as web browsing (HTTP/HTTPS) and file transfers (FTP). UDP, on the other hand, is connectionless and prioritizes speed over reliability. It does not provide acknowledgments or retransmissions, which reduces overhead and increases efficiency. Applications like video streaming, online gaming, and VoIP prefer UDP because they tolerate packet loss for better performance and lower latency. ________________________________________ Why Other Options Are Incorrect? 1. TCP operates at the network layer: Incorrect because both TCP and UDP function at the transport layer, not the network layer. The network layer is responsible for IP addressing and routing. 2. UDP uses sliding window mechanisms: Incorrect because the sliding window mechanism is specific to TCP for flow control and congestion avoidance. UDP does not implement any such mechanism. 3. TCP supports multicast transmission: Incorrect because TCP supports unicast only. UDP, however, supports unicast, multicast, and broadcast communication. 4. Handshake process before data transfer: Incorrect because only TCP requires a handshake (three-way handshake). UDP does not establish a connection before data transfer.
What was the name of first indian webb browser ?Â
Which of these companies own the search engine Bing?
When we say “to boot a computer”, what does it mean?
The file extension of MS-Word document in Office 2007 is_______.
Which of the following alignment cannot be placed where the tab stops ?
What is the primary function of an AND gate in digital logic?
What is the purpose of a Bloom filter in computer science?
Embedded computer can be defined as
In the context of databases, what does the term ACID stand for?
Which cryptographic algorithm is commonly used for securing internet communications, including web browsers and email?