Chapter 4: Network Protocols and Routing Flashcards
By default, what is the MTU size on a typical Ethernet network?
1500 bytes
1492 bytes
1518 bytes
1522 bytes
1500 bytes
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
group ID
traffic exchange
traffic class
flow label
In the event of a duplicate MAC address shared by two hosts on a switched network, what statement is accurate?
a) The hosts will generate new MAC addresses until the conflict is resolved.
b) The hosts that share the same MAC addresses will be completely unable to communicate with any other devices.
c) The network switch will eventually crash due to being unable to properly forward traffic.
d) The hosts will still send and receive traffic, but traffic may not always reach the correct destination.
d) The hosts will still send and receive traffic, but traffic may not always reach the correct destination.
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?
distance vector protocols
link-state protocols
interior gateway protocols
border gateway protocols
link-state protocols
What IPv6 field is similar to the TTL field in IPv4 packets?
distance vector
hop limit
flow label
next header
hop limit
What field in an IPv4 packet informs routers the level of precedence they should apply when processing an incoming packet?
Internet header length (IHL)
Time to Live (TTL)
Padding
Differentiated Services (DiffServ)
Differentiated Services (DiffServ)
What is NOT one of the three characteristics of TCP in its role as a reliable delivery protocol?
Sequencing and checksums
Framing
Connection-oriented Protocol
Flow Control
Framing
What is the purpose of the checksum TCP field?
a) It allows the receiving node to determine whether the TCP segment became corrupted during transmission.
b) It identifies the data segment’s position in the stream of data segments being sent.
c) It specifies special options, such as the maximum segment size a network can handle.
d) It confirms receipt of data via a return message to the sender.
a) It allows the receiving node to determine whether the TCP segment became corrupted during transmission.
What routing metric affects a path’s potential performance due to delay?
MTU
latency
load
theoretical bandwidth
latency
What tcpdump command can be used to filter out all traffic except SSH traffic?
tcpdump -f +ssh
tcpdump port 22
tcpdump only ssh
tcpdump -p 22
tcpdump port 22
When using the Routing Information Protocol (RIP), what is the maximum number of hops a message can take between its source and its destination before the destination is considered unreachable?
15
8
32
20
15
Which of the following is not a task handled by a router?
a) A router can interpret Layer 3 and often Layer 4 addressing.
b) A router forwards broadcasts over the network.
c) A router can connect dissimilar networks.
d) A router can reroute traffic if the path of first choice is down but a second path is available.
b) A router forwards broadcasts over the network.
Which statement does NOT accurately describe characteristics of the OSPF protocol?
OSPF requires very little CPU or memory resources.
OSPF provides low network overhead.
OSPF maintains a database of other routers’ links.
OSPF has no hop limits on a transmission path.
OSPF requires very little CPU or memory resources.
Which traceroute command will perform a trace using ICMP echo requests instead of UDP datagrams to the host srv1.mycompany.com?
traceroute -o ICMP srv1.mycompany.com
traceroute -w srv1.mycompany.com
traceroute -I srv1.mycompany.com
traceroute -i srv1.mycompany.com
traceroute -I srv1.mycompany.com
ou have been tasked with maintaining a network that is jumbo frame enabled. What does this mean?
The MTU for the network can be as high as 9198 bytes.
The network is not based on the Ethernet standard.
The MTU for the network is set at 65,535 bytes.
Fragmented frames will be consolidated into whole frames before being sent.
The MTU for the network can be as high as 9198 bytes.