Networking 101

Copyright Priscilla Oppenheimer

Study Topics 2

Unguided (Wireless) and Guided (Wired) Media

Wireless Communications

Radio frequency bands

Spread spectrum technology

Frequency-hopping spread spectrum (FHSS): transmissions hop from one frequency to another

Direct-sequence spread spectrum (DSSS): uses a chipping sequence where each bit is represented by a string of 1s and 0s. Even if some of the string is lost, the original transmission can be reconstructed.

Orthogonal Frequency Division Multiplexing (OFDM): divides a channel into subchannels and encodes a portion of the signal across each subchannel in parallel

Spatial Division Multiplexing (SDM): transfers multiple independent data streams simultaneously within one spectral channel of bandwidth; each spatial stream requires a discrete antenna at both the transmitter and receiver

IEEE Wireless Standards

802.11

802.11a

802.11b

802.11g

802.11n

Bandwidth

1-2 Mbps

54 Mbps

1, 2, 5.5, and 11 Mbps

54 Mbps

600 Mbps

Frequency band

2.4 GHz

5 GHz

2.4 GHz

2.4 GHz

2.4, 5 GHz

Modulation

DSSS and FHSS

OFDM

DSSS with better coding technique

OFDM

SDM

Features

Hmm, can't think of any

Fast

Widely implemented; products from many vendors tend to interoperate well

Fast; Compatible with 802.11b

Fast; multiple-input multiple-output (MIMO); frame aggregation

Concerns

Security; slow; frequency band is over-populated

Security; not widely implemented

Security; frequency band is over-populated

Security; frequency band is over-populated

Security; pre-standard implementations may not interoperate well

 

Wireless topologies and devices

Active scanning versus passive scanning

Wireless Security

Wired Equivalent Privacy (WEP)

Extensible Authentication Protocol (EAP)

Lightweight EAP (LEAP)

Wi-Fi Protected Access (WPA)

Virtual Private Network

Features

Encrypts data

Authenticates client device

Requires client to be configured with the same encryption key as the AP (shared key)

Simplicity

Uses an authentication server

Authenticates users, not just devices (server can ask for username and password)

Uses an authentication server

Authenticates users, not just devices

Also authenticates the AP to avoid naive users associating with a rogue AP

Supports Temporal Key Integrity Protocol (TKIP)

Supports Advanced Encryption Standard (AES) with WPA2

Supports WPA Personal for home (no server required) & WPA Enterprise for offices

Uses an authentication server

Authenticates users, not just devices

Most secure

Data is sent in a tunnel to a business's central HQ (usually)

Uses strong encryption

Concerns

Encryption is weak

A hacker can capture traffic and determine the key

Too simple (doesn't change the key with each frame, for example)

Requires Cisco-compatible NIC and AP

Can be confusing to configure due to many options

Lots of overhead

Difficult to configure

May not work with all applications


Wired Communications

Copper Media

Advantages of copper media

Types of copper cabling

Why is twisted-pair cabling twisted?

Advantages of UTP

Disadvantages of UTP

Ethernet connectors and cables

Straight-through cable

Crossover cable

UTP cable categories


Optical Media

Advantages of optical media

Disadvantages of optical media

The ray model of light

When electromagnetic waves, including light, travel out from the source, they travel in straight lines called rays. When a light ray (called the incident ray) crosses the boundary from one material to another, the light can be:

The Index of Refraction (IR) is the speed of light in a vacuum divided by the speed of light in a material. It's essentially a measure of the density of a material and how quickly light can travel thought it. You don't have to memorize these, but FYI, to help you understand the concept:

For fiber-optic cabling, the core (inside part of the cable) has a higher IR than the cladding (outside part of the cable). The cladding is less dense, very pure glass. This helps the light bounce back into the core of the cable. The important concept to understand is that we want the light to travel in the core (inside part) of the cable. Technically this happens because of the Law of Refraction and the critical angle, as described below.

The Law of Refraction (Snell's Law) in somewhat tekkie terms:

The Law of Refraction (Snell's Law) applied to fiber-optic cabling:

The angle of incidence: The angle between the incident ray and a vertical line perpendicular to the surface.

The critical angle: The incident angle at which light is completely reflected back into the original material rather than being refracted.

Total internal reflection

The goal is that light will be reflected back into the core so it can continue on its merry way down the cable to the recipient. For total internal reflection to work:

Single-mode versus multimode cable

Single-mode

Multimode


Back to Networking 101