Chapter 4 Flashcards
T or F: UDP provides error checking, but not sequencing.
F
T or F: IP is an unreliable, connectionless protocol, as it does not establish a session to send its packets.
T
T or F: IPv4 and IPv6 use the same packet format.
F
T or F: TCP uses a four-step process called a four-way handshake to establish a TCP connection.
F
T or F: The cost of upgrading infrastructure has been a major factor in the slow adoption of IPv6.
T
T or F: In general, a Layer 3 or Layer 4 switch is still optimized for fast Layer 2 data handling.
T
T or F: Routing Information Protocol (RIP) is an interior gateway protocol that uses a link-state algorithm.
F
T or F: The Border Gateway Protocol is considered to be a hybrid routing protocol.
T
T or F: The pathping utility sends 10 pings per hop by default.
F
T or F: The CTRL + S key combination can be used to stop an actively running command.
F
What is NOT one of the three characteristics of TCP in its role as a reliable delivery protocol?
Framing
Connection-oriented Protocol
Sequencing and checksums
Flow Control
Framing
What field in an IPv4 packet informs routers the level of precedence they should apply when processing an incoming packet?
Internet header length (IHL)
Padding
Differentiated Services (DiffServ)
Time to Live (TTL)
Differentiated Services (DiffServ)
What command will list only current connections, including IP addresses and port numbers?
portstat
netstat -n
netstat -s
show ip stats
netstat -n
What utility is the equivalent to the pathping command on a Linux system?
tracepath
hping
traceroute
mtr
mtr
Which statement regarding the Border Gateway Protocol (BGP) is accurate?
BGP is limited to a single autonomous system.
BGP is exclusively a distance-vector protocol.
BGP is a more advanced version of OSPF.
BGP utilizes TCP for communicating updates.
BGP utilizes TCP for communicating updates.
In a TCP segment, what field indicates how many bytes the sender can issue to a receiver before acknowledgment is received?
PSH flag
urgent pointer
sliding-window
URG flag
sliding-window