Q:

What switch must be added to the ipconfig command on a PC to verify DNS configuration?

A) /dns B) -dns
C) /all D) -all
 
Answer & Explanation Answer: C) /all

Explanation:

The /all switch must be added to the ipconfig command on a PC to verify DNS configuration.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4467
Q:

What is the bit length and expression form of a MAC address?

Answer

48 bits (6 bytes) expressed as a hexadecimal number.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

2 4461
Q:

Which two descriptions are correct about characteristics of IPv6 unicast addressing? (Choose two)

A. Global addresses start with 2000::/3.
B. Link-local addresses start with FF00::/10.
C. Link-local addresses start with FE00:/12.
D. There is only one loopback address and it is ::1.

Answer

Answer : A , D


Explanation:


An IPv6 Unicast address identifies a single network interface. The Internet Protocol delivers packets sent to a unicast address to that specific interface.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

3 4443
Q:

You need to gather the IP address of a remote switch that is located in Hawaii. What can you do to find the address?

A) Issue the show ip route command on the router connected to the switch B) Issue the show cdp neighbor command on the router connected to the switch
C) Issue the show ip arp command on the router connected to the switch D) Issue the show cdp neighbors detail command on the router connected to the switch
 
Answer & Explanation Answer: D) Issue the show cdp neighbors detail command on the router connected to the switch

Explanation:

Although option A is certainly the "best" answer, unfortunately option E will work just fine and your boss would probably prefer you to use the show cdp neighbors detail command.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4435
Q:

Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

A) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240 B) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
C) ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224 D) ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
 
Answer & Explanation Answer: B) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224

Explanation:

The command ip nat pool name creates the pool that hosts can use to get onto the global internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224 . Option C is wrong because there is a lowercase t in the pool name. Pool name are case sensitive.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4429
Q:

Which switching technology reduces the size of a broadcast domain?

A) ISL B) 802.1Q
C) VLANs D) STP
 
Answer & Explanation Answer: C) VLANs

Explanation:

Virtual LANs break up broadcast domains in layer 2 switched internetworks.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

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

0 4381
Q:

When making a HyperTerminal connection, what must the bit rate be set to?

A) 2400bps B) 1200bps
C) 9600bps D) 6400bps
 
Answer & Explanation Answer: C) 9600bps

Explanation:

When making a HyperTerminal connection, the bit rate must be set to 9600bps.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4354