OSI Model The Seven Layers

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP
Advertisements

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??
OSI MODEL Maninder Kaur
Open System Interconnection
CCSDS Security Working Group Spring 2014 Meeting 31 March – 1 April 2014 Noordwijkerhout, The Netherlands Charles Sheehe NASA/Glenn.
CompTIA Network+ Chapter 2
INF 123 SW ARCH, DIST SYS & INTEROP LECTURE 3 Prof. Crista Lopes.
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
Protocols and the TCP/IP Suite
Open System Interconnection (OSI) Model
Networks: OSI Reference Model 1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Chapter 2 Network Models.
Protocol Reference Model of OSI
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Communication Network Protocols Jaya Kalidindi CSC 8320(fall 2008)
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
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
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.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Network protocols
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Course ILT The OSI model Unit objectives Explain the significance of the OSI model, label the seven layers of the OSI model, and describe services provided.
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.
Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation.
The OSI Model.
OSI Model. Topics What is the OSI Model? What is a Protocol? Why 7 Layers? The 7 Layers – Application – Presentation – Session – Transport – Network –
MODULE I NETWORKING CONCEPTS.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Rehab AlFallaj.  OSI Model : Open system Interconnection.  is a conceptual model that characterizes and standardizes the internal functions of a communication.
OSI Reference Model. Open Systems Interconnection (OSI) Model International standard organization (ISO) established a committee in 1977 to develop an.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
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.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Net 221D:Computer Networks Fundamentals
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
N ETWORKING Standards and Protocols. S TANDARDS AND P ROTOCOLS The OSI Model.
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.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Data Communication Network Models
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)
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
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.
# 1 6/8/2016 CS 147- Computer Architecture Network Communication and YOU By Ali Farsio.
Networking Using the OSI Model.
The OSI Model & TCP/IP model
Protocols and the TCP/IP Suite
The OSI Model Prof. Choong Seon HONG.
Distributed Systems.
THE OSI MODEL By: Omari Dasent.
Chap. 2 Network Models.
Local Area Networks Chapter 4.
© 2003, Cisco Systems, Inc. All rights reserved.
What the OSI Protocol Layers Do
The OSI 7 Layer Model.
CT1303 LAN Rehab AlFallaj.
ISO-OSI Reference Model and IEEE Standards
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Architecture Models
Protocols and the TCP/IP Suite
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Open System Interconnect (OSI).
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

OSI Model The Seven Layers Networks OSI Model The Seven Layers

Introduction Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer

1. Physical Layer Conveys the bit stream - electrical impulse, light or radio signal -- through the network at the electrical and mechanical level Provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects Fast Ethernet, RS232, and ATM are protocols with physical layer components

2. Data Link Layer Data packets are encoded and decoded into bits Furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization Divided into two sub layers: The Media Access Control (MAC) layer: MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it Logical Link Control (LLC) layer: LLC layer controls frame synchronization, flow control and error checking

3. Network Layer Provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node Routing and forwarding functions, as well as addressing, internetworking, error handling, congestion control and packet sequencing

4. Transport Layer Provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control Ensures complete data transfer

5. Session Layer Establishes, manages and terminates connections between applications Session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end Deals with session and connection coordination

6. Presentation Layer Provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa Works to transform data into the form that the application layer can accept Formats and encrypts data to be sent across a network, providing freedom from compatibility problems Sometimes called the syntax layer

7. Application Layer Supports application and end-user processes Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified Application-specific Provides application services for file transfers, e-mail, and other network software services Telnet and FTP exist entirely in the application layer Tiered application architectures are part of this layer

Summary http://www.webopedia.com/quick_ref/OSI_Layers.asp