Chapter 14 - Transport Layer Flashcards
Which layer is responsible for establishing a temporary communication session between the source and destination host applications?
Transport Layer
Which three are transport layer responsibilities?
Conversation Multiplexing
Segmenting data and reassembling segments
Tracking individual conversations
Which transport layer protocol would be used for VoIP applications?
UDP
Which TCP header statement is true?
It contains of 10 fields in a 20 byte header
Port
Number Protocol Application
0 TCP File Transfer Protocol (FTP) - Data
21 TCP File Transfer Protocol (FTP) - Control
22 TCP Secure Shell (SSH)
23 TCP Telnet
25 TCP Simple Mail Transfer Protocol (SMTP)
53 UDP, TCP Domain Name System (DNS)
67 UDP DHCP - Server
68 UDP DHCP - Client
69 UDP Trivial File Transfer Protocol (TFTP)
80 TCP Hypertext Transfer Protocol (HTTP)
110 TCP Post Office Protocol version 3 (POP3)
143 TCP Internet Message Access Protocol (IMAP)
161 UDP Simple Network Management Protocol (SNMP)
443 TCP HTTPS
Which of the following would be valid source and destination ports for a host connecting to an email server?
Source 49152 Destination 25
Which control bit flags are used during the three-way handshake?
SYN and ACK
How many exchanges are needed to end both sessions between two hosts during two way handshake?
Four exchanges
Which TCP field is used by the destination host to reassemble segments into the original order?
Sequence Number
Which TCP field is used to provide flow control?
Window Size
What happens when a sending host senses there is congestion?
The sending host reduces the number of bytes it sends before receiving an acknowledgment from the destination host.
Why is UDP desirable for protocols that make a simple request and reply transactions?
Low overhead
Which UDP datagram reassembly statement is true?
UDP reassembles the data in the order that it was received.
Which of the following would be valid source and destination ports for a host connecting to a DNS server?
Source 49152 Destination 53
Which transport layer feature is used to establish a connection-oriented session?
TCP 3- way handshake