Operating Systems and Networks. Networks Part 2: Physical Layer. Adrian Perrig Network Security Group ETH Zürich

Similar documents
Lecture Progression. Followed by more detail on: Quality of service, Security (VPN, SSL) Computer Networks 2

Physical Layer. Transfers bits through signals overs links Wires etc. carry analog signals We want to send digital bits. Signal

Lecture Progression. Followed by more detail on: Quality of service, Security (VPN, SSL) Computer Networks 2

Introduc8on to Computer Networks. Where we are in the Course. Overview of the Physical Layer

The Physical Layer Outline

CSE 461 Bits and Links. David Wetherall

Chapter 2. Physical Layer

CSEP 561 Bits and Links. David Wetherall

Lecture 5 Transmission

Lecture 5 Transmission. Physical and Datalink Layers: 3 Lectures

CSE 461: Bits and Bandwidth. Next Topic

The Physical Layer Chapter 2. The Physical Layer

CSE 561 Bits and Links. David Wetherall

Computer Networks

Lecture 2: Links and Signaling"

Point-to-Point Communications

Physical Layer. Networked Systems (H) Lecture 3

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

CSE 123: Computer Networks Alex C. Snoeren. Project 1 out Today, due 10/26!

CSMC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala Set 3

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

EECS 122: Introduction to Computer Networks Encoding and Framing. Questions

Computer Communication Networks Physical

Lecture 3: Modulation & Clock Recovery. CSE 123: Computer Networks Alex C. Snoeren

Last Time. Transferring Information. Today (& Tomorrow (& Tmrw)) Application Layer Example Protocols ftp http Performance.

CPSC Network Programming. How do computers really communicate?

C06a: Digital Modulation

Lecture 3: Modulation & Clock Recovery. CSE 123: Computer Networks Stefan Savage

Introduction to Communications Part Two: Physical Layer Ch3: Data & Signals

Encoding and Framing

Physical Layer: Outline

Introduction to LAN/WAN. Physical Layer

Lecture 2: Links and Signaling. CSE 123: Computer Networks Stefan Savage

CS307 Data Communication

Review of Lecture 2. Data and Signals - Theoretical Concepts. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2. Review of Lecture 2

Announcement : Wireless Networks Lecture 3: Physical Layer. A Reminder about Prerequisites. Outline. Page 1

Encoding and Framing. Questions. Signals: Analog vs. Digital. Signals: Periodic vs. Aperiodic. Attenuation. Data vs. Signal

ECE 435 Network Engineering Lecture 16

Physical Layer. Networked Systems 3 Lecture 5

Physical Layer. Networked Systems Architecture 3 Lecture 6

Chapter 6 Bandwidth Utilization: Multiplexing and Spreading 6.1

EC 554 Data Communications

DATA TRANSMISSION. ermtiong. ermtiong

ECE 435 Network Engineering Lecture 4

EITF25 Internet Techniques and Applications L2: Physical layer. Stefan Höst

ECE 435 Network Engineering Lecture 20

6. has units of bits/second. a. Throughput b. Propagation speed c. Propagation time d. (b)or(c)

Lecture 3: Transmission Media

EE 304 TELECOMMUNICATIONs ESSENTIALS HOMEWORK QUESTIONS AND ANSWERS

CSCI-1680 Physical Layer Rodrigo Fonseca

Wireless Intro : Computer Networking. Wireless Challenges. Overview

Jaringan Komputer. Outline. The Physical Layer

Chapter 3 Digital Transmission Fundamentals

Sirindhorn International Institute of Technology Thammasat University

1. What is the bandwidth of a signal that ranges from 40 KHz to 4 MHz? a MHz (4M -40K) b. 36 MHz c. 360 KHz d. 396 KHz

Data and Computer Communications Chapter 8 Multiplexing

Chapter 2. Bandwidth-Limited Signals (2) The Theoretical Basis for Data Communication

Channel Concepts CS 571 Fall Kenneth L. Calvert

Lecture 3: Data Transmission

ET4254 Communications and Networking 1

Data and Computer Communications. Tenth Edition by William Stallings

The Physical Layer Chapter 2

Introduction to Telecommunications and Computer Engineering Unit 3: Communications Systems & Signals

a. Find the minimum number of samples per second needed to recover the signal without loosing information.

BSc (Hons) Computer Science with Network Security. Examinations for Semester 1

Chapter 4 Digital Transmission 4.1

C05a: Transmission Media

Overview. Chapter 4. Design Factors. Electromagnetic Spectrum

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

CS420/520 Axel Krings Page 1 Sequence 8

Introduc)on to Computer Networks

LE/EECS 3213 Fall Sebastian Magierowski York University. EECS 3213, F14 L8: Physical Media

Fundamentals of Data and Signals

CS441 Mobile & Wireless Computing Communication Basics

Stream Information. A real-time voice signal must be digitized & transmitted as it is produced Analog signal level varies continuously in time

Data and Computer Communications Chapter 3 Data Transmission

CSCD 433 Network Programming Fall Lecture 5 Physical Layer Continued

BSc (Hons) Computer Science with Network Security, BEng (Hons) Electronic Engineering. Cohorts: BCNS/17A/FT & BEE/16B/FT

SOME PHYSICAL LAYER ISSUES. Lecture Notes 2A

Data Communications and Networks

College of information Technology Department of Information Networks Telecommunication & Networking I Chapter DATA AND SIGNALS 1 من 42

Lecture 21: Links and Signaling

Multiplexing. Chapter 8. Frequency Division Multiplexing Diagram. Frequency Division Multiplexing. Multiplexing

Chapter Two. Fundamentals of Data and Signals. Data Communications and Computer Networks: A Business User's Approach Seventh Edition

Week 2 Lecture 1. Introduction to Communication Networks. Review: Analog and digital communications

Lecture Fundamentals of Data and signals

ECE 271 INTRODUCTION TO TELECOMMUNICATION NETWORKS HOMEWORK QUESTIONS ECE 271 HOMEWORK-1

William Stallings Data and Computer Communications. Chapter 8 Multiplexing. Multiplexing

and coding (a.k.a. communication theory) Signals and functions Elementary operation of communication: send signal on

Lecture 3 Concepts for the Data Communications and Computer Interconnection

MULTIPLE CHOICE QUESTIONS

Module 7 Bandwidth and Maximum Data Rate of a channel

ETSF15 Physical layer communication. Stefan Höst

Chapter 2: Computer Networks

Chapter 3 Data and Signals

Lecture 23: Media Access Control. CSE 123: Computer Networks Alex C. Snoeren

Media. Twisted pair db/km at 1MHz 2 km. Coaxial cable 7 db/km at 10 MHz 1 9 km. Optical fibre 0.2 db/km 100 km

William Stallings Data and Computer Communications. Bab 4 Media Transmisi

Lecture Outline. Data and Signals. Analogue Data on Analogue Signals. OSI Protocol Model

Data and Computer Communications. Tenth Edition by William Stallings

Transcription:

Operating Systems and Networks Networks Part 2: Physical Layer Adrian Perrig Network Security Group ETH Zürich

Overview Important concepts from last lecture Statistical multiplexing, statistical multiplexing gain OSI 7 layer model, interfaces, protocols Encapsulation, demultiplexing This lecture Socket programming overview Physical layer Online lecture videos: http://computernetworks5e.org 2

Network- Application Interface Defines how apps use the network Lets apps talk to each other via hosts; hides the details of the network app app host host 3

Motivating Application Simple client- server connection setup reply request 4

Motivating Application (2) Simple client- server connection setup Client app sends a request to server app Server app returns a (longer) reply This is the basis for many apps! File transfer: send name, get file ( 6.1.4) Web browsing: send URL, get page Echo: send message, get it back Let s see how to write this app 5

Socket API Simple abstraction to use the network The network service API used to write all Internet applications Part of all major OSes and languages; originally Berkeley (Unix) ~1983 Supports two kinds of network services Streams: reliably send a stream of bytes Datagrams: unreliably send separate messages. (Ignore for now.) 6

Socket API (2) Sockets let applications attach to the local network at different ports Socket, Port #1 Socket, Port #2 7

Socket API (3) Primitive SOCKET BIND LISTEN ACCEPT CONNECT SEND RECEIVE CLOSE Meaning Create a new communication endpoint Associate a local address with a socket Announce willingness to accept connections; give queue size Passively wait for an incoming connection Actively attempt to establish a connection Send some data over the connection Receive some data from the connection Release the connection 8

Using Sockets Client (host 1) Time Server (host 2) 9

Using Sockets (2) Client (host 1) Time Server (host 2) connect 1 1 2 4 request reply disconnect 3 4 10

Using Sockets (3) Client (host 1) Time Server (host 2) 1: socket 1: socket 2: bind connect 3: listen 4: accept* 5: connect* request 6: recv* 7: send 8: recv* reply 9: send disconnect 10: close 10: close *= call blocks 11

Client Program (outline) socket() getaddrinfo() connect() send() recv() close() // make socket // server and port name // www.example.com:80 // connect to server [block] // send request // await reply [block] // do something with data! // done, disconnect 12

Server Program (outline) socket() getaddrinfo() bind() listen() accept() recv() send() close() // make socket // for port on this host // associate port with socket // prepare to accept connections // wait for a connection [block] // wait for request // send the reply // eventually disconnect 13

Where we are in the Course Beginning to work our way up starting with the Physical layer Application Transport Network Link Physical 14

Scope of the Physical Layer Concerns how signals are used to transfer message bits over a link Wires etc. carry analog signals We want to send digital bits 10110 10110 Signal 15

Topics 1. Properties of media Wires, fiber optics, wireless 2. Simple signal propagation Bandwidth, attenuation, noise 3. Modulation schemes Representing bits, noise 4. Fundamental limits Nyquist, Shannon 16

Simple Link Model We ll end with an abstraction of a physical channel Rate (or bandwidth, capacity, speed) in bits/second Delay or Latency in seconds, related to length Message Delay D, Rate R Other important properties: Whether the channel is broadcast, and its error rate 17

Message Latency Latency L: delay to send a message over a link Transmission delay: time to put M- bit message on the wire T- delay = M (bits) / Rate (bits/sec) = M/R seconds Propagation delay: time for bits to propagate across the wire P- delay = Length / speed of signals = Length / ⅔c = D seconds Combining the two terms we have: L = M/R + D 18

The main prefixes we use: Prefix Exp. prefix exp. K(ilo) 10 3 m(illi) 10-3 M(ega) 10 6 μ(micro) 10-6 G(iga) 10 9 n(ano) 10-9 Metric Units Use powers of 10 for rates, 2 for storage or data size 1 Mbps = 1,000,000 bps, 1 KB = 2 10 bytes B is for bytes, b is for bits 19

Latency Examples Dialup with a telephone modem: D = 5 ms, R = 56 kbps, M = 1250 bytes Broadband cross- country link: D = 50 ms, R = 10 Mbps, M = 1250 bytes 20

Latency Examples (2) Dialup with a telephone modem: D = 5 ms, R = 56 kbps, M = 1250 bytes L = 5 ms + (1250x8)/(56 x 10 3 ) sec = 184 ms! Broadband cross- country link: D = 50 ms, R = 10 Mbps, M = 1250 bytes L = 50 ms + (1250x8) / (10 x 10 6 ) sec = 51 ms A long link or a slow rate means high latency Often, one delay component dominates 21

Bandwidth- Delay Product Messages take space on the wire! The amount of data in flight is the bandwidth- delay (BD) product BD = R x D Measure in bits, or in messages Small for LANs, big for long fat pipes 22

Bandwidth- Delay Example Fiber at home, cross- country R=40 Mbps, D=50 ms BD = 40 x 10 6 x 50 x 10-3 bits = 2000 Kbit = 250 KB That s quite a lot of data in the network! 110101000010111010101001011 23

How Long is a Bit? Interesting trivia: how long is the representation of a bit on a wire? Considering a fiber optic cable Signal propagation speed: 200 000 000 m/s Sending rate: 1Gbps à duration of sending one bit: 1ns Bit length : 1ns * 200 000 000 m/s = 0.2 m Length of a 1Kb packet: 0.2m * 8 * 2 10 = 1.6km 24

Types of Media ( 2.2, 2.3) Media propagate signals that carry bits of information We ll look at some common types: Wires Fiber (fiber optic cables) Wireless 25

Wires Twisted Pair Very common; used in LANs and telephone lines Twists can reduce radiated signal or reduce effect of external interference signal Category 5 UTP cable with four twisted pairs 26

Wires Coaxial Cable Also common. Better shielding for better performance Other kinds of wires too: e.g., electrical power ( 2.2.4) 27

Fiber Long, thin, pure strands of glass Enormous bandwidth (high speed) over long distances Optical fiber Light source (LED, laser) Light trapped by total internal reflection Photo- detector 28

Fiber (2) Two varieties: multi- mode (shorter links, cheaper) and single- mode (up to ~100 km) One fiber Fiber bundle in a cable 29

Wireless Sender radiates signal over a region In many directions, unlike a wire, to potentially many receivers Nearby signals (same freq.) interfere at a receiver; need to coordinate use 30

WiFi WiFi 31

32

Wireless (2) Microwave, e.g., 3G, and unlicensed (ISM: Industry Science Medicine) frequencies, e.g., WiFi, are widely used for computer networking 802.11 b/g/n 802.11a/g/n 33

Signals ( 2.2, 2.3) Analog signals encode digital bits. We want to know what happens as signals propagate over media Signal 10110 10110 34

Frequency Representation A signal over time can be represented by its frequency components (called Fourier analysis) Signal over time = amplitude weights of harmonic frequencies 35

Effect of Less Bandwidth Fewer frequencies (=less bandwidth) degrades signal Lost! Bandwidth Lost! Lost! 36

Signals over a Wire What happens to a signal as it passes over a wire? 1. The signal is delayed (propagates at ⅔c) 2. The signal is attenuated 3. Frequencies above a cutoff are highly attenuated 4. Noise is added to the signal (later, causes errors) EE: Bandwidth = width of frequency band, measured in Hz CS: Bandwidth = information carrying capacity, in bits/sec 37

Signals over Fiber Light propagates with very low loss in three very wide frequency bands Use a carrier to send information Attenuation (db/km 1,5 um =0,2 db/km By SVG: Sassospicco Raster: Alexwind, CC- BY- SA- 3.0, via Wikimedia Commons Wavelength (μm) 38

Signals over Wireless Travel at speed of light, spread out and attenuate faster than 1/dist 2 Signal strength A B Distance 39

Signals over Wireless (2) Multiple signals on the same frequency interfere at a receiver Signal strength A C B Distance 40

Signals over Wireless (3) Interference leads to notion of spatial reuse (of same freq.) Signal strength A C B Distance 41

Signals over Wireless (4) Various other effects too! Wireless propagation is complex, depends on environment Some key effects are highly frequency dependent E.g., multipath at microwave frequencies 42

Wireless Multipath Signals bounce off objects and take multiple paths Some frequencies attenuated at receiver, varies with location Messes up signal; handled with sophisticated methods ( 2.5.3) 43

Modulation ( 2.5) We ve talked about signals representing bits. How, exactly? This is the topic of modulation Signal 10110 10110 44

A Simple Modulation Let a high voltage (+V) represent a 1, and low voltage (- V) represent a 0 This is called NRZ (Non- Return to Zero) Bits 0 0 1 0 1 1 1 1 0 1 0 0 0 0 1 0 NRZ +V - V 45

Many Other Schemes Can use more signal levels, e.g., 4 levels is 2 bits per symbol Practical schemes are driven by engineering considerations E.g., clock recovery 46

Clock Recovery Um, how many zeros was that? Receiver needs frequent signal transitions to decode bits 1 0 0 0 0 0 0 0 0 0 0 Several possible designs E.g., Manchester coding and scrambling ( 2.5.1) 47

Clock Recovery 4B/5B Map every 4 data bits into 5 code bits without long runs of zeros 0000 à 11110, 0001 à 01001, 1110 à 11100, 1111 à 11101 Has at most 3 zeros in a row Also invert signal level on a 1 to break up long runs of 1s (called NRZI, 2.5.1) 48

Clock Recovery 4B/5B (2) 4B/5B code for reference: 0000à 11110, 0001à 01001, 1110à 11100, 1111à 11101 Message bits: 1 1 1 1 0 0 0 0 0 0 0 1 Coded Bits: 1 1 1 0 1 1 1 1 1 0 0 1 0 0 1 Signal: 49

Passband Modulation What we have seen so far is baseband modulation for wires Signal is sent directly on a wire These signals do not propagate well on fiber / wireless Need to send at higher frequencies Passband modulation carries a signal by modulating a carrier 50

Passband Modulation (2) Carrier is simply a signal oscillating at a desired frequency: We can modulate it by changing: Amplitude, frequency, or phase 51

Passband Modulation (3) NRZ signal of bits Amplitude shift keying Frequency shift keying Phase shift keying 52

Fundamental Limits ( 2.1) How rapidly can we send information over a link? Nyquist limit (~1924) Shannon capacity (1948) Practical systems are devised to approach these limits 53

Key Channel Properties The bandwidth (B), signal strength (S), and noise strength (N) B limits the rate of transitions S and N limit how many signal levels we can distinguish Bandwidth B Signal S, Noise N 54

Nyquist Limit The maximum symbol rate is 2B 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 Thus if there are V signal levels, ignoring noise, the maximum bit rate is: R = 2B log 2 V bits/sec 55

Claude Shannon (1916-2001) Father of information theory A Mathematical Theory of Communication, 1948 Fundamental contributions to digital computers, security, and communications Electromechanical mouse that solves mazes! Credit: Courtesy MIT Museum 56

Shannon Capacity How many levels we can distinguish depends on S/N Or SNR, the Signal- to- Noise Ratio Note noise is random, hence some errors SNR given on a log- scale in decibels: SNR db = 10log 10 (S/N) 0 1 2 3 S+N N 57

Shannon Capacity (2) Shannon limit is for capacity (C), the maximum information carrying rate of the channel: C = B log 2 (1 + S/N) bits/sec 58

Wired/Wireless Perspective Wires and Fiber Engineer link to have requisite SNR and B Can fix data rate Wireless Engineer SNR for data rate Adapt data rate to SNR Given B, but SNR varies greatly, e.g., up to 60 db! Can t design for worst case, must adapt data rate 59

Putting it all together DSL DSL (Digital Subscriber Line, see 2.6.3) is widely used for broadband; many variants offer 10s of Mbps Reuses twisted pair telephone line to the home; it has up to ~2 MHz of bandwidth but uses only the lowest ~4 khz 60

DSL (2) DSL uses passband modulation (called OFDM 2.5.1) Separate bands for upstream and downstream (larger) Modulation varies both amplitude and phase (called QAM) High SNR, up to 15 bits/symbol, low SNR only 1 bit/symbol Voice Up to 1 Mbps Up to 12 Mbps ADSL2: 0-4 khz Freq. 26 138 khz 143 khz to 1.1 MHz Telephone Upstream Downstream 61