THE OSI MODEL KUDIRAT FAWEHINMI 96385 96385 COSC 541.

Slides:



Advertisements
Similar presentations
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
Open System Interconnection
CompTIA Network+ Chapter 2
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Protocols and the TCP/IP Suite
OSI Model.
Open System Interconnection (OSI) Model
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OIS Model TCP/IP Model.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
OSI LAYERS(OPEN SYSTEMS INTERCONNECTION ) Betül ŞAHİN
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.
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.
Protocol Architectures. Simple Protocol Architecture Not an actual architecture, but a model for how they work Similar to “pseudocode,” used for teaching.
Introducing Network Standards
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.
OSI Model Local Area Networks Chapter 2. Agenda  Attendance  Chapter 1 questions  Login to Web CT and information about Assessment Activation  Single-protocol.
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.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Higher National Diploma1 Network Concepts OSI 7 Layer model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
TCOM 509 – Internet Protocols (TCP/IP) Lecture 03_b Protocol Layering Instructor: Dr. Li-Chuan Chen Date: 09/15/2003 Based in part upon slides of Prof.
©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 Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
William Stallings Data and Computer Communications
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Net 221D:Computer Networks Fundamentals
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
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.
Computer Network Lab. 1 3 장 OSI 기본 참조 모델 n OSI : Open System Interconnection n Basic Reference Model : ISO-7498 n Purpose of OSI Model ~ is to open communication.
CIS 173 Networking Week #9 OBJECTIVES Chapter #6 Network Communications Protocols.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Networking Using the OSI Model.
Protocols and the TCP/IP Suite
The OSI Model Prof. Choong Seon HONG.
Chap. 2 Network Models.
Lecturer, Department of Computer Application
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
DEPARTMENT OF COMPUTER SCIENCE
Understanding the OSI Reference Model
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
ECEN “Internet Protocols and Modeling”
OSI Model The Seven Layers
OSI Model OSI MODEL.
Network Architecture Models
Protocols and the TCP/IP Suite
Open System Interconnect (OSI).
Presentation transcript:

THE OSI MODEL KUDIRAT FAWEHINMI COSC 541

CONTENTS CONTENTS n What is OSI? n Characteristics of the OSI layers n The 7 OSI Layers n Interaction between the OSI layers n Conclusion

What is OSI? n The Open Systems Interconnection (OSI) is a model that was developed by the ISO (International Organization for Standards ) and it describes how information from a software application in one computer, moves through a network medium to a software application in another computer. List location or contact for specification (or other related documents) here FOR MORE INFO...

Characteristics of the OSI n Upper layers n 7 Layers n Lower layers

n The Upper Layers: This deals with Application issues and generally are implemented only in software. The highest layer, application layer is closest to the end user. This layer is where communication from one end user to another begins through the interaction between the application layer processes and the end user. n The Lower layers: This handles Data transport issues. The physical layer and Data link layers are implemented in hardware and software.

The 7 OSI Layers n The OSI model consists of 7 layers they are: n Application layer n Presentation layer n Session layer n Transportation layer n Network layer n Data-link layer n Physical layer

n Physical layer: n Physical layer: This layer defines the hardware means of sending and receiving data through a medium. Example of devices that work at this layer include repeaters and Hubs n Data-link: At this layer Data error Checking and Media Access Control takes place. It c n Data-link: At this layer Data error Checking and Media Access Control takes place. It consists of two sublayers:   Logical Link Control (LLC) defines how data is transferred over the cable and provides data link service to the higher layers.   Medium Access Control (MAC) defines who can use the network when multiple computers are trying to access it simultaneously (i.e. Token passing, Ethernet [CSMA/CD

–Network Layer: This layer deals with the routing of packets over the network. It decides the best path in which to transmit a packet, using routing protocols. E.g IP (Internet Protocol), IPX (Internet Protocol Exchange).

–Transport Layer : The –Transport Layer : The Transport layer ensures reliable service. It breaks the message (from sessions layer) into smaller packets, assigns sequence number and sends them.E.g of protocols that work at this level are TCP(Transport Control Protocol) and SPX (Sequence Packet Exchange).

– Highlight any procedural differences from regular projects of this type. –Session Layer: This layer sets up, coordinates, and terminates conversations, exchanges, and dialogs between the applications at each end. It deals with session and connection coordination Highlight any procedural differences from regular projects of this type.

–Presentation Layer: This layer provides a variety of coding and conversion functions that are applied to the application layer. These functions ensure that information sent from the application layer of one system will be readable by the application layer of another system.

 Application Layer: This OSI layer, is the closest to the end user, which means that both the OSI application layer and the end user, interact directly with the software application. Some of the protocols that work at this layer include FTP(File Transfer Protocol) and SMTP (Simple Mail Transfer Protocol).

Interaction Between OSI Model Layers n Information sent from a software application in one system to a software application in another, must pass through each of the OSI layers. An example of this is shown in the diagram below:

DATA TRANSMISSION THROUGH THE OSI LAYERS

n A given layer within the OSI model communicates with three other layers:the layer directly above it, the layer directly below it and it’s peer layer in other networked computer system. In the diagram below, the data link layer in system A, communicates with the network layer and physical layer of system A. It also communicates with the data link layer of system B.

Conclusion n Overall, this presentation has tried to describe the OSI model,what it is all about and how communication occurs through the layers of the model from one user to another.