OSI Layers (Open System Interconnection)

Similar documents
SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer

OSI ISO, OSI Reference Model

ES623 Networked Embedded Systems

Application Layer. Presentation Layer. Session Layer. Transportation Layer. Network Layer. Physical Layer

Component 4: Introduction to Information and Computer Science

CS 4453 Computer Networks Winter

Chapter 3 Protocols and the TCP/IP Suite

Configuring your VLAN. Presented by Gregory Laffoon

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan

Network Model: Each layer has a specific function.

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK

Internetworking Models The OSI Reference Model

The History and the layers of the OSI Model 30 - October

Cross Layer Protocol Design. Radio Communication III

Layered Architecture

Running Head: NETWORKING 1

Subnetting and addresses revisited

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Introduction to Networking

Chapter Two. The OSI Model

Chapter 1: OSI Model

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

Networks: Access Management

Network Review TEJ4M. SBrace

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

BROADBAND AND HIGH SPEED NETWORKS

Chapter 2 Network Models 2.1

Chapter 1: Introduction

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

Chapter 11 in Stallings 10 th Edition

Chapter 2 Network Models

CS-461 Internetworking. Dr. Mohamed Aboutabl

IT 352 : Lecture 1. Network Basics Review. Najwa AlGhamdi, MSc 2012 /1433

Chapter 2 Network Models 2.1

CSE 123A Computer Networks

Network Models. Presentation by Dr.S.Radha HOD / ECE SSN College of Engineering

Digital Communication Networks

Defining Networks with the OSI Model. Module 2

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on

Need For Protocol Architecture

products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO).

Need For Protocol Architecture

Open Systems Interconnection Model

Switching on our smartphone and sending an to a friend living 5000 km from our home is something that we take for granted, but that involves a

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition

CHAPTER -1. Introduction to Computer Networks

4/5/2018. Current and future IT applications in the medical physics world From the start of computing to Information Technology as we know IT

CS3600 SYSTEMS AND NETWORKS

Chapter - 7. Multiplexing and circuit switches

The Open System Interconnect model

Lecture Outline. Lecture 2. OSI model and networking. The OSI model and networking. The OSI model and networking. The OSI model and networking

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided.

1: Review Of Semester Provide an overview of encapsulation.

4. The transport layer

Lecture 2: Network Protocols and Layering

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

Organizations have developed standard sets of protocols

The OSI Model. Level 3 Unit 9 Computer Networks

Overview of Network Software. CS158a Chris Pollett Jan 31, 2007.

Chapter 15 Local Area Network Overview

Revision of Previous Lectures

Lecture (03) Networking Model (TCP/IP) Networking Standard (OSI) cont.,..

CCNA 1 Chapter 7 v5.0 Exam Answers 2013

networks2.pdf September 8,

Module 3 Communication Process And Layered Architecture

Review of Network Technologies

Module 1. Computer Communications and Networking

UNIT 1. Advantages of Computer Networks

TCPIP Protocol Suite & Utilities. Revision no.: PPT/2K403/02

Chapter -4 OSI Reference Model

Networking Revision. TCP/IP Protocol Stack & OSI reference model. Basic Protocols. TCP/IP Model ANTHONY KAO NETWORKING FINAL EXAM SPRING 2014 REVISION

Data Networks. Lecture 1: Introduction. September 4, 2008

TCP/IP protocol suite

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Point-to-Point Network Switching. Computer Networks Term B10

Architectures of Communication Subsystems

Transport Layer. Gursharan Singh Tatla. Upendra Sharma. 1

BROADBAND AND HIGH SPEED NETWORKS

Bridging and Switching Basics

LAN PROTOCOL ARCHITECTURE

Routing in packet-switching networks

Comparison of ISO-OSI and TCP/IP Suit. Functions of Data Link Layer:

Computer Communication Networks

Network.... communication system for connecting end- systems. End-systems a.k.a. hosts PCs, workstations dedicated computers network components

Chapter 6: Network Communications and Protocols

infrared Disadvantage: 1. cannot use for long-range communication or outside a building due to sun s rays.

Computer Networks and reference models. 1. List of Problems (so far)

Computer Networks Question Bank

Lecture (02) Network Protocols and Standards

Transport protocols Introduction

LECTURE # 8. Bad Technology Flow control, error control, addressing is multiple Session and Presentation(EMPTY), Network and DL(Full)

CCNA 1: Chapter 2 Exam Answer v %

Course 6. Internetworking Routing 1/33

CCNA Exploration1 Chapter 7: OSI Data Link Layer

Networking Applications

Dr Markus Hagenbuchner CSCI319 SIM. Distributed Systems Chapter 4 - Communication

Communicating over the Network


Introduction to Open System Interconnection Reference Model

Transcription:

OSI Layers (Open System Interconnection)

What is a Network? A network refers to two or more connected computers that can share resources such as data, a printer, an Internet connection, applications, or a combination of these resources. There are N numbers of users who use computer network and are located over the world. So to ensure, national and worldwide data communication, systems must be developed which are compatible to communicate with each other.

OSI Model OSI stands for Open Systems Interconnection Created by International Standards Organization Was created as a framework and reference model to explain how different networking technologies work together and interact Is not a standard that networking protocols must follow

OSI Layer Each layer has specific functions it is responsible for All layers work together in the correct order to move data around a network Application Presentation Session Transport Network Data Link Physical

Physical Layer It activates, maintains and deactivates the physical connection. It is responsible for transmission and reception of the unstructured raw data over network. Voltages and data rates needed for transmission is defined in the physical layer. It converts the digital/analog bits into electrical signal or optical signals. Data encoding is also done in this layer.

Data Link Layer Data link layer synchronizes the information which is to be transmitted over the physical layer. The main function of this layer is to make sure data transfer is error free from one node to another, over the physical layer. Transmitting and receiving data frames sequentially is managed by this layer. This layer sends and expects acknowledgements for frames received and sent respectively. Resending of nonacknowledgement received frames is also handled by this layer. This layer establishes a logical layer between two nodes and also manages the Frame traffic control over the network. It signals the transmitting node to stop, when the frame buffers are full.

Network Layer It routes the signal through different channels from one node to other. It acts as a network controller. It manages the Subnet traffic. It decides by which route data should take. It divides the outgoing messages into packets and assembles the incoming packets into messages for higher levels.

Transport Layer The transport layer ensures that messages are delivered error-free, in sequence, and with no losses or duplications. Functions such as Multiplexing, Segmenting or Splitting on the data are done by this layer It receives messages from the Session layer above it, convert the message into smaller units and passes it on to the Network layer.

Session Layer The session layer allows session establishment between processes running on different stations. Session establishment, maintenance and termination: allows two application processes on different machines to establish, use and terminate a connection, called a session. Transfer of data from source to destination session layer streams of data are marked and are resynchronized properly, so that the ends of the messages are not cut prematurely and data loss is avoided.

Presentation Layer The presentation layer formats the data to be presented to the application layer. Presentation layer takes care that the data is sent in such a way that the receiver will understand the information (data) and will be able to use the data. While receiving the data, presentation layer transforms the data to be ready for the application layer. Languages(syntax) can be different of the two communicating systems. Under this condition presentation layer plays a role of translator. It performs Data compression, Data encryption, Data conversion etc.

Application Layer The application layer serves as the window for users and application processes to access network services. Transferring of files disturbing the results to the user, Mail services, directory services, network resource etc. are services provided by application layer. This layer mainly holds application programs to act upon the received and to be sent data.