This section compares the Windows NT transport drivers in each of thefollowing areas:
- Industry acceptance and experience
- Open or proprietary specifications
- Interoperability
- Simplicity of configuration and administration
- Network segmentation
- Routing capabilities
- Name registration and resolution requirements
- Network traffic
- Network status reporting
- Memory requirements
- Performance
- Application programming support
As mentioned previously, the customer's computing environment willdetermine which protocol characteristics are desired, and which are mostimportant. The applicability and importance of the foregoingcharacteristics will be dependent upon factors such as the following:
- Size of the network
- Single or multiple locations
- Homogeneous or heterogeneous nodes
- Internet connectivity requirements
- Application programming requirements
- Size and expertise of support staff
Industry Acceptance and Experience
The more popular protocols have a larger based of experienced support anddesign engineers. In late 1994 Sage Research, Inc. performed a study ofrouter based LAN backbones with at least 250 nodes in Fortune 500companies. Their study concluded that TCP/IP is used on 95% of all suchnetworks, while SPX/IPX is used on 87%.
- NetBEUI usage is limited primarily to Microsoft and IBM PC network environments.
- TCP/IP is widely accepted, established and understood, especially in UNIX and non PC networks. It is the protocol of the global Internet.
- SPX/IPX is the most popular protocol in PC network environments.
Open or Proprietary Specifications
Open protocol specifications enable programmers to obtain all theinformation necessary to develop their own protocol drivers without payinglicense fees.
- NetBEUI is a proprietary specification owned by IBM. However, IBM makes this specification available to developers.
- TCP/IP is an open specification. Anyone can easily obtain RFCs for implementing the TCP/IP protocols. Anyone can also submit RFCs to the Internet Engineering Task Force (IETF) for consideration.
- SPX/IPX is a proprietary specification owned by Novell, which can make it difficult to obtain specifications for the upper layers like NCP. However, Novell has made the new SPX II specification available.
Interoperability
The availability of a protocol on a variety of operating systems andhardware platforms provides the advantage of interoperability. Windows NTprovides native support for NetBEUI, TCP/IP and SPX/IPX through the NBF,TCP/IP and NWLink transport drivers.
- NetBEUI is limited almost exclusively to Microsoft and IBM PC networks: Microsoft LAN Manager, Windows NT, Windows for Workgroups; LAN Manager for UNIX; and IBM PCLAN and LAN Server environments.
- TCP/IP is available on a wide variety of operating systems such as Windows NT, UNIX, NetWare, VMS, VM, MVS, MS DOS, Macintosh, and OS/2. It is the protocol of the global Internet. NetWare/IP will enable NetWare customers to run TCP/IP-only networks, accessing NetWare services without requiring SPX/IPX. However, NetWare/IP is not native IP for NetWare; it emulates the IPX stack to NCP, which still requires an underlying IPX (or emulated IPX) layer. In comparison, Windows NT provides true protocol independent networking, running SMBs over its transport drivers without emulation requirements.
- IPX is the native protocol of Novell NetWare. However, SPX/IPX is also available on other operating systems: Microsoft provides NWLink for Windows NT; TGV provides IPX for DEC VMS; Novell offers IPX on UnixWare.
Simplicity of Configuration and Administration
Administrators of any size network desire simplicity of clientconfiguration and network administration. Large sites have many clients toconfigure, while small sites may not have sufficient support personnel.All three protocols are self tuning in their Windows NT 3.5 implementation.However, Microsoft exposes certain tuning parameters for manualconfiguration in special situations.
- NBF requires little or no initial configuration or network administration.
- TCP/IP is potentially difficult to configure due to the relative complexity of its multi part naming scheme, and the fact that a default gateway (router) must be identified for each station. To reduce the client configuration burden, Windows NT 3.5 supports the Dynamic Host Configuration Protocol (DHCP), an open standard that transparently provides dynamic negotiation of client configuration. DHCP clients require no manual IP configuration, and administrators do not have to manually assign IP addresses. However, DHCP does require proper planning and administration of DHCP servers.
- NWLink requires little or no initial client configuration on small non routed networks. The node ID component of the IPX address is simply the six byte MAC address of the NIC. This simple node ID eliminates the need for manual client configuration. Configuring a server's external and internal networks is more complex, however.
Network Segmentation
Administrators of large networks desire the ability to differentiatebetween multiple interconnected networks. Hierarchical network addressesprovide the ability to manage a hierarchy of subnetworks within networks,allowing smarter forwarding and security. Creating smaller segments withfewer stations produces more manageable networks with reduced trafficlevels. This ability may not be critical for small networks.
- NetBEUI uses a single part naming scheme, and therefore has no facility for differentiating between multiple interconnected networks.
- TCP/IP uses a multi part naming scheme that allows very large multi location networks to be logically segmented into multiple levels of subnets. Network administrators can use the network ID component of the IP address in conjunction with a subnet mask to configure and manage subnetworks within subnetworks. IP uses subnetworks to logically segment large networks into separate, smaller interconnected subnetworks.
- IPX uses a simple two part naming scheme that allows large multi location networks to be logically segmented into multiple subnets. However, the IPX network ID is not hierarchical; it does not divide into subcomponents.
Routing Capabilities
Multi location networks require routing capabilities, while single locationnetworks have little use for such capabilities. Routable protocols do notgenerally allow broadcast packets to traverse routers, thereby reducingnetwork congestion. Both IP and IPX are natively routable; they do notrequire encapsulation for routing. Both employ interior gateway protocols(IGPs) to exchange routing information among routers within an autonomousnetwork (i.e., a group of nodes controlled by a single administrativeauthority). One of the most common IGPs is the Routing InformationProtocol (RIP), which uses a vector distance algorithm to determine optimumroutes. The RIP implementations used in IP and IPX are based upon the XNSRIP developed by Xerox Corporation's Palo Alto Research Center (PARC).
- NetBEUI is not routable. NBF does support a simple form of routing known as Token ring Source Routing, offered only on Token Ring networks. However, source routing is not actually implemented at the OSI Network Layer.
- TCP/IP packets are routeable by third-party routers that use RIP, IGPs such as Cisco Systems' Interior Gateway Routing Protocol (IGRP), or IETF's Open Shortest Path First (OSPF) protocol, even though Windows NT itself does not understand these protocols. However, if MPR is installed, Windows NT uses RIP. You may configure Windows NT as a static TCP/IP router by checking the Enable IP Routing check box in Control Panel. Dynamic routing must be implemented with third party routers.
- Windows NT cannot act as an IPX router, but IPX provides full inter network routing support. NWLink uses Routing Information Protocol over IPX (RIPX) to implement route and router discovery services used by SPX and NBIPX. When NWLink loads, it sends out a RIPX request for a network number to be used for addressing at the IPX level. NetWare servers respond with a RIP packet containing the network number of the local network. If there is no RIPX response, NWLink uses 0 for the network number and indicates that the IPX packet is for the local subnet.
Name Registration and Resolution Requirements
Name resolution requirements impact the simplicity of client configurationand network administration. The methods of name registration andresolution impact the amount of broadcast or multicast activity present onthe network, discussed later in the section on network traffic.
NetBIOS Name Registration
All transport drivers must register NetBIOS names to ensure that eachname is unique.
NetBIOS Name Resolution
Application Layer names (NetBIOS and Sockets host names) must ultimatelyresolve to Data Link Layer (MAC) addresses. Transport drivers that donot process NetBIOS names natively have an intermediate name resolutionstep at the Network Layer, where the NetBIOS names resolve to thetransport's native address format.
- NBF uses NetBIOS names natively, then resolves them to MAC addresses.
- In TCP/IP, NetBT resolves NetBIOS names to IP addresses, which then resolve to MAC addresses via ARP cache or broadcast.
- In NWLink, NBIPX resolves NetBIOS names to IPX addresses. IPX addresses contain the MAC address as the host ID, so IPX requires no further resolution.
Sockets Host Name Resolution
For Windows Sockets applications, TCP/IP resolves host names to IPaddresses, which then resolve to MAC addresses.
Network Traffic
The method of name registration and resolution often impacts the amount ofbroadcast or multicast (limited broadcast) activity present on the network.Broadcast and multicast activity uses network bandwidth on the localsegment and on all bridged segments, and consumes processing cycles onevery network station the same protocol. Protocols with a high level ofbroadcast or multicast activity are not generally well suited for largenetworks.
Name Registration Broadcasts
NetBIOS names must be registered to ensure that each name is unique.All transport drivers use broadcast, with one exception. In TCP/IP,WINS clients send directed name registration request to the WINS server.Non WINS clients may use WINS proxy agent for name resolution, but relyon broadcast for name registration. The MS DOS WINS clients senddirected name resolution requests to the WINS server, but rely onbroadcast for name registration.
Name Resolution Broadcasts
Name resolution may be accomplished by broadcast, cached mappings,lookup in a local mapping file or query a name service.
- NBF does not cache NetBIOS names that have already been resolved to MAC addresses. NBF also does not use a mapping file or name service. Therefore, NBF will generate multicast activity each time a link to another station is re established.
- TCP/IP in Windows NT 3.5 provides many options for name resolution, resulting in few broadcasts if configured properly. For NetBIOS name resolution, TCP/IP can use cache, LMHOSTS lookup, WINS query, broadcast, DNS query and HOSTS lookup. For host name resolution, TCP/IP can use all of these methods except cache. Regardless of the method used for resolving NetBIOS and host names, IP must resolve IP addresses to MAC addresses. This final resolution stage is accomplished by ARP cache or ARP broadcast.
- NWLink uses broadcast to resolve names to addresses. However, NWLink reduces name resolution broadcast activity by caching NetBIOS name to IPX address mappings. NWLink does not use an address mapping file or name service. A future version may implement a name service similar to WINS or DNS.
Router Broadcasts
NetBEUI is not routable, and therefore has no impact on routerbroadcasts. Dynamic IP and IPX routers maintain routing tables byissuing a RIP broadcast on every port at regular intervals. IPbroadcasts every 30 seconds; IPX, every 60 seconds. All NetWare fileservers are inherently routers, and therefore issue RIP broadcasts. IPRIP allows for active or passive participants. Active participantsissue RIP broadcasts; passive or silent participants only listen. IProuters are active whereas IP hosts are typically passive.Unfortunately, IP RIP does not communicate with IPX RIP, resulting inredundant RIP broadcasts on networks running both IP and IPX.
SAP Broadcasts
IPX servers use the Service Advertising Protocol (SAP) to automaticallynotify other IPX nodes of their presence and the services they provide.IPX servers, but not routers, issue SAP broadcasts every 60 seconds.Clients use SAP to determine what network resources are available.These SAP broadcasts may cause congestion on networks with numerousservices, especially over WAN links. NWLink does not issue SAPbroadcasts.
To address this problem on NetWare, Novell implemented SAP filters andthe NetWare Link Service Protocol (NLSP) in its Multiprotocol Router(MPR) with NetWare 4.x. NLSP couples OSPF-based route information withNovell's SAP functions, substantially reducing the overhead trafficcommonly generated by RIP and SAP.
DHCP Broadcasts
DHCP will greatly simply IP client configuration. However, DHCP willslightly increase network traffic. DHCP accomplishes clientconfiguration negotiation through broadcast. Once the client acceptsthe IP address offered by the DHCP server, all activity is by directedpackets. Since DHCP servers act autonomously, there is no replicationtraffic between DHCP servers.
WINS Replication
WINS can significantly reduce name query broadcasts. However, WINS willintroduce network traffic for replication among multiple WINS servers.If configured properly, this replication traffic will be minimal and thenet effect will be reduced network traffic.
Network Status Reporting
- NBF does not provide any information about the state of the network.
- TCP/IP routers use ICMP to notify the source that errors have been encountered, such as Destination Unreachable, Source Quench, etc.
- IPX does not provide any information about the state of the network. IPX has no internet control management protocol, such as TCP/IP's ICMP. An IPX router has no way to indicate to a sending station that a destination is unreachable, that it should decrease its transmission rate, etc.
Memory Requirements
Network administrators generally desire a small memory footprint,especially on clients. Protocol memory requirements are typically acharacteristic of the transport driver implementation rather than theprotocol itself.
- NBF has relatively small memory usage.
- TCP/IP and IPX have similar memory usage requirements, but require more than NBF.
Performance
Protocol performance is typically dependent upon the efficiency and tuningof the transport driver implementation rather than the protocol itself.
- NBF is tuned for small LAN communication, and therefore is very fast. Its performance across WANs is poor.
- TCP/IP is not as fast as NBF on small LANs. The TCP/IP driver in Windows NT 3.1 was significantly slower than NBF on a local area network. However, the re designed TCP/IP in Windows NT 3.5 is only slightly slower than NBF.
- NWLink is not as fast as NBF on small LANs. The NWLink driver in Windows NT 3.1 was significantly slower than NBF on a local area network. However, the re designed NWLink in Windows NT 3.5 is only slightly slower than NBF.
- IPX/SPX protocols have some significant performance limitations in a routed (wide-area) network, which is why Novell has been modifying them with "packet burst" and "SPX II" changes.
- IPX is only slightly faster than TCP/IP for file and print operations, and only slightly slower than TCP/IP for application services.
Application Programming Support
Other Considerations
Users who wish to connect to the global Internet must obtain a network IDfrom InterNIC. The supply of unallocated IP addresses on the globalInternet is rapidly declining. In an effort to address this problem theInternet Engineering Task Force (IETF) has formed IP Version 4 AddressLifetime Estimation (IPv4 ALE) working group to determine how much longerIPv4 can last. The IETF is also developing IP Version 6 (IPv6), also knownas IP Next Generation (IPng), to replace the current IPv4. IPng increasesthe IPv4 addresses from four bytes (32 bits) to sixteen bytes (128 bits).However, there is much controversy over IPng.