COMP 561 Computer Networks Qian Zhang Fall 2008

  • Slides: 76
Download presentation
COMP 561: “Computer Networks” Qian Zhang Fall 2008 HKUST Introduction 1 -1

COMP 561: “Computer Networks” Qian Zhang Fall 2008 HKUST Introduction 1 -1

Course Info q Instructor: Qian Zhang www. cs. ust. hk/~qianzh q Course web site

Course Info q Instructor: Qian Zhang www. cs. ust. hk/~qianzh q Course web site http: //www. cse. ust. hk/~qianzh/COMP 561 Fall 2008/index. html contains all notes, announcements, etc. Check it regularly! q Lecture schedule v Tuesday/Thursday 15: 00 -16: 20 Rm 4503 Introduction 1 -2

Course Info q Textbook: James Kurose and Keith Ross v v Computer Networking: A

Course Info q Textbook: James Kurose and Keith Ross v v Computer Networking: A Top Down Approach, 4 th ed. Addison Wesley, 2007 http: //wps. aw. com/aw_kurose_network_4/ with useful resource material q The reading materials online for paper reading and reviewing q Experience networking research through team projects (1 - 2 students) v Understand what is good research v Hands-on experience in networking research v Appreciate team work / collaborations v Survey oriented (own idea is encouraged) Introduction 1 -3

Course Info q Grading scheme v Homework (2) 30 points v Project (1) 10

Course Info q Grading scheme v Homework (2) 30 points v Project (1) 10 points v Paper review 10 points v Final Exam 50 points q Paper review v Everyone reviews 1 paper v Email me ids of 3 papers that you’d like to review by Sept. 26 v Submit the review for one paper of your choice before final exam (1 page) Introduction 1 -4

Course Schedule q Introduction of computer networking q Application layer q Transport layer q

Course Schedule q Introduction of computer networking q Application layer q Transport layer q Networking layer q Link layer and local area networks q Mobile and wireless computing q Multimedia networking Introduction 1 -5

Chapter 1 Introduction A note on the use of these ppt slides: The notes

Chapter 1 Introduction A note on the use of these ppt slides: The notes used in this course are substantially based on powerpoint slides developed and copyrighted by J. F. Kurose and K. W. Ross, 2007 Computer Networking: A Top Down Approach , 4 th edition. Jim Kurose, Keith Ross Addison-Wesley, July 2007. Introduction 1 -6

Chapter 1: Introduction Our goal: q Get “feel” and terminology q More depth, detail

Chapter 1: Introduction Our goal: q Get “feel” and terminology q More depth, detail later in course q Approach: v use Internet as example Overview: q What’s the Internet? q What’s a protocol? q Network edge; hosts, access q q q net, physical media Network core: packet/circuit switching, Internet structure Performance: loss, delay, throughput Security Protocol layers, service models History Introduction 1 -7

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q End systems, access networks, links 1. 3 Network core q Circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -8

What’s the Internet: “nuts and bolts” view q Millions of connected PC computing devices:

What’s the Internet: “nuts and bolts” view q Millions of connected PC computing devices: server hosts = end systems v Running network apps wireless laptop cellular handheld q Communication links access points wired links router v v Fiber, copper, radio, satellite Transmission rate = bandwidth Mobile network Global ISP Home network Regional ISP Institutional network q Routers: forward packets (chunks of data) Introduction 1 -9

What’s the Internet: “nuts and bolts” view q Protocols control sending, Mobile network receiving

What’s the Internet: “nuts and bolts” view q Protocols control sending, Mobile network receiving of msgs v E. g. , TCP, IP, HTTP, Skype, Ethernet q Internet: “network of networks” v v Loosely hierarchical Public Internet versus private intranet Global ISP Home network Regional ISP Institutional network q Internet standards v RFC: Request for comments v IETF: Internet Engineering Task Force Introduction 1 -10

What’s the Internet: A Service View q Communication infrastructure enables distributed applications: v Web,

What’s the Internet: A Service View q Communication infrastructure enables distributed applications: v Web, Vo. IP, email, games, e -commerce, file sharing q Communication services provided to apps: v v Reliable data delivery from source to destination “Best effort” (unreliable) data delivery Introduction 1 -11

What’s a Protocol? Human protocols: q “What’s the time? ” q “I have a

What’s a Protocol? Human protocols: q “What’s the time? ” q “I have a question” q Introductions … specific msgs sent … specific actions taken when msgs received, or other events Network protocols: q Machines rather than humans q All communication activity in Internet governed by protocols Protocols define format, order of msgs sent and received among network entities, and actions taken on msg transmission, receipt Introduction 1 -12

What’s a Protocol? A human protocol and a computer network protocol: Hi TCP connection

What’s a Protocol? A human protocol and a computer network protocol: Hi TCP connection request Hi TCP connection response Got the time? Get http: //www. awl. com/kurose-ross 2: 00 time <file> Q: Other human protocols? Introduction 1 -13

Chapter 1: Roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: Roadmap 1. 1 What is the Internet? 1. 2 Network edge q End systems, access networks, links 1. 3 Network core q Circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -14

A Closer Look at Network Structure: q Network edge: applications and hosts q Access

A Closer Look at Network Structure: q Network edge: applications and hosts q Access networks, physical media: wired, wireless communication links q Network core: v Interconnected routers v Network of networks Introduction 1 -15

The Network Edge: q End systems (hosts): v Run application programs v E. g.

The Network Edge: q End systems (hosts): v Run application programs v E. g. Web, email peer-peer v At “edge of network” q Client/server model v Client host requests, receives service from always-on server client/server v E. g. Web browser/server; email client/server q Peer-peer model: v Minimal (or no) use of dedicated servers v E. g. Skype, Bit. Torrent Introduction 1 -16

Network Edge: Reliable Data Transfer Service Goal: data transfer between end systems q Handshaking:

Network Edge: Reliable Data Transfer Service Goal: data transfer between end systems q Handshaking: setup (prepare for) data transfer ahead of time v v Hello, hello back human protocol Set up “state” in two communicating hosts q TCP - Transmission Control Protocol v Internet’s reliable data transfer service TCP service [RFC 793] q Reliable, in-order byte- stream data transfer v Loss: acknowledgements and retransmissions q Flow control: v Sender won’t overwhelm receiver q Congestion control: v Senders “slow down sending rate” when network congested Introduction 1 -17

Network Edge: Best Effort (Unreliable) Data Transfer Service Goal: data transfer between end systems

Network Edge: Best Effort (Unreliable) Data Transfer Service Goal: data transfer between end systems v same as before! q UDP - User Datagram Protocol [RFC 768]: v Connectionless v Unreliable data transfer v No flow control v No congestion control App’s using TCP: q HTTP (Web), FTP (file transfer), Telnet (remote login), SMTP (email) App’s using UDP: q streaming media, teleconferencing, DNS, Internet telephony Introduction 1 -18

Access Networks and Physical Media Q: How to connect end systems to edge router?

Access Networks and Physical Media Q: How to connect end systems to edge router? q Residential access nets q Institutional access networks (school, company) q Mobile access networks Keep in mind: q Bandwidth (bits per second) of access network? q Shared or dedicated? Introduction 1 -19

Residential Access: Point to Point Access q Dialup via modem v v Up to

Residential Access: Point to Point Access q Dialup via modem v v Up to 56 Kbps direct access to router (often less) Can’t surf and phone at same time: can’t be “always on” q DSL: digital subscriber line v deployment: telephone company (typically) up to 1 Mbps upstream (today typically < 256 kbps) up to 8 Mbps downstream (today typically < 1 Mbps) v dedicated physical line to telephone central office v v Introduction 1 -20

Residential Access: Cable Modems q HFC: hybrid fiber coax Asymmetric: up to 30 Mbps

Residential Access: Cable Modems q HFC: hybrid fiber coax Asymmetric: up to 30 Mbps downstream, 2 Mbps upstream v Is shared broadcast medium q Network of cable and fiber attaches homes to ISP router v Homes share access to router q Deployment: available via cable TV companies v Introduction 1 -21

Company Access: Local Area Networks q Company/univ local area network (LAN) connects end system

Company Access: Local Area Networks q Company/univ local area network (LAN) connects end system to edge router q Ethernet: v 10 Mbs, 100 Mbps, 1 Gbps, 10 Gbps Ethernet v Modern configuration: end systems connect into Ethernet switch q LANs: chapter 5 Introduction 1 -22

Wireless Access Networks q Shared wireless access network connects end system to router v

Wireless Access Networks q Shared wireless access network connects end system to router v Via base station aka “access point” q Wireless LANs: v 802. 11 b/g (Wi. Fi): 11 or 54 Mbps q Wider-area wireless access v Provided by telco operator v ~1 Mbps over cellular system (EVDO, HSDPA) v Next up (? ): Wi. MAX (10’s Mbps) over wide area router base station mobile hosts Introduction 1 -23

Wireless Technologies coverage WWAN (3 G, 4 G? ) Bluetooth UWB RFID WMAN (Wi-Max)

Wireless Technologies coverage WWAN (3 G, 4 G? ) Bluetooth UWB RFID WMAN (Wi-Max) WLAN (Wi-Fi) WPAN Introduction 1 -24

Home Networks Typical home network components: q ADSL or cable modem q Router/firewall/NAT q

Home Networks Typical home network components: q ADSL or cable modem q Router/firewall/NAT q Ethernet q Wireless access point to/from cable headend wireless laptops cable modem router/ firewall Ethernet wireless access point Introduction 1 -25

Physical Media q Bit: propagates between transmitter/rcvr pairs q Physical link: what lies between

Physical Media q Bit: propagates between transmitter/rcvr pairs q Physical link: what lies between transmitter & receiver q Guided media: v Signals propagate in solid media: copper, fiber, coax Twisted Pair (TP) q Two insulated copper wires v v Category 3: traditional phone wires, 10 Mbps Ethernet Category 5: 100 Mbps Ethernet q Unguided media: v Signals propagate freely, e. g. , radio Introduction 1 -26

Physical Media: Coax, Fiber Coaxial cable: Fiber optic cable: conductors q Bidirectional q Baseband:

Physical Media: Coax, Fiber Coaxial cable: Fiber optic cable: conductors q Bidirectional q Baseband: pulses, each pulse a bit q High-speed operation: q Two concentric copper v v Single channel on cable Legacy Ethernet q Broadband: v Multiple channels on cable v HFC q Glass fiber carrying light v High-speed point-to-point transmission (e. g. , 10’s 100’s Gps) q Low error rate: repeaters spaced far apart ; immune to electromagnetic noise Introduction 1 -27

Physical Media: Radio q Signal carried in electromagnetic spectrum q No physical “wire” q

Physical Media: Radio q Signal carried in electromagnetic spectrum q No physical “wire” q Bidirectional q Propagation environment effects: v Reflection v Obstruction by objects v Interference q Multipath propagation Signal at Receiver Signal at Sender Introduction 1 -28

Physical Media: Radio link types: q Terrestrial microwave v e. g. up to 45

Physical Media: Radio link types: q Terrestrial microwave v e. g. up to 45 Mbps channels q LAN (e. g. , Wifi) v 11 Mbps, 54 Mbps q Wide-area (e. g. , cellular) v e. g. 3 G: hundreds of kbps q Satellite v Kbps to 45 Mbps channel (or multiple smaller channels) v 270 msec end-end delay v Geosynchronous versus low altitude Introduction 1 -29

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q End systems, access networks, links 1. 3 Network core q Circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -30

The Network Core q Mesh of interconnected routers q The fundamental question: how is

The Network Core q Mesh of interconnected routers q The fundamental question: how is data transferred through net? v Circuit-switching: dedicated circuit per call: telephone net v Packet-switching: data sent thru net in discrete “chunks” Introduction 1 -31

Network Core: Circuit Switching End-end resources reserved for “call” q Link bandwidth, switch capacity

Network Core: Circuit Switching End-end resources reserved for “call” q Link bandwidth, switch capacity q Dedicated resources: no sharing q Circuit-like (guaranteed) performance q Call setup required Introduction 1 -32

Network Core: Circuit Switching Network resources (e. g. , bandwidth) divided into “pieces” q

Network Core: Circuit Switching Network resources (e. g. , bandwidth) divided into “pieces” q Pieces allocated to calls q Dividing link bandwidth into “pieces” v Frequency division v Time division q Resource piece idle if not used by owning call (no sharing) Introduction 1 -33

Circuit Switching: FDM and TDM Example: FDM 4 users frequency time TDM frequency time

Circuit Switching: FDM and TDM Example: FDM 4 users frequency time TDM frequency time Introduction 1 -34

Network Core: Packet Switching Each end-end data stream divided into packets q User A,

Network Core: Packet Switching Each end-end data stream divided into packets q User A, B packets share network resources q Each packet uses full link bandwidth q Resources used as needed Bandwidth division into “pieces” Dedicated allocation Resource reservation Resource contention: q Aggregate resource demand can exceed amount available q Congestion: packets queue, wait for link use q Store and forward: packets move one hop at a time v Node receives complete packet before forwarding Introduction 1 -35

Packet Switching: Statistical Multiplexing 100 Mb/s Ethernet A B statistical multiplexing C 1. 5

Packet Switching: Statistical Multiplexing 100 Mb/s Ethernet A B statistical multiplexing C 1. 5 Mb/s queue of packets waiting for output link D E Sequence of A & B packets does not have fixed pattern, shared on demand statistical multiplexing TDM: each host gets same slot in revolving TDM frame Introduction 1 -36

Packet-Switching: Store-and-Forward L R R q Takes L/R seconds to transmit (push out) packet

Packet-Switching: Store-and-Forward L R R q Takes L/R seconds to transmit (push out) packet of L bits on to link or R bps q Entire packet must arrive R Example: q L = 7. 5 Mbits q R = 1. 5 Mbps q delay = 15 sec at router before it can be transmitted on next link: store and forward q Delay = 3 L/R (assuming zero propagation delay) more on delay shortly … Introduction 1 -37

Packet Switching versus Circuit Switching Is packet switching a “slam dunk winner? ” q

Packet Switching versus Circuit Switching Is packet switching a “slam dunk winner? ” q Great for bursty data Resource sharing v Simpler, no call setup q Excessive congestion: packet delay and loss v Protocols needed for reliable data transfer, congestion control q Q: How to provide circuit-like behavior? v Bandwidth guarantees needed for audio/video apps v Still an unsolved problem (chapter 7) v Introduction 1 -38

Internet Structure: Network of Networks q Roughly hierarchical q At center: “tier-1” ISPs (e.

Internet Structure: Network of Networks q Roughly hierarchical q At center: “tier-1” ISPs (e. g. , Verizon, Sprint, AT&T, Cable and Wireless), national/international coverage v Treat each other as equals Tier-1 providers interconnect (peer) privately Tier 1 ISP Introduction 1 -39

Tier-1 ISP: e. g. , Sprint POP: point-of-presence to/from backbone peering … … …

Tier-1 ISP: e. g. , Sprint POP: point-of-presence to/from backbone peering … … … to/from customers Introduction 1 -40

Internet Structure: Network of Networks q “Tier-2” ISPs: smaller (often regional) ISPs v Connect

Internet Structure: Network of Networks q “Tier-2” ISPs: smaller (often regional) ISPs v Connect to one or more tier-1 ISPs, possibly other tier-2 ISPs Tier-2 ISP pays tier-1 ISP for connectivity to rest of Internet q Tier-2 ISP is customer of tier-1 provider Tier-2 ISP Tier 1 ISP Tier-2 ISPs also peer privately with each other. Tier-2 ISP Introduction 1 -41

Internet Structure: Network of Networks q “Tier-3” ISPs and local ISPs v Last hop

Internet Structure: Network of Networks q “Tier-3” ISPs and local ISPs v Last hop (“access”) network (closest to end systems) local ISP Local and tier 3 ISPs are customers of higher tier ISPs connecting them to rest of Internet Tier 3 ISP Tier-2 ISP local ISP Tier-2 ISP Tier 1 ISP Tier-2 ISP local ISP Introduction 1 -42

Internet Structure: Network of Networks q A packet passes through many networks! local ISP

Internet Structure: Network of Networks q A packet passes through many networks! local ISP Tier 3 ISP Tier-2 ISP local ISP Tier-2 ISP Tier 1 ISP Tier-2 ISP local ISP Introduction 1 -43

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q End systems, access networks, links 1. 3 Network core q Circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -44

How do Loss and Delay Occur? Packets queue in router buffers q Packet arrival

How do Loss and Delay Occur? Packets queue in router buffers q Packet arrival rate to link exceeds output link capacity q Packets queue, wait for turn packet being transmitted (delay) A B packets queueing (delay) free (available) buffers: arriving packets dropped (loss) if no free buffers Introduction 1 -45

Four Sources of Packet Delay q 1. Nodal processing: v Check bit errors v

Four Sources of Packet Delay q 1. Nodal processing: v Check bit errors v Determine output link q 2. Queueing v Time waiting at output link for transmission v Depends on congestion level of router A B nodal processing queueing Introduction 1 -46

Delay in Packet-Switched Networks 3. Transmission delay: q R=link bandwidth (bps) q L=packet length

Delay in Packet-Switched Networks 3. Transmission delay: q R=link bandwidth (bps) q L=packet length (bits) q Time to send bits into link = L/R 4. Propagation delay: q d = length of physical link q s = propagation speed in medium (~2 x 108 m/sec) q propagation delay = d/s Note: s and R are very different quantities! A B transmission propagation nodal processing queueing Introduction 1 -47

Caravan Analogy 100 km ten-car caravan toll booth q Cars “propagate” at 100 km/hr

Caravan Analogy 100 km ten-car caravan toll booth q Cars “propagate” at 100 km/hr q Toll booth takes 12 sec to service a car (transmission time) q car~bit; caravan ~ packet q Q: How long until caravan is lined up before 2 nd toll booth? 100 km toll booth q Time to “push” entire caravan through toll booth onto highway = 12*10 = 120 sec q Time for last car to propagate from 1 st to 2 nd toll both: 100 km/(100 km/hr)= 1 hr q A: 62 minutes Introduction 1 -48

Caravan Analogy (more) 100 km ten-car caravan 100 km toll booth q Cars now

Caravan Analogy (more) 100 km ten-car caravan 100 km toll booth q Cars now “propagate” at 1000 km/hr q Toll booth now takes 1 min to service a car q Q: Will cars arrive to 2 nd booth before all cars serviced at 1 st booth? toll booth q Yes! After 7 min, 1 st car at 2 nd booth and 3 cars still at 1 st booth. q 1 st bit of packet can arrive at 2 nd router before packet is fully transmitted at 1 st router! v See Ethernet applet at AWL Web site Introduction 1 -49

Nodal Delay q dproc = processing delay v Typically a few microsecs or less

Nodal Delay q dproc = processing delay v Typically a few microsecs or less q dqueue = queuing delay v Depends on congestion level in the router q dtrans = transmission delay v = L/R, significant for low-speed links q dprop = propagation delay v A few microsecs to hundreds of msecs Introduction 1 -50

Queueing Delay (revisited) q R=link bandwidth (bps) q L=packet length (bits) q a=average packet

Queueing Delay (revisited) q R=link bandwidth (bps) q L=packet length (bits) q a=average packet arrival rate traffic intensity = La/R q La/R ~ 0: average queueing delay small q La/R -> 1: delays become large q La/R > 1: more “work” arriving than can be serviced, average delay infinite! Introduction 1 -51

“Real” Internet Delays and Routes q What do “real” Internet delay & loss look

“Real” Internet Delays and Routes q What do “real” Internet delay & loss look like? q Traceroute program: provides delay measurement from source to router along end-end Internet path towards destination. For all i: v v v Sends three packets that will reach router i on path towards destination Router i will return packets to sender Sender times interval between transmission and reply 3 probes Introduction 1 -52

Packet Loss q Queue (aka buffer) preceding link in buffer has finite capacity q

Packet Loss q Queue (aka buffer) preceding link in buffer has finite capacity q Packet arriving to full queue dropped (aka lost) q Lost packet may be retransmitted by previous node, by source end system, or not at all buffer (waiting area) A B packet being transmitted packet arriving to full buffer is lost Introduction 1 -53

Throughput q Throughput: rate (bits/time unit) at which bits transferred between sender/receiver Instantaneous: rate

Throughput q Throughput: rate (bits/time unit) at which bits transferred between sender/receiver Instantaneous: rate at given point in time v Average: rate over long(er) period of time v link capacity that can carry server, with server sends bits pipe Rs bits/sec fluid at rate file of F bits (fluid) into pipe Rs bits/sec) to send to client link that capacity pipe can carry Rfluid c bits/sec at rate Rc bits/sec) Introduction 1 -54

Throughput (more) q Rs < Rc What is average end-end throughput? Rs bits/sec Rc

Throughput (more) q Rs < Rc What is average end-end throughput? Rs bits/sec Rc bits/sec q Rs > Rc What is average end-end throughput? Rs bits/sec Rc bits/sec bottleneck link on end-end path that constrains end-end throughput Introduction 1 -55

Throughput: Internet Scenario q Per-connection end -end throughput: min(Rc, Rs, R/10) q In practice:

Throughput: Internet Scenario q Per-connection end -end throughput: min(Rc, Rs, R/10) q In practice: Rc or Rs is often bottleneck Rs Rs Rs R Rc Rc Rc 10 connections (fairly) share backbone bottleneck link R bits/sec Introduction 1 -56

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q End systems, access networks, links 1. 3 Network core q Circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -57

Protocol “Layers” Networks are complex! q Many “pieces”: v Hosts v Routers v Links

Protocol “Layers” Networks are complex! q Many “pieces”: v Hosts v Routers v Links of various media v Applications v Protocols v Hardware and software Question: Is there any hope of organizing structure of network? Or at least our discussion of networks? Introduction 1 -58

Why Layering? Dealing with complex systems: q Explicit structure allows identification, relationship of complex

Why Layering? Dealing with complex systems: q Explicit structure allows identification, relationship of complex system’s pieces v Layered reference model for discussion q Modularization eases maintenance, updating of system v Change of implementation of layer’s service transparent to rest of system v E. g. , change in gate procedure doesn’t affect rest of system q Layering considered harmful? Introduction 1 -59

Internet Protocol Stack q Application: supporting network applications v FTP, SMTP, HTTP q Transport:

Internet Protocol Stack q Application: supporting network applications v FTP, SMTP, HTTP q Transport: process-process data transfer v TCP, UDP q Network: routing of datagrams from source to destination v IP, routing protocols q Link: data transfer between neighboring network elements v application transport network link physical PPP, Ethernet q Physical: bits “on the wire” Introduction 1 -60

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q End systems, access networks, links 1. 3 Network core q Circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -61

Network Security q Attacks on Internet infrastructure: v Infecting/attacking hosts: malware, spyware, worms, unauthorized

Network Security q Attacks on Internet infrastructure: v Infecting/attacking hosts: malware, spyware, worms, unauthorized access (data stealing, user accounts) v Denial of service: deny access to resources (servers, link bandwidth) q Internet not originally designed with (much) security in mind v v v Original vision: “a group of mutually trusting users attached to a transparent network” Internet protocol designers playing “catch-up” Security considerations in all layers! Introduction 1 -62

What Can Bad Guys Do: Malware? q Spyware: q Worm: v Infection by downloading

What Can Bad Guys Do: Malware? q Spyware: q Worm: v Infection by downloading v Infection by passively web page with spyware receiving object that gets itself executed v Records keystrokes, web sites visited, upload info v Self-replicating: propagates to collection site to other hosts, users q Virus v Infection by receiving object (e. g. , e-mail attachment), actively executing v Self-replicating: propagate itself to other hosts, users Sapphire Worm: aggregate scans/sec in first 5 minutes of outbreak (CAIDA, UWisc data) Introduction 1 -63

Denial of Service Attacks q Attackers make resources (server, bandwidth) unavailable to legitimate traffic

Denial of Service Attacks q Attackers make resources (server, bandwidth) unavailable to legitimate traffic by overwhelming resource with bogus traffic 1. Select target 2. Break into hosts around the network (see malware) 3. Send packets toward target from compromised hosts target Introduction 1 -64

Sniff, Modify, Delete Your Packets Packet sniffing: Broadcast media (shared Ethernet, wireless) v Promiscuous

Sniff, Modify, Delete Your Packets Packet sniffing: Broadcast media (shared Ethernet, wireless) v Promiscuous network interface reads/records all packets (e. g. , including passwords!) passing by v C A src: B dest: A payload B Ethereal software used for end-of-chapter labs is a (free) packet-sniffer v More on modification, deletion later Introduction v 1 -65

Masquerade as you q IP spoofing: send packet with false source address C A

Masquerade as you q IP spoofing: send packet with false source address C A src: B dest: A payload B Introduction 1 -66

Masquerade as you q IP spoofing: send packet with false source address q Record-and-playback:

Masquerade as you q IP spoofing: send packet with false source address q Record-and-playback: sniff sensitive info (e. g. , password), and use later v Password holder is that user from system point of view A C src: B dest: A user: B; password: foo B Introduction 1 -67

Masquerade as you q IP spoofing: send packet with false source address q Record-and-playback:

Masquerade as you q IP spoofing: send packet with false source address q Record-and-playback: sniff sensitive info (e. g. , password), and use later v Password holder is that user from system point of view later …. . C A src: B dest: A user: B; password: foo B Introduction 1 -68

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q

Chapter 1: roadmap 1. 1 What is the Internet? 1. 2 Network edge q end systems, access networks, links 1. 3 Network core q circuit switching, packet switching, network structure 1. 4 Delay, loss and throughput in packet-switched networks 1. 5 Protocol layers, service models 1. 6 Networks under attack: security 1. 7 History Introduction 1 -69

Internet History 1961 -1972: Early packet-switching principles q 1961: Kleinrock - queueing theory shows

Internet History 1961 -1972: Early packet-switching principles q 1961: Kleinrock - queueing theory shows effectiveness of packet -switching q 1964: Baran - packetswitching in military nets q 1967: ARPAnet conceived by Advanced Research Projects Agency q 1969: first ARPAnet node operational SRI The first link in the Internet backbone crash UCLA The first message: LO! What was the first message ever sent on the Internet? (LOGIN) v We sent an “L” - did you get the “L”? YEP! v We sent an “O” - did you get the “O”? YEP! v We sent a “G” - did you get the “G”? Introduction 1 -70

Internet History 1961 -1972: Early packet-switching principles q The Internet is Born! at UCLA

Internet History 1961 -1972: Early packet-switching principles q The Internet is Born! at UCLA on October 29, 1969 q What it looked like at the end of 1969 q 1972: ARPAnet public demonstration v NCP (Network Control Protocol) first host-host protocol v First e-mail program v ARPAnet has 15 nodes v Introduction 1 -71

Internet History 1972 -1980: Internetworking, new and proprietary nets q 1970: ALOHAnet satellite q

Internet History 1972 -1980: Internetworking, new and proprietary nets q 1970: ALOHAnet satellite q q q network in Hawaii 1974: Cerf and Kahn architecture for interconnecting networks 1976: Ethernet at Xerox PARC ate 70’s: proprietary architectures: DECnet, SNA, XNA late 70’s: switching fixed length packets (ATM precursor) 1979: ARPAnet has 200 nodes Cerf and Kahn’s internetworking principles: v minimalism, autonomy no internal changes required to interconnect networks v best effort service model v stateless routers v decentralized control define today’s Internet architecture Introduction 1 -72

Internet History 1980 -1990: new protocols, a proliferation of networks q 1983: deployment of

Internet History 1980 -1990: new protocols, a proliferation of networks q 1983: deployment of q q TCP/IP 1982: SMTP e-mail protocol defined 1983: DNS defined for name-to-IP-address translation 1985: FTP protocol defined 1988: TCP congestion control q New national networks: Csnet, BITnet, NSFnet, Minitel q 100, 000 hosts connected to confederation of networks Introduction 1 -73

Internet History 1990, 2000’s: commercialization, the Web, new apps q Early 1990’s: ARPAnet decommissioned

Internet History 1990, 2000’s: commercialization, the Web, new apps q Early 1990’s: ARPAnet decommissioned q 1991: NSF lifts restrictions on commercial use of NSFnet (decommissioned, 1995) q Early 1990 s: Web v Hypertext [Bush 1945, Nelson 1960’s] v HTML, HTTP: Berners-Lee v 1994: Mosaic, later Netscape v Late 1990’s: commercialization of the Web Late 1990’s – 2000’s: q More killer apps: instant messaging, P 2 P file sharing q Network security to forefront q Est. 50 million host, 100 million+ users q Backbone links running at Gbps Introduction 1 -74

Internet History 2007: q ~500 million hosts q Voice, Video over IP q P

Internet History 2007: q ~500 million hosts q Voice, Video over IP q P 2 P applications: Bit. Torrent (file sharing), Skype (Vo. IP), PPLive (video) q More applications: You. Tube, gaming q Wireless, mobility Introduction 1 -75

Introduction: Summary Covered a “ton” of material! q Internet overview q What’s a protocol?

Introduction: Summary Covered a “ton” of material! q Internet overview q What’s a protocol? q Network edge, core, access network v Packet-switching versus circuit-switching v Internet structure q Performance: loss, delay, throughput q Layering, service models q Security q History You now have: q Context, overview, “feel” of networking q More depth, detail to follow! Introduction 1 -76