LAN Protocols Chapter 5. Learning Objectives Explain the following LAN protocols and how they work with network operating systems: IPX/SPX, NetBEUI, AppleTalk,

Slides:



Advertisements
Similar presentations
Network Operating Systems
Advertisements

Lab Practical 2 Study about different types of Networking Device
Chapter Three Network Protocols.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
Hands-On Microsoft Windows Server 2003 Networking Chapter Two Networking Protocols.
Protocols and the TCP/IP Suite
Lesson 7 – THE BUSINESS OF NETWORKING. TCP/IP and UDP Other Internet protocols Important Internet protocols OVERVIEW.
Understanding Networks I. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Hands-On Microsoft Windows Server 2003 Networking Chapter 1 Windows Server 2003 Networking Overview.
Computer Network protocols
Defining Network Protocols Application Protocols –Application Layer –Presentation Layer –Session Layer Transport Protocols –Transport Layer Network Protocols.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
Network Protocols and Standards (Part 1). Network Protocols Understanding the concepts of networking protocols is critical to being able to troubleshoot.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
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.
1 Chapter Overview Understanding the Windows 2000 Networking Architecture Using Microsoft Management Console.
Ministry of Communications and Information Technology Information Technology Institute Network Fundamentals Introduction to Internet Lec2.
1 Chapter Overview Network Operating Systems Network Clients Directory Services.
CHAPTER Protocols and IEEE Standards. Chapter Objectives Discuss different protocols pertaining to communications and networking.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Network Protocols.
Chapter 3: Planning Network Protocols and Compatibility.
                                       CIM6400 CTNW Lesson 9 – LAN Architectures & Networking Protocols and the OSI Model.
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
Defining Network Protocols Introduction to Protocols TCP/IP NetWare Protocols Other Common Protocols 1.
Section 5.1 Explain why standards are necessary for networking
Network Protocols ©Richard L. Goldman September 18, 2001.
1 Understanding the TCP/IP Protocol Suite Industry standard Enables enterprise networking and connectivity.
Chapter 7 Low-Level Protocols
Networking Functions of windows NT Sever
Chapter Overview IP IPX NetBEUI AppleTalk.
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
11 NETWORK LAYER PROTOCOLS Chapter 5 IP IPX NetBEUI AppleTalk.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 2: Configuring Network Protocols.
Network Connectivity Guide to Operating Systems Third Edition.
Examining Network Protocols. Overview Introduction to Protocols Protocols and Data Transmissions Common Protocols Other Communication Protocols Remote.
Chapter 6 – Connectivity Devices
Addressing Through the Layers  Data Link Layer Address  Network Layer Address.
Networking in Windows NT Layered Network Architecture Network Interface Card Network Adapter Card Drivers NDIS InterfaceStreams Transport Protocols.
1 Chapter 3: Multiprotocol Network Design Designs That Include Multiple Protocols IPX Design Concepts AppleTalk Design Concepts SNA Design Concepts.
LINUX NETWORKING TOPIC 6.0. Internet Protocol (IP) in UDP/IP and TCP/IP IP is the network layer packet delivery service (host-to-host). translation between.
Spring 2006Computer Networks1 Chapter 2 Network Models.
1 Chapter Overview Understanding the TCP/IP protocol suite Configuring and troubleshooting TCP/IP Installing, configuring, and troubleshooting NWLink Understanding.
Microsoft enterprise concepts. NT Layered Network Architecture Network Interface Card Network Adapter Card Drivers NDIS InterfaceStreams Transport Protocols.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
An Introduction to Networking
Chapter Thirteen The Other Protocols. Objectives You’ll get a brief overview of – IPX/SPX – NetBEUI – Appletalk How each protocol handles addressing The.
Chapter Thirteen The Other Protocols. Objectives You’ll get a brief overview of –IPX/SPX –NetBEUI –Appletalk How each protocol handles addressing The.
CCNA Guide to Cisco Networking Chapter 2: Network Devices.
Microsoft Windows XP Professional
Chapter 3 Chapter 3: Planning Network Protocols and Compatibility.
Networking Protocols John R. Durrett ISQS 6343 #1.
1 Chapter Overview Networking requirements Network types and topologies Network cabling Local area network (LAN) communication Maintaining and troubleshooting.
Mr C Johnston ICT Teacher G055 - Lecture 10 Network Protocols.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 44 – Exploring Network Properties.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
Computer Network protocols
Chapter Objectives In this chapter, you will learn:
Protocols and the TCP/IP Suite
Network Communications Technology
Microsoft enterprise concepts
Lec 2: Protocols.
Chapter Three Network Protocols.
Examining Network Protocols
Protocols and the TCP/IP Suite
Open Systems Interconnection (OSI) Reference Model for Networking
Protocols and the TCP/IP Suite
EEC4113 Data Communication & Multimedia System Chapter 1: Introduction by Muhazam Mustapha, July 2010.
Presentation transcript:

LAN Protocols Chapter 5

Learning Objectives Explain the following LAN protocols and how they work with network operating systems: IPX/SPX, NetBEUI, AppleTalk, TCP/IP, SNA, DLC, DNA Discuss and implement techniques to improve LAN performance

How LAN Protocols Work with Network Operating Systems Give meaning to simple electrical signal that are carried on network communications cables Can be transported individually or in combinations of two, three, or more

Multiple LAN Protocols Advantage Network can perform many different functions on same LAN Disadvantage Some protocols operate in broadcast mode, causing a significant amount of redundant network traffic

Properties of a LAN Protocol Reliable network links Relatively high speeds Source and destination node address handling Adherence to network standards (particularly IEEE 802)

LAN Protocols and Network Operating Systems

IPX/SPX and Novell NetWare IPX (Internetwork Packet Exchange) Use with NetWare file server operating system Routable, but chatty SPX (Sequenced Packet Exchange) Enables exchange of application-specific data with greater reliability than IPX Often used for exchange of database data

Deployment of IPX/SPX DOS-based computers DOS shell drivers created by NetWare Windows-based computers Novell Client32 Open Datalink Interface (ODI) Network Driver Interface Specification (NDIS) Microsoft’s NetWare Link (NWLink)

NDIS Network Architecture

IPX/SPX and Novell NetWare Emulation of IPX/SPX Binding via NDIS

Other Protocols Used with NetWare continued…

Other Protocols Used with NetWare

NetBEUI and Microsoft Windows Servers NetBEUI (NetBIOS Extended User Interface) Developed by IBM in mid-1980s Incorporates NetBIOS for communications across a network Native protocol for Windows NT Server Not routable; most suited for small LANs using older Microsoft or IBM operating systems Corresponds with several layers of OSI model

Why NetBEUI Works Well on Microsoft Networks Simple to install Handles large number of communication sessions on one network Low memory requirements; can be quickly transported over small networks Solid error detection and recovery

Disadvantages of NetBEUI Inability to route medium-sized and large networks; not enough information in NetBEUI frame to identify specific networks Few network analysis tools

AppleTalk and Mac OS AppleTalk Peer-to-peer protocol used on networks for communications between Macintosh computers Connectivity supported by Windows NT, Windows 2000, Windows.NET, and NetWare Server

AppleTalk Peer-to-Peer Networking

Comparison of AppleTalk Phase I and Phase II Phase 1Phase II No internetworking; allows only one zone Permits internetworking; up to 255 zones Maximum number of stations: 254 Maximum number of stations: several million Addressing accomplished by providing a node ID Addressing uses combination of node ID and network identification Functions only on a network in which it is the sole protocol Can work on a network that uses multiple protocols

Services of AppleTalk Remote access to network files via AppleShare File Server Application Printing services through AppleShare Print Server application File services to DOS- and Windows-based systems via AppleShare PC application

Protocols Associated with AppleTalk AARP ADSP AFP ASP ATP DDP ELAP LLAP NBP PAP RTMP TLAP ZIP

TCP/IP and Multiple Server Systems TCP/IP (Transmission Control Protocol/ Internet Protocol) Most widely used protocol Offers a suite of protocols Protocol of the Internet Supported by most network server and workstation operating systems

Advantages of TCP/IP International language of network communications Designed for use with wide range of network devices Main protocol of most computer operating systems Many troubleshooting and network analysis tools Understood by a large body of network professionals

continued…

Protocols and Applications of the TCP/IP Suite

SNA and IBM Operating Systems SNA (Systems Network Architecture) Layered communications protocol used by IBM for communications between IBM mainframes and devices Uses token ring as the access method

Advantages and Disadvantages of SNA Advantages Available for over 25 years Provide reliable and tested communications with IBM systems Disadvantage Proprietary; requires special devices and complex training to configure, manage, and troubleshoot

Physical Units on an SNA Network

Protocols and Applications That Work Through SNA continued…

DLC for Accessing IBM Operating Systems DLC (Data Link Control) protocol Emulates SNA on Microsoft Windows operating systems Not routable Not truly designed for peer-to-peer communications between workstations, but only for connectivity to older IBM mainframe

DNA for Digital (Compaq) Computer Operating Systems DNA (Digital Network Architecture) Developed for use on networks using DEC computers Advantage Closely follows OSI Reference model Disadvantages Proprietary implementation No longer widely used

Improving LAN Performance Minimize number of LAN protocols that must cross each router Decreases the work routers must perform Enables routers to process traffic faster Does not create unnecessary traffic on network

Improving LAN Performance Connectivity issues Eliminate unnecessary protocols configured on workstations

Which Protocol? Do packets need to be routed? Size of network? Types of servers in use and the protocols they use? Are there mainframe host computers; what protocols do they use? Direct access to Internet or Web-based intranet applications? Speeds needed for WAN connections? Mission-critical applications?

Chapter Summary Commonly used LAN protocols and the network operating systems with which they are used Advantages and disadvantages of LAN protocols Improving LAN performance by using only the protocols necessary in a particular situation