π Cabling Using Network Diagrams
β Patch Cables
Cabling is the physical foundation of networking. In network diagrams, patch cables are the most commonly used cables to show and implement real connectionsβespecially in labs, offices, and Cisco Packet Tracer environments.
π§ What Is a Patch Cable?
A patch cable is a short Ethernet cable used to connect network devices over short distances.
Commonly used to connect:
- PC β Switch
- Switch β Router
- Switch β Patch Panel
- Switch β Switch
π§΅ Types of Patch Cables (Based on Wiring)
1οΈβ£ Straight-Through Patch Cable (MOST USED)
What it is:
- Same wiring on both ends
- T568A β T568A or T568B β T568B
| Device A | Device B |
|---|---|
| PC | Switch |
| Switch | Router |
| PC | Hub |
2οΈβ£ Crossover Patch Cable
What it is:
- Different wiring on each end
- T568A β T568B
| Device A | Device B |
|---|---|
| PC | PC |
| Switch | Switch |
| Router | Router |
πΊοΈ Patch Cables in Network Diagrams
How patch cables are shown:
- Lines represent cables
- Straight line = Ethernet patch cable
- Labels show port numbers and cable type
PC βββ(Patch Cable)βββ Switch βββ(Patch Cable)βββ Router
π§ͺ Cisco Packet Tracer β Patch Cable Usage
π§ Step-by-Step (Exam + Lab)
- Click Connections (β‘)
- Select Copper Straight-Through
- Click PC β FastEthernet0
- Click Switch β FastEthernet0/1
- Wait β LED turns green
π Patch Cable Categories (Speed Awareness)
| Category | Speed Support |
|---|---|
| Cat5e | 1 Gbps |
| Cat6 | 1β10 Gbps |
| Cat6a | 10 Gbps |
| Cat7 | 10+ Gbps |
β οΈ Common Cabling Mistakes (Very Important)
- Using crossover instead of straight cable
- Wrong port selection
- Damaged patch cable
- Exceeding 100m Ethernet limit
π§ Real-World Troubleshooting Example
Problem: PC not connecting
- No LED light
- Diagram shows PC β Switch
- β Use straight-through patch cable
π Switches & Routers
Switches and routers are the core building blocks of any network. If you understand what they do, where they work, and how traffic flows through them, networking becomes easyβboth for CCST exams and real networks.
π PART 1: Switch
π What Is a Switch?
A switch connects multiple devices within the same local network (LAN) and forwards data only to the intended device.
π§ How a Switch Works (Step-by-Step)
- PC sends data
- Switch reads destination MAC address
- Looks up MAC address table
- Forwards data only to the correct port
π§ͺ Example (Office LAN)
PC1 ββ
PC2 ββΌββ Switch βββ Printer
PC3 ββ
- All devices communicate locally
- No internet routing required
π§΅ Switch Uses Patch Cables
- PC β Switch (Straight-through)
- Printer β Switch
- Server β Switch
β Advantages of Switch
- Fast LAN communication
- Reduces collisions
- More secure than hubs
β Limitations
- Cannot connect different networks
- Cannot route IP packets
- No internet decision-making
π PART 2: Router
π What Is a Router?
A router connects different networks and decides where data should go next.
π§ How a Router Works (Step-by-Step)
- Receives packet
- Reads destination IP address
- Checks routing table
- Forwards packet to next network
π§ͺ Example (Home Network)
PC β Switch β Router β Internet
- Router connects LAN to ISP
- Assigns IP addresses (DHCP)
- Uses NAT for internet access
π§΅ Router Connections
- Switch β Router
- Router β ISP
- Router β Router (WAN)
β Advantages of Router
- Connects different networks
- Provides internet access
- Supports NAT, DHCP, firewall
β Limitations
- Slower than switches (packet decisions)
- More expensive
- Requires configuration
π Switch vs Router (Exam-Ready)
| Feature | Switch | Router |
|---|---|---|
| OSI Layer | Layer 2 | Layer 3 |
| Uses | MAC Address | IP Address |
| Connects | Devices | Networks |
| Internet Access | β No | β Yes |
| Speed | Very fast | Slower |
| Example | Office LAN | Home Router |
π§ͺ Cisco Packet Tracer β Where You Use Them
PC β Switch β Router β ISP
- Switch LEDs show local activity
- Router interfaces show network routing
π§ Real-World Troubleshooting Scenarios
π§ Scenario 1: PCs Canβt Talk to Each Other
- Check switch
- Check cables
- Verify MAC learning
π§ Scenario 2: PCs Can Talk but No Internet
- Switch is OK
- Router misconfigured
- Check gateway, NAT, routing
Switch = Local traffic manager
Router = Network traffic director
Switch talks MAC
Router talks IP
π§© Small Topologies
Small network topologies are simple layouts used in homes, labs, classrooms, and CCST practice. They help you understand how devices connect and how data flows before moving to large networks.
β What Is a Small Topology?
- Uses few devices (PCs, switch, router)
- Covers short distances
- Easy to design, troubleshoot, and test
1οΈβ£ Point-to-Point Topology (Smallest Possible)
π Structure
PC βββ PC
πΉ Description
- Direct connection between two devices
- No switch or router required
π§ Cable Used
- Crossover cable (older devices)
- Straight-through cable (Auto-MDI/MDIX devices)
β Where Used
- Quick file sharing
- NIC testing
- Simple labs
β Limitation
- Only two devices
- No scalability
2οΈβ£ Small Star Topology (PCs + One Switch)
π Structure
PC1 ββ
PC2 ββΌββ Switch
PC3 ββ
πΉ Description
- All devices connect to a central switch
- Most common LAN topology
π§ Cable Used
- Straight-through patch cables
β Advantages
- Easy to manage
- One cable failure doesnβt affect others
- Fast communication
β Limitation
- If switch fails β entire network down
3οΈβ£ Small Star + Router (Home / Office Network)
π Structure
PCs β Switch β Router β Internet
πΉ Description
- Switch handles local communication
- Router connects LAN to the Internet
π§ Cables Used
- PC β Switch (Straight-through)
- Switch β Router (Straight-through)
β Used In
- Homes
- Small offices
- Training labs
4οΈβ£ Bus Topology (Very Small / Legacy)
π Structure
PC β PC β PC β PC
πΉ Description
- All devices share one cable
- Used in old coaxial Ethernet networks
β Problems
- Collisions
- Difficult troubleshooting
- Single cable break stops entire network
5οΈβ£ Ring Topology (Small Lab Concept)
π Structure
PC β PC β PC β PC β (Back to First)
πΉ Description
- Data moves in one direction
- Each device forwards data to next
β Limitation
- One device failure breaks the ring
π Small Topologies Comparison (Exam-Ready)
| Topology | Devices | Used Today | Key Point |
|---|---|---|---|
| Point-to-Point | 2 | β Yes | Direct link |
| Star | Many | β Yes | Central switch |
| Star + Router | Many | β Yes | Internet access |
| Bus | Many | β No | Single cable |
| Ring | Many | β Rare | Circular path |
π§ How to Identify in Exams
- One central switch β Star
- Two devices only β Point-to-Point
- Internet involved β Router present
- Single shared cable β Bus
β‘ποΈ Power & Rack Layout
Power and rack layout are critical parts of network infrastructure design. Even if devices are configured perfectly, wrong power or poor rack layout can bring the entire network down.
β‘ PART 1: Power in Network Infrastructure
π Why Power Matters
Network devices require:
- Continuous power
- Clean (stable) power
- Backup power
1οΈβ£ Primary Power Source
Primary power comes from the main electrical supply and powers core network devices.
- Switches
- Routers
- Firewalls
- Servers
2οΈβ£ UPS (Uninterruptible Power Supply) β VERY IMPORTANT
What UPS does:
- Provides backup power during outages
- Protects devices from voltage spikes
- Prevents sudden shutdowns
Example:
- Power goes off
- UPS keeps router and switch ON
- Internet continues for some time
3οΈβ£ PDU (Power Distribution Unit)
What PDU does:
- Distributes power to multiple devices
- Installed inside the rack
4οΈβ£ Redundant Power Supplies (Enterprise Level)
What it means:
- Device has two power inputs
- If one fails, the other continues
Commonly seen in:
- Core switches
- Enterprise routers
- Servers
ποΈ PART 2: Rack Layout (Network Rack Design)
π What Is a Network Rack?
A network rack is a metal frame used to mount and organize networking equipment.
- Standard size: 19-inch rack
- Measured in rack units (U)
- 1U = 1.75 inches
π Standard Rack Layout (Top β Bottom)
π Top Section
- Patch panels
- Cable managers
π§ Middle Section
- Switches
- Routers
- Firewalls
π» Bottom Section
- UPS
- Heavy power equipment
π§΅ Cable Management in Racks
Best practices:
- Use patch panels
- Label all cables
- Use cable organizers
- Separate power and data cables
Avoid:
- Hanging cables
- Tangled wires
- Blocked airflow
π¬οΈ Cooling & Airflow
Why Cooling Is Important
- Devices generate heat
- Heat causes hardware failure
Best practices:
- Front-to-back airflow
- Ventilated racks
- Cooling fans or AC
π§ Small Office Example (Complete Picture)
[ Patch Panel ]
[ Switch ]
[ Router ]
[ Firewall ]
[ Cable Manager ]
[ UPS ]
[ PDU ]
- β Clean
- β Safe
- β Reliable