OSI reference model

13
OSI REFERENCE MODEL ISHAN UDYOGA 1

description

Including animations............ :-)

Transcript of OSI reference model

Page 1: OSI reference model

OSI REFERENCE

MODEL

ISHAN UDYOGA

1

Page 2: OSI reference model

Introduction

Open Systems Interconnection Basic Reference Model (OSI

Reference Model or OSI Model) is an abstract description for

layered communications and computer network protocol

design. It was developed as part of the Open Systems

Interconnection (OSI) initiative. In its most basic form, it

divides network architecture into seven layers which, from

top to bottom, are the Application, Presentation, Session,

Transport, Network, Data-Link, and Physical Layers. It is

therefore often referred to as the OSI Seven Layer Model.

2

Page 3: OSI reference model

OSI Model's 7 Layers

Application

3

Presentation

Session

Transport

Network

Data Link

Physical

Application

Host to Host

Internet

Internet Access

TCP/IP

Data

Segments

Packets

Frames

Bits

Page 4: OSI reference model

4OSI Model's 7 Layers

Application

Presentation

Session

Transport

Network

Data Link

Physical

Application

Presentation

Session

Transport

Network

Data Link

Physical

User 1 User 2

Higher Layer

Middle Layer

Lower Layer

Physical Medium

Data

Page 5: OSI reference model

5Application Layer

FTAM X.500 X.400

Data

The application layer is responsible for providing services to the user.

Concerned:

Network virtual terminal (Software)

File transfer, access and management

Mail services

Directory services (access to distributed database sources for global information about various objects and services)

User 1

FTAM X.500 X.400

Data

User 2

To Presentation Layer From Presentation LayerA

pp

lication

La

yer

Page 6: OSI reference model

6Presentation Layer

From Application Layer

ASCII Binary JPEG

Data

To Session Layer

The presentation layer is responsible for translation, compression and encryption

Concerned:

Translation (interoperability between different encoding system)

Encryption (Privacy schemes)

Compression (data compression)

To Application Layer

ASCII Binary JPEG

Data

From Session Layerpre

sen

tation L

ayer

User 1 User 2

Page 7: OSI reference model

7Session Layer

From Presentation Layer

Data

To Transport Layer

To Presentation Layer

Data

From Transport Layer

The session layer is responsible for dialog control and synchronization

Concerned:

Dialog Control (Half Duplex/Full duplex)

Synchronization (Synchronization points, process inline within same page)

User 1 User 2

Communicate with user 2 Communicate with user 1

Sessio

n L

ayer

Page 8: OSI reference model

8

From Session Layer

Data

To Network Layer

To Session Layer

Data

From Network Layer

User 1 User 2

TCP/UDP

Tra

nspo

rt L

ayer

Transport Layer

The transport layer is responsible for the delivery of a message from one process to another

Concerned:

Service-point addressing (Port address)

Segmentation and reassembly (Sequence number)

Connection control (Connectionless or connection oriented)

Flow control (end to end)

TCP/UDP

Page 9: OSI reference model

9

From Transport Layer

Data

To Data Link Layer

To Transport Layer

Data

From Data Link Layer

User 1 User 2

IP/IPX

Netw

ork

Layer

Network Layer

IP/IPX

The network layer is responsible for the delivery of individual packets from the source host to the destination host.

Concerned:

Logical addressing (IP Address)

Routing (Source to destination transmission between networks)

Page 10: OSI reference model

10

From Network Layer

Data

To Physical Layer

To Network Layer

Data

From Physical Layer

User 1 User 2

STP/VTP/CDP

Data

Lin

k L

ayer

Data Link Layer

STP/VTP/CDP

Data link layer is responsible for moving frames from one hop (Node) to the next.

Concerned:

Framing (stream of bits into manageable data units)

Physical addressing (MAC Address)

Flow Control (mechanism for overwhelming the receiver)

Error Control (trailer, retransmission)

Access Control (defining master device in the same link)

Page 11: OSI reference model

11

From Data Link Layer

10110110011101011

To Data Link Layer

10110110011101011

User 1 User 2

Bits/Bytes

Physic

al Layer

Physical Layer

Bits/Bytes

One of the major function of the physical layer is to move data using electromagnetic signals across a transmission medium.

Its responsible for movements of individual bits from one hop (Node) to next.

Concerned:

Physical characteristics of interface and medium (Transmission medium)

Data rate (duration of a bit, which is how long it last)

Transmission Medium

Page 12: OSI reference model

Data, Protocol & Activities12

ApplicationTelnet, FTP, SMTP, HTTP, DNS, SNMP, Specific address etc…

Session

Presentation

TransportSCTP, TCP, UDP, Sockets and Ports address

NetworkIP, ARP/RARP, ICMP, IGMP, Logical address

Data LinkIEEE 802 Standards, TR, FDDI, PPP, Physical address

Application

Session

Presentation

Transport

Network

Data Link

TCP/IP SuitOSI Layers Activities

To allow access to network resources

To establish, manage, and terminate

session

To Translate, encrypt, and compress

data

To Provide reliable process-to-process

Message delivery and error recovery

To move packets from source to

destination; to provide internetworking

To organize bits into frames; to provide

Hop-to-hop delivery

PhysicalMedium, Coax, Fiber, 10base, Wireless

PhysicalTo Transmit bits over a medium; to provide

Mechanical and electrical specifications

Page 13: OSI reference model

13

Thanks !