Links and Encoding




CS158a

Chris Pollett

Feb. 9, 2011

Outline

Introduction

From Waves to Bits and Channels

Cables

Twisted Pair

An Image of a Twisted Pair Wire

Coaxial Cable

A Cross-Section of a Coaxial Cable

Fiber Optics

A Table Comparing Common Cables and Fibers

CableTypical BandwidthsDistance
Cat-5 Twisted Pair10-100Mbps100m
Thin-net Coax10-100Mbps200m
Thick-net Coax10-100Mbps500m
Multimode Fiber100Mbps2km
Single Mode Fiber.1-10 Gbps40km

Leased-Lines

More on Leased-Lines

Last-mile Links

Wireless Links

Encoding

NRZ Encoding

In the nonreturn to zero (NRZ) encoding we use high for a certain amount of time to represent a 1 and low for a certain amount of time to represent 0.

NRZI Encoding

In the nonreturn to zero inverted (NRZI) encoding, to send a 1 the sender transitions from the current signal value to the opposite; to send a 0 the sender stays on the current signal.

Manchester Encoding

In the Manchester encoding, one sends the XOR of the clock and the NRZ-encode data.

Diagram of clock, bit, and Manchester Encoding