mobile ip, or tcp/ip on tour

45
1 Mobile IP, or TCP/IP on tour Distribuerade system, VT2000 [email protected]

Upload: eugenia-parsons

Post on 15-Mar-2016

34 views

Category:

Documents


1 download

DESCRIPTION

Mobile IP, or TCP/IP on tour. Distribuerade system, VT2000 [email protected]. Why Mobility? IP routing, very short The need for Mobile IP. Mobile IP - Overview The Gory Details Tunneling. Future: Mobility for IPV6 Open Issues TCP performance (RSVP and Real-Time Traffic) - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Mobile IP, or TCP/IP on tour

1

Mobile IP, or TCP/IP on tour

Distribueradesystem, [email protected]

Page 2: Mobile IP, or TCP/IP on tour

2

OutlineWhy Mobility?IP routing, very

shortThe need for Mobile

IP.Mobile IP - OverviewThe Gory DetailsTunneling

Future: Mobility for IPV6

Open Issues TCP performance (RSVP and Real-

Time Traffic) Service Location

Summary and future for Mobile IP

Page 3: Mobile IP, or TCP/IP on tour

3

Mobile IP: A standard for mobile computing and networkingComputers doesn’t

stay put.Change location

without restart its application or terminating any ongoing communication

Example 1: Un-plug at campus, and plug it back at home

Example 2: Un-plug from office, let the wireless network take over

Page 4: Mobile IP, or TCP/IP on tour

4

IP NetworkingProtocol layer

Network Layer Transport Layer

What does IP do moving packets

from source to destination

No ’end-to-end’ guarantees

IP addresses Network-prefix Host portion

IP Routing Packet Header Network-prefix Every node on the

same link has the same network-prefix

Page 5: Mobile IP, or TCP/IP on tour

5

The Need for Mobile IPFig 3.1host Specific Routes (too costly)Node’s IP address (TCP fails)Link layer (Too many standards)

Page 6: Mobile IP, or TCP/IP on tour

6

Mobile IP Solves the following problemsIf a node moves

from one link to another without chnging its IP address, it will be unable to receive packets at the new link; and

If a node changes its IP address when it moves, it will have to terminate and restart any on-going communications each time it moves

Page 7: Mobile IP, or TCP/IP on tour

7

Mobile IP OverviewProposed as a

Standard in November 1996

Solution for Internet Scalable, robust,

secure, maintain communication

Use their permanent IP address

Routing protocol Route packets to

nodes that could potentially change location very rapidly

Layer 4-7, outside Mobile IP, but will be of major interest (TCP, for example)

Page 8: Mobile IP, or TCP/IP on tour

8

Reqiurements for Mobile IP; A node must be able toCommunicate wtih

other nodes after changing its link-Layer attachment to the internet.

Communicate using only its home IP address.

Communicate with other computers not using Mobile IP.

Handle security threats efficiently

Page 9: Mobile IP, or TCP/IP on tour

9

Design goals

Size and and the frequency as small as possible

Simple to implement.Aviod solutions that uses multilpe IP

adresses (Running out of IPv4 adresses

Page 10: Mobile IP, or TCP/IP on tour

10

4.7: Mobile IP Entities and Relationships (Fig. 4-1)Mobile Node (mobilen)Home Agent (Hemagent)Foreign agent (fjärragent)Home link (hemmalänk)Foreign Link (fjärrlänk)care-of-addresses (c/o, besöksadress)

Page 11: Mobile IP, or TCP/IP on tour

11

Home agentA router with an interface on the mobile

node’ home link Node keep the Home agent informed of its current

location (care-of-addresses) Advertises reachability to the network-prefix of

the mobile node’s home adress (Attracting IP adresses)

intercepts packets destined to the mobile node’s home adress and tunnels them to (c/o)

Page 12: Mobile IP, or TCP/IP on tour

12

Foreign AgentA router on a mobile node’s foreign

link which assists the mobile node in informaing its

home agent of its current (c/o) provides (c/o) adress and de-tunnels

packets (sent from the home agent) default router generated by the mobile

node.

Page 13: Mobile IP, or TCP/IP on tour

13

TunnelingAn encapsulating IP packet including a

path and an original IP packetFigure 4-2

Page 14: Mobile IP, or TCP/IP on tour

14

Definitions on ’Home’Home Adress - IP adress permanently

assigned to a mobile node (Does not change)

Home Link - network-prefix of the mobile node’s home address define its home link

Home agent - A router that has at least one interface on the mbile node’s home link

Page 15: Mobile IP, or TCP/IP on tour

15

Definitions on c/oA c/o is specific to the foreign link currently

being visited by a mobile node.A node’s c/o changes every time the mobile

node moves from one foreign link to anotherPackets desitnated to a c/o can be delivered

using existing Internet routing mechanismsA c/o is used as an exit pont of a tunnel from

the home agent toward the mobile node

Page 16: Mobile IP, or TCP/IP on tour

16

4.8: A high Level desription (Fig. 4-3)Home agents and foreign agents advertise their

presence by periodically multicasting (broadcasting) Agent advertisements

Mobile node’s listens to Agent advertisements (I am a home or away)

A mobile node connected to a foreign link acquires a c/o adress

Mobile node registers its c/o address with its home agent

Page 17: Mobile IP, or TCP/IP on tour

17

4.8: A high Level desription (Fig. 4-3) Cont:Home agent adverties reachibility to the netwrok-

prefix of the mobile node’s home link (Attracting packets sent to the mobiles home adress. Intercept these messages and tunnels them to the C/O

At C/O, the original packet is extracted from the tunnel and then delivered to the mobile node

In reverse odirection, packets sent from the mobile node are routed directly to thier destination, without need for tunneling (FA only router)

Page 18: Mobile IP, or TCP/IP on tour

18

5: The gory detailsAgent Discovery

Determines whether it is currently connected to its home link or a foreign link.

Detects whether it has moved from one link to another

obtains a care-of adress when connected to a foreign link

Page 19: Mobile IP, or TCP/IP on tour

19

5.2.1: MessagesAgent advertisements; Used by agents to

announce their capabilities to mobile nodes Agent advertisements are continuously

transmitted (multicast/broadcoast) on a specific link

Allow the mobiles to determine whether any agent is present (gets identities)

Agent solicitations; are sent by mobile that do not have the patience to wait for an Agent advertisment

Page 20: Mobile IP, or TCP/IP on tour

20

5.2.2 How does a mobile node detrmine that is has moved?Using Lifetime: Tells the mobile how soon

it should expect to hear another Agent Advertisment. AA three times faster than Lifetime

Multiple foreign agents

Page 21: Mobile IP, or TCP/IP on tour

21

5.3 What is registration A mobile node

register whenever it detects that it has chnged link from one network to another.

Reregisters when it has not moved, but when it existing registration due to expire.

Mobile IP registration is the process by which a mobile node: requests routing services from a foreign agent or foreign

link informs its home agent of its current care-of-address. Renews a registration due to expire deregisters when it returns to its home link

Page 22: Mobile IP, or TCP/IP on tour

22

5.3.1 Registration scenariosA registration consists of an exchange of a

Registration request and a Registration Reply between a mobile node and its home agent.

Three common scenarios: Using foreign agent c/o Using collocated c/o deregisters upon returning home

Page 23: Mobile IP, or TCP/IP on tour

23

5.3.2 How do nodes Process registrations Se summary

Page 24: Mobile IP, or TCP/IP on tour

24

5.3.3 How can a Mobile learn

Page 25: Mobile IP, or TCP/IP on tour

25

5.3.4. How Does

Page 26: Mobile IP, or TCP/IP on tour

26

5.4: How are the Packets routed

Page 27: Mobile IP, or TCP/IP on tour

27

5.4.6 Why the triangle routing

Page 28: Mobile IP, or TCP/IP on tour

28

5.5 SummaryAgent DiscoveryRegistrationRouting

Page 29: Mobile IP, or TCP/IP on tour

29

Tunneling: 6.1 IP Encapsulation

Page 30: Mobile IP, or TCP/IP on tour

30

Future Topics; Work in progress 12: IPv6 vs IPv4Size adresses: 128 bits vs 32 bits

No real chance of running out of adresses A single newtowrk-prefix route Autoconfigure using very simple

mechanismsLess frequently used fields in IPv4

moved into optionalIPv6 more rigorously defined (more

useful)

Page 31: Mobile IP, or TCP/IP on tour

31

12.2 Relevant to Mobile IP V6Larger adresses - No need for Foreign agents

Collocated C/O is the only one needed, snice there are sufficient IP adresses

New routing Header help Security attack (less options) Very fast forward desicion- not all routers need to

read by every router, Router Discovery Static Address Autoconfiguration -

Page 32: Mobile IP, or TCP/IP on tour

32

12.1.1 HeadersBase: Priority fields, Flow label (Real-time

traffic)Extension headers: Form a chain of

headers

Page 33: Mobile IP, or TCP/IP on tour

33

12.4 How Does it work

Page 34: Mobile IP, or TCP/IP on tour

34

12.5 How does a Mobile ...

Page 35: Mobile IP, or TCP/IP on tour

35

12.6 How Does

Page 36: Mobile IP, or TCP/IP on tour

36

12.8: IP V6 summary

Page 37: Mobile IP, or TCP/IP on tour

37

13: Open Issues. 13.1: TCP Performance and Mobility

Page 38: Mobile IP, or TCP/IP on tour

38

13.1.1: What is TCP

Page 39: Mobile IP, or TCP/IP on tour

39

13.1.2: How does TCP works

Page 40: Mobile IP, or TCP/IP on tour

40

13.1.3: Are TCP’s ..

Page 41: Mobile IP, or TCP/IP on tour

41

13.1.4: How can TCP

Page 42: Mobile IP, or TCP/IP on tour

42

13.2 RSVP and Real-Time Traffic

Page 43: Mobile IP, or TCP/IP on tour

43

13.3 Service Location

Page 44: Mobile IP, or TCP/IP on tour

44

14: SummaryBackgroundTerminologyApplying Mobile IPOpen Issues

Page 45: Mobile IP, or TCP/IP on tour

45

14: The future of Mobile IP