CIS 1140 Networking Fundamentals

Resource Page   CIS 1140 Syllabus  Student Grade Calculator  
Chapter Lesson Notes: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16

Chapter Three Network Protocols

 Objectives

n       Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk

n       Understand position of network protocols in OSI Model

n       Identify core protocols of each protocol suite and its functions

n       Understand each protocol’s addressing scheme

n       Install protocols on Windows 98 and Windows 2000 clients

 

Introduction to Protocols

n       Protocol

n     Rules network uses to transfer data

n     Protocols that can span more than one LAN segment are routable

n       Multiprotocol network

n     Network using more than one protocol

 

nTCP/IP

n       Transmission Control Protocol/Internet Protocol (TCP/IP)

n     Suite of small, specialized protocols called subprotocols

 

TCP/IP Compared to the OSI Model

n       Application layer roughly corresponds to Session, Application, and Presentation layers of OSI Model

n       Transport layer roughly corresponds to Transport layers of OSI Model

n       Internet layer is equivalent to Network layer of OSI Model

n       Network Interface layer roughly corresponds to Data Link and Physical layers of OSI Model

 

The TCP/IP Core Protocols

n       Certain subprotocols of TCP/IP suite

n     Operate in Transport or Network layers of OSI Model

n     Provide basic services to protocols in other layers of TCP/IP

n       TCP and IP are most significant core protocols in TCP/IP suite

 

Internet Protocol (IP)

n       Provides information about how and where data should be delivered

n       Subprotocol that enables TCP/IP to internetwork

n     To internetwork is to traverse more than one LAN segment and more than one type of network through a router

n     In an internetwork, the individual networks that are joined together are called subnetworks

n     IP portion of TCP/IP frame that acts as an envelope for data

n     Contains information necessary for routers to transfer data between subnets

n       IP is an unreliable, connectionless protocol, which means it does not guarantee delivery of data

n     Connectionless

n    Allows protocol to service a request without requesting verified session and without guaranteeing delivery of data

 

Transport Control Protocol (TCP)

n       TCP

n     Provides reliable data delivery services

n     Connection-oriented subprotocol

n    Requires establishment of connection between communicating nodes before protocol will transmit data

n       TCP segment

n     Holds TCP data fields

n     Becomes encapsulated by IP datagram

n       Port

n     Address on host where application makes itself available to incoming data

 

Additional Core Protocols of the TCP/IP Suite

n       User Datagram Protocol (UDP)

n     Connectionless transport service

n       Internet Control Message Protocol (ICMP)

n     Notifies sender of an error in transmission process and that packets were not delivered

n       Address Resolution Protocol (ARP)

n     Obtains MAC address of host or node

n     Creates local database mapping MAC address to host’s IP address

 

TCP/IP Application Layer Protocols

n       Telnet

n     Used to log on to remote hosts using TCP/IP protocol suite

n       File Transfer Protocol (FTP)

n     Used to send and receive files via TCP/IP

n       Simple Mail Transfer Protocol (SMTP)

n     Responsible for moving messages from one e-mail server to another, using the Internet and other TCP/IP-based networks

n       Simple Network Management Protocol (SNMP)

n     Manages devices on a TCP/IP network

 

Addressing in TCP/IP

n       IP Address

n     Logical address used in TCP/IP networking

n     Unique 32-bit number

n    Divided into four groups of octets (8-bit bytes) that are separated by periods

n     IP addresses are assigned and used according to very specific parameters

n       Though 8 bits have 256 possible combinations, only the numbers 1 through 254 are used to identify networks and hosts

n       Numbers 0 and 255 are reserved for broadcasts

n     Broadcast are transmissions to all stations on a network

n       Loopback address

n     IP address reserved for communicating from a node to itself

n     Value of the loopback address is always 127.0.0.1

n       Internet Corporation for Assigned Names and Numbers (ICANN)

n     Non-profit organization currently designated by U.S. government to maintain and assign IP addresses

n       Firewall

n     Specialized device (typically a router)

n     Selectively filters or blocks traffic between networks

n     May be strictly hardware-based or may involve a combination of hardware and software

n       Host

n     Computer connected to a network using the TCP/IP protocol

n       In IP address 131.127.3.22, to convert the first octet (131) to a binary number:

n     On Windows 2000, click Start, point to Programs, point to Accessories, then click Calculator

n     Click View, then click Scientific (make sure Dec option button is selected)

n     Type 131, then click Bin option button

n    The binary equivalent of number 131, 10000011, appears in the display window

n       Static IP address

n     IP address manually assigned to a device

n       Dynamic Host Configuration Protocol (DHCP)

n     Application layer protocol

n     Manages dynamic distribution of IP addresses on a network

 

Viewing Current IP Information

Addresses and Names

n       In addition to using IP addresses, TCP/IP networks use names for networks and hosts

n     Each host requires a host name

n     Each network requires a network name, also called a domain name

n     Together, host name and domain name constitute the fully qualified domain name (FQDN)

 

IPX/SPX

n       Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX)

n     Protocol originally developed by Xerox

n     Modified and adopted by Novell in the 1980s for the NetWare network operating system

 

IPX/SPX Core Protocols

n       Internetwork Packet Exchange (IPX)

n     Operates at Network layer of OSI Model

n     Provides routing and internetworking services

n     Similar to IP in TCP/IP suite

n       Sequenced Packet Exchange (SPX)

n     Belongs to Transport layer of OSI Model

n     Works in tandem with IPX to ensure data are received:

n    Whole

n    In sequence

n    Error free

n       Service Advertising Protocol (SAP)

n     Works in Application, Presentation, Session, and Transport layers of OSI Model

n     Runs directly over IPX

n     Used by NetWare servers and routers to advertise to entire network which services they can provide

n       NetWare Core Protocol (NCP)

n     Works within Presentation and Sessions layers of OSI Model

n     Works over IPX

n     Handles requests for services between clients and servers

 

Addressing in SPX/IPX

n       IPX address

n     Address assigned to a device on an IPX/SPX network

n     Contains two parts:

n    Network address (external network number)

n    Node address

 

NetBIOS and NetBEUI

n       Network Basic Input Output System (NetBIOS)

n     Originally designed by IBM to provide Transport and Session layer services

n     Adopted by Microsoft as its foundation protocol

n     Microsoft added Application layer component called NetBEUI

n       NetBIOS Enhanced User Interface

n     Fast and efficient protocol

n     Consumes few network resources

n     Provides excellent error correction

n     Requires little configuration

n     Can handle only 254 connections

n     Does not allow for good security

 

 

AppleTalk

Protocol suite used to interconnect Macintosh computers

Originally designed to support peer-to-peer networking among Macintoshes

Can now be routed between network segments and integrated with NetWare- and Microsoft-based networks

AppleTalk networks are separated into logical groups of computers called AppleTalk zones

 

AppleTalk Subprotocols

AppleShare

AppleTalk Filing Protocol (AFP)

AppleTalk Session Protocol (ASP)

AppleTalk Transaction Protocol (ATP)

Name Binding Protocol (NBP)

Routing Table Maintenance Protocol (RTMP)

Zone Information Protocol (ZIP)

Datagram Delivery Protocol (DDP)

 

Addressing in AppleTalk

n       AppleTalk node ID

n     Unique 8-bit or 16-bit number identifying a computer on an AppleTalk network

n       AppleTalk network number

n     Unique 16-bit number identifying the network to which a node is connected

 

nInstalling Protocols

n       After installing protocols, they must be binded to NICs and services they run on or with

n     Binding

n    Process of assigning one network component to work with another

 

Chapter Summary

n       Protocols define standards for communication between nodes on a network

n       Protocols vary in speed, transmission efficiency, utilization of resources, ease of setup, compatibility, and ability to travel between one LAN segments

n       TCP/IP is becoming most popular network protocol

n       TCP/IP suite of protocols can be divided into four layers roughly corresponding to seven layers of OSI Model

n       Operating in Transport or Network layers of OSI Model, TCP/IP core protocols provide communications between hosts on a network

n       Each IP address is a unique 32-bit number, divided into four groups of octets separated by periods

n       Every host on a network must have a unique number

n       Internetworking Packet Exchange/Sequenced Packet Exchange (IPX/SPX) is a protocol originally developed by Xerox then modified and adopted by Novell in the 1980s for its NetWare network operating system

n       Core protocols of IPX/SPX provide services at Transport and Network layers of OSI Model

n       Addresses on an IPX/SPX network are called IPX addresses

n       Network Basic Input Output System (NetBIOS) was originally developed by IBM to provide Transport and Session layer services

n       Microsoft adopted NetBIOS as its foundation protocol, then added an Application layer component called NetBIOS Enhanced User Interface (NetBEUI)

n       To transmit data between network nodes, NetBIOS needs to know how to reach each workstation

n     Each workstation must have a NetBIOS name

n       AppleTalk is the the protocol suite used to interconnect Macintosh computers

n       An AppleTalk network is separated into logical groups of computers called AppleTalk zones

n       Though Apple has improved AppleTalk’s ability to use different network models and span network segments, it remains unsuited to large LANs or WANs

n       In addition to zone names, AppleTalk uses node IDs and network numbers to identify computers on a network

n       Though some protocols (such as NetBIOS) require no configuration after installation, others (such as TCP/IP) do require configuration

 

1