IST 202 Chapter 14 and 15 test
What information is used by TCP to reassemble and reorder received segments? port numbers fragment numbers acknowledgment numbers sequence numbers
sequence numbers
A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the server send before it requires an acknowledgment from the PC? 1000 segments 10 segments 1 segment 100 segments
10 segments
Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices? RST SYN FIN ACK
ACK
Why does HTTP use TCP as the transport layer protocol? because HTTP is a best-effort protocol to ensure the fastest possible download speed because transmission errors can be tolerated easily because HTTP requires reliable delivery
because HTTP requires reliable delivery