osi networking

15

Upload: suki-suki

Post on 22-Jan-2018

300 views

Category:

Education


1 download

TRANSCRIPT

Page 1: OSI Networking
Page 2: OSI Networking

Seven Layer of OSI Model

Page 3: OSI Networking

OSI reference model

Open System Interconnection (OSI) represents a generalization of concept of inter-process communication so that any open system may be technically able to communicate with another open system.

In the OSI reference model, the communication functions are divided into a hierarchy of seven layers. It also referred to as 7-layer model.

The transmission medium is not included in the seven layers and it can be regarded as 0th layer.

Page 4: OSI Networking

Layer Architecture of the OSI Reference Model

Page 5: OSI Networking

The Application Layer the seventh layer in

OSI network model.

Application Layer is the top-most layer of

the seven layered Open Systems

Interconnection (OSI) network model.

As the highest layer in the OSI model, the

application layer provides services to the

user of the OSI environment.

Page 6: OSI Networking

Application Layer•Login , password checking, file transfer

are some of the functions of the

application layer.

•. Real traffic data will be often

generated from the Application Layer.

This may be a web request generated

from HTTP protocol, a command from

telnet protocol, a file download request

from FTP protocol etc.

Page 7: OSI Networking

The purpose of the presentation layer is to present the information to communicating application entities in a way that preserves the meaning while resolving the syntax differences.

There are three syntactic version of data being transferred, the syntax used by the application entity of the originator of the data, the syntax used by the recipient of the data, and the “transfer” syntax used to transfer the data between presentation entities.

Page 8: OSI Networking

Application layer

Presentation layer

Transfer syntax

Local syntaxLocal syntax

Local and transfer syntax of the presentation layer

Page 9: OSI Networking

The purpose of the session layer is to

provide the means necessary for the

cooperating presentation entities to

organize and synchronize their data

exchange.

The session layer provides two-way

simulaneous, two-way alernate, and

one-way communication services.

Page 10: OSI Networking

Transport layer provides transparent

transfer of data between end systems,

or hosts, and is responsible for end-to-

end error recovery and flow control. It

ensures complete data transfer.

Layer 4 Transport examples include

SPX, TCP, UDP.

Page 11: OSI Networking

Network layer

Network layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing,internetworking, error handling, congestion control and packet sequencing.

Layer 3 Network examples include AppleTalk DDP, IP, IPX.

Page 12: OSI Networking

Data link layer

At this layer, data packets

are encoded and decoded into bits.

The data link layer is divided into two

sub layers: The Media Access Control

(MAC) layer and the Logical Link

Control (LLC) layer

Layer 2 Data Link examples include

PPP, FDDI, ATM, IEEE 802.5/ 802.2,

IEEE 802.3/802.2, HDLC, Frame

Relay.

Page 13: OSI Networking

Physical layer

Physical layer conveys the bit stream -

electrical impulse, light or radio

signal — through the network at the

electrical and mechanical level.

It provides the hardware means of

sending and receiving data on a

carrier, including defining cables,

cards and physical aspects.

Page 14: OSI Networking

Physical layer

Page 15: OSI Networking

Physical layer The bottom-most layer of the Seven

Layers of Open Systems

Interconnection (OSI) Model is

Physical Layer.

Fast Ethernet,RS232,

and ATM are protocols with physical

layer components.