|
Protocol Suites
By Stephen Bucaro
Network protocols define rules for handling data and communicating in a particular
networking environment. Individual protocols operate at specific layers in the OSI
reference model. A protocol suite is a group of protocols designed to work together.
The three major protocol suites are NetBEUI, IPX/SPX and TCP/IP.
NetBEUI
IBM designed NetBIOS (Network Basic Input/Output System) for small workgroups that
did not have a central server. NetBIOS establishes a communication session between
computers. NetBEUI (NetBIOS Extended User Interface) is an enhancement of NetBIOS to
provide the data transport services. NetBEUI was developed as part of IBM's LAN
Manager network operating system.
Later, Microsoft used the NetBEUI protocol in Windows For Workgroups (Windows 3.11)
to provide peer-to-peer networking ability. NetBEUI is used today to support
networking on the Windows 9x and Windows NT operating systems. NetBEUI is a simple,
fast protocol. It was not designed to communicate from one network to another, so it
is not routable. It operates only at the transport and Network layers of the OSI model.

In a Microsoft Windows network operating system, you assign a NetBEUI name to
each computer. This is the name you see in the Network Neighborhood directory
listing. The name must adhere to the NetBEUI naming convention; it must be unique
with a maximum of 15 characters with no spaces. The NetBEUI protocol addressing
scheme assigns a one-character suffix to the computer's name to differentiate between
the specific services or functions provided by the computer.
IPX/SPX
Internetwork Packet Exchange/Sequenced Packet Exchange (IPX/SPX) is a protocol
used by Novel's Netware product. IPX/SPX is based on the XNS/SPP (Xerox Network
Systems/Sequenced Packet Protocol) designed by Xerox. IPX/SPX is composed of two
main parts. One part is connectionless; the other part is connection based.
SPX is a connection oriented protocol. Connection-oriented protocols require a
node to return an acknowledgement when a packet arrives and resending of the packet
if an error occurs. This method provides reliability, but sending acknowledgements
makes the transmission slower.
|