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

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

Open Systems Interconnection Model

ES623 Networked Embedded Systems

Network Reference Models

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

Data Encapsulation & OSI & TCP/IP Models Week 2. Lecturer: Lucy White Office : 324

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

Chapter 2 Network Models

Lecture 2. Computer Networks Models. Network Models 1-1

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

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

Chapter 2 Network Models 2.1

Network Model: Each layer has a specific function.

Chapter 2 Network Models 2.1

Networking Models OSI Model Created by International Organization Standardization

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

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

MEBS Utilities services M.Sc.(Eng) in building services Faculty of Engineering University of Hong Kong

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD

Cross Layer Protocol Design. Radio Communication III

ITEC 3800 Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks

Chapter 2 Network Models 2.1

CS-461 Internetworking. Dr. Mohamed Aboutabl

Communicating over the Network

Chapter Two. The OSI Model

CCNA Guide to Cisco Networking, Third Edition

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

Communicating over the Network. Network Fundamentals. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

Need For Protocol Architecture

ISO/OSI Model and Collision Domain NETWORK INFRASTRUCTURES NETKIT - LECTURE 1 MANUEL CAMPO, MARCO SPAZIANI

Chapter 3 Protocols and the TCP/IP Suite

System Programming. Introduction to computer networks

Chapter -4 OSI Reference Model

OSI ISO, OSI Reference Model

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

1. IPv6 is the latest version of the TCP/IP protocol. What are some of the important IPv6 requirements?

Need For Protocol Architecture

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

TCP/IP protocol suite

Layered Architecture

Computer Networks Fundamental.

Introduction to Open System Interconnection Reference Model

Computer Networks with Internet Technology William Stallings. Chapter 2 Protocols and the TCP/IP Protocol Suite

Computer Networks (Introduction to TCP/IP Protocols)

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

Architectures of Communication Subsystems

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

CCNA 1: Chapter 2 Exam Answer v %

Networking Applications

Objectives. Upon completion you will be able to: Understand how the Internet came into being

Data and Computer Communications

Chapter 2. Communicating Over The Network. CCNA1-1 Chapter 2

Internetworking Models The OSI Reference Model

Reference Models. 7.3 A Comparison of the OSI and TCP/IP Reference Models

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

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

APPENDIX F THE TCP/IP PROTOCOL ARCHITECTURE

Lecture 2: Network Protocols and Layering

Networking and Health Information Exchange: ISO Open System Interconnection (OSI)

L6: OSI Reference Model

Lecture (03) Network Model

Chapter 1: Introduction

Organizations have developed standard sets of protocols

Engr. Joseph Ronald Canedo's Notes

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

Hands-On TCP/IP Networking

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

Internetwork Basic. Possible causes of LAN traffic congestion are

QUESTION BANK ENGINEERS ACADEMY. Computer Networks Computer Network Basics Segentation is done in. 12. Session layer is used for

Lecture 5: Foundation of Network Management

TCP/IP THE TCP/IP ARCHITECTURE

CPEG514 Advanced Computer Networks. Atef Abu Salim University of Nizwa Spring 2013/2014

Defining Networks with the OSI Model. Module 2

Chapter 2. Communicating Over The Network

The OSI Model. Level 3 Unit 9 Computer Networks

Refer to the exhibit. Which set of devices contains only end devices? A,C,D B,E,G,H C,D,G,H,I,J D,E,F,H,I,J E,F,H,I,J

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide

Introduction to Networking

Networking and Internetworking 1

Module 1. Computer Communications and Networking

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

Communication System Models

The Client Server Model and Software Design

Chapter 12 Network Protocols

OSI Data Link Layer. Network Fundamentals Chapter 7. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

b) Diverse forms of physical connection - all sorts of wired connections, wireless connections, fiber optics, etc.

Goals and topics. Verkkomedian perusteet Fundamentals of Network Media T Circuit switching networks. Topics. Packet-switching networks


Networking and Internetworking 1

Network Layers. Standardization Cruelty 2009/08/12. (C) Herbert Haas

CPS221 Lecture: Layered Network Architecture

CCNA Exploration1 Chapter 7: OSI Data Link Layer

Networks: Access Management

Introduction and Layered Network Architecture. EEE 538 Dr. Nail Akar Bilkent University Electrical and Electronics Engineering Department

Chapter 1. Chapter 1. Data Communications and Network Management Overview

Chapter 12. Network Organization and Architecture. Chapter 12 Objectives Introduction Introduction

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

DECnet. Chapter Goals. Introduction CHAPTER

DECnet. Background CHAPTER

Transcription:

CBCN4103

Open Systems Interconnection (OSI) is a standard d description or "reference model" for how messages should be transmitted between any two points in a telecommunication network. Its purpose is to guide product implementers so that their products will consistently work with other products. OSI is an ISO Standard: OSI was officially adopted as an international standard by the International Organisation of Standards (ISO).

Main Idea in OSI: the process of communication between two end points in a telecommunication network can be divided into layers, with each layer adding its own set of special, related functions. OSI is the most widely used method for talking about network communications. However, remember that it is only a theoretical model that defines standards for programmers and network administrators, not a model of actual physical layers.

7. Application Layer 6. Presentation Layer 5. Session Layer 4. Transport Layer All People Seem To 3. Network Layer Need 2. Data Link Layer 1. Physical Layer Data Processing

Layer x on one machine communicates with layer x on another machine is called Peer-to- Peer Processes. Interfaces between Layers Each interface defines what information and services a layer must provide for the layer above it. Well defined edinterfaces acesand layer functions cto spo provide modularity to a network Organizations of the layers Network support layers : Layers 1, 2, 3 User support layer : Layer 5, 6, 7 It allows interoperability among unrelated software systems Transport layer (Layer 4) : links the two subgroups

The data portion of a packet at level N-1 carries the whole packet from level N. The concept is called encapsulation.

Physical layer coordinates the functions required to transmit a bit stream over a physical medium. The physical layer is responsible for movements p y y p of individual bits from one hop (node) to the next.

Physical layer is concerned with the following: (deal with the mechanical and electrical specification of the primary connections: cable, connector) Physical characteristics of interfaces and medium Representation ese of bits Data rate : transmission rate Synchronization of bits Line configuration Physical topology Transmission mode

The data link layer is responsible for moving frames from one hop (node) to the next.

Major duties Framing Physical addressing Flow control Error control Access control

Hop-to-hop (node-to-node) delivery

The network layer is responsible for the delivery of individual packets from the source host to the destination i host.

Logical addressing (e.g. IP Address) Routing

The transport layer is responsible for the delivery of a message from one process to another.

Service port addressing Segmentation and reassembly Connection control Flow control Error control

The session layer is responsible for dialog control and synchronization.

The session layer allows users on different machines to establish sessions between them. This layer maintains a groundwork or connection between the nodes on the network so that when two applications need to communicate or share data over the network, the Session layer establishes a communication session between them. A session might be used to log into a remote time-sharing system or to transfer a file between two machines.

The presentation layer is responsible for translation, compression, and encryption

The application layer is responsible for providing services to the user.

The major duties of the application Network virtual terminal File transfer, access, and management Mail services Directory services

Provides a common language or reference point between network professionals Divides networking tasks into logical layers for easier comprehension Allows specialization of features at different levels Aids in troubleshooting Promotes standards interoperability between networks and devices Provides modularity in networking features (developers can change features without changing the entire approach)

OSI layers are theoretical and do not actually perform real functions. Industry implementations rarely have a layer- to-layer correspondence with the OSI layers. Different protocols within the stack perform different functions that help send or receive the overall message. A particular protocol implementation may not represent every OSI layer (or may spread across multiple layers).

TCP/IP stands for Transmission Control Protocol/Internet Protocol (TCP/IP) IP roughly corresponds to the Network layer (Layer 3) in the OSI model, Whereas TCP corresponds to the Transport layer (layer 4) in OSI model. The U.S. Department of Defense (DoD) created the TCP/IP reference model because it wanted a network that could survive any conditions.

The layers in the TCP/IP protocol suite do not exactly match those in the OSI model. The original TCP/IP protocol suite was defined as having four layers: host-to-network, to internet, transport, and application. However, when TCP/IP is compared to OSI, we can say that the TCP/IP protocol suite is made of five layers: physical, data link, network, transport, and application.

Handles high-level protocols, issues of representation, encoding, and dialog control. The TCP/IP protocol suite combines all application related issues into one layer and ensures this data is properly packaged before passing it on to the next layer.

Five basic services: Segmenting upper-layer application i data Establishing end-to-end operations Sending segments from one end host to another end host Ensuring data reliability Providing flow control

The purpose of the Internet layer is to send packets from a network node and have them arrive at the destination node independent of the path taken.

The network access layer is concerned with all of the issues that an IP packet requires to actually make a physical link to the network media. It includes the LAN and WAN technology details, and all the details contained in the OSI physical and data link layers.

Both have layers. Both have application layers, though they include very different services. Both have comparable transport and network layers. Packet-switched, not circuit-switched, technology is assumed. Networking professionals need to know both models.

TCP/IP combines the presentation and session layer into its application layer. TCP/IP combines the OSI data link and physical layers into one layer. TCP/IP appears simpler because it has fewer layers. TCP/IP transport layer using UDP does not always guarantee reliable delivery of packets as the transport layer in the OSI model does.

A protocol developed by Netscape. It is a whole new layer of protocol which operates above the Internet TCP protocol and below high-level application protocols

SSL uses TCP/IP on behalf of the higher-level protocols. Allows an SSL-enabled server to authenticate itself to an SSL-enabled client; Allows the client to authenticate itself to the server; Allows both machines to establish an encrypted connection.

SSL server authentication. SSL client authentication. (optional) An encrypted SSL connection or Confidentiality. i This protects against electronic eavesdropper. Integrity. This protects against hackers.

There exists a wide variety of software and hardware products that help network system administrators manage a network. Network management covers a wide area, including: Security: Ensuring that the network is protected from unauthorised users. Performance: Eliminating bottlenecks in the network. Reliability: Making sure the network is available to users and responding to hardware and software malfunctions.

Loss of connectivity (Link, Node, Interface) Duplicate IP address (Procedural) Intermittent (occurring at irregular intervals) problems Network configuration issues Performance problems

Goal To ensure that network users receive IT services with the quality of service (QoS) that they expect

A Protocol that Facilitates the exchange of management information between network devices. To control and monitor status of network devices Enables network administrators to: Manage network performance Find and solve network problems Plan for network growth

SNMP works by sending messages, called protocol data units (PDUs), to different parts of a network. SNMP-compliant devices, called agents, store data about themselves in Management Information Bases (MIBs) a database of objects that can be monitored by a network management system. Both SNMP and RMON use standardised MIB formats that allows any SNMP and RMON tools to monitor any device defined by a MIB and return this data to the SNMP requesters.

Extends the SNMP functionality without changing the protocol Allows the monitoring of remote networks (internetwork management) MAC-layer (layer 2 in OSI) monitoring Whereas SNMP gathers network data from a single type of Management Information Base (MIB), RMON defines nine additional MIBs that provide a much richer set of data about network usage.

The fundamental function of the common Management Information Service Element (CMISE) is the exchange of management information between two manager & agent entities CMISE is specified in two parts: The common management information service (CMIS) which is a user interface specifying the services provided The common management information protocol (CMIP) which specifies the protocol data unit (PDU) format and associated procedures