CCNA Chapter 9 (Quiz)
Which number or set of numbers represents a socket? a.) 01-23-45-67-89-AB b.) 21 c.) 192.168.1.1:80 d.) 10.1.1.15
192.168.1.1:80 A socket is defined by the combination of an IP address and a port number, and uniquely identifies a particular communication.
Which two services or protocols use the preferred UDP protocol for fast transmission and low overhead? (Choose two) a.) FTP b.) DNS c.) HTTP d.) POP3 e.) VoIP
DNS, VoIP
What three fields are used in a UDP segment header? (Choose three.) a.) Window size b.) Length c.) Source port d.) Checksum e.) Acknowledgement Number f.) Sequence Number
Length, Source Port, Checksum
What transport layer feature is used to guarantee session establishment? a.) UDP ACK flag b.) TCP 3-way handshake c.) UDP sequence number d.) TCP port number
TCP 3-way handshake
Refer to the exhibit. What does the value of the window size specify? a.) The amount of data that can be sent at one time b.) The total number of bits received during this TCP session c.) The amount of data that can be sent before an acknowledgement is required d.) A random number that is used in establishing a connection with the 3-way handshake
The amount of data can be sent before an acknowledgement is required
Which action is performed by a client when establishing communications with a server via the use of UDP at the transport layer? a.) The client sets the window size for the session b.) The client sends an ISN to the server to start the 3-way handshake c.) The client randomly selects a source port number d.) 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? a.) The source decreases the amount of data that it transmits before it receives an acknowledgement from the destination b.) The source decreases the window size to decrease the rate of transmission from the destination c.) The destination decreases the window size d.) 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 the purpose of the TCP sliding window? a.) To inform a source to retransmit data from a specific point forward b.) To request that a source decrease the rate at which it transmits data c.) To end communications when data transmission is complete d.) 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? a.) Transport b.) Network c.) Data link d.) Session
Transport
What is an advantage of UDP over TCP? a.) UDP communications requires less overhead b.) UDP communications is more reliable c.) UDP reorders segments that are received out of order d.) UDP acknowledges received data
UDP communications requires less overhead
What type of applications are best suited for using UDP? a.) applications that are sensitive to delay b.) application that need reliable delivery c.) applications that require retransmission of lost segments d.) application that are sensitive to packet loss
application that are sensitive to delay
What are three responsibilities of the transport layer? (Choose three.) a.) meeting the reliability requirements of applications, if any b.) multiplexing multiple communication streams from many users or applications on the same network c.) identifying the applications and servers on the client and server that should handle transmitted data d.) directing packets towards the destination network e.) formatting data into a compatible form for receipt by the destination devices f.) conduction error detection of the contents in frames
meeting the reliability requirements of application, if any multiplexing multiple communication streams from many users or applications on the same network identifying the applications and servers on the client and server that should handle transmitted data
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 i. client sends FIN ii. server sends ACK iii. server sends FIN iv. client sends ACK
step 1 --> client send FIN step 2 --> server sends ACK step 3 --> server sends FIN step 4 --> client sends ACK
What is the purpose of using a source port number in a TCP communication? a.) to notify the remote device that the conversation is over b.) to assemble the segments that arrived out of order c.) to keep track of multiple conversations between devices d.) to inquire for a nonreceived segment
to keep track of multiple conversations between devices