+ All Categories
Home > Education > OSI MODEL

OSI MODEL

Date post: 23-Jun-2015
Category:
Upload: mohamed-shokr
View: 202 times
Download: 0 times
Share this document with a friend
Popular Tags:
26
OSI MODEL ( Mohamed Shokr @shokronline /mohamed shokr
Transcript
Page 1: OSI MODEL

OSI MODEL (7 layers)

Mohamed Shokr

@shokronline

/mohamed shokr

Page 2: OSI MODEL

Before start

Protocol is the law in networking world

Network devicesoNIC (network interface card)oRouter oSwitchoBridgeo ...........etc

Network companies (microsoft_ junipr _redhat _cisco)

Page 3: OSI MODEL

Network Devices

HubNIC

Switch

RouterBridge

Page 4: OSI MODEL

Networking Companies

Page 5: OSI MODEL
Page 6: OSI MODEL

(OSI)MODELOpen Systems Interconnect

Who made:

Page 7: OSI MODEL

What means ?!

• A Model of How Protocols and Networking components could be made.

• “Open” means ;can be used by anyone.

• (OSI) Model is 7 layers.

• OSI layers is logic.

Page 8: OSI MODEL

Why Layers…?

Breaks down the complex. Study complex system.Developing system.Helps in troubleshooting.Each layer has aspecific funcition

Page 9: OSI MODEL

OSI layers :

• Application .All

• Presention .People

• Session .Seem

• Transport .To

• Network .Need

• Data link .Data

• Physical .Processing

Page 10: OSI MODEL
Page 11: OSI MODEL

Real Example:_

Page 12: OSI MODEL

7 Layers

Microsoft & Redhat

Cisco & Juniper

Page 13: OSI MODEL

Application Layers

• Application Layer .• Presentation Layer .• Session Layer .

Page 14: OSI MODEL

Application Layer

• Interface Application

• Exampleso HTTP: browsing protocol.o FTP: file transfer protocol.o SMTP: simple mail transfer protocol.

Page 15: OSI MODEL

Presentation Layer

• Format of data .

• Compression and Decompression of data .

• Encryption and Decryption of data.

Page 16: OSI MODEL

Session Layer

• Set sessions between applications . example : msn messenger

• Specifies communication mode . (simplex – half duplex – full duplex)

• Data stream :010010101010101010101010011110001010100

Page 17: OSI MODEL

Transport Layers

• Transport Layer .• Network Layer .• Datalink Layer .• Physical Layer .

Page 18: OSI MODEL

Transport Layer• Tasks : - Flow control - Error recovery

• Protocols : -TCP -UDP

• Segmentssegment1 TCP segment2 TCP

Page 19: OSI MODEL

Network Layer

• Tasks : -Best way to move data - Routing - IP addressing

• Packets

segment1 TCPIP

Page 20: OSI MODEL

Datalink LayerData Link

Logical Link Control Media Access Control

oLLC: Frame network layer.oLLC: Network layer protocol.

oMAC: Address the frame.oMac: Make H & T .

oSwitch.

oFrames segment1 TCPIPHeader Tailer

Addresses ErrorDetection

Page 21: OSI MODEL

Mac Address

Page 22: OSI MODEL

Physical Layer

• Send & Receive Bits

• Hub

segment1 TCPIPHeader Tailer

001010101010101010101010101010101010101010101010101000

Page 23: OSI MODEL

DATA UNITS

Page 24: OSI MODEL
Page 25: OSI MODEL

Any Qutions?

• Ask

Page 26: OSI MODEL

Recommended