chapter 2 the osi model and tcp/ip protocol suite 2.pdftcp/ip protocol suite o tcp/ip protocol suite...

73
Chapter 2 The OSI Model and TCP/IP Protocol Suite

Upload: others

Post on 29-Feb-2020

57 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Chapter 2

The OSI Model and TCP/IP Protocol Suite

Page 2: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Outlineo THE OSI MODELo LAYERS IN THE OSI MODELo TCP/IP PROTOCOL SUITEo ADDRESSINGo TCP/IP VERSIONS

Page 3: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

THE OSI

MODEL

2.12.1

The McGraw-Hill Companies, Inc., 2000

Page 4: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-1

OSI Model

The McGraw-Hill Companies, Inc., 2000

Page 5: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Layered Architectureo Within a single machinen Each layer calls upon the services of the layer just

below itn For example, layer 3 uses the services provided

by layer 2 and provides services for layer 4

Page 6: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Layered Architecture (Cont.)o Between machinesn Layer x on one machine communicates with layer

x on another machine

n This communication is governed by a series of rules and conventions called protocols

Page 7: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Layered Architecture (Cont.)o As the message travels from A to B, it may

pass through intermediate nodesn These intermediate nodes usually involve only

the first three layers of the OSI model

n As shown in the next slide

Page 8: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-2

OSI Layers

The McGraw-Hill Companies, Inc., 2000

Page 9: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Peer-to-Peer Processes

o The processes on each machine that communicate at a given layer are called peer-to-peer processes

o Each layer in the sending device added its own information to the message it receives from the layer just above it

o At the receiving machine, the message is unwrapped layer by layer

Page 10: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Headers are added to the data at layers

6, 5, 4, 3, and 2. Trailers are usually

added only at layer 2.

The McGraw-Hill Companies, Inc., 2000

Page 11: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-3

An Exchange Using the OSI Model

The McGraw-Hill Companies, Inc., 2000

Page 12: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

LAYERS IN

THE OSI

MODEL

2.22.2

The McGraw-Hill Companies, Inc., 2000

Page 13: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-4

Physical Layer

The McGraw-Hill Companies, Inc., 2000

Page 14: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Physical Layero Physical characteristics of interface and median Interface between the devices and transmission

median The type of transmission media

o Representation of bitsn Define the type of encoding (how 0s and 1s are

changed to signals)

Page 15: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Physical Layer (Cont.)

o Data raten The number of bits sent each second

o Synchronization of bitsn The sender and receiver must not only use the

same bit rate but must also be synchronized at the bit level

Page 16: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Physical Layer (Cont.)o Line configuration

n Be concerned with the connection of devices to the media

n Point-to-point configurationo Two devices are connected through a dedicated link

n Multipoint configurationo A link is shared between several devices

o Physical topologyn Define how devices are connected to make a networkn For example, mesh, star, ring, or bus topology

Page 17: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Physical Layer (Cont.)o Transmission mode

n Define the direction of transmission between two devicesn Simple mode

o only one device can send

n Half-duplex modeo two devices can send and receive but not at the same time

n Full-duplex modeo Two devices can send and receive at the same time

Page 18: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Data Link Layero Transform the physical layer to a reliable link

o Make the physical layer appear error free to the upper layer

Page 19: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-5

Data Link Layer

The McGraw-Hill Companies, Inc., 2000

Page 20: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Data Link Layero Framingn Divide the stream of bits into frames

o Physical addressingn only one hop

o Flow controlo Error controln Detect and retransmit damaged or lost framesn Prevent duplication of frames

Page 21: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Data Link Layer (Cont.)o Access controln Determine which device has control over the

link at any given time

Page 22: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-6

Node-to-Node (Hop-to-Hop) Delivery

The McGraw-Hill Companies, Inc., 2000

Page 23: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Network Layero Be responsible for the source-to-destination

delivery of a packet possibly across multiple networks (links)n Data link layer take care of the delivery of the

packet between two systems on the same network (links)

n Network layer ensures the delivery of a packet from its point of origin to it final destination

Page 24: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-7

Network Layer

The McGraw-Hill Companies, Inc., 2000

Page 25: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Network Layero Logical addressingn Physical addressing in the data link layer handles

the addressing problem locallyn If a packet pass the network boundary

o We need another addressing system to distinguish the source and destination systems

o Routing

Page 26: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-8

End-to-End Delivery by the Network Layer

The McGraw-Hill Companies, Inc., 2000

Page 27: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Transport Layero Be responsible for source-to-destination (end-

to-end) delivery of the entire messagen Network layer only oversees the end-to-end

delivery of individual packetso Oversee both error control and flow control at

the source-to-destination level

Page 28: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-9

Transport Layer

The McGraw-Hill Companies, Inc., 2000

Page 29: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Transport Layero Service-point addressing

n Service-point address: port addressn The network layer gets each packet to the correct

computern The transport layer gets the entire message to the correct

process on that computero Segmentation and reassembly

Page 30: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Transport Layer (Cont.)o Connection control

n Connectionlessn Connection-oriented

o Flow controln End to end flow controln The flow control, however, at the data link layer is across

a single link

Page 31: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Transport Layer (Cont.)o Error control

n End to end error control that makes sure that the entire message arrives without error (damage, loss, or duplication)

n Error correction is usually achieved through retransmission

n The error control, however, at the data link layer is across a single link and applies to a single frame

Page 32: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-10

Reliable End-to-End Delivery of a Message

end-to-end delivery by the transport layer

The McGraw-Hill Companies, Inc., 2000

Page 33: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Session Layero Session layer is the network dialog controllern It establishes, maintains, and synchronizes the

interaction between communication systems

Page 34: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-11

Session Layer

The McGraw-Hill Companies, Inc., 2000

Page 35: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Session Layero Dialog controln Allow two systems to enter a dialogn Allow the communication between two processes

ino Half-duplexo Full-duplex

o Synchronizationn Allow a process to add checkpoints

(synchronization points) into a stream of data

Page 36: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Presentation Layero Be concerned with the syntax and semantics

of the information exchanged between two systems

Page 37: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-12

Presentation Layer

The McGraw-Hill Companies, Inc., 2000

Page 38: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Presentation Layero Translationn Different computers use different encoding

systems n The presentation layer is responsible for

interoperability between these different encoding methods

o Encryptiono Compression

Page 39: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Application Layero The application layer enables the user,

whether human or software, to access the network

Page 40: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-13

Application Layer

The McGraw-Hill Companies, Inc., 2000

Page 41: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Application Layero Specific services provided by the application

layern Network virtual terminaln File transfer, access, and management (FTAM)n Mail servicesn Directory services

Page 42: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-14

Summary of Layers

The McGraw-Hill Companies, Inc., 2000

Page 43: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

TCP/IP PROTOCOL

SUITE

2.32.3

Page 44: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

TCP/IP Protocol Suiteo TCP/IP protocol suite was developed prior to

the OSI model and is made of five layersn Physical, data link, network, transport, and

application layerso The first four layers correspond to the first

four layer of the OSI model

Page 45: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

TCP/IP Protocol Suiteo The three topmost layers is OSI model are

represented in TCP by a single layer called the application layer

Page 46: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-15

TCP/IP and OSI Model

The McGraw-Hill Companies, Inc., 2000

Page 47: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Physical and Data Link Layerso TCP/IP does not define any specific protocolo TCP/IP supports all of the standard and

proprietary protocols

Page 48: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Network Layero Internetworking Protocols (IP)o Four supporting protocolsn ARPn RARPn ICMPn IGMP

Page 49: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Internetworking Protocol (IP)o The packets in IP are called datagramso Unreliable and connectionless datagram

protocolo Best-effort delivery servicesn Provide no error checking or tracking

Page 50: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Address Resolution Protocol (ARP)o Associate an IP address with the physical

addressn Data in LAN are transmitted by the physical

address

Page 51: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Reverse Address Resolution Protocol (RARP)o Discover a host’s internet address via its

physical addresso Used whenn A computer is first connected to the networkn When a diskless computer is booted

Page 52: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Internet Control Message Protocol (ICMP)o A mechanism used to send notification of

datagram problems back to the sendero ICMP sends query and error reporting

messages

Page 53: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Internet Group Message Protocol (IGMP)o Facilitate the simultaneous transmission of a

message to a group of recipients

Page 54: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Transport Layero TCP/UDPn A process-to-process protocol

o IPn A host-to-host protocol

Page 55: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

User Datagram Protocol (UDP)o Add only n Port numbersn Checksum error controln length

Page 56: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Transmission Control Protocol (TCP)o Reliable connection-oriented protocol

Page 57: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

ADDRESSING

2.42.4

The McGraw-Hill Companies, Inc., 2000

Page 58: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-16

Addresses in TCP/IP

The McGraw-Hill Companies, Inc., 2000

Page 59: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-17

Relationship of Layers and Addresses in TCP/IP

The McGraw-Hill Companies, Inc., 2000

Page 60: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Physical Addresso Also called link address, the address of a node as

defined by its LAN or WANn Ethernet: 6 byten LocalTalk: 1 byte

o Physical address can be eithern Unicast addressn Multicast addressn Broadcast address

Page 61: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Example 1Example 1

Figure 2.18 shows an example of physical addresses.

The McGraw-Hill Companies, Inc., 2000

Page 62: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-18

Physical Addresses

The McGraw-Hill Companies, Inc., 2000

Page 63: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Example 2Example 2

Most local area networks use a 48-bit (6 bytes) physical address written as 12 hexadecimal digits, with every 2 digitsseparated by a hyphen as shown below:

07-01-02-01-2C-4B A 6-byte (12 hexadecimal digits) physical address

The McGraw-Hill Companies, Inc., 2000

Page 64: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Internet Addresso Provide universal communication services that

are independent of underlying physical networkn Different networks can have different address formatn A universal addressing system is thus needed

o Internet address can also be either in unicast, multicast and broadcast

o 4 bytes long in IPv4

Page 65: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Example 3Example 3

Next slide shows an example of Internet addresses. o Network address A and physical address 10 =>

send data to => Network address P and physical address 95

o IP address does not change along the tripo However, physical address changes from

network to network

The McGraw-Hill Companies, Inc., 2000

Page 66: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-19

IP Addresses

The McGraw-Hill Companies, Inc., 2000

Page 67: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Example 4Example 4

As we will see in Chapter 4, an Internet address (in IPv4) is 32 bits in length, normally written as four decimal numbers, with each number representing 1 byte. The numbers are separated by a dot. Below is an example of such an address.

132.24.75.9The McGraw-Hill Companies, Inc., 2000

Page 68: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Port Addresso A label assigns to a process o 16 bits long

Page 69: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Example 5Example 5

Next slide shows an example of transport layer communication.o Process with port address j send data to another

process with port address k

The McGraw-Hill Companies, Inc., 2000

Page 70: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Figure 2-20

Port Addresses

The McGraw-Hill Companies, Inc., 2000

Page 71: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Example 6Example 6

As we will see in Chapters 11 and 12, a port address is a 16-bit address represented by one decimal number as shown below.

753 A 16-bit port address

The McGraw-Hill Companies, Inc., 2000

Page 72: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

TCP/IP VERSIONS

2.52.5

The McGraw-Hill Companies, Inc., 2000

Page 73: Chapter 2 The OSI Model and TCP/IP Protocol Suite 2.pdfTCP/IP Protocol Suite o TCP/IP protocol suite was developed prior to the OSI model and is made of five layers n Physical, data

Versiono Version 4n What we current used

o Version 5n Only a proposaln Based on the OSI model

o Version 6n Also called IPng (IP next generation)