module 11 Transport layer services Flashcards
Which layer of the TCP/IP model is responsible for ensuring packets are sent reliably and any missing packets are resent?
Transport layer
True or False: The Transport Control Protocol (TCP) does not keep track of segments sent to the destination.
False
True or False: The User Datagram Protocol (UDP) does not use acknowledgments to track the receipt of segments.
True
Assume a host with IP address 10.1.1.10 wants to request web services from a server at 10.1.1.254. Which of the following would display the correct socket pair?
10.1.1.10(:1099) - 10.1.1.254(:80)
Which port group includes port numbers for FTP, HTTP, and TFTP applications?
Well-known ports
Which Windows command would display the protocols in use, the local address and port numbers, the foreign address and port numbers, and the connection state?
Netstat
A client packet is received by a server. The packet has a destination port number of 21. What service is the client requesting?
FTP
A client packet is received by a server. The packet has a destination port number of 22. What service is the client requesting?
SSh
A client packet is received by a server. The packet has a destination port number of 67. What service is the client requesting?
DHCP
A client packet is received by a server. The packet has a destination port number of 53. What service is the client requesting?
DNS
A client packet is received by a server. The packet has a destination port number of 161. What service is the client requesting?
snmp
A client packet is received by a server. The packet has a destination port number of 443. What service is the client requesting?
HTTPS
A client packet is received by a server. The packet has a destination port number of 143. What service is the client requesting?
IMAP
A client packet is received by a server. The packet has a destination port number of 110. What service is the client requesting?
POP3
A client packet is received by a server. The packet has a destination port number of 69. What service is the client requesting?
TFTP