DOC PREVIEW
CMU 15441 Computer Networking - Lecture

This preview shows page 1-2-3-18-19-36-37-38 out of 38 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 38 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

15-441: Computer NetworkingWireless ChallengesOverviewCellular ReuseIEEE 802.11 Wireless LANSlide 6Ad Hoc NetworksCSMA/CD Does Not WorkHidden Terminal EffectIEEE 802.11 MAC Protocol: CSMA/CAIEEE 802.11 MAC ProtocolCollision Avoidance MechanismsCollision Avoidance: RTS-CTS ExchangeSlide 14Routing to Mobile NodesHow to Handle Mobile Nodes? (Addressing)How to Handle Mobile Nodes? (Naming)How to Handle Mobile Nodes? (Transport)How to Handle Mobile Nodes? (Link Layer)How to Handle Mobile Nodes? (Routing)Basic Solution to Mobile RoutingInterceptionDeliveryMobile IP (RFC 2290)Mobile IP (MH at Home)Mobile IP (MH Moving)Mobile IP (MH Away – Foreign Agent)Mobile IP (MH Away - Collocated)Other Mobile IP IssuesSlide 30TCP Problems Over Noisy LinksWireless Bit-ErrorsConstraints & RequirementsPerformance DegradationProposed SolutionsApproach Styles (End-to-End)Approach Styles (Link Layer)Important Lessons15-441: Computer NetworkingLecture 24: Mobile and Wireless NetworkingLecture 24: 4-13-04 2Wireless Challenges•Force us to rethink many assumptions•Need to share airwaves rather than wire•Don’t know what hosts are involved•Host may not be using same link technology•Mobility•Other characteristics of wireless•Noisy  lots of losses•Slow•Interaction of multiple transmitters at receiver• Collisions, capture, interference•Multipath interferenceLecture 24: 4-13-04 3Overview•Link layer challenges•Internet mobility•TCP Over Noisy LinksLecture 24: 4-13-04 4Cellular Reuse•Transmissions decay over distance•Spectrum can be reused in different areas•Different “LANs”•Decay is 1/R2 in free space, 1/R4 in some situationsLecture 24: 4-13-04 5IEEE 802.11 Wireless LAN•802.11b•2.4-2.5 GHz unlicensed radio spectrum•up to 11 Mbps•direct sequence spread spectrum (DSSS) in physical layer•all hosts use same chipping code•widely deployed, using base stations•802.11a •5-6 GHz range•up to 54 Mbps•802.11g •2.4-2.5 GHz range•up to 54 Mbps•All use CSMA/CA for multiple access•All have base-station and ad-hoc network versionsLecture 24: 4-13-04 6IEEE 802.11 Wireless LAN•Wireless host communicates with a base station•Base station = access point (AP)•Basic Service Set (BSS) (a.k.a. “cell”) contains:•Wireless hosts•Access point (AP): base station•BSS’s combined to form distribution system (DS)Lecture 24: 4-13-04 7•Ad hoc network: IEEE 802.11 stations can dynamically form network without AP•Applications:•Laptops meeting in conference room, car•Interconnection of “personal” devicesAd Hoc NetworksLecture 24: 4-13-04 8CSMA/CD Does Not Work•Collision detection problems•Relevant contention at the receiver, not sender•Hidden terminal•Exposed terminal•Hard to build a radio that can transmit and receive at same timeABCABCDHidden ExposedLecture 24: 4-13-04 9Hidden Terminal Effect•Hidden terminals: A, C cannot hear each other•Obstacles, signal attenuation•Collisions at B •Collision if 2 or more nodes transmit at same time•CSMA makes sense:•Get all the bandwidth if you’re the only one transmitting•Shouldn’t cause a collision if you sense another transmission•Collision detection doesn’t work•CSMA/CA: CSMA with Collision AvoidanceLecture 24: 4-13-04 10IEEE 802.11 MAC Protocol: CSMA/CA802.11 CSMA: sender- If sense channel idle for DISF(Distributed Inter Frame Space) then transmit entire frame(no collision detection)- If sense channel busythen binary backoff802.11 CSMA receiver:- If received OKreturn ACK after SIFS(Short IFS)(ACK is needed due tohidden terminal problem)Lecture 24: 4-13-04 11IEEE 802.11 MAC Protocol802.11 CSMA Protocol: others•NAV: Network Allocation Vector•802.11 frame has transmission time field•Others (hearing data) defer access for NAV time unitsLecture 24: 4-13-04 12Collision Avoidance Mechanisms•Problem: •Two nodes, hidden from each other, transmit complete frames to base station•Wasted bandwidth for long duration !•Solution: •Small reservation packets•Nodes track reservation interval with internal “network allocation vector” (NAV)Lecture 24: 4-13-04 13Collision Avoidance: RTS-CTS Exchange•Explicit channel reservation•Sender: send short RTS: request to send•Receiver: reply with short CTS: clear to send•CTS reserves channel for sender, notifying (possibly hidden) stations•RTS and CTS short:•collisions less likely, of shorter duration•end result similar to collision detection•Avoid hidden station collisions•Not widely used/implemented•Consider typical traffic patternsLecture 24: 4-13-04 14Overview•Link layer challenges•Internet mobility•TCP Over Noisy LinksLecture 24: 4-13-04 15Routing to Mobile Nodes•Obvious solution: have mobile nodes advertise route to mobile address/32•Should work!!!•Why is this bad?•Consider forwarding tables on backbone routers•Would have an entry for each mobile host•Not very scalable•What are some possible solutions?Lecture 24: 4-13-04 16How to Handle Mobile Nodes?(Addressing)•Dynamic Host Configuration (DHCP)•Host gets new IP address in new locations•Problems•Host does not have constant name/address  how do others contact host•What happens to active transport connections?Lecture 24: 4-13-04 17How to Handle Mobile Nodes?(Naming)•Naming•Use DHCP and update name-address mapping whenever host changes address•Fixes contact problem but not broken transport connectionsLecture 24: 4-13-04 18How to Handle Mobile Nodes? (Transport) •TCP currently uses 4 tuple to describe connection•<Src Addr, Src port, Dst addr, Dst port> •Modify TCP to allow peer’s address to be changed during connection•Security issues•Can someone easily hijack connection?•Difficult deployment  both ends must support mobilityLecture 24: 4-13-04 19How to Handle Mobile Nodes?(Link Layer)•Link layer mobility•Learning bridges can handle mobility  this is how it is handled at CMU•Encapsulated PPP (PPTP)  Have mobile host act like he is connected to original LAN•Works for IP AND other network protocolsLecture 24: 4-13-04 20How to Handle Mobile Nodes?(Routing)•Allow mobile node to keep same address and name•How do we deliver IP packets when the endpoint moves?•Can’t just have nodes advertise route to their address•What about packets from the mobile host?•Routing not a problem•What source address on packet?  this can cause problems•Key design considerations•Scale•Incremental


View Full Document

CMU 15441 Computer Networking - Lecture

Documents in this Course
Lecture

Lecture

14 pages

Lecture

Lecture

19 pages

Lecture

Lecture

14 pages

Lecture

Lecture

78 pages

Lecture

Lecture

35 pages

Lecture

Lecture

4 pages

Lecture

Lecture

4 pages

Lecture

Lecture

29 pages

Lecture

Lecture

52 pages

Lecture

Lecture

40 pages

Lecture

Lecture

44 pages

Lecture

Lecture

41 pages

Lecture

Lecture

38 pages

Lecture

Lecture

40 pages

Lecture

Lecture

13 pages

Lecture

Lecture

47 pages

Lecture

Lecture

49 pages

Lecture

Lecture

7 pages

Lecture

Lecture

18 pages

Lecture

Lecture

15 pages

Lecture

Lecture

74 pages

Lecture

Lecture

35 pages

Lecture

Lecture

17 pages

lecture

lecture

13 pages

Lecture

Lecture

21 pages

Lecture

Lecture

14 pages

Lecture

Lecture

53 pages

Lecture

Lecture

52 pages

Lecture

Lecture

40 pages

Lecture

Lecture

11 pages

Lecture

Lecture

20 pages

Lecture

Lecture

39 pages

Lecture

Lecture

10 pages

Lecture

Lecture

40 pages

Lecture

Lecture

25 pages

lecture

lecture

11 pages

lecture

lecture

7 pages

Lecture

Lecture

10 pages

lecture

lecture

46 pages

lecture

lecture

7 pages

Lecture

Lecture

8 pages

lecture

lecture

55 pages

lecture

lecture

45 pages

lecture

lecture

47 pages

lecture

lecture

39 pages

lecture

lecture

33 pages

lecture

lecture

38 pages

lecture

lecture

9 pages

midterm

midterm

16 pages

Lecture

Lecture

39 pages

Lecture

Lecture

14 pages

Lecture

Lecture

46 pages

Lecture

Lecture

8 pages

Lecture

Lecture

40 pages

Lecture

Lecture

11 pages

Lecture

Lecture

41 pages

Lecture

Lecture

38 pages

Lecture

Lecture

9 pages

Lab

Lab

3 pages

Lecture

Lecture

53 pages

Lecture

Lecture

51 pages

Lecture

Lecture

38 pages

Lecture

Lecture

42 pages

Lecture

Lecture

49 pages

Lecture

Lecture

63 pages

Lecture

Lecture

7 pages

Lecture

Lecture

51 pages

Lecture

Lecture

35 pages

Lecture

Lecture

29 pages

Lecture

Lecture

65 pages

Lecture

Lecture

47 pages

Lecture

Lecture

41 pages

Lecture

Lecture

41 pages

Lecture

Lecture

32 pages

Lecture

Lecture

35 pages

Lecture

Lecture

15 pages

Lecture

Lecture

52 pages

Lecture

Lecture

16 pages

Lecture

Lecture

4 pages

lecture

lecture

27 pages

lecture04

lecture04

46 pages

Lecture

Lecture

46 pages

Lecture

Lecture

13 pages

lecture

lecture

41 pages

lecture

lecture

38 pages

Lecture

Lecture

40 pages

Lecture

Lecture

25 pages

lecture

lecture

11 pages

Lecture

Lecture

42 pages

Lecture

Lecture

12 pages

Lecture

Lecture

36 pages

Lecture

Lecture

46 pages

Lecture

Lecture

35 pages

Lecture

Lecture

34 pages

Lecture

Lecture

9 pages

lecture

lecture

49 pages

class03

class03

39 pages

Lecture

Lecture

8 pages

Lecture 8

Lecture 8

42 pages

Lecture

Lecture

20 pages

lecture

lecture

29 pages

Lecture

Lecture

9 pages

lecture

lecture

46 pages

Lecture

Lecture

12 pages

Lecture

Lecture

24 pages

Lecture

Lecture

41 pages

Lecture

Lecture

37 pages

lecture

lecture

59 pages

Lecture

Lecture

47 pages

Lecture

Lecture

34 pages

Lecture

Lecture

38 pages

Lecture

Lecture

28 pages

Exam

Exam

17 pages

Lecture

Lecture

21 pages

Lecture

Lecture

15 pages

Lecture

Lecture

9 pages

Project

Project

20 pages

Lecture

Lecture

40 pages

L13b_Exam

L13b_Exam

17 pages

Lecture

Lecture

48 pages

Lecture

Lecture

10 pages

Lecture

Lecture

52 pages

21-p2p

21-p2p

16 pages

lecture

lecture

77 pages

Lecture

Lecture

18 pages

Lecture

Lecture

62 pages

Lecture

Lecture

25 pages

Lecture

Lecture

24 pages

Project

Project

20 pages

Lecture

Lecture

47 pages

Lecture

Lecture

38 pages

Lecture

Lecture

35 pages

Roundup

Roundup

45 pages

Lecture

Lecture

47 pages

Lecture

Lecture

39 pages

Lecture

Lecture

13 pages

Midterm

Midterm

22 pages

Project

Project

26 pages

Lecture

Lecture

11 pages

Project

Project

27 pages

Lecture

Lecture

10 pages

Lecture

Lecture

50 pages

Lab

Lab

9 pages

Lecture

Lecture

30 pages

Lecture

Lecture

6 pages

r05-ruby

r05-ruby

27 pages

Lecture

Lecture

8 pages

Lecture

Lecture

28 pages

Lecture

Lecture

30 pages

Project

Project

13 pages

Lecture

Lecture

11 pages

Lecture

Lecture

12 pages

Lecture

Lecture

48 pages

Lecture

Lecture

55 pages

Lecture

Lecture

36 pages

Lecture

Lecture

17 pages

Load more
Download Lecture
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Lecture and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Lecture 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?