OSI REFERENCE LAYERS

22
OSI REFERENCE LAYERS By Ashok Virath 8th SEM ECE 'A' Sec

description

An open system is a set of protocol that allows any two different systems to communicate regardless of their underlying architectures.

Transcript of OSI REFERENCE LAYERS

Page 1: OSI REFERENCE LAYERS

OSI REFERENCE LAYERS

By

Ashok Virath

8th SEM ECE

'A' Sec

Page 2: OSI REFERENCE LAYERS

CONTENTS INTRODUCTION WHAT IS OSI? OSI MODEL TYPES OF LAYERS PHYSICAL LAYER DATA LINK LAYER NETWORK LAYER TRANSPORT LAYER SESSION LAYER PRESENTATION LAYER APPLICATION LAYER CONCLUSION

Page 3: OSI REFERENCE LAYERS

What is OSI?OSI-OPEN SYSTEMS INTERCONNECTION An open system is a set of protocol that allows any

two different systems to communicate regardless of their underlying architectures.

It was designed by ISO-International Organization for Standardization in late1970s.

It is a seven-layer model. It is a theoretical model designed to show how a

protocol stack should be implemented.

Page 4: OSI REFERENCE LAYERS

OSI MODEL

Physical layer

Data link layer

Network layer

Transport layer

1

2

3

5

6

7

4

Application layer

Session layer

Presentation layer

Page 5: OSI REFERENCE LAYERS

TYPES OF LAYERS Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer

Page 6: OSI REFERENCE LAYERS

PHYSICAL LAYERThe physical layer is responsible for

transmitting individual bits from one node to the next

Functions of physical layer: Physical characteristics of interfaces and

media Representation of bits Data rate Synchronization of bits

Page 7: OSI REFERENCE LAYERS

PHYSICAL LAYER

101010000000101111001 101010000000101111001

Physical layer

Physical layer

Transmission medium

From data link layer

To data link layer

Page 8: OSI REFERENCE LAYERS

DATA LINK LAYERThe data link layer is responsible for

transmitting frames from one node to the next

FUNCTIONS OF DATA LINK LAYER: Framing Physical addressing Flow control Error control Access control

Page 9: OSI REFERENCE LAYERS

DATA LINK LAYER

T2 Data H2 T2 Data H2

To physical layer

From physical layer

Data link layer

Data link layer

From network layer

To network layer

frameframe

Page 10: OSI REFERENCE LAYERS

NETWORK LAYER

The network layer is responsible for the delivery of packets from the original source to the final destination

FUNCTIONS OF NETWORK LAYER: Logical addressing Routing

Page 11: OSI REFERENCE LAYERS

NETWORK LAYER

Data H3 Data H3

To data link layer

From data link layer

Network layer

Network layer

From transport layer To transport layer

packet packet

Page 12: OSI REFERENCE LAYERS

TRANSPORT LAYERThe transport layer is responsible for

delivery of a message from one process to another(process-to-process delivery)

FUNCTIONS OF TRANSPORT LAYER: Port addressing Segmentation and reassembly Connection control Flow control Error control

Page 13: OSI REFERENCE LAYERS

TRANSPORT LAYER

Data H4 Data H4 Data H4 Data H4 Data H4 Data H4

To network layer

From network layer

Transport layer

Transport layer

From session layer To session layer

segments segments

Page 14: OSI REFERENCE LAYERS

SESSION LAYERThe session layer is the network

dialog controller. It establishes, maintains,and synchronizes the interaction between communicating systems

FUNCTIONS OF SESSION LAYER: Dialog control synchronization

Page 15: OSI REFERENCE LAYERS

SESSION LAYER

H5

L5 data

syn syn syn

Session layer

L6 data

H5

L5 data

syn syn syn

Session layer

L6 data

To transport layer From transport layer

From presentation layer To presentation layer

Page 16: OSI REFERENCE LAYERS

PRESENTATION LAYERThe presentation layer is concerned with

the syntax and semantics of the information exchanged between two systems

FUNCTONS OF PRESENTATION LAYER: Translation Encryption Compression

Page 17: OSI REFERENCE LAYERS

PRESENTATION LAYER

L6 data

L7 data

H6

Presentation layerEncoded ,encrypted & compressed data

L6 data

L7 data

H6Decoded ,decrypted & decompressed data

Presentation layer

To session layer From session layer

From application layer To application layer

Page 18: OSI REFERENCE LAYERS

APPLICATION LAYERThe application layer enables the

user,whether human or software, to access the network. It provides user interfaces and support for services.

FUNCTIONS OF APPLICATION LAYER: Network virtual terminal File transfer,access,and

management(FTAM) Mail services Directory services

Page 19: OSI REFERENCE LAYERS

APPLICATION LAYER

X.500 FTAM X.400Application layer

L7 data

User

X.500 FTAM X.400Application layer

L7 data

User

To presentation layer From presentation layer

Page 20: OSI REFERENCE LAYERS

OSI LAYERS MODEL

Page 21: OSI REFERENCE LAYERS

CONCLUSION The purpose of OSI is to show how to

facilitate communication between different system without regarding changes to the logic of the underlying hardware and software.

It is the model for understanding and designing a network architecture that is flexible,robust and interoperable.

Page 22: OSI REFERENCE LAYERS

Thank You For Watching This Video