Networking Protocols John R. Durrett ISQS 6343 #1.

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP
Advertisements

IST 201 Chapter 9. TCP/IP Model Application Transport Internet Network Access.
OSI Model OSI MODEL.
CompTIA Network+ Chapter 2
Communication Subsystems Physical Link Data Link Network Transport Physical Link Data Link Network Transport Session System 1System 2 Typical layers in.
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
Defining Network Protocols Application Protocols –Application Layer –Presentation Layer –Session Layer Transport Protocols –Transport Layer Network Protocols.
COMPUTER NETWORKS.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
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.
Introducing Network Standards Open Systems Interconnection (OSI) Model IEEE 802.x Standard Device Drivers and OSI 1.
OSI Model Routing Connection-oriented/Connectionless Network Services.
TC 361 Data Networking Test Review
CS 447 Networks and Data Communication
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Chapter 1 Overview Review Overview of demonstration network
Chapter 9.
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.
ITED 328 Lecture 4 12 Feb 2004 Loosely covering Chapter 5 Internet and LAN Technology.
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
Cisco 1 - Networking Basics Perrine. J Page 19/17/2015 Chapter 9 What transport layer protocol does TFTP use? 1.TCP 2.IP 3.UDP 4.CFTP.
Section 4 : The OSI Network Layer CSIS 479R Fall 1999 “Network +” George D. Hickman, CNI, CNE.
Common Devices Used In Computer Networks
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.
Section 5.1 Explain why standards are necessary for networking
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 2 Protocols and the TCP/IP Suite by Zornitza Genova Prodanoff.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Cisco – Semester 1 – Chapter 2 Network Fundamentals And The OSI Model.
OV Copyright © 2011 Element K Content LLC. All rights reserved. Networking Models  The OSI Model  The TCP/IP Model.
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.
Addressing Through the Layers  Data Link Layer Address  Network Layer Address.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing.
Networking Fundamentals Network Protocols. Protocol Rule for how networks communicate Each OSI layer handled by one or more protocols Protocol Suites.
1 Chapter Overview Network Communications The OSI Reference Model.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
1 Bus topology network. 2 Data is sent to all computers, but only the destination computer accepts 02608c
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Chapter 3: Network Protocols and Communications
SWICHING & ROUTING.
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
LAN Protocols Chapter 5. Learning Objectives Explain the following LAN protocols and how they work with network operating systems: IPX/SPX, NetBEUI, AppleTalk,
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.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
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.
Chapter 5: Making Networks Work
Computer Networks.
What the OSI Protocol Layers Do
Networking and Internet
Protocols and the TCP/IP Suite
Computing Over Distance
The OSI 7 Layer Model Ben, Stuart, Charles.
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Objectives: 1.Identify different internet protocol (IP) 2.Configure sample of IP address 3.Appreciate and relate protocol in our life.
Presentation transcript:

Networking Protocols John R. Durrett ISQS 6343 #1

Introduction Protocol –set of rules –software –facilitate inter-computer communication OSI Seven Layer Model –model not reality –facilitate understanding –representative of different aspects of inter-networking –no direct correspondence with commercial implementations

The OSI Model 7 - Application 6 - Presentation 5 - Session 4 - Transport 3 - Network 2 - Data Link 1 - Physical

Physical Layer Bits over media electrical signals computers, NIC, “wire”, etc. “black box” interface assumptions with upper layers

Data-Link Assumes physical layer frames - groups of bits ensures only delivery not accuracy Examples: –Token Ring –Ethernet IEEE model –LLC (logical link control) –MAC (Media Access Control)

Network Assumes data-link layer packets routing of packets –therefore addresses necessary network optimization congestion handling No error checking

Transport Relies on network layer Frequently combined with network layer in protocols Messages Error checking –UDP & TCP NetBEUI, TCP/IP, IPX/SPX

Session Assumes Transport layer Sessions between computers based on names of other computers NetBIOS - Windows Sockets - TCP/IP

Presentation Assumes session layer based on services provided –encryption, compression, translation

Application Assumes session exists RPC –procedural –distributed –locations required –relatively static pipes FTP protocol

Windows Networking Transport Device Interface (TDI) Network Device Interface Specification (NDIS) Allows support of multiple transport protocols interface between transport & session layers

NetBEUI Compact LAN based not routable ubiquitous limits size limits choice of clients/servers

TCP/IP UBIQUITIOUS performance & reliability based standards arrived before implementations IETF RFCs flexibility == difficult to manage IPs

Dotted quad – Classes –C, B, A –subnets Limits of current IPs –IPv6 or IPng Domain Names –reversed version of IPs –DNS

Protocol choice Clients –Windows NT –Windows 95… –DOS –OS/2 –Un*x –Macs Network Structure –Similar servers –LCD

Interoperability Hub - very simple relay Switch - virtual circuits Router - makes pathway choice based on IPs Bridge - passes data unchanged Gateway - translation Proxy Server - security