Searching for "CH"

Q:

Which encryption type does WPA2 use?

A) AES - CCMP B) PPK via IV
C) PSK D) TKIP/MIC
 
Answer & Explanation Answer: A) AES - CCMP

Explanation:

WPA2 uses AES-CCMP for encryption. WPA uses TKIP

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You have finished physically installing an access point on the ceiling of your office. At a minimum, which parameter must be configured on the access point in order to allow a wireless client to operate on it?

A) AES B) PSK
C) SSID D) WEp
 
Answer & Explanation Answer: C) SSID

Explanation:

The minimum parameter configured on an AP for a simple WLAN installation is the SSID, although you should set the channel and authntication method as well.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Your inside locals are not being translated to the inside global addresses. Which of the following commands will show you if your inside globals are allowed to use the NAT pool?

ip nat pool Corp 198.18.41.129 198.18.41.134 netmask 255.255.255.248

ip nat inside source list 100 int pool Corp overload

A) debug ip nat B) show access - list
C) show ip nat translation D) show ip nat statistics
 
Answer & Explanation Answer: B) show access - list

Explanation:

Once you create your pool, the command ip nat inside source must be used to say which inside locals are allowed to use the pool. In this question we need to see if access - list 100 is configured correctly, if at all , so show access - list is the best answer.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which of the following is considered to be the inside hosts address after translation?

A) Inside local B) outside local
C) Inside global D) Outside global
 
Answer & Explanation Answer: C) Inside global

Explanation:

An inside global address is considered to be the IP address of the host on the private network after translation.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

When creating a pool of global address, which of the following can be used instead of the netmask command?

A) / (slash notation) B) prefix - length
C) no mask D) block - size
 
Answer & Explanation Answer: B) prefix - length

Explanation:

Instead of the netmask command, you can use the prefix-length length statement.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

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

Q:

Which command will allow you to see real - time translations on your router?

A) show ip nat translations B) show ip nat statistics
C) debug ip nat D) clear ip nat translations
 
Answer & Explanation Answer: C) debug ip nat

Explanation:

The command debug ip nat will show you in real time the translations occurring on your router.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Which command would you use to apply an access list to a router interface?

A) ip access - list 101 out B) acces - list ip 101 in
C) ip access - group 101 in D) access - group ip 101 in
 
Answer & Explanation Answer: C) ip access - group 101 in

Explanation:

To apply an access list , the proper command is ip access - group 101 in.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA