Lect7 Physical1
Lect7 Physical1
Capacity Distance
-----------------------------------------------------------------------------
unshield twisted pair 4000Hz < 10 km
(10Mbps) (20m??)
coaxial cable
baseband(50-ohm ThinNet) 10-100Mbps 200m (10Base2)
broadband (75-ohm ThickNet) 10-100Mbps 500m
optical fiber
multi-mode 100 Mbps 30km
single-mode 10Gbps 30km
• Bandwidth and Capacity
– Bandwidth: width of the frequency range of
signal or transmission (Hz) e.g. human voice:
100 ~ 3300 Hz, bandwidth 3200, twisted pair:
4kHz.
– Capacity: rate in bits per second
• Baud rate = how many symbols per second
• Bit rate = number of bits / symbol * Baud rate
• How to determine the number of bits per symbol?
– Number of bits/symbol = log_2(number of symbols)
• E.g: eight voltage outputs, how many bits per
symbol?
• Bandwidth and Capacity
– Nyquist's theorem: maximum baud rate for
noiseless channel.
max baud rate = 2 * Bandwidth
– Implication:
(1) max bit rate = 2 * Bandwidth * # of bits /symbol
(2) also applies to the noisy channels.
10^4 10^5 10^6 10^7 10^8 10^9 10^10 10^11 10^12 10^13 10^14 10^15
F(Hz)
Twisted pair satellite
Fiber
optics
coax
AM FM
TV
Conclusion?
• Analog vs. Digital
– analog: continuous, digital: discrete
– different contexts:
Analog Digital
----------------------------------------------------------------------------
Data: something that has a meaning voice text
----------------------------------------------------------------------------
Signal: encoded data continuously sequence
varying of pulses
electromagnetic (1's, 0's)
wave
------------------------------------------------------------------------------
Transmission: how data transmitted propagate propagate
wave’s pulses
------------------------------------------------------------------------------
Computer networks: transmit digital data
Telephone networks: transmit voice
• Data Encoding: map data into signals
– Digital data to digital signal
– NRZ: high 1, low 0
– Manchester: 1: low-high transition, 0: high-low transition