COMPUTER NETWORKING

NETWORK LAYER

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is an advantage of UDP over TCP?
A
UDP has less overhead and moves faster and TCP has more overhead
B
UDP is a connection-oriented protocol and TCP is connectionless
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The reason for UDP’s superior speed over TCP is that its non-existent ‘acknowledgement’ supports a continuous packet stream.

Detailed explanation-2: -UDP is faster than TCP, and the simple reason is because its non-existent acknowledge packet (ACK) that permits a continuous packet stream, instead of TCP that acknowledges a set of packets, calculated by using the TCP window size and round-trip time (RTT).

Detailed explanation-3: -The TCP and UDP transport protocols handle much of the data transferred over IP-based networks. TCP offers accurate delivery between two locations but requires more time and resources. UDP requires less overhead and lower latency but cannot guarantee that every datagram will be delivered.

There is 1 question to complete.