Shiva's Blog

Supporting Cabling and Physical Installation

Supporting Cabling and Physical Installation

Network Data Transmission

Ethernet Standards

Media Access Control and Collision Domains

Media access control (MAC) refers to the methods a network technology uses to determine when nodes can communicate on shared media and to deal with possible problems, such as two devices attempting to communicate simultaneously.

Collision domains:

A collision domain is, as the name implies, the part of a network where packet collisions can occur. A collision occurs when two devices send a packet at the same time on the shared network segment. https://study-ccna.com/collision-broadcast-domain/

The ethernet protocol governing contention and media access is called Carrier Sense Multiple Access with Collision Detection (CSMA/CD). A collision is the state when a signal is present on an interface’s transmit and receives lines simultaneously. On detecting a collision, the node broadcasts a jam signal. Each node that was attempting to use the media then waits for a random period before attempting to transmit again.

The collision detection mechanism means that only half-duplex transmission is possible.

100BASE-TX Fast Ethernet Standards

The fast Ethernet standard uses the same CSMA/CD protocol as 10BASE-T but with higher frequency signaling an improved encoding methods, raising the bit rate from 10 Mbps to 100 Mbps. 100BASE-TX refers to fast ethernet working over Cat5 twisted pair copper cable with a maximum supported link length of 100 meters.

Gigabit Ethernet Standards

Gigabit Ethernet builds on the standards defined for Ethernet and fast Ethernet to implement rates of 1000 Mbps (1Gbps), when installed using Cat5e or better copper wire. Gigabit Ethernet is specified as 1000BASE-T. Gigabit Ethernet doesn’t support hubs; it is implemented only using switches. The maximum distance of 100 meters applies to cabling between the node and the switch port, or between two switch port.

Gigabit is supported by both copper cable and fiber, while copper wire can be cost effective and the fiber cable can be expensive.

10 Gigabit Ether (10GbE) multiplies the nominal speed of Gigabit Ethernet by a factor of 10. Because of the higher frequencies required, 10 GbE can only run at reduced distances over unshielded copper cables. For longer runs higher categories of copper wire with some type of shielding, or a fiber cable is required.

Specifications for 40 Gbps operation

Specification Cable Maximum Distance
10 BASE-T UTP (Cat6) 55m (180 feet)
  F/UTP (Cat6A) 100m (328 feet)
  S/FTP(Cat7) 100m9328 feet)
     
40 GBASE-T S/FTP (Cat 8) 30m 9100 feet)

note: 10/40 GBASE are mostly used to connect between appliances in a datacenter.

Fiber Ethernet Standards

Fiber optic cable uses infrared light signals, lights are not susceptible to the interfaces or noise from other sources such as copper cables. Fiber cables supports higher bandwidth over longer distance than copper wires. Fiber cables are divided into two category Single Mode fiber (SMF) and Multimode fiber(MMF). MMF is categorized by optical mode designations(OM1, OM2, OM3 and OM4).

Copper Cables and connectors

Shielded and screened Twisted pair cable

Shielded cable can be referred to generically as shielded twisted pair(STP), there are several types of shielding:

Legacy STP cable could be complex to install, as it required bonding each element to ground manually, but modern F/UTP and S/FTP solutions with appropriate cable, connectors, and patch panels reduce this complexity by incorporating bonding within the design of each element.

Plenum and Riser-rated Cable

Plenum cable:

Coaxial and Twinaxial cable and connectors

Coaxial cable is made of two conductors that share the same axis. The core conductor is made of solid or stranded copper wire and is enclosed by plastic insulation. A wire mesh wrapped around the plastic constitutes the second conductor. This servers as shielding from interference.

Connectors:

BNC BNC connectors are the connectors that uses a twist-and-lock mechanism

F-connector: While f-connector is secured by screwing them into place.

Twinaxial: is similar to coax but contains two inner conductors

Structured Cabling System

T568A and T56B Termination Standards

T568A:

T568B:

Patch Panels

Reference: Comptia Network Plus (certmaster)