Chapter 17: Data Link Control and Multiplexing Business Data Communications, 5e.

Slides:



Advertisements
Similar presentations
Long-Distance and Local Loop Digital Connection Technologies
Advertisements

12-Access and Interconnection Technologies Dr. John P. Abraham Professor UTPA.
Chapter 8 Multiplexing Frequency-Division Multiplexing
Data Communications and Networking
1/28 Chapter 8 Multiplexing. 2/28 Multiplexing  To make efficient use of high-speed telecommunications lines, some form of multiplexing is used  Multiplexing.
Layer Physical – WAN Pertemuan 10 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
William Stallings Data and Computer Communications 7 th Edition Chapter 8 Multiplexing.
Data and Computer Communications
Broadband local access technology
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 6 Multiplexing.
FIT 1005 Networks & Data Communications Lecture 7 – Multiplexing Reference: Chapter 8 Data and Computer Communications Eighth Edition.
Ch. 8 Multiplexing.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 8 – Multiplexing.
6.1 Chapter 6 Bandwidth Utilization: Multiplexing and Spreading Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
COE 341: Data & Computer Communications (T062) Dr. Marwan Abu-Amara
1 K. Salah Module 3.3: Multiplexing WDM FDM TDM T-1 ADSL.
ECS 152A 6. Multiplexing.
TEL205 Week 14 Stallings Chapter 15: Data Transmission.
Data Communications Multiplexing.
Multiplexing 3/9/2009.
Chapter 9: Data Link Control Business Data Communications, 4e.
Chapter 10: Transmission Efficiency Business Data Communications, 4e.
Module 2.2: ADSL, ISDN, SONET
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 8: Multiplexing.
COE 341: Data & Computer Communications (T061) Dr. Marwan Abu-Amara Chapter 8: Multiplexing.
Digital to analogue conversion. 1 DIGITAL-TO-ANALOG CONVERSION Digital-to-analog conversion is the process of changing one of the characteristics (A,
Technique for assuring that a transmitting entity does not overwhelm a receiving entity with data Necessary when data is being sent faster than it.
Multiplexer Multiplexing FDM TDM WDM Front-End Processor Controllers.
Multiplexing multiple links on 1 physical line common on long-haul, high capacity links have FDM, TDM, CDM and WDM.
1 Topic 4: Physical Layer - Chapter 10: Transmission Efficiency Business Data Communications, 4e.
Chapter 17: Data Link Control and Multiplexing
Multiplexing.
1 William Stallings Data and Computer Communications 7 th Edition Chapter 8 Multiplexing.
Chapter 10: Transmission Efficiency Business Data Communications, 4e.
Multiplexing Multiplexing: Combining multiple data (voice) channels for transmission on a common medium. Multiple devices sharing one physical link. Demultiplexing:
CSCI 465 D ata Communications and Networks Lecture 12 Martin van Bommel CSCI 465 Data Communications & Networks 1.
William Stallings Data and Computer Communications 7 th Edition Chapter 8 Multiplexing.
Physical Layer Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF.
1 Kyung Hee University Prof. Choong Seon HONG Multiplexing.
1 William Stallings Data and Computer Communications 7 th Edition Chapter 8 Multiplexing.
Komunikasi Data Multiplexing Ir. Hary Nugroho MT..
Data and Computer Communications 8 th & 9 th Edition by William Stallings Chapter 8 – Multiplexing.
CIS 321 – Data Communications & Networking Chapter 8 – Multiplexing.
TUNALIData Communication1 Chapter 8 Multiplexing.
Aegis School of Telecommunication Chapter 8 Multiplexing Telecom Systems I by Dr. M. G. Sharma, Phd. IIT Kharagpur.
Computer Networks Chapter 6 - Multiplexing. Spring 2006Computer Networks2 Multiplexing  The term “multiplexing” is used whenever it is necessary to share.
6.1 Chapter 6 Bandwidth Utilization: Multiplexing and Spreading Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Business Data Communications & Networking Lecture 6 More Data Communications.
Chapter 6 Multiplexing.
CIS Data Communications1 CIS-325 Data Communication Dr. L. G. Williams, Instructor.
Multiplexing.
12-Access and Interconnection Technologies Dr. John P. Abraham Professor UTPA.
Transmission Media Sharing When can you share? –High Medium capacity Why share ? –Less transmission costs –More cost-effective transmissions How would.
Chapter 9 Using Telephone and Cable Networks for Data Transmission.
Chapter 9 Using Telephone and Cable Networks for Data Transmission.
Introduction to Communication Lecture (07) 1. Bandwidth utilization Bandwidth utilization is the wise use of available bandwidth to achieve specific goals.
Computer Network Lab. 1 8 장 다중화 (Multiplexing) 8.1 Many to One/One to Many 8.2 Type of Multiplexing 8.3 Multiplexing Application : Telephone system 8.4.
Chapter 9: Data Link Control Business Data Communications, 4e.
© 2007 – 2010, Cisco Systems, Inc. All rights reserved. Cisco Public ITE PC v4.1 Chapter 4 1 Chapter 3: Point-to- Point Connections Connecting Networks.
Bandwidth Utilization: Multiplexing and Spreading
Multiplexing.
Chapter 9: Data Link Control
Bandwidth Utilization: Multiplexing and Spreading
William Stallings Data and Computer Communications
CPEG514 Advanced Computer Networks
Chapter 8. Multiplexing Frequency-Division Multiplexing
Bandwidth Utilization: Multiplexing
Chapter 9: Data Link Control
Presentation transcript:

Chapter 17: Data Link Control and Multiplexing Business Data Communications, 5e

2 Flow Control Necessary when data is being sent faster than it can be processed by receiver Computer to printer is typical setting Can also be from computer to computer, when a processing program is limited in capacity

Business Data Communications, 5e3 Error Correction Two types of errors –Lost frame –Damaged frame Automatic Repeat reQuest (ARQ) –Error detection –Positive acknowledgment –Retransmission after time-out –Negative acknowledgment and retransmission

Business Data Communications, 5e4 Data Link Control Specified flow and error control for synchronous communication Data link module arranges data into frames, supplemented by control bits Receiver checks control bits, if data is intact, it strips them

Business Data Communications, 5e5 High-Level Data Link Control On transmitting side, HDLC receives data from an application, and delivers it to the receiver on the other side of the link On the receiving side, HDLC accepts the data and delivers it to the higher level application layer Both modules exchange control information, encoded into a frame

Business Data Communications, 5e6 HDLC Frame Structure Flag: , at start and end Address: secondary station (for multidrop configurations) Information: the data to be transmitted Frame check sequence: 16- or 32-bit CRC Control: purpose or function of frame –Information frames: contain user data –Supervisory frames: flow/error control (ACK/ARQ) –Unnumbered frames: variety of control functions (see p.131)

Business Data Communications, 5e7 HDLC Operation Initialization: S-frames specify mode and sequence numbers, U-frames acknowledge Data Transfer: I-frames exchange user data, S-frames acknowledge and provide flow/error control Disconnect: U-frames initiate and acknowledge

Business Data Communications, 5e8 HDLC Examples

Business Data Communications, 5e9 Multiplexing Shared use of communication capacity Commonly used in long-haul communications, on high-capacity fiber, coaxial, or microwave links Multiplexer combines data from n input lines and transmits over a higher-capacity data link Demultiplexer accepts multiplexed data stream, separates the data according to channel, and delivers them to the appropriate output lines.

Business Data Communications, 5e10 Multiplexing Diagram

Business Data Communications, 5e11 Motivations for Multiplexing The higher the data rate, the more cost- effective the transmission facility –cost per kbps declines with an increase in the data rate of the transmission facility –cost of transmission and receiving equipment, per kbps, declines with increasing data rate. Most individual data communicating devices require relatively modest data rate support

Business Data Communications, 5e12 Frequency Division Multiplexing (FDM) Requires analog signaling & transmission Total bandwidth = sum of input bandwidths + guardbands Modulates signals so that each occupies a different frequency band Standard for radio broadcasting, analog telephone network, and television (broadcast, cable, & satellite)

Business Data Communications, 5e13 Wavelength Division Multiplexing Form of FDM used when multiple beams of light at different frequencies are transmitted on the same optical fiber Most WDM systems operate in the 1550-nm range. In early systems, 200 MHz was allocated to each channel, but today most WDM systems use 50-GHz spacing dense wavelength division multiplexing (DWDM) connotes the use of more channels, more closely spaced (≤200Ghz), than ordinary WDM

Business Data Communications, 5e14 FDM Example: ADSL ADSL uses frequency-division modulation (FDM) to exploit the 1-MHz capacity of twisted pair. Asymmetric because ADSL provides more capacity downstream (from the carrier’s central office to the customer’s site) than upstream (from customer to carrier).

Business Data Communications, 5e15 3 Elements of ADSL Strategy Reserve lowest 25 kHz for voice, known as POTS Use echo cancellation or FDM to allocate a small upstream band and a larger downstream band Use FDM within the upstream and downstream bands, using “discrete multitone”

Business Data Communications, 5e16 Echo Cancellation Entire frequency band for the upstream channel overlaps the lower portion of the downstream channel Advantages –The higher the frequency, the greater the attenuation. –More flexible for changing upstream capacity Disdvantages –Need for echo cancellation logic on both ends of line

Business Data Communications, 5e17 Discrete Multitone (DMT) Uses multiple carrier signals at different frequencies, sending some of the bits on each channel. Transmission band (upstream or downstream) is divided into a number of 4-kHz subchannels. Modem sends out test signals on each subchannel to determine the signal to noise ratio; it then assigns more bits to better quality channels and fewer bits to poorer quality channels.

Business Data Communications, 5e18 Synchronous Time-Division Multiplexing (TDM) Used in digital transmission Requires data rate of the medium to exceed data rate of signals to be transmitted Signals “take turns” over medium Slices of data are organized into frames Used in the modern digital telephone system –US, Canada, Japan: DS-0, DS-1 (T-1), DS-3 (T-3),... –Europe, elsewhere: E-1, E3, …

Business Data Communications, 5e19 Digital Carrier Systems Long-distance carrier system designed to transmit voice signals over high-capacity transmission links (e.g. optical fiber, coaxial cable, and microwave) Evolution of these networks to digital involved adoption of synchronous TDM transmission structures

Business Data Communications, 5e20 DS-1 Transmission Format Multiplexes 24 channels Voice transmission –Frame contains 8 bits per channel plus a framing bit for 24  = 193 bits –Signal digitized with PCM at 8000 samples/second –Data rate of 8000  193 = Mbps Data transmission –23 channels of data are provided –Last channel position reserved for special sync byte Mixed voice and data uses all 24 channels

Business Data Communications, 5e21 DS-1 Illustration

Business Data Communications, 5e22 T-1 Facilities Transmission facilities supporting DS-1 Often used for leased dedicated transmission between customer premises –Private voice networks –Private data network –Video teleconferencing –High-speed digital facsimile –Internet access

Business Data Communications, 5e23 SONET/SDH SONET (Synchronous Optical Network) is an optical transmission interface proposed by BellCore and standardized by ANSI. Synchronous Digital Hierarchy (SDH), a compatible version, has been published by ITU-T Specifications for taking advantage of the high- speed digital transmission capability of optical fiber.

Business Data Communications, 5e24 SONET/SDH Signal Hierarchy

Business Data Communications, 5e25 STS-1 and STM-N Frames