Searching for "he"

Q:

Which of the following is true when describing a multicast address?

A) Packets addressed to a multicast address are delivered to a single interface B) packets are delivered to all interfaces identified with the address. This is also called a one-to-many address
C) A multicast address identifies multiple interfaces and is delivered to only one address. This address can also be called one-to-one-of-many D) These addresses are meant for nonrouting purposes,but they are almost globally unique, so it is unlikely they will have an address overlap
 
Answer & Explanation Answer: B) packets are delivered to all interfaces identified with the address. This is also called a one-to-many address

Explanation:

Packets addressed to a multicast address are delivered to all interfaces identified with the multicast address, the same as in IPv4. It is also called a one-to-many address. You can always tell a multicast address in IPv6 because multicast addresses always start with FF.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You want to ping the loopback address of your IPv6 local host. What will you type?

A) Ping 127.0.0.1 B) Ping 0.0.0.0
C) Ping ::1 D) trace 0.0. :: 1
 
Answer & Explanation Answer: C) Ping ::1

Explanation:

The loop back address with IPv4 is 127.0.0.1 . With IPv6, that address is ::1

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

To enable RIPng , which of the following would you use?

A) Router1 (config - if) # ipv6 ospf 10 area 0.0.0.0 B) Router1 (config - if) # ipv6 router rip 1
C) Router1 (config - if) # ipv6 router eigrp 10 D) Router1 (config - if) # ospf ipv6 10 area 0
 
Answer & Explanation Answer: B) Router1 (config - if) # ipv6 router rip 1

Explanation:

It's pretty simple to enable RIPng for IPv6. You configure it right on the interface where you want RIP to run with the ipv6 router rip number command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

To enable OSPFv3, which of the following would you use?

A) Router1 (config - if) # ipv6 ospf 10 area 0.0.0.0 B) Router1 (config - if) # ipv6 router rip 1
C) Router1 (config - if) # ipv6 router eigrp 10 D) Router1 (config - if) # ospf ipv6 10 area 0
 
Answer & Explanation Answer: A) Router1 (config - if) # ipv6 ospf 10 area 0.0.0.0

Explanation:

To enable OSPFv3, you enable the protocol at the interface level as with RIPng. The command string is ipv6 ospf proces-id area area-id.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following descriptions about IPv6 is correct?

A) Addresses are not hierarchical and are assigned at random B) Broadcasts have been eliminated and replaced with multicasts
C) There are 2.7 billion addresses D) An interface can only be configured with one IPv6 address
 
Answer & Explanation Answer: B) Broadcasts have been eliminated and replaced with multicasts

Explanation:

There are no broadcasts with IPv6. Unicast , multicast, anycast, global, and link - local unicast are used.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What device must be on your wired network when running an enterprise EAP solution?

Answer

RADIUS Server

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Two workers have established wireless communication directly between their wireless laptops. What type of wireless topology has been created by these employees?

A) BSS B) SSID
C) IBSS D) ESS
 
Answer & Explanation Answer: C) IBSS

Explanation:

Two wireless hosts directly connected wirelessly is no different then two hosts connecting with a crossover cable. They are both ad-hoc networks, but in wireless, we call this an independent Basic Service Set(IBSS).

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

A wireless client cannot connect to an 802.11b/g BSS with a b/g wireless card. The client section of the access point does not list any active WLAN clients. What is a possible reason for this?

A) The incorrect channel is configured on the client B) The Client's IP address is on the wrong subnet
C) The client has an incorrect pre-shared key D) The SSID is configured incorrectly on the client
 
Answer & Explanation Answer: D) The SSID is configured incorrectly on the client

Explanation:

Although this question is cryptic at best, the only possible answer is option D. If the  SSID is not being broadcast (which we must assume in this question), the client must be configured with the correct SSID in order to associate to the AP.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA