Explaining the TCP/IP Transport Layer and Application Layer Flashcards
Which term is used to describe the application identifier for TCP and UDP applications?
A. port
B. IP address
C. MAC address
D. Organizationally Unique Identifier
A. port
Which protocol is used to carry voice streaming?
A. UDP
B. TCP
C. TCP and UDP
D. FTP
A. UDP
Which statement about TCP is correct?
A. TCP is a connectionless protocol in which a one-way datagram is sent to a destination without advance notification to the destination device.
B. TCP is connection-oriented and requires that network devices set up a connection to exchange data.
C. TCP does not provide error checking
D. TCP segments are not sequenced
B. TCP is connection-oriented and requires that network devices set up a connection to exchange data.
Which statement about UDP is correct?
A. UDP is a connectionless protocol in which a one-way datagram is sent to a destination without advance notification to the destination device.
B. A special feature of UDP recovers lost or corrupted packets.
C. Because of its high overhead, UDP is ideal for applications like HTTPS and SSH.
D. UDP is connection-oriented and requires that network devices set up a connection to exchange data.
A. UDP is a connectionless protocol in which a one-way datagram is sent to a destination without advance notification to the destination device.
Which protocol and port number are used by TFTP?
A. TCP/port 23
B. UDP/port 69
C. TCP/port 69
D. TCP/port 443
B. UDP/port 69
Which protocol and port number are used by HTTP?
A. TCP/port 8000
B. TCP/port 80
C. TCP/port 69
D. TCP/port 443
B. TCP/port 80
Which Microsoft Windows command is used to resolve a domain name into IP address?
A. nslookup
B. dns lookup
C. dns-lookup
D. dns-resolve
A. nslookup
Which two DHCP allocations result in the DHCP client always being associated with the same IPv4 address? (Choose two.)
A. DHCP dynamic allocation
B. DHCP automatic allocation
C. DHCP static allocation
D. DHCP unlimited allocation
E. DHCP uninterrupted allocation.
B. DHCP automatic allocation
C. DHCP static allocation
The correct answers are “DHCP automatic allocation” and “DHCP static allocation.” Automatic allocation of IP addresses is very similar to dynamic allocation, except that the lease time is set to never expire. This setting results in the DHCP client always being associated with the same IP address. Static allocation is an alternative that is generally used for devices that keep the same IP address configuration permanently. On the other hand, dynamic allocation does not always guarantee the same IP address to the DHCP clients, while there are no such allocation mechanisms as DHCP unlimited or uninterrupted allocations.
Which port number does HTTP use?
A. 80
B. 443
C. 43
D. 18
A. 80
Which Cisco IOS command displays the services that are running by viewing its open ports?
A. show control-plane host open-ports
B. show services open-ports
C. telnet open-ports
D. ping open-ports
A. show control-plane host open-ports
Which protocol and port number are used by SSH?
A. TCP/port 22
B. UDP/port 161
C. TCP/port 25
D. TCP/port 443
A. TCP/port 22
Which OSI stack layers match the Application layer of the TCP/IP stack?
A. application layer, presentation layer, and session layer
B. presentation layer, session layer, and transport layer
C. application layer, presentation layer, session layer, and transport layer
D. network layer and transport layer
A. application layer, presentation layer, and session layer
What is session multiplexing?
A. a process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link
B. a process by which an IP host is able to support multiple sessions simultaneously over multiple links
C. a process that is used for congestion avoidance
D. a process that is used for packet dropping
A. a process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link
What are the three main objectives of TCP reliability? (Choose three.)
A. detection and retransmission of dropped packets
B. detection and remediation of duplicate or out-of-order data
C. avoidance of congestion in the network
D. detection of dropped packets; the application does the retransmission
E. detection of duplicate or out-of-order data; the application does the remediation
F. avoidance of delay in the network
A. detection and retransmission of dropped packets
B. detection and remediation of duplicate or out-of-order data
C. avoidance of congestion in the network
Which three common applications use TCP? (Choose three.)
A. SNMP
B. web browsers
C. email
D. TFTP
E. FTP
F. VoIP
B. web browsers
C. email
E. FTP