CAT5
AI

A Category 5 (CAT5) cable is a type of twisted pair cable used for computer networks. While it looks like a simple wire, its "electronic parts" involve specific physical construction and electromagnetic properties designed to minimize interference.
---
### 1. Physical Components
A standard CAT5 cable consists of several internal layers:
| Component | Material | Function |
| :--- | :--- | :--- |
| **Conductors** | Solid or Stranded Copper | Carries the actual electrical signals (data). |
| **Insulation** | Polyethylene (PE) or FEP | Color-coded coating that prevents short circuits between wires. |
| **Twisted Pairs** | Copper wire pairs | Two wires twisted together to cancel out electromagnetic interference (EMI). |
| **Outer Jacket** | PVC or LSZH | Protects the internal wires from physical damage and moisture. |
| **RJ45 Connector** | Plastic/Gold-plated pins | The physical interface that plugs into a NIC or Switch. |
---
### 2. Electrical Specifications
CAT5 is designed to support specific electronic performance standards:
* **Frequency:** Up to 100 MHz.
* **Data Rate:** Up to 100 Mbps (Fast Ethernet). *Note: CAT5e (Enhanced) supports up to 1000 Mbps.*
* **Characteristic Impedance:** 100 Ohms (±15%). This is critical for preventing signal reflections.
* **Attenuation:** The reduction in signal strength over distance; CAT5 is limited to a maximum length of 100 meters.
---
### 3. Electronic Principles at Work
The efficiency of a CAT5 cable relies on two main electronic phenomena:
#### Differential Signaling
Data is sent as a "differential" signal. One wire carries the signal, and the other carries the exact opposite. When noise (EMI) hits the cable, it affects both wires equally. The receiving device subtracts the two signals, which cancels out the noise.
#### Twist Rate
The internal wires are twisted at specific rates (turns per inch). Different pairs in the same cable have different twist rates to prevent **Crosstalk**, which is when the electrical signal from one pair leaks into an adjacent pair.
---
### 4. Wiring Standards (T568A vs T568B)
Electronic termination follows specific color-coding to ensure the pinouts match at both ends:
```text
Pin | T568B Color Strategy (Most Common)
----|----------------------------------
1 | White/Orange (Transmit +)
2 | Orange (Transmit -)
3 | White/Green (Receive +)
4 | Blue
5 | White/Blue
6 | Green (Receive -)
7 | White/Brown
8 | Brown
```
- ⤷What is the difference between CAT5 and CAT5e in terms of electronic performance?
- ⤷ How does shielding in STP cables differ from standard UTP CAT5?
- ⤷ Why is the 100-meter limit important for copper networking cables?