TCP/IP Transport Protocols Flashcards
1
Q
What are the types of TCP/IP transport protocols?
A
TCP, UDP
2
Q
Which TCP/IP layer do these protocols run at?
A
Transport layer
3
Q
Expand
What does TCP stand for?
A
Transmission control protocol.
4
Q
Expand
What does UDP stand for?
A
User Diagram Protocol.
5
Q
Compare
Compare the reliability of TCP with UDP.
A
TCP is more reliable due to its use of sequence numbers, specialised headers, and advanced error prevention.
UDP only includes a checksum and basic information such as source and dest ports.
6
Q
Why would UDP be used over TCP?
A
UDP’s simplicity enables for faster connections and simpler implementations.