Cisco CCNA 1 Routing and Switching : Transport Layer Chapter 9 Quiz 9
Problem 1
Question :
What type of applications are best suited for using UDP?
Answer Option Choices :
Correct Answer :
Explanation :
UDP is not a connection-oriented protocol and does not provide retransmission, sequencing, or flow control mechanisms. It provides basic transport layer functions with a much lower overhead than TCP. Lower overhead makes UDP suitable for applications which are sensitive to delay.
Problem 2
Question :
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?
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.2.2
If the source determines that the TCP segments are either not being acknowledged or are not acknowledged in a timely manner, then it can reduce the number of bytes it sends before receiving an acknowledgment. This does not involve changing the window size in the segment header. The source does not decrease the window size that is sent in the segment header. The window size in the segment header is adjusted by the destination host when it is receiving data faster than it can process it, not when network congestion is encountered.
Problem 3
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.1.2
The source port number in a segment header is used to keep track of multiple conversations between devices. It is also used to keep an open entry for the response from the server. The incorrect options are more related to flow control and guaranteed delivery.
Problem 4
Question :
Refer to the exhibit. What does the value of the window size specify?
Answer Option Choices :
Correct Answer :
Explanation :
The window size specifies the amount of data that can be sent before an acknowledgment is received from the receiver. This value specifies the highest number of bytes, not the required number of bytes.
Problem 5
Question :
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?
Answer Option Choices :
data link
Correct Answer :
transport
Explanation :
Refer to curriculum topic: 9.1.1
The transport layer of the OSI model has several responsibilities. One of the primary responsibilities is to segment data into blocks that can be reassembled in proper sequence at the destination device.
Problem 6
Question :
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.)
Answer Option Choices :
client sends FIN
server sends ACK
server sends FIN
client sends ACK
client sends SYN
server sends SYN
Correct Answer :
Other Incorrect Match Options:
- client sends SYN
- server sends SYN
Explanation :
Refer to curriculum topic: 9.2.1
In order to terminate a TCP session, the client sends to the server a segment with the FIN flag set. The server acknowledges the client by sending a segment with the ACK flag set. The server sends a FIN to the client to terminate the server to client session. The client acknowledges the termination by sending a segment with the ACK flag set.
Problem 7
Question :
Which two services or protocols use the preferred UDP protocol for fast transmission and low overhead? (Choose two)
Answer Option Choices :
Correct Answer :
Explanation :
Both DNS and VoIP use UDP to provide low overhead services within a network implementation.
Problem 8
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.2.2
The TCP sliding window allows a destination device to inform a source to slow down the rate of transmission. To do this, the destination device reduces the value contained in the window size field of the segment. It is acknowledgment numbers that are used to specify retransmission from a specific point forward. It is sequence numbers that are used to ensure segments arrive in order. Finally, it is a FIN control bit that is used to end a communication session.
Problem 9
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.1.2
TCP is a more reliable protocol and uses sequence numbers to realign packets that arrive out of order at the destination. Both UDP and TCP use port numbers to identify applications. UDP has less overhead than TCP because the UDP header has fewer bytes and UDP does not confirm the receipt of packets.
Problem 10
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.1.2
A UDP header consists of only the Source Port, Destination Port, Length, and Checksum fields. Sequence Number, Acknowledgment Number, and Window Size are TCP header fields.
Problem 11
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.1.2
A socket is defined by the combination of an IP address and a port number, and uniquely identifies a particular communication.
Problem 12
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.2.1
TCP uses the 3-way handshake. UDP does not use this feature. The 3-way handshake ensures there is connectivity between the source and destination devices before transmission occurs.
Problem 13
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.1.1
The transport layer has several responsibilities. Some of the primary responsibilities include the following:
- Tracking the individual communication streams between applications on the source and destination
- Segmenting data at the source and reassembling the data at the destination
- Identifying the proper application for each communication stream through the use of port numbers
- Multiplexing the communications of multiple users or applications over a single network
- Managing the reliability requirements of applications
Problem 14
Question :
Answer Option Choices :
Correct Answer :
Explanation :
Refer to curriculum topic: 9.2.3
Because a session does not have to be established for UDP, the client selects a random source port to begin a connection. The random port number selected is inserted into the source port field of the UDP header.
One thought on “Cisco CCNA 1 Routing and Switching : Transport Layer Chapter 9 Quiz 9”