CCNA Notes

200-301 Exam Prep

Progress0/67

0% complete

Practice TestsNew
1Networking Devices2Interfaces And Cables3OSI Model and TCP/IP Suite4Intro to the CLI5Ethernet LAN Switching - Part 16Ethernet LAN Switching - Part 27IPv4 Addressing - Part 18IPv4 Addressing - Part 29Switch Interfaces10The IPv4 Header11Routing Fundamentals - Part 111Static Routing - Part 212Life of a Packet13Subnetting - Part 114Subnetting - Part 215Subnetting (VLSM) - Part 316VLANs - Part 117VLANs - Part 218VLANs - Part 319DTP / VTP20Spanning Tree Protocol - Part 121Spanning Tree Protocol - Part 222Rapid Spanning Tree Protocol23Etherchannel24Dynamic Routing25RIP / EIGRP26OSPF - Part 127OSPF - Part 228OSPF - Part 329First Hop Redundancy Protocol30TCP and UDP31IPv6 - Part 132IPv6 - Part 233IPv6 - Part 334Standard Access Control List35Extended Access Control List36CDP and LLDP37NTP - Network Time Protocol38DNS - Domain Name System39DHCP - Dynamic Host Configuration Protocol40SNMP - Simple Network Management Protocol41SYSLOG42SSH - Secure Shell43FTP and TFTP44NAT (Static) - Part 145NAT (Dynamic) - Part 246QoS (Voice VLAN) - Part 147QoS (Quality of Service) - Part 248Security Fundamentals49Port Security50DHCP Snooping51Dynamic ARP Inspection52LAN Architectures53WAN Architectures54Virtualization and Cloud - Part 154Virtualization (Containers) - Part 254Virtualization (VRF) - Part 355Wireless Fundamentals56Wireless Architectures57Wireless Security58Wireless Configuration59Introduction to Network Automation60JSON, XML, and YAML61REST APIs62Software Defined Networking63Ansible, Puppet, and Chef67CCNA Complete Cheatsheet
/Interfaces And Cables
Topic 25 min read

Interfaces And Cables

/
Tip: Select text to highlight or pin your reading position

2. INTERFACES AND CABLES

SWITCHES provide many PORTS for connectivity (usually 24)

These PORTS tend to be RJ-45 (Registered Jack) ports.


WHAT IS ETHERNET?

  • Ethernet is a collection of network protocols/standards.

Why do we need network protocols and standards?

  • provide common communication standards over networks.
  • provide common hardware standards to allow connectivity between devices.

Connections between devices operates at a set speed.

These speeds are measured in "bits per second" (bps)

A bit is a value of "0" or "1". A byte is 8 bits (0s and 1s)

Size# of Bits
1 kilobit (Kb)1,000
1 megabit (Mb)1,000,000
1 gigabit (Gb)1,000,000,000
1 terabit (Tb)1,000,000,000,000

Ethernet standards are:

  • Defined in the IEEE 802.3 standard in 1983
  • IEEE = Institute of Electrical and Electronics Engineers

ETHERNET STANDARDS (COPPER)

SpeedCommon NameStandardCable TypeMax Transmission Distance
10 MbpsEthernet802.3i10BASE-T100m Max
100 MbpsFast Ethernet802.3u100BASE-T100m Max
1 GbpsGigabit Ethernet802.3ab1000BASE-T100m Max
10 Gbps10 Gigabit Ethernet802.3an10GBASE-T100m Max

BASE = refers to Baseband Signaling

T = Twisted Pair

Most Ethernet uses copper cables.

UTP or Unshielded Twisted Pair (no metallic shield) Twist protects against EMI (Electromagnetic Interference)

Most use 8 wires (4 pairs) however ...

10/100BASE-T = 2 pairs (4 wires)

imageClick to enlarge


How do devices communicate via their connections?

Each ethernet cable has a RJ-45 plug with 8 pins on the ends.

imageClick to enlarge

  • PCs Transmit(TX) data on Pins #1-2
  • Switches Receive(RX) data on Pins #1-2
  • PCs Receive(RC) data on Pins #3,6
  • Switches Transmit(TX) data on Pins #3,6

This allows Full-Duplex transmission of data.


What if a Router / Switch connect?

imageClick to enlarge

  • Routers Transmit(TX) data on Pins #1-2
  • Routers Receive(RX) data on Pins #3,6
  • Switches Transmit(TX) data on Pins #3,6
  • Switches Receive(RX) data on Pins #1-2

Routers and PCs connect the same way with Switches.

The cable used to connect is called a "Straight-Through" cable.


What if we want to connect similar devices to each other?

We CANNOT use a "Straight-Through" cable. We MUST use a "Crossover" cable.

This cable swaps the pins on one end to allow connection to work.

imageClick to enlarge

PIN#1 -----> PIN#3 PIN#2 -----> PIN#6

PIN#3 -----> PIN#1 PIN#6 -----> PIN#2


DEVICE TYPETRANSMIT (TX) PINSRECEIVE (RX) PINS
ROUTER1 and 23 and 6
FIREWALL1 and 23 and 6
PC1 and 23 and 6
SWITCH3 and 61 and 2

Most modern equipment now has AUTO MDI-X which automatically detects which pins their neighbour is transmitting on and adjust the pins they receive data on.

1000BASE-T/10GBASE-T = 4 pairs (8 wires)

Each wire pair is bidirectional so can transmit/receive much faster than 10/100BASE-T.

imageClick to enlarge


Fiber-Optic Connections:

  • Defined in the IEEE 802.3ae standard

SFP Transceiver (Small Form-Factor Pluggable) allows fiber-optic cables to connect to switches/routers.

  • Have separate cables to transmit / receive.

4 parts to a fiber-optic cable.

imageClick to enlarge

There are TWO types of fiberoptic cable.

Single-Mode:

imageClick to enlarge

  • Narrower than multimode
  • Lighter enters at a single angle (mode) from a laser-based transmitter.
  • Allows longer cables than both UTP and multimode fiber.
  • More expensive than multimode fiber (due to more expensive laser-based SFP transmitters)

Multimode:

imageClick to enlarge

  • Core is wider than Single-mode
  • Allows multiple angles (modes) of light waves to enter core
  • Allows longer cables than UTP but shorter than single-mode
  • Cheaper than single-mode fiber (due to cheaper LED-based SFP transmitter)

Fiber Optic Standards:

SpeedStandardConnection SpeedMode SupportMax Transmission Distance
1000BASE-LX802.3z1 GbpsMultimode / Single550 meters (Multi) / 5km (Single)
10GBASE-SR802.3ae10 GbpsMultimode400 meters
10GBASE-LR802.3ae10 GbpsSingle10 kilometers
10GBASE-ER802.3ae10 GbpsSingle30 kilometers

UTP vs Fiber-Optic Cabling:

UTP are:

  • Lower cost than fiber-optic.
  • Shorter maximum distance than fiber-optic (~100m).
  • Can be vulnerable to EMI (Electromagnetic Interference).
  • RJ45 ports used with UTP are cheaper than SFP ports.
  • Emit (leak) a faint signal outside of cable, which can be copied (security risk).

Fiber-Optic:

  • Higher cost than UTP.
  • Longer maximum distance than UTP.
  • No vulnerability to EMI.
  • SFP ports are more expensive than RJ45 ports (single-mode is more expensive than multimode).
  • Does not emit any signal outside of the cable (no security risk).
PreviousNetworking Devices
NextOSI Model and TCP/IP Suite