Searching for "st"

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

Q:

What is the maximum data rate for the 802.11g standard?

A) 6Mbps B) 11Mbps
C) 22Mbps D) 54Mbps
 
Answer & Explanation Answer: D) 54Mbps

Explanation:

The IEEE 802.11g standard provides a maximum data rate of up to 54Mbps.

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:

What is the frequency range of the IEEE 802.11g standard?

A) 2.4 Gbps B) 5Gbps
C) 2.4GHz D) 5GHz
 
Answer & Explanation Answer: C) 2.4GHz

Explanation:

The IEEE 802.11b and IEEE 802.11g standards both run in the 2.4GHz RF range.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

What type of address translation can use only one address to allow thousands of hosts to be translated globally?

Answer

Port Address Translation (PAT), also called NAT Overload

Report Error

View answer Workspace Report Error Discuss

Subject: 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