OSI Seven Layers Model Explained with Examples



Similar documents
The OSI Model and the TCP/IP Protocol Suite PROTOCOL LAYERS. Hierarchy. Services THE OSI MODEL

Networking Test 4 Study Guide

Protocol Data Units and Encapsulation

CPS221 Lecture: Layered Network Architecture

EITF25 Internet Techniques and Applications L5: Wide Area Networks (WAN) Stefan Höst

THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN

The OSI Model: Understanding the Seven Layers of Computer Networks

Overview of Routing between Virtual LANs

Data Communication and Computer Network

Introduction to Network Security. Topics

OSI Model. Application Presentation Session Transport Network Data Link Physical. EE156 Computer Network Architecture

Internet Protocol (IP)/Intelligent Network (IN) Integration

OSI Reference Model: An Overview

Zarządzanie sieciami telekomunikacyjnymi

Data Communication Networks

Networking (Exploration 1)

Lecture 2: Protocols and Layering. CSE 123: Computer Networks Stefan Savage

Data Communication Networks and Converged Networks

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

Transport Layer Protocols

Objectives of Lecture. Network Architecture. Protocols. Contents

Network Management & Security (CS 330) RMON

LANs and VLANs A Simplified Tutorial


Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks

Troubleshooting and Auto-Negotiation Features for IMC Networks Media Conversion Products

Voice over IP Basics for IT Technicians

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Report to WIPO SCIT Plenary Trilateral Secure Virtual Private Network Primer. February 3, 1999

The OSI Model and the TCP/IP Protocol Suite

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, Lecturer: Kartik Krishnan Lecture 1-3

PART OF THE PICTURE: The TCP/IP Communications Architecture

EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak

Chapter 9. IP Secure

Internet structure: network of networks

Internet Concepts. What is a Network?

Network Discovery Protocol LLDP and LLDP- MED

Network Discovery Protocol LLDP and LLDP- MED

Administrative Distance

Analyzing 6LoWPAN/ZigBeeIP networks with the Perytons Protocol Analyzer May, 2012

Voice over IP (VoIP) Basics for IT Technicians

EVALUATING INDUSTRIAL ETHERNET

Digital Audio Networking Demystified The OSI model helps bring order to the chaos of various digital audio network options.

CompTIA Exam N CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

OPC UA vs OPC Classic

Protocols and Architecture. Protocol Architecture.

Chapter 5. Data Communication And Internet Technology

VPN Technologies: Definitions and Requirements

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Layered Architectures and Applications

Layer 3 Routing User s Manual

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks

COMMUNICATION NETWORKS WITH LAYERED ARCHITECTURES. Gene Robinson E.A.Robinsson Consulting

Ethernet. Ethernet. Network Devices

Visualizations and Correlations in Troubleshooting

Computer Networks III

Chapter 2 - The TCP/IP and OSI Networking Models

1. Public Switched Telephone Networks vs. Internet Protocol Networks

Communications and Computer Networks

Cloud Infrastructure Planning. Chapter Six

LAN Switching and VLANs

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

You re FREE Guide SSL. (Secure Sockets Layer) webvisions

Wide Area Networks. Learning Objectives. LAN and WAN. School of Business Eastern Illinois University. (Week 11, Thursday 3/22/2007)

Collaboration Protocol Agreement Guide. Public Health Information Network Messaging System (PHINMS)

The OSI and TCP/IP Models. Lesson 2

Using MIS 3e Chapter 6A Appendix

Computer Networks CS321

SCSI The Protocol for all Storage Architectures

Visio Enabled Solution: One-Click Switched Network Vision

The OSI model has seven layers. The principles that were applied to arrive at the seven layers can be briefly summarized as follows:

Introduction to Networking

Gateways and Their Roles

Communication Networks. MAP-TELE 2011/12 José Ruela

Fundamentals of a Windows Server Infrastructure MOC 10967

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices

Virtual Private Networks Solutions for Secure Remote Access. White Paper

An Introduction to VoIP Protocols

Protocol Architecture

ICTTEN2209A Build and maintain a secure network

IP SAN BEST PRACTICES

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE

Internet Packets. Forwarding Datagrams

WHITE PAPER. IP-based Networks: Axis White Paper, Copyright 2002, Axis Communications

Introduction to Simple Network Management Protocol (SNMP)

DigiPoints Volume 2. Student Workbook. Module 10 Network Management

Sample Configuration Using the ip nat outside source list C

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

Introduction to Ethernet

Security (II) ISO : Security Architecture of OSI Reference Model. Outline. Course Outline: Fundamental Topics. EE5723/EE4723 Spring 2012

Overview. Securing TCP/IP. Introduction to TCP/IP (cont d) Introduction to TCP/IP

Transcription:

OSI Layer Model describes how information is transmitted between networking devices. In this tutorial I will provide a brief introduction of OSI Layer model including its advantage and services. OSI model was developed in 1984. It divides data transmission process in seven layers. Each layer has its own functions and protocols. This tutorial is the first part of our article OSI Layers Model. You can read second part of this article here. OSI Seven Layers Model Explained with Examples http://computernetworkingnotes.com/ccna-study-guide/osi-seven-layers-model-explained-withexamples.html This tutorial is the second of part of this article. In this part I will explain each layer of OSI model in detail with examples including its functions and protocols. When we talk about OSI Layers model, first thing which comes in our mind is that why it was developed? To find out the answer of this question we need to understand the protocol. Protocols are the standard terms which computers use to understand each other. Just like two people must speak a common language in order to communicate, two computers must have one or more protocols common in order to exchange the data. No matter what software the computers are running and what kind of computers the network uses, they must have a common protocol in order to understand each other. Before 1980, developing these protocols was the responsibility of hardware manufactures. They developed proprietary protocols to support their own products. With proprietary protocols we were not able use mix equipment from different manufactures on same network. To run a network we had to buy all devices from the same company. This entire method makes collaboration between different types of computers nightmare. To sort out this issue, open standard protocols were developed. Open standards are industry-wide protocol definitions that are not tied with a specific manufacturer company. With open standard protocols, we can use equipment from any vendor to build our network. As long as the equipment implements the standard protocols, it should be able to coexist on the same network. With open standard protocols, networks can consist of many different computing platforms running entirely different software. Protocols are implemented on a network in several ways. Some are integrated into the operating system. Others are device drivers, such as the driver for a particular network interface adapter supplied by its manufacturer. Protocols can be relatively simple or highly complex. Many organizations are involved in developing protocols for networking. From those following five are the most important organizations. 1. American National Standards Institute (ANSI). 2. Institute of Electrical and Electronics Engineers (IEEE). 3. International Organization for Standardization (ISO).

4. Internet Engineering Task Force (IETF). 5. World Wide Web Consortium (W3C). Whenever we connect two or more computers to share information, we create a data network. This data network uses several protocols during the data exchange process. OSI Layer model explains this process and used protocols in simple way by dividing it in seven layers. Purpose of OSI model OSI model presents a structured set of seven layers interconnecting as a stack. Each layer in this model was developed to maintain the ability of connecting the devices, computers and network segments. OSI model was created with following purposes:- To create a common platform for software developers and hardware manufactures that encourage the creation of networking products that can communicate with each other over the network. To help network administrators by dividing large data exchange process in smaller segments. Smaller segments are easier to understand, manage and troubleshoot. With layer approach they only have to troubleshoot the devices which are working in faulty layer. Seven Layers of OSI model Layer Number Layer Name Layer task 7 Application Provide platform to access network 6 Presentation Format data 5 Session Configure and open network connection 4 Transport Break large data file in small segments 3 Network Find route for IP address 2 Data Link Pack data for transmission 1 Physical Transmit or receive data

Advantage of OSI layer model Dividing the network into the seven layers provides following advantage:

It prevents changes in one layer from affecting other layers. It describes what functions occur at each layer of the model that encourages industry standardization. Dividing network communication process in smaller component makes software development, design, and troubleshooting easier. Standardization of network components allows multiple-vendor development. It allows different types of network hardware and software to communicate. Dividing network in layers make network administrators life easier. They can troubleshoot issue more quickly and effectually by looking in layer that is causing issue rather than finding it entire network. It also makes learning easier. Services provided by OSI model To insure the data transmission over the network, OSI model provides several services including following: Data Segmentation: - In this process a large data file is divided into smaller segments sufficient enough to transmit over the network.

Packet acknowledgment: - Every transferred segment is acknowledged with a return message from recipient which insures that segment is delivered successfully. Flow control: - This mechanism instructs sender computer to match its transmissions speed with receiver computer. Error detection and correction: - In this process receiving computer verify the content of data. If any segment is corrupted, it will inform the sender that specific piece of data was damaged and must be retransmitted Data compression: - To eliminate redundant, segments are compressed before transmission. Data encryption: - To increase the data safety, segments are encrypted with a key already known by receiving system. That s all for this introductory part. In next part I will explain OSI layers in detail with examples. For more articles please visit our site ComputerNetworkingNotes.com