Quiz 9
Which number or set of numbers represents a socket? 01-23-45-67-89-AB 21 192.168.1.1:80 10.1.1.15
192.168.1.1:80
A client application needs to terminate a TCP communication session with a server. Place the termination process steps in the order that they will occur. (Not all options are used.) step 1 step 2 step 3 step 4
Client sends FIN server sends ACK server sends FIN client sends ACK
Which two services or protocols use the preferred UDP protocol for fast transmission and low overhead? (Choose two) FTP DNS HTTP POP3 VoIP
DNS VoIP
Which three fields are used in a UDP segment header? (Choose three.) Window Size Length Source Port Acknowledgment Number Checksum Sequence Number
Length Source Port Checksum
Which transport layer feature is used to guarantee session establishment? UDP ACK flag TCP 3-way handshake UDP sequence number TCP port number
TCP 3-way handshake
Which action is performed by a client when establishing communication with a server via the use of UDP at the transport layer? The client sets the window size for the session. The client sends an ISN to the server to start the 3-way handshake. The client randomly selects a source port number. The client sends a synchronization segment to begin the session.
The client randomly selects a source port number.
Network congestion has resulted in the source learning of the loss of TCP segments that were sent to the destination. What is one way that the TCP protocol addresses this? The source decreases the amount of data that it transmits before it receives an acknowledgement from the destination. The source decreases the window size to decrease the rate of transmission from the destination. The destination decreases the window size. The destination sends fewer acknowledgement messages in order to conserve bandwidth.
The source decreases the amount of data that it transmits before it receives an acknowledgement from the destination.
What is an advantage of UDP over TCP? UDP communication requires less overhead. UDP communication is more reliable. UDP reorders segments that are received out of order. UDP acknowledges received data.
UDP communication requires less overhead.
What type of applications are best suited for using UDP? applications that are sensitive to delay applications that need reliable delivery applications that require retransmission of lost segments applications that are sensitive to packet loss
applications that are sensitive to delay
What are three responsibilities of the transport layer? (Choose three.) meeting the reliability requirements of applications, if any multiplexing multiple communication streams from many users or applications on the same network identifying the applications and services on the client and server that should handle transmitted data directing packets towards the destination network formatting data into a compatible form for receipt by the destination devices conducting error detection of the contents in frames
meeting the reliability requirements of applications, if any multiplexing multiple communication streams from many users or applications on the same network identifying the applications and services on the client and server that should handle transmitted data
Refer to the exhibit. What does the value of the window size specify? the amount of data that can be sent at one time the total number of bits received during this TCP session the amount of data that can be sent before an acknowledgment is required a random number that is used in establishing a connection with the 3-way handshake
the amount of data that can be sent before an acknowledgment is required
What is the purpose of using a source port number in a TCP communication? to notify the remote device that the conversation is over to assemble the segments that arrived out of order to keep track of multiple conversations between devices to inquire for a nonreceived segment
to keep track of multiple conversations between devices
What is the purpose of the TCP sliding window? to inform a source to retransmit data from a specific point forward to request that a source decrease the rate at which it transmits data to end communication when data transmission is complete to ensure that segments arrive in order at the destination
to request that a source decrease the rate at which it transmits data
What OSI layer is responsible for establishing a temporary communication session between two applications and ensuring that transmitted data can be reassembled in proper sequence? transport network data link session
transport