osi model

30

Upload: shishu

Post on 15-Nov-2014

6 views

Category:

Documents


2 download

DESCRIPTION

This will help in understanding the basics of OSI model

TRANSCRIPT

Page 1: OSI Model
Page 2: OSI Model

Today’s Objectives

Understand the OSI Model

Know the names of the 7 layers of the OSI model

Know about encapsulation

Page 3: OSI Model

How do you describe networking?

• You use the OSI Reference Model

• What’s OSI?

Open System Interconnection

• OSI presents an abstract reference model to describe the computer communications.

Page 4: OSI Model

More OSI Info

• Who made up the OSI?

• It was created by the International Organization for Standardization (ISO)

Page 5: OSI Model

What is the OSI Reference Model?

• It is a conceptual framework specifying the network functions that occur at each layer

• It is a way of picturing how information travels through networks.

Page 6: OSI Model

OSI Reference Model (standard)

• Any application process should be able to communicate freely with any any application process in any other computer that supports the same standards…

• The OSI Reference Model shows how this takes place.

Page 7: OSI Model

OSI Reference Model

• The OSI reference model describes how data makes its way from application programs through a network medium to another application located on another computer on a network

Page 8: OSI Model

• To accomplish this task data must travel from the application layer to the physical layer on one computer across the network media and from the physical layer to the application layer of another computer

Computer A Computer B

Page 9: OSI Model

OSI Reference Model Layers

• The Application Layer provides services to application processes (such as electronic mail, file transfer, and terminal emulation) that are outside of the OSI model.

• The application layer identifies and establishes the availability of intended communication partners (and the resources required to connect with them), synchronizes cooperating applications, and establishes agreement on procedures for error recovery and control of data integrity.

Page 10: OSI Model

OSI Reference Model

• The Presentation Layer ensures that information sent by the application layer will be readable by the application layer of the receiving system.

• The presentation layer is also concerned with the data structures used by programs and therefore negotiates data transfer syntax for the application layer.

Page 11: OSI Model

OSI Reference Model

• The Session Layer establishes, manages, and terminates sessions between applications and manages data exchange between presentation layer entities

(Ensures Interhost communication)

Page 12: OSI Model

OSI Reference Model

• The Transport Layer is responsible for reliable network communication between end nodes.

• The transport layer provides mechanisms for the establishment, maintenance, and termination of virtual circuits, transport fault detection and recover, and information flow control.

Page 13: OSI Model

OSI Reference Model

• The Network Layer provides connectivity and path selection between two end systems.

• The network layer is the layer at which routing occurs.

Page 14: OSI Model

OSI Reference Model• The Data Link Layer provides

reliable transit of data across a physical link.

• The data link layer is concerned with – physical addressing, – network topology, – line discipline, – error notification,– ordered delivery of frames, – flow control.

Page 15: OSI Model

OSI Reference Model

• The physical layer defines the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between end systems

Page 16: OSI Model

OSI Reference Model

Host Layers:}Media Layers:} Control physical delivery of

messages over a network

Provide accurate data delivery between computers

Page 17: OSI Model

• As data moves down through the layers of the OSI model, headers are added.

Computer A

Page 18: OSI Model

Computer B

• As data moves up through the layers of the OSI model, headers are removed.

Page 19: OSI Model

OSI Reference Model

• There are other models by different vendors

• Most vendors use the OSI Model

• OSI is conceptual other than tangible

• Used to educate how networks function at each layer

Page 20: OSI Model

What does the OSI Model do?

• It reduces complexity (from one big problem to 7 small ones)

• It standardizes interfaces

• It facilitates modular engineering

• It assures interoperable technology

• Accelerates evolution

• Simplifies teaching & learning

Page 21: OSI Model

Review Time!

• Divide into two groups

• Play Jeopardy

• Bonus answer is the layer number

Page 22: OSI Model

Jeopardy Review

• This layer of the OSI model provides services to application processes and identifies and establishes the availability of intended communication partners, synchronizes cooperating applications and establishes agreement on procedures for error recovery and control of data integrity.

15 pts

What is the APPLICATION LAYER of the OSI?

Layer 1 (add 3 pts)

Page 23: OSI Model

Jeopardy Review

• This layer of the OSI model is responsible for reliable network communications between end nodes. It also provides mechanisms for the establishment, maintenance, and termination of virtual circuits and information flow control.

10 pts

What is the TRANSPORT LAYER of the OSI?

Layer 4 (add 5 pts)

Page 24: OSI Model

Jeopardy Review

• This layer of the OSI model establishes, manages, and terminates sessions between applications and manages data exchange between layer entities.

15 pts

What is the SESSION LAYER of the OSI?

Layer 5 (add 3 pts)

Page 25: OSI Model

Jeopardy Review

• This layer of the OSI model defines the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link between systems.

10 pts

What is the PHYSICAL LAYER of the OSI?

Layer 1 (add 5 pts)

Page 26: OSI Model

Jeopardy Review

• This layer of the OSI model provides connectivity and path selection between two end systems. It is also the layer at which routing occurs.

15 pts

What is the NETWORK LAYER of the OSI?

Layer 3 (add 3 pts)

Page 27: OSI Model

Jeopardy Review

• This layer of the OSI model is concerned with physical addressing, network topology, line discipline, error notification, ordered delivery of frames, and flow control.

10 pts

What is the DATA LINK layer of the OSI?

Layer 2 (add 5 pts)

Page 28: OSI Model

Jeopardy Review

• This layer of the OSI model ensures that information sent by the application layer will be readable by the application layer of another system.

15 pts

What is the PRESENTATION LAYER of the OSI?

Layer 6 (add 3 points)

Page 29: OSI Model

Jeopardy Review

• Headers and trailers are added to data as it moves from a source to a destination.

15 pts

What is ENCAPSULATION?

Page 30: OSI Model