Chapter 8-10 Questions Flashcards
What is the effect of using the Router# copy running-config startup-config command on a router?
The contents of flash will change.
The contents of ROM will change.
The contents of RAM will change.
The contents of NVRAM will change.
The contents of NVRAM will change.
What are two potential network problems that can result from ARP operation? (Choose two.)
Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent of intercepting network traffic.
Large numbers of ARP request broadcasts could cause the host MAC address table to overflow and prevent the host from communicating on the network.
On large networks with low bandwidth, multiple ARP broadcasts could cause data communication delays.
Manually configuring static ARP associations could facilitate ARP poisoning or MAC address spoofing.
Multiple ARP replies result in the switch MAC address table containing entries that match the MAC addresses of hosts that are connected to the relevant switch port.
Network attackers could manipulate MAC address and IP address mappings in ARP messages with the intent of intercepting network traffic.
Large numbers of ARP request broadcasts could cause the host MAC address table to overflow and prevent the host from communicating on the network.
What will happen if the default gateway address is incorrectly configured on a host?
The host cannot communicate with other hosts in the local network.
A ping from the host to 127.0.0.1 would not be successful.
The host will have to use ARP to determine the correct address of the default gateway.
The host cannot communicate with hosts in other networks.
The host cannot communicate with hosts in other networks.
A new network administrator has been asked to enter a banner message on a Cisco device. What is the fastest way a network administrator could test whether the banner is properly configured?
Power cycle the device.
Exit privileged EXEC mode and press Enter .
Enter CTRL-Z at the privileged mode prompt.
Exit global configuration mode.
Reboot the device.
Exit global configuration mode.
What are two functions of NVRAM? (Choose two.)
to contain the running configuration file
to store the startup configuration file
to retain contents when power is removed
to store the routing table
to store the ARP table
to store the startup configuration file
to retain contents when power is removed
What happens when the transport input ssh command is entered on the switch vty lines?
The switch requires remote connections via a proprietary client software.
The switch requires a username/password combination for remote access.
Communication between the switch and remote users is encrypted.
The SSH client on the switch is enabled.
Communication between the switch and remote users is encrypted.
Which two functions are primary functions of a router? (Choose two.)
microsegmentation
path selection
packet forwarding
domain name resolution
flow control
path selection
packet forwarding
The global configuration command ip default-gateway 172.16.100.1 is applied to a switch. What is the effect of this command?
The switch will have a management interface with the address 172.16.100.1.
The switch is limited to sending and receiving frames to and from the gateway 172.16.100.1.
The switch can be remotely managed from a host on another network.
The switch can communicate with other hosts on the 172.16.100.0 network.
The switch can be remotely managed from a host on another network.
Under which two circumstances will a switch flood a frame out of every port except the port that the frame was received on? (Choose two.)
The frame has the broadcast address as the destination address.
The destination address is unknown to the switch.
The source address in the frame is a multicast address.
The destination address in the frame is a known unicast address.
The source address in the frame header is the broadcast address.
The frame has the broadcast address as the destination address.
The destination address is unknown to the switch.
What important information is examined in the Ethernet frame header by a Layer 2 device in order to forward the data onward?
source IP address
Ethernet type
destination IP address
destination MAC address
source MAC address
destination MAC address
source MAC address
What statement describes the function of the Address Resolution Protocol?
ARP is used to discover the MAC address of any host on a different network.
ARP is used to discover the IP address of any host on a different network.
ARP is used to discover the IP address of any host on the local network.
ARP is used to discover the MAC address of any host on the local network.
ARP is used to discover the MAC address of any host on the local network.
Which statement describes the treatment of ARP requests on the local link?
They must be forwarded by all routers on the local network.
They are dropped by all switches on the local network.
They are received and processed only by the target device.
They are received and processed by every device on the local network.
They are received and processed by every device on the local network.
Where are IPv4 address to Layer 2 Ethernet address mappings maintained on a host computer?
routing table
ARP cache
MAC address table
neighbor table
ARP cache
Which two types of IPv6 messages are used in place of ARP for address resolution?
echo reply
neighbor advertisement
broadcast
echo request
neighbor solicitation
anycast
neighbor advertisement
neighbor solicitation
What property of ARP causes the NICs receiving an ARP request to pass the data portion of the Ethernet frame to the ARP process?
Entries in an ARP table are time-stamped and are purged after the timeout expires.
The type field 0x806 appears in the header of the Ethernet frame.
The destination MAC address FF-FF-FF-FF-FF-FF appears in the header of the Ethernet frame.
The port-to-MAC address table on a switch has the same entries as the ARP table on the switch.
The type field 0x806 appears in the header of the Ethernet frame.
INFO: When NICs receive frames, they inspect the type field in the Ethernet frame header. If it’s set to 0x806, it indicates that the frame contains ARP information, prompting the NIC to pass the data portion of the frame to the ARP process for further handling and resolution of IP addresses to MAC addresses.
Which term describes a field in the IPv4 packet header that contains a unicast, multicast, or broadcast address?
destination IPv4 address
TTL
protocol
header checksum
destination IPv4 address
Within a production network, what is the purpose of configuring a switch with a default gateway address?
Hosts that are connected to the switch can use the switch default gateway address to forward packets to a remote destination.
It provides a next-hop address for all traffic that flows through the switch.
A switch must have a default gateway to be accessible by Telnet and SSH.
The default gateway address is used to forward packets originating from the switch to remote networks.
The default gateway address is used to forward packets originating from the switch to remote networks.
When transporting data from real-time applications, such as streaming audio and video, which field in the IPv6 header can be used to inform the routers and switches to maintain the same path for the packets in the same conversation?
Differentiated Services
Traffic Class
Next Header
Flow Label
Flow Label
How do hosts ensure that their packets are directed to the correct network destination?
They send a query packet to the default gateway asking for the best route.
They search in their own local routing table for a route to the network destination address and pass this information to the default gateway
They always direct their packets to the default gateway, which will be responsible for the packet delivery.
They have to keep their own local routing table that contains a route to the loopback interface, a local network route, and a remote default route.
They search in their own local routing table for a route to the network destination address and pass this information to the default gateway
Which statement describes a feature of the IP protocol?
IP encapsulation is modified based on network media.
IP relies on upper layer services to handle situations of missing or out-of-order packets.
MAC addresses are used during the IP packet encapsulation.
IP relies on Layer 2 protocols for transmission error control.
IP relies on upper layer services to handle situations of missing or out-of-order packets
What IPv4 header field identifies the upper layer protocol carried in the packet?
Version
Protocol
Differentiated Services
Identification
Protocol
What are two services provided by the OSI network layer? (Choose two.)
routing packets toward the destination
performing error detection
encapsulating PDUs from the transport layer
collision detection
placement of frames on the media
routing packets toward the destination
encapsulating PDUs from the transport layer