Chapter 15 - Computer and Multimedia Networks
Chapter 15 - Computer and Multimedia Networks
Chapter 15
Computer and Multimedia Networks
15.1 Basics of Computer and Multimedia Networks 15.2 Multiplexing Technologies 15.3 LAN and WAN 15.4 Access Networks 15.5 Common Peripheral Interfaces 15.6 Further Exploration
TCP/IP Protocols
OSI Application Presentation Session Transport Network Data link Physical Transport TCP (connection-oriented) UDP (connectionless) IPv4, IPv6, RSVP X.25, Ethernet, Token ring, FDDI, PPP/SLIP, etc. 10/100Base-T, 1000Base-T, Fibre Channel, etc. Application FTP, Telnet, SMTP/MIME HTTP, SNMP, etc. TCP / IP
2. WDM (Wavelength Division Multiplexing): A variation of FDM for data transmission in optical bers: Light beams representing channels of dierent wavelengths are combined at the source, and split again at the receiver. The capacity of WDM is tremendous a huge number of channels can be multiplexed (aggregate bit-rate can be up to dozens of terabits per second). Two variations of WDM:
(a) DWDM (Dense WDM): employs densely spaced wavelengths so as to allow a larger number of channels than WDM (e.g., more than 32). (b) WWDM (Wideband WDM): allows the transmission of color lights with a wider range of wavelengths (e.g., 1310 to 1557 nm for long reach and 850 nm for short reach) to achieve a larger capacity than WDM.
12
3. TDM (Time Division Multiplexing) A technology for directly multiplexing digital data: If the source data is analog, it must rst be digitized and converted into PCM (Pulse Code Modulation). Multiplexing is performed along the time (t) dimension. Multiple buers are used for m (m > 1) channels. Two variations of TDM:
(a) Synchronous TDM: Each of the m buers is scanned in turn and treated equally. If, at a given time slot, some sources (accordingly buers) do not have data to transmit the slot is wasted. (b) Asynchronous TDM: Only assign k (k < m) time slots to scan the k buers that are likely to have data to send (based on statistics) has the potential of having a higher throughput given the same carrier data rate.
13
14
Table 15.1 Comparison of TDM Carrier Standards Format Num of channels T1 T2 T3 T4 24 96 672 4032 Data Rate (Mbps) 1.544 6.312 44.736 274.176 E1 E2 E3 E4 E5 Format Num of channels 32 128 512 2048 8192 Data Rate (Mbps) 2.048 8.448 34.368 139.264 565.148
15
16
18
Table 15.2:
SONET Electrical-Level STS-1 STS-3 STS-9 STS-12 STS-18 STS-24 STS-36 STS-48 STS-96 STS-192
Optical-Level OC-1 OC-3 OC-9 OC-12 OC-18 OC-24 OC-36 OC-48 OC-96 OC-192
Table 15.2 lists the SONET electrical and optical levels, and their SDH equivalents and data rates. 19
Li & Drew c Prentice Hall 2003
20
21
Table 15.4 oers a brief history of various digital subscriber lines (xDSL). 22
Li & Drew c Prentice Hall 2003
23
24
Ethernet
Ethernet: A packet-switched bus network, the most popular LAN to date. Message Addressing: An Ethernet address of the recipient is attached to the message, which is sent to everyone on the bus. Only the designated station will receive the message, while others will ignore it. CSMA/CD (Carrier Sense Multiple Access with Collision Detection) solves the problem of medium access control: Multiple stations could be waiting and then sending their messages at the same time, causing a collision. To avoid collision, the station that wishes to send a message must listen to the network (Carrier Sense) and wait until there is no trac on the network. 25
Li & Drew c Prentice Hall 2003
Token Ring
Token Ring: Stations are connected in a ring topology, as the name suggests. Collision resolve scheme: A small frame, called a token, circulates on the ring while it is idle. To transmit, a source station S must wait until the token passes by, and then seizes the token and converts it into a front end of its data frame, which will then travel on the ring and be received by the destination station. The data frame will continue travelling on the ring until it comes back to Station S . The token is then released by S and put back onto the ring. 26
Li & Drew c Prentice Hall 2003
29
(a)
(b)
Fig. 15.2: Latency: (a) Serialization delay in a normal packet switching network. (b) Lower latency in a cell network.
32
Fixed data rate Circuit switching Cell relay (ATM) Complexity Frame relay Packet switching Variable data rate
Fig. 15.3: Comparison of Dierent Switching Techniques. Fig. 15.3 compares the four switching technologies in terms of their bit rate and complexity. It can be seen that Circuit Switching is the least complex and oers constant (xed) data rate, and Packet Switching is the opposite.
33
34
16 5 bytes
24
32
40
GFC = General Flow Control VPI = Virtual Path Identifier VCI = Virtual Channel Identifier
GFC: General Flow Control VPI: Virtual Path Identier VCI: Virtual Channel Identier
PT
= Payload Type
OSI
ATM
Transport Network
TC PMD
AAL = ATM Adaptation Layer CS TC = Convergence Sublayer = Transmission Convergence SAR = Segmentation and Reassembly PMD = Physical Medium Dependent
38
Fiber To The Curb (FTTC) Optical bers connect the core network with ONUs at the curb. Each ONU is then connected to dozens of homes via twisted-pair copper or coaxial cable. A star topology is used at the ONUs, so the media to the end user are not shared a much improved access network over HFC. Fiber To The Home (FTTH) Optical bers connect the core network directly with a small group of homes, providing the highest bandwidth. Since most homes have only twisted pairs and/or coaxial cables, the implementation cost of FTTH will be high.
39
Terrestrial Distribution uses VHF and UHF spectra (approximately 40800 MHz). Each channel occupies 8 MHz in Europe and 6 MHz in the U.S., and each transmission covers about 100 kilometers in diameter. The standard is known as Digital Video BroadcastingTerrestrial (DVB-T). Since the return channel (upstream) is not supported in terrestrial broadcasting, a separate POTS or N-ISDN link is recommended for upstream in interactive applications. Satellite Distribution uses the Gigahertz spectrum. Each satellite covers an area of several thousand kilometers. Its standard is Digital Video Broadcasting-Satellite (DVBS). Similar to DVB-T, POTS or N-ISDN is proposed as a means of supporting upstream data in DVB-S. 40
Li & Drew c Prentice Hall 2003
41
SONET FAQ, etc. xDSL introductions at DSL Forum website. Introductions and White Papers on ATM. FAQ and White Papers on 10 Gigabit Ethernet at the Alliance website. IEEE 802 standards. IETF RFCs: IPv6 (Internet Protocol, Version 6).
42