Chapter 4 - Network Protocols and Routing

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

true

IP is an unreliable, connectionless protocol, as it does not establish a session to send its packets.

false

IPv4 and IPv6 use the same packet format.

false

Routing Information Protocol (RIP) is an interior gateway protocol that uses a link-state algorithm.

true

The cost of upgrading infrastructure has been a major factor in the slow adoption of IPv6.

D

You have been tasked with maintaining a network that is jumbo frame enabled. What does this mean? A. The network is not based on the Ethernet standard. B. The MTU for the network is set at 65,535 bytes. C. Fragmented frames will be consolidated into whole frames before being sent. D. The MTU for the network can be as high as 9198 bytes.

false

UDP provides error checking, but not sequencing.

D

You have been tasked with the replacement of OSPF with EIGRP throughout your organization, which consists of a mixture of Cisco routers and routers from other vendors. What statement is accurate? A. Increased traffic will result from the switch to EIGRP. B. EIGRP will increase CPU utilization on core routers. C. Convergence time will be increased with EIGRP. D. EIGRP may not be available on non-Cisco routers.

B

Which routing protocol started as a Cisco proprietary protocol and combines some of the features of a link-state protocol with that of distance-vector protocols? A. BGP B. EIGRP C. OSPF D. IS-IS

B

Which statement does NOT accurately describe characteristics of the OSPF protocol? A. OSPF provides low network overhead. B. OSPF requires very little CPU or memory resources. C. OSPF has no hop limits on a transmission path. D. OSPF maintains a database of other routers' links.

B

Which statement regarding the Border Gateway Protocol (BGP) is accurate? A. BGP is limited to a single autonomous system. B. BGP utilizes TCP for communicating updates. C. BGP is exclusively a distance-vector protocol. D. BGP is a more advanced version of OSPF.

A

Which traceroute command will perform a trace using ICMP echo requests instead of UDP datagrams to the host srv1.mycompany.com? A. traceroute -I srv1.mycompany.com B. traceroute -w srv1.mycompany.com C. traceroute -i srv1.mycompany.com D. traceroute -o ICMP srv1.mycompany.com

C

You are connected to your network's Cisco router, and need to verify the route table. What command should you enter? A.route print B. route -a C. show ip route D. show route-table

A

By default, what is the MTU size on a typical Ethernet network? A. 1500 bytes B. 1492 bytes C. 1518 bytes D. 1522 bytes

C

If the VLAN tag is present in an Ethernet frame, what is the maximum frame size? A. 1492 bytes B. 1518 bytes C. 1522 bytes D. 1500 bytes

B

In IPv6, what field is used to indicate what sequence of packets from one source to one or multiple destinations a packet belongs to? A. traffic class B. flow label C. group ID D. traffic exchange

B

In a TCP segment, what field indicates how many bytes the sender can issue to a receiver before acknowledgment is received? A. URG flag B. sliding-window C. PSH flag D. urgent pointer

true

In general, a Layer 3 or Layer 4 switch is still optimized for fast Layer 2 data handling.

C

In the event of a duplicate MAC address shared by two hosts on a switched network, what statement is accurate? A. The hosts that share the same MAC addresses will be completely unable to communicate with any other devices. B. The hosts will generate new MAC addresses until the conflict is resolved. C. The hosts will still send and receive traffic, but traffic may not always reach the correct destination. D. The network switch will eventually crash due to being unable to properly forward traffic.

A

Originally codified by ISO, what does the "intermediate system" in IS-IS (Intermediate System to Intermediate System) stand for? A. An IS-IS capable network router. B. The autonomous systems used by an organization. C. An entire network consisting of various network devices. D. The administrative boundaries of an organization.

B

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? A. border gateway protocols B. link-state protocols C. distance vector protocols D. interior gateway protocols

false

TCP uses a four-step process called a four-way handshake to establish a TCP connection.

true

The Border Gateway Protocol is considered to be a hybrid routing protocol.

false

The CTRL + S key combination can be used to stop an actively running command.

A

The IP connectionless protocol relies on what other protocol to guarantee delivery of data? A. TCP B. ARP C. UDP D. ICMP

false

The pathping utility sends 10 pings per hop by default.

A

What IPv6 field is similar to the TTL field in IPv4 packets? A. hop limit B. flow label C. next header D. distance vector

A

What command will list only current connections, including IP addresses and port numbers? A. netstat -n B. netstat -s C. portstat D. show ip stats

A

What field in an IPv4 packet informs routers the level of precedence they should apply when processing an incoming packet? A. Differentiated Services (DiffServ) B. Internet header length (IHL) C. Time to Live (TTL) D. Padding

D

What happens when a router receives a packet with a TTL of 0? A. The router attempts to forward the traffic on a local network. B. The router marks the packet as corrupted and forwards it to the next hop. C. The router resets the TTL to 128. D. The router drops the packet and sends an ICMP TTL expired message back to the host.

A

What is NOT one of the three characteristics of TCP in its role as a reliable delivery protocol? A. Framing B. Sequencing and checksums C. Flow Control D. Connection-oriented Protocol

D

What is routing protocol convergence time defined as? A. It is the amount of time involved in configuration of the routing protocol. B. It is the amount of time it takes after initial configuration of the protocol for all routes to become known. C. It is the time it takes for the protocol to recognize that a change has occurred. D. It is the time it takes for the protocol to recognize the best path in the event of a network change.

A

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 confirms receipt of data via a return message to the sender. C. It identifies the data segment's position in the stream of data segments being sent. D. It specifies special options, such as the maximum segment size a network can handle.

B

What occurs when a collision happens on a network? A. Each node on the network stops transmitting, until manually told to reconnect and transmit. B. Each node on the network waits a random amount of time and then resends the transmission. C. The collision will create an error in the network switch, but otherwise, no issues will occur as a result. D. The collision goes undetected, and data transmission continues.

D

What routing metric affects a path's potential performance due to delay? A. load B. theoretical bandwidth C. MTU D. latency

C

What statement regarding the differences between the Windows tracert utility and the Linux/UNIX/macOS traceroute utility is accurate? A. Only tracert can send UDP messages for tracing a path. B. The Windows tracert utility does not place limits on the TTL of repeated trial messages. C. By default, the tracert utility uses ICMP echo requests, while traceroute uses UDP datagrams or TCP SYN messages. D. The tracert utility expects an ICMP port unreachable error message as the final reply to a trace.

B

What tcpdump command can be used to filter out all traffic except SSH traffic? A. tcpdump -f +ssh B. tcpdump port 22 C. tcpdump only ssh D. tcpdump -p 22

A

What utility is the equivalent to the pathping command on a Linux system? A. mtr B. traceroute C. hping D. tracepath

D

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? A. 20 B. 8 C. 32 D. 15

B

Which command will produce statistics about each message transmitted by a host, separated according to protocol type? A. netstat -an B. netstat -s C. ipstat -a D. ipconfig -s

D

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 can connect dissimilar networks. C. A router can reroute traffic if the path of first choice is down but a second path is available. D. A router forwards broadcasts over the network.


Ensembles d'études connexes

Elsevier practice questions: Sleeping, Fluid & Electrolyte, Elimination

View Set

DRIVER KNOWLEDGE TEST QUESTIONS CLASS C (CAR) LICENCE

View Set

Nur2308 NCLEX Question Trainer #2

View Set

Chapter 17: Money Growth and Inflation: Macroeconomic

View Set

Sell and Spin Media Criticism Quiz

View Set

Wellness, Nutrition quiz, Health Care Quiz, Wellness

View Set