TCP VS UDP Flashcards
1
Q
What does TCP stand for?
A
Transmission Control Protocol
2
Q
What does UDP stand for?
A
User Datagram Protocol
3
Q
What is faster TCP or UDP? Why?
A
UDP. Because it does not need to establish a connection and it has less overhead.
4
Q
How does TCP work?
A
Transmission Control Protocol works by establishing a connection first. It initiates by first sending a SYN packet, it will continue to send SYN until it receives a SYN-ACK. Once received the client will send another ACK before sending the data packet.
5
Q
A