Cabling Using Network Diagrams

Understand network cabling using diagrams, including patch cables, switches, routers, small topologies, and power or rack layouts.

πŸ”Œ 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:

Patch cables are heavily used in Cisco Systems environments.

🧡 Types of Patch Cables (Based on Wiring)

Types of Patch Cables Diagram 1 Types of Patch Cables Diagram 2 Types of Patch Cables Diagram 3

1️⃣ Straight-Through Patch Cable (MOST USED)

What it is:

Used to connect unlike devices.
Device A Device B
PC Switch
Switch Router
PC Hub
Rule to remember: Different devices β†’ Straight cable

2️⃣ Crossover Patch Cable

What it is:

Used to connect like devices.
Device A Device B
PC PC
Switch Switch
Router Router
Modern switches support Auto-MDI/MDIX, but exams still test crossover logic.

πŸ—ΊοΈ Patch Cables in Network Diagrams

How patch cables are shown:

Patch Cables in Network Diagrams
    PC ───(Patch Cable)─── Switch ───(Patch Cable)─── Router
      

πŸ§ͺ Cisco Packet Tracer – Patch Cable Usage

Cisco Packet Tracer Patch Cable Step 1 Cisco Packet Tracer Patch Cable Step 2 Cisco Packet Tracer Patch Cable Step 3

πŸ”§ Step-by-Step (Exam + Lab)

  1. Click Connections (⚑)
  2. Select Copper Straight-Through
  3. Click PC β†’ FastEthernet0
  4. Click Switch β†’ FastEthernet0/1
  5. Wait β†’ LED turns green
For switch-to-switch connections, choose Copper Crossover.

πŸ“Š Patch Cable Categories (Speed Awareness)

Category Speed Support
Cat5e 1 Gbps
Cat6 1–10 Gbps
Cat6a 10 Gbps
Cat7 10+ Gbps
Higher category = better shielding and higher speed.

⚠️ Common Cabling Mistakes (Very Important)

🧠 Real-World Troubleshooting Example

Problem: PC not connecting

πŸ”€ 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.

Widely used in infrastructures built with Cisco Systems devices.

πŸ” PART 1: Switch

Network Switch Front View Cisco Switch Example Enterprise Network Switch Switch Ports and LEDs

πŸ“Œ What Is a Switch?

A switch connects multiple devices within the same local network (LAN) and forwards data only to the intended device.

Operates mainly at OSI Layer 2 (Data Link Layer)

🧠 How a Switch Works (Step-by-Step)

  1. PC sends data
  2. Switch reads destination MAC address
  3. Looks up MAC address table
  4. Forwards data only to the correct port
This reduces unnecessary traffic and improves performance.

πŸ§ͺ Example (Office LAN)

    PC1 ─┐
    PC2 ─┼── Switch ─── Printer
    PC3 β”€β”˜
      

🧡 Switch Uses Patch Cables

βœ… Advantages of Switch

❌ Limitations

🌐 PART 2: Router

Network Router Front View Cisco Router Example Router Ports Diagram Enterprise Router

πŸ“Œ What Is a Router?

A router connects different networks and decides where data should go next.

Operates at OSI Layer 3 (Network Layer)

🧠 How a Router Works (Step-by-Step)

  1. Receives packet
  2. Reads destination IP address
  3. Checks routing table
  4. Forwards packet to next network
Router works like a GPS for data.

πŸ§ͺ Example (Home Network)

    PC β†’ Switch β†’ Router β†’ Internet
      

🧡 Router Connections

βœ… Advantages of Router

❌ Limitations

πŸ” 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

Cisco Packet Tracer Switch and Router Lab 1 Cisco Packet Tracer Switch and Router Lab 2
    PC ─ Switch ─ Router ─ ISP
      

🧠 Real-World Troubleshooting Scenarios

πŸ”§ Scenario 1: PCs Can’t Talk to Each Other

πŸ”§ Scenario 2: PCs Can Talk but No Internet

CCST Memory Tricks:
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.

Commonly built using switches and routers from Cisco Systems.

⭐ What Is a Small Topology?

1️⃣ Point-to-Point Topology (Smallest Possible)

Point to Point Topology

πŸ“Œ Structure

    PC ─── PC
      

πŸ”Ή Description

πŸ”§ Cable Used

βœ… Where Used

❌ Limitation

Simplest topology = Point-to-Point

2️⃣ Small Star Topology (PCs + One Switch)

Small Star Topology

πŸ“Œ Structure

    PC1 ─┐
    PC2 ─┼── Switch
    PC3 β”€β”˜
      

πŸ”Ή Description

πŸ”§ Cable Used

βœ… Advantages

❌ Limitation

Most used topology in LAN = Star

3️⃣ Small Star + Router (Home / Office Network)

Small Star with Router Topology Home Network Star Router Topology

πŸ“Œ Structure

    PCs ─ Switch ─ Router ─ Internet
      

πŸ”Ή Description

πŸ”§ Cables Used

βœ… Used In

Home Wi-Fi routers usually combine router + switch.

4️⃣ Bus Topology (Very Small / Legacy)

Bus Topology Bus Topology Components

πŸ“Œ Structure

    PC ─ PC ─ PC ─ PC
      

πŸ”Ή Description

❌ Problems

Bus topology = Not used today

5️⃣ Ring Topology (Small Lab Concept)

πŸ“Œ Structure

    PC β†’ PC β†’ PC β†’ PC β†’ (Back to First)
      

πŸ”Ή Description

❌ Limitation

Ring topology is mostly theoretical for exams.

πŸ“Š 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

βš‘πŸ—„οΈ 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.

This topic is important for CCST exams, data centers, and real offices using Cisco Systems equipment.

⚑ PART 1: Power in Network Infrastructure

Power in Network Infrastructure Network Power Setup Example UPS and PDU Power Flow

πŸ”Œ Why Power Matters

Network devices require:

Without power β†’ no network, no internet, no services

1️⃣ Primary Power Source

Primary power comes from the main electrical supply and powers core network devices.

Small offices use wall sockets, while data centers use dedicated power circuits.

2️⃣ UPS (Uninterruptible Power Supply) – VERY IMPORTANT

What UPS does:

Example:

UPS = Short-term backup + Power protection

3️⃣ PDU (Power Distribution Unit)

What PDU does:

Example: One UPS β†’ PDU β†’ Multiple network devices
Think of PDU as an extension board for racks

4️⃣ Redundant Power Supplies (Enterprise Level)

What it means:

Commonly seen in:

Redundant power = High availability

πŸ—„οΈ PART 2: Rack Layout (Network Rack Design)

Network Rack Layout Diagram Data Center Rack Layout Office Network Rack

πŸ“Œ What Is a Network Rack?

A network rack is a metal frame used to mount and organize networking equipment.

πŸ“ Standard Rack Layout (Top β†’ Bottom)

πŸ” Top Section

Reason: Easy cable routing and clean appearance

πŸ–§ Middle Section

Reason: Easy access and proper airflow

πŸ”» Bottom Section

Heavy devices always go at the bottom

🧡 Cable Management in Racks

Proper Cable Management in Rack Organized Network Rack Cables

Best practices:

Avoid:

🌬️ Cooling & Airflow

Rack Cooling and Airflow Data Center Airflow Design

Why Cooling Is Important

Best practices:

Poor airflow β†’ Overheating β†’ Downtime

🧠 Small Office Example (Complete Picture)

    [ Patch Panel ]
    [ Switch ]
    [ Router ]
    [ Firewall ]
    [ Cable Manager ]
    [ UPS ]
    [ PDU ]