A Technical Seminar on OSI model

30
A TECHNICAL SEMINAR ON OSI MODEL

description

The Open Systems Interconnection (OSI) model (ISO/IEC 7498-1) is a conceptual model that characterizes and standardizes the internal functions of a communication system by partitioning it into abstraction layers. The model is a product of the Open Systems Interconnection project at the International Organization for Standardization (ISO).

Transcript of A Technical Seminar on OSI model

Page 1: A Technical Seminar on OSI model

A TECHNICAL SEMINAR

ON OSI MODEL

Page 2: A Technical Seminar on OSI model

OSI modelOSI model OSI LayersOSI Layers InteractionInteraction between layers in the OSI modelbetween layers in the OSI model Data Exchange Using OSI ModelData Exchange Using OSI Model Headers and TrailersHeaders and Trailers Physical LayerPhysical Layer Data Link LayerData Link Layer Network Layer Network Layer Transport LayerTransport Layer Session LayerSession Layer Presentation LayerPresentation Layer Application LayerApplication Layer Summary of LayersSummary of Layers ConclusionConclusion

CONTENTSCONTENTS

Page 3: A Technical Seminar on OSI model

OSI Model

• OSI or Open Systems Interconnection model is an ISO standard that covers all aspects of network communications.

• Open system: allows different systems to communicate regardless of their underlying architecture or supplier

• OSI model allows complete transparency between otherwise incompatible systems.

Page 4: A Technical Seminar on OSI model

OSI Model • OSI model consists of seven separate

layers, each defines a segment of the process of moving information across a network

– physical (layer 1)

– data link (layer 2)

– network (layer 3)

– transport (layer 4)

– session (layer 5)

– presentation (layer 6)

– application (layer 7)

Page 5: A Technical Seminar on OSI model

SEVEN LAYERS OF THE OSI MODEL

Page 6: A Technical Seminar on OSI model

Interaction between layers in the OSI model

Page 7: A Technical Seminar on OSI model

Data Exchange Using OSI Model

Page 8: A Technical Seminar on OSI model

Headers and Trailers I

• Each layer adds own information to the message it receives from the layer just above it

• On the receive side, layers strip information added on peer layer of transmit side before passing the message to next higher layer

• Added “control data” is placed to the beginning (header) or/and end of a data packet (trailer)

Page 9: A Technical Seminar on OSI model

Headers and Trailers II

• The whole package (packet or frame) is passed to the layer just below it.

• Headers are added to the message at layers 6, 5, 4, 3, and 2. A trailer is added only at layer 2.

• Examples of header info: checksum, sender/receiver address, service type

Page 10: A Technical Seminar on OSI model

Physical Layer

Page 11: A Technical Seminar on OSI model

Physical Layer• Purpose: Coordinates the functions

required to transmit and receive streams of bits, over physical communication medium

• Major issues: ·  what type of signals?

·  how are bits represented by signals?

·  what physical medium to use?

·  interface: electrical and mechanical

·  How bits are synchronized in Tx and Rx?

Page 12: A Technical Seminar on OSI model

Data Link Layer

Page 13: A Technical Seminar on OSI model

Node-to-node delivery

Page 14: A Technical Seminar on OSI model

Data Link layer (1)

• Purpose: error-free delivery of frames between two systems on the same network (Node-to-Node)

Major issues: 

• what information goes into header/trailer?

• how are stations addressed? Physical Address

• how are transmission errors detected and corrected (Error Control)

Page 15: A Technical Seminar on OSI model

Data Link layer (2)

• how is transmission flow between stations regulated? Flow Control

 • how is access to “shared transmission

channel” regulated? Access Control • For LANs, this layer has been

subdivided into two sub-layers: “logical link control” (LLC) and “media access control” (MAC) sub-layers

Page 16: A Technical Seminar on OSI model

Data Link Layer Example

Page 17: A Technical Seminar on OSI model

Network Layer

Page 18: A Technical Seminar on OSI model

Source-to-destination delivery

Page 19: A Technical Seminar on OSI model

Network Layer• Purpose: source to destination delivery

of packet , possibly across multiple networks 

Major Issues: • what info goes into header? (e.g. end-to-

end (logical) addresses: source and destination)  

• how is packet routed from source to destination? 

• regulation transmission flow between network nodes

Page 20: A Technical Seminar on OSI model

Network Layer Example

Page 21: A Technical Seminar on OSI model

Network Layer Example

Page 22: A Technical Seminar on OSI model

Transport layer• Purpose: error free source to destination

delivery of (entire) messages

• how is message segmented into packets?

• how are packets reassembled into messages?

• how are packets delivered to correct application (port address)?

• how is the connection between source and

destination? connectionless or connection oriented

Page 23: A Technical Seminar on OSI model

Transport Layer

Page 24: A Technical Seminar on OSI model

Reliable process-to-process delivery of a message

Page 25: A Technical Seminar on OSI model

Session Layer

Page 26: A Technical Seminar on OSI model

Presentation Layer

Page 27: A Technical Seminar on OSI model

Application Layer

FTP FTPSMTP TelnetSMTPTelnet

Page 28: A Technical Seminar on OSI model

Summary of Layer Functions

Page 29: A Technical Seminar on OSI model

Conclusion

The International Standard Organization created a model called the open system interconnection, which allows diverse system to communicate. The seven layer OSI model provides guidelines for the developments universally compatible networking protocol.

Page 30: A Technical Seminar on OSI model