Networking Part 2 Flashcards
What is the textbook definition of RF?
Radio Frequency
Using wireless electromagnetic (EM) signals for data communications.
Are WI-FI nodes transmitters or receivers?
Both. As such, they need an antenna to propagate the waves.
What are the common IEEE WI-FI standards?
- IEEE 802.11 a
- IEEE 802.11 b
- IEEE 802.11 g
- IEEE 802.11 n
- IEEE 802.11 ac
What is the IEEE 802.11 a standard?
- Frequency: 5 GHz
- Throughput: 54 Mbps
- Indoor Range (m/ft): 35/115
Notes: Incompatible with other IEEE standards. Rarely used.
What is the IEEE 802.11 b standard?
- Frequency: 2.4 GHz
- Throughput: 11 Mbps
- Indoor Range (m/ft): 35/115
What is the IEEE 802.11 g standard?
- Frequency: 2.4 GHz
- Throughput: 54 Mbps
- Indoor Range (m/ft): 38/125
What is the IEEE 802.11 n standard?
- Frequency: 2.4/5 GHz
- Throughput: 65-150 Mbps
- Indoor Range (m/ft): 70/230
What is the IEEE 802.11 ac standard?
- Frequency: 5 GHz
- Throughput: 86-780 Mbps
- Indoor Range (m/ft): 35/115
What is the weakness of 2.4 GHz WI-FI?
Interference from things like cordless phones, microwaves, Bluetooth etc.
How many WI-FI channels are there on the 2.4 GHz band? How many non-overlapping channels?
There are 14 channels.
You can have up to 4 non-overlapping channels. To have all four channels, you must use 1,6,11,14.
Who regulates WI-FI channel availability in the U.S.?
The FCC
How many non-overlapping WI-FI channels are on the 5 GHz band?
23
What is WEP? What was it replace by?
Wired Equivalent Privacy
Uses initialization vector (encryption) plus a user defined password. Uses a 64 or 128 bit key. It’s weakness is that the is a 50/50 chance that the same vector will be used after 5,000 packets, which allows the password to be guessed by brute force.
Replaced by WPA (WI-FI Protected Access):
What is WPA?
WI-FI Protected Access
Encrypts via TKIP (Temporal Key Integrity Protocol): a new 128 bit key per packet
What is WPS?
WI-FI Protected Set-up
- A feature of WPA
- You can press a button on the wireless access point and another button on the device you want to connect at the same time to connect that device to the network. This is used in syncing Wii-motes to the Wii with the little red button.
- Note that WPS can be broken into by brute force, but it is still better than WEP.
What is WPA 2?
Encrypts via AES (Advanced Encryption Standard). Keys range from 192-256 bits.
There are two versions of WPA 2:
- Personal: Uses a PSK (pre-shared key. Just like WPA 1)
- Enterprise: allows different authentication schemes like EAP and RADIUS
More difficult to slower, more difficult to configure, but more secure.
What features does a SOHO router (also called “multi-function router” or “integrated services router”)often have that a business router may not?
- WI-FI Access Point
- Switch
- Firewall DHCP Server
- VPN Server
Typically has just one public IP, which is shared among local users. Users are each given private non-routable IP addresses.
What is a firewall?
Hardware/software that screens network traffic.
What is DHCP?
Dynamic Host Configuration Protocol
Operates on UDP 67 and UDP 68
What is a gateway?
It is the internal IP address of the router. Accessing the gateway allows a machine to access things outside of the subnet it’s on, such as the internet or other subnets on the network.
What is NAT?
Network (Port) Address Translation
Translates between a machine’s private IP address and the network’s one public IP address, which allows the machine to access the internet. The internet can only see that one public IP address.
DNAT is Destination NAT. It translates to allow users on the internet to access a local machine on the network (such as a web server). It’s NAT in reverse.
What is port forwarding/port triggering?**
Forwarding: Any incoming traffic that attempts to communicate on this particular port (ex: UDP/TCP 3074) will be allowed through. (You essentially poke a hole in your firewall)
Triggering: Works the same as forwarding, but instead of a particular port, you create a range of ports that can be accessed or you create a rule to define the ports that can be accessed.
What is QoS?
Quality of Service
It is reserving or prioritizing bandwidth for a service to ensure consistent quality of service.