Open System Interconnect (OSI).

Slides:



Advertisements
Similar presentations
Open System Interconnection
Advertisements

CompTIA Network+ Chapter 2
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
1ISM - © 2010 Houman Younessi Lecture 5 Convener: Houman Younessi Information Systems Spring 2011.
Review of Chapters 12, 13 & 14 Transport Layer Session Layer Presentation Layer.
Protocols and the TCP/IP Suite
OSI Model.
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
Protocol Reference Model of OSI
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Data Communications and Networks
OSI Model Routing Connection-oriented/Connectionless Network Services.
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
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 Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© 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.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
OSI means Open System Interconnect model. OSI means Open System Interconnect model. Developed by the International Organization for Standardization in.
Telecommunications Essentials John R. Durrett July 5, 2005.
Net 221D:Computer Networks Fundamentals
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
Introduction To Networking
Free Powerpoint Templates Page 1 Internetworking Models.
THE OSI REFERENCE MODEL
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
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.
Networking Using the OSI Model.
The OSI Model & TCP/IP model
OSI LAYERS.
Network Communication Overview
Chapter 3 Understanding the OSI Model
Local Area Networks Chapter 4.
What the OSI Protocol Layers Do
OSI Protocol Stack Given the post man exemple.
Networking for Home and Small Businesses – Chapter 6
NT2640 Unit 1 Activity 1 Handout
Computer Network.
Networking for Home and Small Businesses – Chapter 6
Layered Task, OSI Model, TCP/IP Model
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Computing Over Distance
Find the Critical Path and the Time Required
Layered Task, OSI Model, TCP/IP Model
Computer Network.
OSI Model The Seven Layers
The OSI 7 Layer Model Ben, Stuart, Charles.
Network Architecture Models
Protocols and the TCP/IP Suite
Networking for Home and Small Businesses – Chapter 6
OSI Reference Model Kashif Ishaq.
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

Open System Interconnect (OSI)

OSI OSI was developed by the International Organization for Standardization (ISO) and introduced in 1984. It is a layered architecture (consists of seven layers). Each layer defines a set of functions which takes part in data communication.

OSI Model Layers Layer - 7 Layer - 6 Layer - 5 Layer - 4 Layer - 3 Application Layer - 7 Layer - 6 Layer - 5 Layer - 4 Layer - 3 Layer - 2 Layer - 1 User support Layers or Software Layers Presentation Session Transport Core layer of the OSI Network Network support Layers or Hardware Layers Data Link Physical

Application Layer Application Application Application Layer is responsible for providing an interface for the users to interact with application services or Networking Services . Ex: Web browser, Telnet etc. Presentation Session Transport Network Data Link Physical

Examples of Networking Services Service Port No. HTTP 80 FTP 21 SMTP 25 TELNET 23 TFTP 69

Data flow from Application Layer 21 80 25 67 53 69 Session Transport Network Data Link Physical Presentation

Presentation Layer Application Presentation Layer It is responsible for defining a standard format to the data. It deals with data presentation. The major functions described at this layer are.. Encoding – Decoding Eg: ASCII, EBCDIC (Text) JPEG,GIF,TIFF (Graphics) MIDI,WAV (Voice) MPEG,DAT,AVI (Video) Encryption – Decryption Compression – Decompression Presentation Presentation Session Transport Network Data Link Physical

Data flow from Presentation Layer Physical Application Session Transport Network Data Link Presentation Data Data

Session Layer Session Layer It is responsible for establishing, maintaining and terminating the sessions. Session ID is used to identify a session or interaction. Examples : RPC Remote Procedural Call SQL Structured Query Language ASP AppleTalk Session protocol Application Presentation Session Session Transport Network Data Link Physical

Data flow from Session Layer Physical Application Session Transport Network Data Link Presentation Data Data Data

Transport Layer Transport Layer It provides data delivery mechanism between the applications in the network. The major functions described at the Transport Layer are.. Identifying Service Multiplexing & De-multiplexing Segmentation Sequencing & Reassembling Error Correction Flow Control Application Presentation Session Transport Transport Network Data Link Physical

Identifying a Service Identification of Services is done using port Numbers. Port is a logical communication Channel Total No. Ports 0 – 65535 Reserved Ports 1 - 1023 Open Ports 1024 – 65535

Multiplexing & De-multiplexing Session Presentation Application 21 80 25 67 53 69 Transport TCP - 6 UDP - 17 Network Data Link Physical

Transport Layer Protocols The protocols which takes care of Data Transportation at Transport layer are…TCP, UDP TCP UDP Transmission Control Protocol Connection Oriented Supports Ack’s Reliable communication Slower data Transportation Protocol No is 6 Eg: HTTP, FTP, SMTP User Datagram Protocol Connection Less No support for Ack’s Unreliable communication Faster data Transportation Protocol No is 17 Eg: DNS, DHCP, TFTP

Segmentation HELLO! HOW ARE YOU? HELLO! HOW ARE YOU ? Data

Sequencing HELLO! HOW ARE YOU? HELLO! HOW ARE YOU ? Data

Sequencing HOW ? ARE HELLO! YOU

Sequencing HELLO! 1/5 HOW 2/5 ARE 3/5 YOU 4/5 ? 5/5 Data

Sequencing HOW 2/5 HOW 2/5 ? 5/5 ? 5/5 ARE 3/5 ARE 3/5 HELLO! 1/5 YOU 4/5 YOU 4/5

Data flow from Transport Layer Physical Application Presentation Session Transport Network Data Link Data Data Data Segment TH Data

Network Layer Network Layer It provides Logical addressing & Path determination (Routing) The protocols that work in this layer are: Routed Protocols: IP, IPX, AppleTalk.. Etc Routed protocols used to carry user data between hosts. Routing Protocols: RIP, OSPF.. Etc Routing protocols performs Path determination (Routing). Application Presentation Session Transport Network Network Data Link Physical

Data flow from Network Layer Application Presentation Session Transport Network Data Link Physical Data Data Device that works at Network Layer is Router Data Segment TH Data NH Packet Segment

Datalink Layer Datalink Layer It has 2 sub layers MAC (Media Access Control) It provides reliable transit of data across a physical link. It also provides ERROR DETECTION using CRC (Cyclic Redundancy Check) Ex: Ethernet, Token ring…etc LLC (Logical Link Control) It provides communication with Network layer. Application Presentation Session Transport Network Data Link Data Link Physical

Data flow from Data link Layer Application Presentation Session Transport Network Data Link Physical Data Data Data TH Segment Data Devices that work at Data link layer are Switch, Bridge etc.. Packet NH Segment Frame DT Packet DH

Physical Layer Physical Layer Application Physical Layer It defines the electrical, Mechanical & functional specifications for communication between the Network devices. The functions described at this layer are.. Encoding/decoding: It is the process of converting the binary data into signals based on the type of the media. Copper media : Electrical signals of different voltages Fiber media: Light pulses of different wavelengths Wireless media: Radio frequency waves Presentation Session Transport Network Data Link Physical Physical

Data flow from Physical Layer Application Presentation Session Transport Network Data Link Physical Data Data Data TH Segment Data NH Packet Segment Devices that work at physical layer are .. Hub, Repeater.. Etc DT Frame Packet DH Bits

Comparison between OSI & TCP/IP Model Application Presentation Session Transport Network Data Link Physical Application Host to Host Internet Network Access

THE END