Searching for "at"

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:

In thefollowing output, what type of NAT is being used?

ip nat pool todd-nat 170.168.10,10 170.168.10.20 netmask 255.255.255.0

Answer

Dynamic NAT

Report Error

View answer Workspace Report Error Discuss

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

Pat Address Translation is also called what?

A) NAT Fast B) NAT Static
C) NAT Overload D) Overloading Static
 
Answer & Explanation Answer: C) NAT Overload

Explanation:

Another term for port Address Translation is NAT Overload because that is the keyword used to enable port address translation.

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