Communication Subsystems Physical Link Data Link Network Transport Physical Link Data Link Network Transport Session System 1System 2 Typical layers in.

Slides:



Advertisements
Similar presentations
1 Data Link Protocols Relates to Lab 2. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet,
Advertisements

© N. Ganesan, Ph.D., All rights reserved. Chapter ISO-OSI Reference Model and IEEE Standards.
Chapter 7 Data Link Layer
OSI Model.
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
04/26/2004CSCI 315 Operating Systems Design1 Computer Networks.
Review on Networking Technologies Linda Wu (CMPT )
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Defining Network Protocols Application Protocols –Application Layer –Presentation Layer –Session Layer Transport Protocols –Transport Layer Network Protocols.
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Chapter 2 Review of Computer Network Technology
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
6. Network Model ENG224 INFORMATION TECHNOLOGY – Part I
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
Page 1 - © Richard L. Goldman Networking The OSI Model ©Richard L. Goldman March 29, 2001.
TC 361 Data Networking Test Review
Chapter 5 Networks Communicating and Sharing Resources
Chapter 1 Overview Review Overview of demonstration network
ITED 328 Lecture 4 12 Feb 2004 Loosely covering Chapter 5 Internet and LAN Technology.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Introduction to Computer Networks Introduction to Computer Networks.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Internet Addresses. Universal Identifiers Universal Communication Service - Communication system which allows any host to communicate with any other host.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
11 NETWORK CONNECTION HARDWARE Chapter 3. Chapter 3: NETWORK CONNECTION HARDWARE2 NETWORK INTERFACE ADAPTER  Provides the link between a computer and.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
Networking Technologies Presentation Presented by David Fisher June 4, 1999 West Lafayette, IN.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
BASIC NETWORK PROTOCOLS AND THEIR FUNCTIONS Created by: Ghadeer H. Abosaeed June 23,2012.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
1 Bus topology network. 2 Data is sent to all computers, but only the destination computer accepts 02608c
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
TCP/IP. The idea behind TCP/IP is exactly the same we explained about the OSI reference model: when transmitting data, programs talk to the Application.
Networking Protocols John R. Durrett ISQS 6343 #1.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
THE OSI REFERENCE MODEL
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Data Link Protocols Relates to Lab 2.
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.
Ad Hoc – Wireless connection between two devices Backbone – The hardware used in networking Bandwidth – The speed at which the network is capable of sending.
Chapter Objectives In this chapter, you will learn:
Networking Using the OSI Model.
OSI LAYERS.
Chapter 5: Making Networks Work
Computer Networks.
Local Area Networks Honolulu Community College
7 Layer OSI Model.
Nada Al Dosary CT 1502 Planning and Design of Communication Networks Local Area Networks (LANs) & Networks.
ISO/OSI Model and Collision Domain
The Open System Interconnection (OSI) Model & Network Protocols.
Computing Over Distance
Find the Critical Path and the Time Required
TCP/IP Protocol Suite: Review
Network Architecture Models
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:

Communication Subsystems Physical Link Data Link Network Transport Physical Link Data Link Network Transport Session System 1System 2 Typical layers in a communication subsystem The layers communicate via protocols Session Presentation Application

Communication Subsystems Physical Link Data Link Network Transport Physical Link Data Link Network Transport Session System 1System 2 Typical layers in a communication subsystem The layers communicate via protocols Session Presentation Application Virtual communication

Communication Subsystems Physical Link Data Link Network Transport Physical Link Data Link Network Transport Session System 1System 2 Typical layers in a communication subsystem The layers communicate via protocols Session Presentation Application Wire Ethernet IP,IPX TCP,SPX Sockets FTP, HTTP WSFTP,Netscape

Fitting it together Ethernet Header Data IP Header Data Check TCP Header Socket Definition Application Program Data

Application The program that the user interfaces with to gain access to the network Internet Explorer, Outlook, WSFTP, SSH all provide the keystroke reception and display presentation to the user in a human readable format.

Presentation Takes data to/from the Application and provides a protocol for formatting the data in a method unique to the application. HTTP (HyperText Transfer Protocol), handles commands for interfacing with the servers of the World Wide Web. FTP (File Transfer Protocol), handles commands for listing, sending, and receiving files.

Session The session layer decodes socket information from the packet and dispatches the program that will process the protocol that the socket defines.

Transport The transport layer determines which transport protocol is being sent to the upper layers. TCP (Transmission Control Protocol), ICMP (Internet Control Messaging Protocol), SPX (Service Packet Exchange), or UDP (User Datagram Protocol).

Network The network layer handles the internet protocols, decodes the proper address (internet or IPX), decodes the transport type, and the time to live values.

Data Link This layer is the protocol used on the wire such as, ethernet, token ring, Point to Point Protocol (PPP, dialup), DSL, broadband and so on. This layer has low level addressing and frame checking.

Directing Packets At this the lower levels of the OSI model, drivers can either packet forward or packet filter the frames being processed. If the packet is of the proper type and address it will be forwarded up the stack. If the packet is not of the proper type, identification, or address it will be ignored by the upper layers of the model. Packet forwarding and filtering allow lower levels of the model to take the load off of the higher levels by ignoring packets not needed. The filtering process also adds to system security by ignoring services we don’t want to handle on a particular system.

OSI layer mnemonics AllAwayApplication PeoplePizzaPresentation SeemSausageSession To ThrowTransport Need NotNetwork Data DoData Link ProcessingPleasePhysical

OSI Layers and Operating Systems Windows NT –File System Drivers (application, presentation, and session layers) –Transport Protocols (transport and network) –Network interface card drivers (datalink and physical)

NT Interfaces Application Programming Interfaces ort APIs, allow programmers to access network services. Transport Driver Interfaces or TDIs are between the transport and the API levels. Network Driver Interface Specifications or NDISs communicate from the NIC to the TDI.

IEEE Ethernet Frame Categories –Novell’s Ethernet (handled IPX, limited use) (Ethernet II) –Based on –Most commonly used today –Type byte instead of Total Packet length –Token ring definition Ethernet –Wireless definition –900mhz, 2.4 ghz, 5.7 ghz

OSI Model Enhancements (Data Link Layer) Logical Link Control (LLC) –Control links, frame traffic, sequencing, and frame acknowledgment –Uses logical service access points (SAP) to transfer information up the OSI layers Media Access Control (MAC) –Handles media (wire) access, frame start/end, frame error check, and frame addresses.

Drivers and the OSI Model Network Software Driver Network Interface Card

Network Driver Interface Specification (NDIS) Sets rules for driver interfaces from the MAC (media access control) sublayer and the protocol drivers. Protocol Stack –Frame assembler and disassembler Adapter Driver –To/from NIC and protocol stack Protocol Manager –Controls traffic from protocol stack to the MAC

Open Data-Link Interface (ODI) Novell and Apple specification Supports multiple protocols Incompatible with NDIS Driver compatibility can be handled through translator programs.

Review Transmission LinesFull Duplex Half Duplex Resistance (Loss) Capacitance/Inductance (waveform modification) Timing problems Star and Bus topologies Broadband vs. Baseband netorks Security: Party Line, Physical access Network Operating systems, Microsoft, Novell, Apple Client/Server vs. Peer to Peer systems

More Review Ethernet addresses, uniqueness Physical Layer (Network Model), ethernet Ethernet, coax, twisted pair, fiber Transmit and receive on different pairs of wire Crosstalk Cable Lengths, rules Token ring Hubs, Repeaters, Bridges, and Switches rule for 10mb Network diameter rule for 100mb 10baseT jacks, cables, connectors 100baseT rules Network layers, IEEE 802 categories, drivers