| Type | Full Name | Scope | Example |
|---|---|---|---|
| LAN | Local Area Network | Single building or campus | Office network, home network |
| WAN | Wide Area Network | Large geographic area | The Internet, corporate backbone |
| PAN | Personal Area Network | Within reach of a person | Bluetooth devices, smartphone hotspot |
| MAN | Metropolitan Area Network | City or metro area | City-wide Wi-Fi, cable TV network |
| SAN | Storage Area Network | Dedicated storage network | Data center storage arrays |
| WLAN | Wireless Local Area Network | Local area via wireless | Wi-Fi network |
| Component | Description |
|---|---|
| Servers | Dedicated (single purpose) or nondedicated (multiple roles) |
| Thick Client | Full OS, local processing, local storage |
| Thin Client | Minimal local processing, relies on server-side computing |
| NOS | Network Operating System — controls communication and data flow |
| Topology | Description | Key Characteristic |
|---|---|---|
| Bus | All devices on a single backbone cable | Single point of failure; legacy |
| Star | All devices connect to a central hub or switch | Most common today; central device is SPOF |
| Ring | Devices in a circular chain; data travels one direction | Token Ring (legacy); any break halts the ring |
| Mesh | Every device connects to every other device | Highly redundant; used in WANs |
| Hybrid | Combination of two or more topologies | Most real-world networks |
| Type | Use | Core Diameter | Max Distance |
|---|---|---|---|
| RG-6 | Digital cable TV, satellite, cable modems | 1.0 mm | 304 m (1,000 ft) |
| RG-59 | Analog cable TV | 0.762 mm | 228 m (750 ft) |
| Category | Ethernet Spec | Max Speed | Max Distance | Note |
|---|---|---|---|---|
| Cat 5 | 100BaseT | 100 Mbps | 100 m | Legacy, 2 pairs used |
| Cat 5e | 1000BaseT | 1 Gbps | 100 m | Enhanced, 4 pairs, reduced crosstalk |
| Cat 6 | 10GBaseT | 10 Gbps | 55 m at 10G / 100 m at 1G | Spline separator inside |
| Cat 6a | 10GBaseT | 10 Gbps | 100 m | Augmented; larger diameter |
| Cat 7 | 10GBaseT | 10 Gbps | 100 m | Individually shielded pairs |
| Pin | T568A | T568B |
|---|---|---|
| 1 | White/Green | White/Orange |
| 2 | Green | Orange |
| 3 | White/Orange | White/Green |
| 4 | Blue | Blue |
| 5 | White/Blue | White/Blue |
| 6 | Orange | Green |
| 7 | White/Brown | White/Brown |
| 8 | Brown | Brown |
| Type | Core Size | Speed | Distance | Light Source |
|---|---|---|---|---|
| MMF (Multimode) | 50–62.5 microns | 1–10 Gbps | Up to 550 m | LED |
| SMF (Single-mode) | 8–10 microns | 10+ Gbps | Up to 40+ km | Laser |
| Connector | Media Type | Pins/Notes |
|---|---|---|
| RJ-45 | Twisted pair Ethernet | 8 pins; used with Cat 5/5e/6/6a/7 |
| RJ-11 | Telephone / DSL | 6-pin housing, 2 or 4 pins used; smaller than RJ-45 |
| F-Type | Coaxial (cable TV, modem) | Screw-on; coax center conductor is the pin |
| BNC | Coaxial (legacy, test equipment) | Twist-lock; 10Base2 (thinnet) |
| ST | Fiber optic | Twist-lock round; older fiber installations |
| SC | Fiber optic | Square push/pull; common in enterprise |
| LC | Fiber optic | Small form factor; most common today |
| Device | OSI Layer | Function |
|---|---|---|
| Router | Layer 3 | Forwards packets by IP address; connects different networks; each interface is a broadcast domain boundary |
| Access Point (WAP) | Layer 2 | Wireless bridge to wired network; does not route; extends collision domain wirelessly |
| Firewall | Layers 3–7 | Filters traffic by rules (IP, port, protocol, application); security perimeter device |
| Modem | Layer 1–2 | Modulates/demodulates signals (digital ↔ analog) for DSL or cable connections to ISP |
| Standard | Method | Reasoning |
|---|---|---|
| 802.3 Ethernet | CSMA/CD — Collision Detection | Wired: can detect a voltage change when two signals collide |
| 802.11 Wi-Fi | CSMA/CA — Collision Avoidance | Wireless: cannot detect collisions while transmitting; must avoid them |
| Feature | Unmanaged | Managed |
|---|---|---|
| VLANs | No | Yes |
| QoS | No | Yes |
| SNMP | No | Yes |
| Port Mirroring | No | Yes |
| STP (Loop Prevention) | Basic only | Full STP/RSTP |