Beginner Computer Networks
Q33 / 100

What is the difference between TCP and UDP connection setup?

Correct! Well done.

Incorrect.

The correct answer is B) TCP uses a 3-way handshake (SYN, SYN-ACK, ACK) to establish a connection; UDP is connectionless with no handshake

B

Correct Answer

TCP uses a 3-way handshake (SYN, SYN-ACK, ACK) to establish a connection; UDP is connectionless with no handshake

Explanation

TCP's 3-way handshake: client sends SYN, server responds SYN-ACK, client sends ACK. This establishes connection state. UDP sends data immediately without setup.

Progress
33/100