CISCO Certification Questions

Q:

A device on a network is ready to send a frame. What is the first thing that CSMA/CD logic does?

A) Sends a token out to instruct other devices not to send packets. B) Sends a jamming signal out to prevent other hosts from sending packets.
C) Sends a discovery message out to find out if the destination host is on the same subnet. D) Listens to see if the Ethernet is busy.
 
Answer & Explanation Answer: D) Listens to see if the Ethernet is busy.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCENT

0 2754
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

0 2744
Q:

What is the maximum number of IP addresses that can be assigned to hosts on a local subnet that uses the 255.255.255.224 subnet mask?

A) 15 B) 16
C) 30 D) 31
 
Answer & Explanation Answer: C) 30

Explanation:

A/27 (255.255.255.224) is 3 bits on and 5 bits off. This provides 8 subnets, each with 30 hosts. Does it matter if this mask is used with a Class A, B, or C network address? Not at all. The number of host bits would never change.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 2720
Q:

You are troubleshooting a connectivity problem in your corporate network and want to isolate the problem. You suspect that a router on the route to an unreachable network is at fault. What IOS user exec command should you issue?

A) Router>ping B) Router>trace
C) Router>show ip route D) Router>show interface
 
Answer & Explanation Answer: B) Router>trace

Explanation:

The command traceroute (trace for short), which can be issued from user mode or privileged mode, is used to find the path a packet takes through an internetwork and will also show you where the packet stops because of an error on a router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 2718
Q:

How does DHCP client ensure that no other computer has its assigned IP address?

A) Acknowledge receipt of a TCP segment B) Ping to its own address to see if a response is detected
C) Broadcast a Proxy ARP D) Broadcast a gratuitous ARP
 
Answer & Explanation Answer: D) Broadcast a gratuitous ARP

Explanation:

To stop possible address conflicts , a DHCP client will use gratuitous ARP (broadcast an ARP request for its own IP address) to see if another host responds.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 2698
Q:

What is the first thing that BGP checks to determine if a prefix is accessible?

Answer

BGP checks the NEXT_HOP attribute to determine if the NEXT_HOP is accessible or in the IP routing table.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

5 2696
Q:

We want to assign port 3 of our Catalyst 2950 switch to VLAN 3. What command will achieve this?

A) switch(config-if)#switchport vlan 3 B) switch#switchport access vlan 3
C) switch(config)#switchport access vlan 3 D) switch(config-if)#switchport access vlan 3
 
Answer & Explanation Answer: D) switch(config-if)#switchport access vlan 3

Explanation:

Explanation: The switchport access vlan [number] command will configure a switch port to that VLAN. You can also use the switchport access vlan dynamic command to configure the switch port automatically in a certain VLAN depending on the VLAN membership of the incoming packets. For both commands to work properly the switch port needs to be in access mode

Report Error

View Answer Report Error Discuss

Filed Under: CCENT

1 2690
Q:

Which of the following is the best description of the operation of split horizon?

A) Information about a route should not be sent back in the direction from which the original update came B) It splits the traffic when you have a large bus (horizon) physical network
C) It holds the regular updates from broadcasting to a downed link D) It prevents regular update messages from reinstating a route that has gone down
 
Answer & Explanation Answer: A) Information about a route should not be sent back in the direction from which the original update came

Explanation:

A split horizon will not advertise a route back to the same router it learned the route from.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 2680