tcp/ip protocol suite 1 upon completion you will be able to: ip over atm review the features of an...

34
TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through an ATM WAN Understand how an IP packet is encapsulated in cells Understand how cells are routed in an ATM network Understand the function of ATMARP Objectives

Post on 22-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 1

Upon completion you will be able to:

IP Over ATMIP Over ATM

• Review the features of an ATM WAN• Understand how an a datagram can pass through an ATM WAN• Understand how an IP packet is encapsulated in cells• Understand how cells are routed in an ATM network• Understand the function of ATMARP

Objectives

Page 2: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 2

A cell network uses the cell as the basic A cell network uses the cell as the basic unit of data exchange. A cell is defined as a unit of data exchange. A cell is defined as a

small, fixed-size block of information.small, fixed-size block of information.

Note:Note:

Page 3: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 3

Figure 3.23 ATM multiplexing

Page 4: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 4

Figure 3.24 Architecture of an ATM network

Page 5: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 5

Figure 3.25 Virtual circuits

Page 6: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 6

Note that a virtual connection is defined by Note that a virtual connection is defined by a pair of numbers: a pair of numbers:

the the VPIVPI and the and the VCIVCI..

Note:Note:

Page 7: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 7

Figure 3.26 An ATM cell

Page 8: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 8

Figure 3.27 ATM layers

Page 9: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 9

The IP protocol uses the The IP protocol uses the AAL5AAL5 sublayer. sublayer.

Note:Note:

Page 10: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 10

Figure 23.2 ATM layers in routers and switches

The only AAL used by the Internet is AAL5, sometimes called the simple The only AAL used by the Internet is AAL5, sometimes called the simple and efficient adaptation layer (SEAL). and efficient adaptation layer (SEAL).

Page 11: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 11

End devices such as routers use all three layers, while switches use only

the bottom two layers.

Note:Note:

Page 12: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 12

Figure 23.3 AAL5

Page 13: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 13

The AAL layer used by the IP protocol is AAL5.

Note:Note:

Page 14: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 14

Figure 23.4 ATM layer

Page 15: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 15

Figure 23.5 ATM headers

Page 16: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 16

23.2 CARRYING A DATAGRAM IN CELLS

We show how an example of a datagram encapsulated in four cells and We show how an example of a datagram encapsulated in four cells and transmitted through an ATM network.transmitted through an ATM network.

The topics discussed in this section include:The topics discussed in this section include:

Why Use AAL5? Why Use AAL5?

Page 17: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 17

Figure 23.6 Fragmentation

Page 18: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 18

Only the last cell carries the 8-byte trailer added to the IP datagram.

Padding can be added only to the last cell or the last two cells.

Note:Note:

Page 19: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 19

The value of the PT field is 000 in all cells carrying an IP datagram

fragment except for the last cell; the value is 001 in the last cell.

Note:Note:

Page 20: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 20

Figure 23.7 ATM cells

Page 21: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 21

23.3 ROUTING THE CELLS

The ATM network creates a route between two routers. We call these The ATM network creates a route between two routers. We call these routers entering-point and exiting-point routers.routers entering-point and exiting-point routers.

The topics discussed in this section include:The topics discussed in this section include:

Addresses Addresses Address Binding Address Binding

Page 22: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 22

Figure 23.8 Entering-point and exiting-point routers

Page 23: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 23

23.4 ATMARP

ATMARP finds (maps) the physical address of the exiting-point router ATMARP finds (maps) the physical address of the exiting-point router given the IP address of the exiting-point router. No broadcasting is given the IP address of the exiting-point router. No broadcasting is involved.involved.

The topics discussed in this section include:The topics discussed in this section include:

Packet Format Packet Format ATMARP Operation ATMARP Operation

Page 24: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 24

Figure 23.9 ATMARP packet

Page 25: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 25

Table 23.1 Table 23.1 OPER fieldOPER field

Page 26: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 26

The inverse request and inverse reply messages can bind the physical

address to an IP address in a PVC situation.

Note:Note:

Page 27: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 27

Figure 23.10 Binding with PVC

Page 28: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 28

Figure 23.11 Binding with ATMARP

Page 29: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 29

The request and reply message can be used to bind a physical address to an

IP address in an SVC situation.

Note:Note:

Page 30: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 30

The inverse request and inverse reply can also be used to build the server’s

mapping table.

Note:Note:

Page 31: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 31

Figure 23.12 Building a table

Page 32: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 32

23.5 LOGICAL IP SUBNET (LIS)

An ATM network can be divided into logical (not physical) subnetworks. An ATM network can be divided into logical (not physical) subnetworks. This facilitates the operation of ATMARP and other protocols (such as This facilitates the operation of ATMARP and other protocols (such as IGMP) that need to simulate broadcasting on an ATM network.IGMP) that need to simulate broadcasting on an ATM network.

Page 33: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 33

Figure 23.13 LIS

Page 34: TCP/IP Protocol Suite 1 Upon completion you will be able to: IP Over ATM Review the features of an ATM WAN Understand how an a datagram can pass through

TCP/IP Protocol Suite 34

LIS allows an ATM network to be divided into several logical subnets. To

use ATMARP, we need a separate server for each subnet.

Note:Note: