Chapter 8 - Quiz Flashcards
Which two characteristics are associated with UDP sessions? (Choose two.)
a. Destination devices receive traffic with minimal delay.
b. Transmitted data segments are tracked.
c. Destination devices reassemble messages and pass them to an application.
d. Received data is unacknowledged.
e. Unacknowledged data packets are retransmitted.
a. Destination devices receive traffic with minimal delay.
d. Received data is unacknowledged.
What happens if part of an FTP message is not delivered to the destination?
a. The message is lost because FTP does not use a reliable delivery method.
b. The FTP source host sends a query to the destination host.
c. The part of the FTP message that was lost is re-sent.
d. The entire FTP message is re-sent.
c. The part of the FTP message that was lost is re-sent.
A host device needs to send a large video file across the network while providing data communication to other users. Which feature will allow different communication streams to occur at the same time, without having a single data stream using all available bandwidth?
a. window size
b. multiplexing
c. port numbers
d. acknowledgments
b. multiplexing
What kind of port must be requested from IANA in order to be used with a specific application?
a. registered port
b. private port
c. dynamic port
d. source port
a. registered port
What type of information is included in the transport header?
a. destination and source logical addresses
b. destination and source physical addresses
c. destination and source port numbers
d. encoded application data
c. destination and source port numbers
What is a socket?
a. the combination of the source and destination IP address and source and destination Ethernet address
b. the combination of a source IP address and port number or a destination IP address and port number
c. the combination of the source and destination sequence and acknowledgment numbers
d. the combination of the source and destination sequence numbers and port numbers
b. the combination of a source IP address and port number or a destination IP address and port number
What is the complete range of TCP and UDP well-known ports?
a. 0 to 255
b. 0 to 1023
c. 256 – 1023
d. 1024 – 49151
b. 0 to 1023
Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices?
a. FIN
b. ACK
c. SYN
d. RST
b. ACK
What is a characteristic of a TCP server process?
a. Every application process running on the server has to be configured to use a dynamic port number.
b. There can be many ports open simultaneously on a server, one for each active server application.
c. An individual server can have two services assigned to the same port number within the same transport layer services.
d. A host running two different applications can have both configured to use the same server port.
b. There can be many ports open simultaneously on a server, one for each active server application.
Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices? (Choose two.)
a. ACK
b. FIN
c. PSH
d. RST
e. SYN
f. URG
a. ACK
e. SYN
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?
a. 1 segment
b. 10 segments
c. 100 segments
d. 1000 segments
b. 10 segments
Which factor determines TCP window size?
a. the amount of data to be transmitted
b. the number of services included in the TCP segment
c. the amount of data the destination can process at one time
d. the amount of data the source is capable of sending at one time
c. the amount of data the destination can process at one time
During a TCP session, a destination device sends an acknowledgment number to the source device. What does the acknowledgment number represent?
a. the total number of bytes that have been received
b. one number more than the sequence number
c. the next byte that the destination expects to receive
d. the last sequence number that was sent by the source
c. the next byte that the destination expects to receive
What information is used by TCP to reassemble and reorder received segments?
a. port numbers
b. sequence numbers
c. acknowledgment numbers
d. fragment numbers
b. sequence numbers
What does TCP do if the sending source detects network congestion on the path to the destination?
a. The source host will send a request for more frequent acknowledgments to the destination.
b. The source will decrease the amount of data that it sends before it must receive acknowledgements from the destination.
c. The destination will request retransmission of the entire message.
d. The source will acknowledge the last segment that is sent and include a request for a smaller window size in the message.
b. The source will decrease the amount of data that it sends before it must receive acknowledgements from the destination.