Skip to content

Kotenko IT Blog

Menu
  • Home
  • CISCO
  • Virtualization
  • About
  • Certificates
Menu

Interfaces and Cables

Posted on May 21, 2025June 3, 2025 by kotenkoo

Ethernet is a collection of network protocols and standards.

When you hear Ethernet think of IEEE 802.3, which means transmission over cables (copper or fiber-optic).
When you hear Wi-Fi think of IEEE 802.11, which means wireless transmission.


Data Transmission Basics

  • Devices in a network communicate at a set speed.
  • Bit: 0 or 1
  • 1 kilobit (kb) = 1000 bits (not bytes!)
  • Speed is measured in bits per second: Kbps, Mbps, Gbps.

Ethernet Standards (Copper)

Different IEEE standards define transmission speed and cable type.

SpeedCommon NameIEEE StandardInformal Name
10 MbpsEthernet802.3i10BASE-T
100 MbpsFast Ethernet802.3u100BASE-T
1 GbpsGigabit Ethernet802.3ab1000BASE-T
10 Gbps10 Gig Ethernet802.3an10GBASE-T
  • Max length of twisted pair cable: 100 meters.
  • RJ-45 (Registered Jack) is used on the end of copper Ethernet cables.

UTP (Unshielded Twisted Pair)

  • 10BASE-T and 100BASE-T = 2 pairs (4 wires)
  • 1000BASE-T and 10GBASE-T = 4 pairs (8 wires)
    ➤ Each pair is bidirectional – enabling higher speed.

Full-Duplex Transmission

  • Both devices can send and receive data simultaneously on separate wires → no collisions
    Example: pins 1&2 for Tx, 3&6 for Rx

Pin Usage and Cables

  • Router, Firewall, PC:
    • Transmit on pins 1&2, receive on 3&6 → use straight-through cable
  • Switch:
    • Transmit on pins 3&6, receive on 1&2 → use crossover cable
  • Auto MDI-X:
    • Automatically detects and switches pin usage for Tx/Rx.

Ethernet Standards (Fiber-Optic)

Informal NameIEEE StandardSpeedCable TypeMax Length
1000BASE-LX802.3z1 GbpsMulti/Single550m / 5km
10GBASE-SR802.3ae10 GbpsMultimode400m
10GBASE-LR802.3ae10 GbpsSingle-Mode10 km
10GBASE-ER802.3ae10 GbpsSingle-Mode30 km
  • Max length:
    • ~30 km (single-mode)
    • ~550 m (multimode)

SFP Transceiver (Small Form-Factor Pluggable)

  • SFP slot: Used to connect fiber-optic cables (similar to RJ-45 but for fiber).
  • Fiber-optic cables always use 2 separate lines:
    • One for transmit (Tx)
    • One for receive (Rx)
  • Copper cables use separate wires for Tx and Rx within the same jacket.

Structure of Fiber-Optic Cable

Fiber-optic cables consist of 4 layers:

  1. Glass fiber core
  2. Cladding that reflects light
  3. Protective buffer
  4. Outer jacket

Types of Fiber-Optic Cables

  • Single-mode:
    • Narrower core
    • Single angle of light wave
    • Uses laser-based transmitter
    • More expensive, but supports longer distances
  • Multimode:
    • Wider core
    • Multiple angles of light waves
    • Uses LED-based transmitter
    • Cheaper, but supports shorter distances

📌 These are personal study notes. Please read the full disclaimer for more information.

Category: CCNA

Post navigation

← Network Devices
Resetting a Preconfigured Cisco 881 Router →

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • IPv4 Header
  • Switch Interfaces
  • IPv4 Addressing
  • Ethernet LAN Switching
  • Cisco IOS CLI

Recent Comments

No comments to show.

Archives

  • June 2025
  • May 2025

Categories

  • CISCO
    • CCNA
    • CISCO Troubleshooting
  • Uncategorized
  • Virtualization
    • Proxmox
© 2025 Kotenko IT Blog | Powered by Minimalist Blog WordPress Theme