1 The 7 layer OSI model Sending an e-mail. 2 The seven layers.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

OSI MODEL Maninder Kaur
Building a Network with OSI
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Communicating over the Network
Open System Interconnection (OSI) Model
Chapter 2 Network Models.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Introduction to Information and Computer Science Networks Lecture e This material (Comp4_Unit7e) was developed by Oregon Health and Science University,
Lecturer: Tamanna Haque Nipa
DISCLAIMER:  If you think you know it all, don’t shout out the answers! Go here:  game.shtml
The OSI and TCP/IP Models Last Update Copyright 2009 Kenneth M. Chipps Ph.D.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
NETWORKING CONCEPTS. OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement.
Data Communications and Networks
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
OSI Model Honolulu Community College Cisco Academy Training Center
Presentation on Osi & TCP/IP MODEL
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
Characteristics of Communication Systems
Introduction to Computer Networks Introduction to Computer Networks.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
 An ISO is a multi national body dedicated to worldwide agreement on international standards.  An ISO standard that covers all aspects of network communications.
NETWORKING FUNDAMENTALS. Bandwidth Bandwidth is defined as the amount of information that can flow through a network connection in a given period of time.Bandwidth.
The OSI Model.
Higher National Diploma1 Network Concepts OSI 7 Layer model.
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
MODULE I NETWORKING CONCEPTS.
Jordan Howell Frank Geiger. Table of Contents  Question  Overview of example  Packets  OSI Model  Network Layer  Data Link Layer  Physical Layer.
The seven layers of the OSI Model are: Basics of Networking.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
Network Models.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
1 12-Jan-16 OSI network layer CCNA Exploration Semester 1 Chapter 5.
Net 221D:Computer Networks Fundamentals
Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking Lecture 5 This material was developed by Oregon Health & Science.
THE NETWORKS Theo Chakkapark. Open System Interconnection  The tower of power!  The source of this power comes from the model’s flexibility.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
Computing: Computer Networking Fundamentals Ian Eyre Part 4 Data Transmission.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 OSI data link layer CCNA Exploration Semester 1 Chapter 7.
Network Models.
Networking Using the OSI Model.
OSI LAYERS.
The OSI Model Prof. Choong Seon HONG.
CHAPTER 2 THE OSI MODEL.
Layered Architectures
The OSI 7 Layer Model.
Understanding the OSI Reference Model
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
Lec 5 Layers Computer Networks Al-Mustansiryah University
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
OSI Model The Seven Layers
Presentation transcript:

1 The 7 layer OSI model Sending an

2 The seven layers

3 Janet’s Janet wants to send an with a photo attached to her cousin in Australia We will look at the 7 layers of the OSI model to describe how the is sent and received Each layer has its own protocols (rules) for handling the data

4 Application Layer

5 Application layer Janet uses an application to write her and attach the photo The application layer takes the data from the application It provides a service to the application

6 Presentation layer

7 The presentation layer is concerned with the format of the data It records that the is plain text (or rich text) and that the photo is a graphics file (e.g. jpeg) The data is in the form of a data stream Any compression or encryption could also be carried out by the presentation layer

8 Session layer

9 The session layer is concerned with starting managing and ending the communication between Janet’s computer and her cousin’s computer The data still exists as a data stream

10 Transport layer

11 Transport layer The transport layer takes the data from the session layer and splits it up into segments that are the right size for sending. It adds information to say which protocol is being used at the upper layers – in this case that an protocol is used It checks that all the segments reach their destination – the cousin’s computer

12 Network layer

13 Network layer The network layer takes the segments It adds a header to each segment, giving the IP address of Janet’s PC and her cousin’s PC The new data unit is called a packet As the packet travels to Australia, the routers along the way will look at the IP address and decide where the packet should go next

14 Data link layer

15 Data link layer The data link layer takes the packet and adds more information, including the physical (MAC) addresses of the source computer and of the computer or router that will handle the packet next This new data unit is called a frame Switches can look at the MAC address and pass it on in the right direction

16 Physical layer

17 Physical layer The physical layer takes the frame It sees the data as a string of bits, (0s and 1s) It converts the bits to electrical signals that can be sent along a cable

18 The journey Janet’s is now a stream of electrical pulses travelling along a cable It will pass through many networks and network devices It may be converted to light signals on optical fibre cables or to radio or microwaves Routers will strip off the old physical address, look at the IP address and put in the physical address of the next router

19 The physical layer The electrical signals arrive at the cousin’s computer The physical layer takes the signals and converts them back to bits (1s and 0s) It passes them up to the data link layer

20 The data link layer The data link layer checks that the physical address is the right address for the cousin’s computer It checks that the frame does not contain any errors It strips off the physical addresses and other frame information (leaving a packet) It passes the result up to the network layer

21 The network layer The network layer takes the packet from the data link layer It checks that the IP address is the right address for the cousin’s computer It strips off the IP address and other packet information, leaving a segment It passes the result up to the transport layer

22 The transport layer The transport layer takes the segment from the network layer It fits all the segments back together in the right order to make a data stream again If any segments are missing or damaged it can arrange for them to be sent again It checks to see which higher level protocol was used and finds that the data is an

23 The session layer The session layer receives the data stream of the from the transport layer If the whole of the has been received correctly it can close the communication session between the computers It passes the data stream up to the presentation layer

24 The presentation layer The presentation layer takes the data stream from the session layer It finds that the data consists of an in plain text and an image in the form of a jpeg file If there was any compression or encryption the presentation layer could deal with it It passes the data up to the application layer

25 The application layer The application layer receives the data from the presentation layer It gives the data in the right form to the cousin’s application so that the cousin will be able to read the and open the attachment to see the photo

26 All the way The has travelled down all 7 layers of the OSI model in Janet’s computer It then passed as electrical, light or radio signals across many networks and through many devices In the cousin’s computer it travelled up through the 7 layers of the OSI model to become an again

27 Peer to peer At each level it seems to the protocols as if they are talking directly to protocols at the same level The detail of the lower layers is hidden from them – the lower layers provide a service to them Communication between protocols at the same level is called peer to peer communication

28 Peer to peer

29 Person to person It seems to Janet and her cousin that they are communicating directly with each other They do not need to know what happens to the message on its journey That’s the point of having layers. Each layer does its own special job. No layer has a task that is too big or complicated For Janet the whole thing is easy

30 END The End