Fundamentals of Data Communications Neil Tang 9/12/2008

Slides:



Advertisements
Similar presentations
1 Chapter 2 Agenda Announcements / updates Gayle Laakman McDowell, 10/11, 4:30pm, UW2-005 GUIs / IDEs for remotely accessing uw1-320-lab Other references.
Advertisements

ECE 4321: Computer Networks Chapter 3 Data Transmission.
Broadband local access technology
EE 4272Spring, 2003 Chapter 3 Data Transmission Part II Data Communications Concept & Terminology Signal : Time Domain & Frequency Domain Concepts Signal.
COMMUNICATION TECHNOLOGY by Shashi Bhushan School of Computer and Information Sciences.
Analog to Digital (digital telephony) Given an analog function (voice?) we wish to represent it as a sequence of digital values Pulse Amplitude Modulation.
20101 The Physical Layer Chapter Bandwidth-Limited Signals.
1 K. Salah Module 3.3: Multiplexing WDM FDM TDM T-1 ADSL.
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 7 Introduction to Networks and the Internet.
Module 3.0: Data Transmission
Module 2.2: ADSL, ISDN, SONET
CSC 450/550 Part 2: The Physical Layer. CSC 450/550 Summary (1)Transmission medium (2)* Switching (3)The Nyquist limit (4)The Shannon limit.
Chapter 12 Long-Distance Digital Connection Technologies Pulse Code Modulation DSU/CSU ISDN ADSL Cable Modem.
思科网络技术学院理事会. 1 OSI Physical Layer Network Fundamentals – Chapter 8.
Review: The application layer. –Network Applications see the network as the abstract provided by the transport layer: Logical full mesh among network end-points.
2-1 Physical Layer l Theoretical basis for data communications n Fourier analysis n distortion –by different attenuation rates of different frequency components.
Computer Networks Digital Access Technologies. Spring 2006Computer Networks2 How Computer Networks are Built?  LANs (Local Area Networks) are relatively.
Networks and Protocols CE Week 5b. WAN’s, Frame Relay, DSL, Cable.
Data Communications Chapter 16, Exploring the Digital Domain.
Hardware Building Blocks and Encoding COM211 Communications and Networks CDA College Theodoros Christophides
Postacademic Interuniversity Course in Information Technology – Module C1p1 Chapter 4 Communications, Theory and Media.
9-Jan-164/598N: Computer Networks Overview Performance metrics - Section 1.5 Direct link networks –Hardware building blocks - Section 2.1 –Encoding - Section.
Chapter 2 The Physical Layer.
Univ. of TehranIntroduction to Computer Network1 An Introduction to Computer Networks University of Tehran Dept. of EE and Computer Engineering By: Dr.
The Physical Layer Chapter 2. The Theoretical Basis for Data Communication Fourier Analysis Bandwidth-Limited Signals Maximum Data Rate of a Channel.
Physical Layer. Data Communications - Physical Layer2 Physical Layer Essence: Provide the means to transmit bits from sender to receiver involves a lot.
Telecommunications Transmission Medium.
Chapter 7 Introducing Wide-Area Networks
Introduction to Telecommunications
Getting Connected (Chapter 2 Part 1)
Data Link Networks Hardware Building Blocks Nodes & Links CS380
Circuit Switching and Telephone Network
Chapter 2: Physical Layer
Intro to MIS – MGS351 Network Basics
Transmission Media.
3 Computing System Fundamentals
Chapter Goals Explain communication protocols
Telecommunications and Networking
William Stallings Data and Computer Communications 7th Edition
Computers Are Your Future Eleventh Edition
Transfer of data in ICT systems
Data Transmission and Computer Communications ECE: 412
William Stallings Data and Computer Communications
Network Basics Extended Learning Module E
Rivier College CS575: Advanced LANs Lecture 2
DATA COMMUNICATION Lecture-32.
Introduction to computer networks
Computer Networks.
Layer 1 of the TCP/IP protocol stack: Network Access Layer (NAL)
12-Access and Interconnection Technologies
Physical Layer Theoretical basis for data communications
Overview We were looking at technologies to connect a bunch of nodes
Communication Satellites
فصل سوم: لایه فیزیکی (Physical Layer)
Chapter 7 Transmission Media
Chapter 9. High-Speed Digital Access: DSL, Cable Modems
Overview & Applications
Chapter 7 Transmission Media.
Overview & Applications
Signals, Media, And Data Transmission
Data Communication & Networking
Data Communication.
Physical Layer Theoretical basis for data communications
Fundamentals of Computer Networks
Hardware Building Blocks
CSCI-1680 Physical Layer Link Layer I
Data Transmission And Digital Communication
Home work project #1 Develop and fully debug your program on the Cushing 208 lab. Machines - planet lab machines may not have good development environment.
12-Access and Interconnection Technologies
Chapter 7 Transmission Media.
Presentation transcript:

Fundamentals of Data Communications Neil Tang 9/12/2008 CS440 Computer Networks

Major Issues Encoding: Encode binary data to physical signals Framing: Delineate bit stream into messages or frames Error detection: Identify corrupted frames Reliability: Frame-level reliability Media access control: Resolve contentions CS440 Computer Networks

Node Network-Capable Node Architecture CS440 Computer Networks

Link Different physical media: twisted pair, coaxial cable, optical fiber, space. Signals always propagate in a physical medium in the form of electromagnetic waves. Full Duplex and Half Duplex Spectrum allocation CS440 Computer Networks

Types of Links Cable: Connect nodes which are close to each other Leased Lines: DS1/T1 1.544 Mbps DS3/T3 44.736 Mbps STS-1 151.840 Mbps STS-N N * STS-1 T1 bandwidth represents 24 digital voice circuits of 64 kbps each; T3 is 28 T1s. CS440 Computer Networks

Types of Links Last-Mile Links POTS 28.8 - 56 Kbps (Plain Old Telephone Service) ISDN 64 - 128 Kbps (Integrated Services Digital Network) xDSL 16Kbps - 55.2 Mbps (Asymmetric/Symmetric Digital Subscriber Line) CATV 20-40 Mbps (Cable Television) 1.554 ─ 8.448 Mbps 16 640 Kbps Local loop Central office Subscriber premises CS440 Computer Networks

Types of Links Wireless Links GSM system CDMA system WLAN system (IEEE 802.11) WiMAX system (IEEE 802.16) PAN system (IEEE 802.15.1) CS440 Computer Networks

Shannon’s Theorem C = B log2(1 + S/N) C: Capacity (maximum data rate), B: Spectrum Bandwidth, S/N: Signal/Noise For example, if B = 3 kHz, dB = 10 log10(S/N), so S/N = 1000 = 30 dB C = 3000 log2(1001) ≈30 kbps CS440 Computer Networks