Searching for "and"

Q:

What does a switch do when a frame is received on an interface and the destination hardware address is unknown or not in the filter table?

A) Forwards the switch to the first available link B) Drops the frame
C) Floods the network with the frame looking for the device D) Sends back a message to the originating station asking for a name resolution
 
Answer & Explanation Answer: C) Floods the network with the frame looking for the device

Explanation:

Switches flood all frames that have an unknown destination address. If a device answers the frame, the switch will update the MAC address table to reflect the location of the device. 

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You need the IP address of the devices with which the router has established an adjacency. Also, the retransmit interval and the queue counts for the adjacent routers  need to be  checked. What command will display the required information?

A) show ip eigrp adjacency B) show ip eigrp topology
C) show ip eigrp interfaces D) show ip eigrp neighbors
 
Answer & Explanation Answer: D) show ip eigrp neighbors

Explanation:

The show ip eigrp neighbors command allows you to check the IP addresses as well as the retransmit  interval and queue counts for the neighbors that have established an adjacency.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

When a PC sends a packet to another PC in a remote network, what destination IP address and MAC address will be in the frame that it sends to its default gateway?

Answer

It will use the gateway interface MAC at L2 and the actual destination IP at L3. 

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

If your routing table has a static, a RIP, and an EIGRP route to the same network, which route will be used to route packets by default?

A) Any available route B) RIP route
C) Static route D) EIGRP route
 
Answer & Explanation Answer: C) Static route

Explanation:

Static routes have an administrative distance of 1 by default. Unless you change this, a static route will always be used over any other dynamically learned route. EIGRP has an administrative distance of 90, and RIP has an administrative distance of 120, by default

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

A network administrator views the output from the show ip route command. A network that is advertised by both RIP and EIGRP appears in the routing table flagged as an EIGRP route. why is the RIP route to this network not used in the routing table?

A) EIGRP has a faster update timer B) EIGRP has a lower administrative distance
C) RIP has a higher metric for that route D) The RIP path has a routing loop
 
Answer & Explanation Answer: B) EIGRP has a lower administrative distance

Explanation:

RIP has an administrative distance (AD) of 120, while EIGRP has an administrative distance of 90, so the router will discard any route with a higher AD than 90 to that same network.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which command displays RIP routing updates?

A) Show ip route B) debug ip rip
C) show protocols D) Debug ip route
 
Answer & Explanation Answer: B) debug ip rip

Explanation:

Debug ip rip is used to show the internet Protocol (IP) Routng Information protocol (RIP) updates being sent and received on the router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What is the command to copy the startup-config filre to DRAM?

Answer

copy start run

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

What is the command to copy a Cisco IOS to a TFTP server?

Answer

copy flash tftp

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA