Podcast
Questions and Answers
What is the purpose of the SYN and ACK flags in TCP connection establishment?
What is the purpose of the SYN and ACK flags in TCP connection establishment?
Why does TCP initialize the Sequence Number field to a random 32-bit number?
Why does TCP initialize the Sequence Number field to a random 32-bit number?
How is the Acknowledgment Number used in TCP?
How is the Acknowledgment Number used in TCP?
What additional flag is used during TCP connection termination?
What additional flag is used during TCP connection termination?
Signup and view all the answers
Which protocol is known as a connectionless protocol due to its lack of connection establishment and termination processes?
Which protocol is known as a connectionless protocol due to its lack of connection establishment and termination processes?
Signup and view all the answers
What does UDP lack in comparison to TCP?
What does UDP lack in comparison to TCP?
Signup and view all the answers
What information do the DPORT and SPORT fields represent in TCP connection establishment?
What information do the DPORT and SPORT fields represent in TCP connection establishment?
Signup and view all the answers
Why are SYN, ACK, FIN, and RST bits typically represented as 1-bit flags in the TCP header?
Why are SYN, ACK, FIN, and RST bits typically represented as 1-bit flags in the TCP header?
Signup and view all the answers