Chapter 9
Chapter 9
1. Which two characteristics are associated with UDP sessions? (Choose two.)
o Destination devices receive traffic with minimal delay.*
o Transmitted data segments are tracked.
o Destination devices reassemble messages and pass them to an application.
o Received data is unacknowledged.*
o Unacknowledged data packets are retransmitted.
2. What happens if part of an FTP message is not delivered to the destination?
o The message is lost because FTP does not use a reliable delivery method.
o The FTP source host sends a query to the destination host.
o The part of the FTP message that was lost is re-sent.*
o The entire FTP message is re-sent.
3. 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?
o window size
o multiplexing*
o port numbers
o acknowledgments
4. What kind of port must be requested from IANA in order to be used with a
specific application?
o registered port*
o private port
o dynamic port
o source port
5. What type of information is included in the transport header?
o destination and source logical addresses
o destination and source physical addresses
o destination and source port numbers*
o encoded application data
6. What is a socket?
o the combination of the source and destination IP address and source and
destination Ethernet address
o the combination of a source IP address and port number or a destination
IP address and port number*
o the combination of the source and destination sequence and acknowledgment
numbers
o the combination of the source and destination sequence numbers and port
numbers
7. What is the complete range of TCP and UDP well-known ports?
o 0 to 255
o 0 to 1023*
o 256 – 1023
o 1024 – 49151
8. Which flag in the TCP header is used in response to a received FIN in order to
terminate connectivity between two network devices?
o FIN
o ACK*
o SYN
o RST
CHAPTER 9
o UDP datagrams take the same path and arrive in the correct order at the
destination.
o Applications that use UDP are always considered unreliable.
o UDP reassembles the received datagrams in the order they were
received.*
o UDP only passes data to the network when the destination is ready to receive
the data.
17. What does a client do when it has UDP datagrams to send?
o It just sends the datagrams.*
o It queries the server to see if it is ready to receive data.
o It sends a simplified three-way handshake to the server.
o It sends to the server a segment with the SYN flag set to synchronize the
conversation.
18. What happens if the first packet of a TFTP transfer is lost?
o The client will wait indefinitely for the reply.
o The TFTP application will retry the request if a reply is not received.*
o The next-hop router or the default gateway will provide a reply with an error
code.
o The transport layer will retry the query if a reply is not received.
19. A host device is receiving live streaming video. How does the device account for
video data that is lost during transmission?
o The device will immediately request a retransmission of the missing data.
o The device will use sequence numbers to pause the video stream until the
correct data arrives.
o The device will delay the streaming video until the entire video stream is
received.
o The device will continue receiving the streaming video, but there may be a
momentary disruption.*
20. Why does HTTP use TCP as the transport layer protocol?
o to ensure the fastest possible download speed
o because HTTP is a best-effort protocol
o because transmission errors can be tolerated easily
o because HTTP requires reliable delivery*
21. When is UDP preferred to TCP?
o when a client sends a segment to a server
o when all the data must be fully received before any part of it is considered
useful
o when an application can tolerate some loss of data during transmission*
o when segments must arrive in a very specific sequence to be processed
successfully
22. Which three application layer protocols use TCP? (Choose three.)
o SMTP*
o FTP*
o SNMP
o HTTP*
o TFTP
o DHCP
23. Refer to the exhibit. Consider a datagram that originates on the PC and that is
destined for the web server. Match the IP addresses and port numbers that are
in that datagram to the description. (Not all options are used.)
CHAPTER 9
24. What information is used by TCP to reassemble and reorder received segments?
o sequence numbers*
o acknowledgment numbers
o fragment numbers
o port numbers