Ch 4: Network Protocols and Routing Flashcards
What is NOT one of the three characteristics of TCP in its role as a reliable delivery protocol?
Framing
What field in an IPv4 packet informs routers the level of precedence they should apply when processing an incoming packet?
Differentiated Services (DiffServ)
What command will list only current connections, including IP addresses and port numbers?
netstat -n
What utility is the equivalent to the pathping command on a Linux system?
mtr
Which statement regarding the Border Gateway Protocol (BGP) is accurate?
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?
sliding-window
Which of the following is not a task handled by a router?
A router forwards broadcasts over the network.
The IP connectionless protocol relies on what other protocol to guarantee delivery of data?
TCP
You are connected to your network’s Cisco router, and need to verify the route table. What command should you enter?
show ip route
Which traceroute command will perform a trace using ICMP echo requests instead of UDP datagrams to the host srv1.mycompany.com?
traceroute -I srv1.mycompany.com
What is the purpose of the checksum TCP field?
It allows the receiving node to determine whether the TCP segment became corrupted during transmission.
What happens when a router receives a packet with a TTL of 0?
The router drops the packet and sends an ICMP TTL expired message back to the host.
In IPv6, what field is used to indicate what sequence of packets from one source to one or multiple destinations a packet belongs to?
flow label
What is routing protocol convergence time defined as?
It is the time it takes for the protocol to recognize the best path in the event of a network change.
Routing protocols that enable routers to communicate beyond neighboring routers, allowing each router to independently map the network, are known as which type of protocols?
link-state protocols