The Transport Layer Flashcards
What are two roles of the transport layer in data communication on a network? (Choose two.)
- Identifying the proper application for each communication stream.
- Tracking the individual communication between applications on the source and destination hosts.
During a TCP session, a destination device sends an acknowledgment number to the source device. What does the acknowledgment number represent?
The next byte that the destination expects to receive.
Which two services or protocols use the preferred UDP protocol for fast transmission and low overhead? (Choose two)
- VoIP
2. DNS
Which transport layer feature is used to guarantee session establishment?
TCP 3-way handshake
Data is being sent from a source PC to a destination server. Which three statements correctly describe the function of TCP or UDP in this situation? (Choose three.)
- The source port field identifies the running application or service that will handle data returning to the PC.
- UDP segments are encapsulated within IP packets for transport across the network.
- The UDP destination port number identifies the application or service on the server which will handle the data.
What is the purpose of the TCP sliding window?
To request that a source decrease the rate at which it transmits data.
What happens if part of an FTP message is not delivered to the destination?
The part of the FTP message that was lost is re-sent.
Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices? (Choose two.)
- SYN
2. ACK
Which tool is used to provide a list of open ports on network devices?
Nmap
Which two fields are included in the TCP header but not in the UDP header? (Choose two.)
- Window
2. Sequence Number
Refer to the exhibit. Which three lines represent the TCP three-way handshake?
line 2,3, and 4
What is a characteristic of a TCP server process?
There can be many ports open simultaneously on a server, one for each active server application.