Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.

Slides:



Advertisements
Similar presentations
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??
Advertisements

OSI MODEL Maninder Kaur
© N. Ganesan, Ph.D., All rights reserved. Chapter ISO-OSI Reference Model and IEEE Standards.
Networking Standards and the OSI Model
Communication Subsystems Physical Link Data Link Network Transport Physical Link Data Link Network Transport Session System 1System 2 Typical layers in.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Department of Computer Engineering University of California at Santa Cruz Networking Systems (1) Hai Tao.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
OSI Model MIS 416 – Module II Spring 2002 Networking and Computer Security.
Protocols and the TCP/IP Suite
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 4, Tuesday 1/30/2007)
OSI Model.
Open System Interconnection (OSI) Model
04/26/2004CSCI 315 Operating Systems Design1 Computer Networks.
11 CHAPTER ONE Introducing Networks. Objectives Identify and describe the functions of each of the seven layers of the OSI reference model Identify the.
Network Reference Model. 2004/05Network reference models2 Learning Objectives Understand and explain the OSI reference model Understand and explain the.
© Copyright 1997, The University of New Mexico 2-1 Definitions Architecture Proprietary Systems De facto Standards Standards.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Lecturer: Tamanna Haque Nipa
1 Computer Networks Course: CIS 3003 Fundamental of Information Technology.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
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.
6. Network Model ENG224 INFORMATION TECHNOLOGY – Part I
LAN/WAN Interconnectivity. Learning Objectives Explain the OSI reference model, which sets standards for LAN and WAN communications Explain the OSI reference.
Page 1 - © Richard L. Goldman Networking The OSI Model ©Richard L. Goldman March 29, 2001.
SEED Infotech Pvt. Ltd. 1 Networking in Java. SEED Infotech Pvt. Ltd. 2 Objectives of This Session Describe issues related to any type of network using.
Introduction to Computer Networks Introduction to Computer Networks.
Local Area Network By Bhupendra Ratha, Lecturer
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
The OSI Model.
Internet SecurityInternet Security Dr. ClincyLecture1 CS 4491 Internet Security Dr. Clincy Networking Fundamentals Note: I am still “tweaking” your syllabus.
Protocols Rules governing the communication process, the language of the deal between the devices, must reflect Layers protocols define format, order of.
Local Area Networks: Ethernet. IEEE Background Institution of Electrical and Electronic Engineering (IEEE) A professional non-profit organization Project.
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.
Network Models.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Internetworking School of Business Eastern Illinois University © Abdou Illia, Spring 2016 (February 3, 2016)
Networking Protocols John R. Durrett ISQS 6343 #1.
What is Network Reference Model? A network reference model defines the functions of communication software in a generalized and structured manner which.
Introduction Chapter 1. Metropolitan Area Networks A metropolitan area network based on cable TV.
ENGS 112 Lecture 3 Packet Switching Chapter 3, Walrand WWW links, eg.
Guide to Networking Essentials, 6 th Edition Chapter 6: Network Reference Models and Standards.
Data Communication Network Models
CCNA Course-2 AITSO CCNA Course -2 Class-2 ( )
1 3/13/ :25 Chapter 5Protocol Architecture1 Rivier College CS575: Advanced LANs Chapter 5: Protocol Architecture.
Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After.
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)
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Welcome Back Cisco Semester 1 & 2 Review. Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Chapter 5: Making Networks Work
ISO-OSI Reference Model and IEEE Standards
Chapter 1 Introduction Computer Networks, Fifth Edition by Andrew Tanenbaum and David Wetherall, © Pearson Education-Prentice Hall, 2011.
The OSI 7 Layer Model.
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
OSI Model The Seven Layers
Network Architecture Models
Protocols and the TCP/IP Suite
Networking.
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1

Open Systems Interconnection (OSI) Model 2 Network Communications OSI Model Windows NT and the OSI Model

Network Communications 3 Sending Computer Must: Recognize data Divide it into manageable chunks Add information to determine its location and identify the receiver Add timing and error-checking information Put data on the network and send it

Seven-Layer OSI Model 4

OSI Layer Relationships 5

Application Layer (7) Topmost layer Represents services that directly support user applications Window to network services Handles network access, flow control, and error recovery 6

Presentation Layer (6) Network translator On sending end, determines formatting used to exchange data among computers and adds formatting so data can be understood by network On receiving end, translates data from application format to a common intermediate format Manages data compression, translation, encryption I/O redirectors work to redirect resources to a server 7

Session Layer (5) Allows two applications on different computers to open, use, and close connections Performs name recognition and provides security Provides synchronization by placing checkpoints in the data stream Implements dialog control between communication processes 8

Transport Layer (4) Sending end: repackages message, divides long messages to ship properly over determined route and arrive error-free Receiving end: unpacks message, reassembles it, and acknowledges receipt Provides flow control, error handling, and solves transmission problems 9

Network Layer (3) Addresses the package using network address scheme Determines the best route on the network based on network conditions, priority of service Performs packet switching, routing, traffic management, and controls congestion of data 10

Data-Link Layer (2) Sending end: sends data frames from network layer to physical layer Receiving end: packages raw bits from physical layer into data frames Parts of data frame: Destination ID, Sender ID, Control Data Acknowledges data frames, error checking, and verification 11

Simple Data Frame 12

Physical Layer (1) Bottommost Layer Hardware-oriented, establishes and maintains physical link between communication computers Defines how the cable is attached to the NIC Packet sent as an unstructured raw bit stream over physical medium Referred to as the “hardware layer” 13

OSI Model Layer Mnemonics 14 OSI Layer Down Up

Packet Assembly and Disassembly Process 15

Windows NT and OSI 16

Software and Protocols 17

Windows NT Architecture with Boundary Interfaces 18

The IEEE 802.x Standard 19 The 802 Project Model

802 Specifications Set Standards for: Network Interface Cards (NICs) Wide area network (WAN) components Components used to create twisted-pair and coaxial cable networks 20

802 Specification Categories 802.1Internetworking 802.2Logical Link Control (LLC) 802.3MAC layer, Carrier Sense Multiple Access with Collision Detection (CSMA/CD) LAN (Ethernet) 802.4MAC layer, Token Bus LAN 802.5MAC layer, Token Ring LAN 802.6Metropolitan area Network (MAN) 802.7Broadband Technical Advisory Group 802.8Fiber-Optic Technical Advisory Group 802.9Integrated Voice/Data Networks Network Security Wireless Network Demand Priority Access LAN, 100BaseVG-AnyLAN Unused Cable modem standards Wireless personal area networks (WPAN) Broadband wireless standards 21

Project 802 LLC and MAC Sublayers 22

Project 802 LLC and MAC Standards 23

Device Drivers and OSI 24 Role of Drivers Network Environment Network Driver Interface Specifications (NDIS) Open Data-Link Interface (ODI) Bridging NDIS and ODI

Role of Drivers Drivers for nearly every type of device including: Input devices, such as mouse and keyboard devices SCSI and IDE disk controllers Hard and floppy-disk drives Multimedia devices such as microphones, cameras, and recorders Network Interface Cards (NICs) Printers, plotters, tape drives, and so forth 25

Communication Between the NIC and Network Software 26

Network Driver Interface Specification (NDIS) Three types of network software: Protocol Stack: Provides network communications; generates and disassembles frames that are sent to and received from network Adapter Driver: Controls network interface hardware; works in MAC sublayer and moves frames between protocol stack and interface hardware Protocol Manager: Controls activity between protocol stack and MAC 27