Lesson 2:SPX and NCP

Like TCP/IP, the Novell NetWare IPX protocol suite includes multiple protocols at the transport layer that provide varying levels of service. Interestingly, the transport layer protocol most frequently associated with IPX, called the Sequenced Packet Exchange (SPX) protocol, is actually far less frequently used than the NetWare Core Protocol (NCP).


After this lesson, you will be able to

  • Describe the services provided by the SPX and NCP protocols
  • Identify the functions of the SPX and NCP header fields

Estimated lesson time: 15 minutes


SPX

SPX is NetWare's connection-oriented protocol. It provides many of the same services as TCP, including packet acknowledgment and flow control. Compared to TCP, however, SPX is rarely used. NetWare servers use SPX for communication between print queues, print servers, and printers; and for specialized applications that require its services, such as RCONSOLE.

SPX messages are carried within IPX datagrams using the message format illustrated in Figure 7.8.

Figure 7.8  The SPX message format

The functions of the SPX message fields are as follows:

  • Connection Control (1 byte).  This field contains a code that identifies the message as performing a certain control function, such as End Of Message or Acknowledgment Required.
  • Datastream Type (1 byte).  This field identifies the type of information found in the Data field or contains a code used during the connection termination sequence.
  • Source Connection ID (2 bytes).  This field contains the number used by the transmitting system to identify the current connection.
  • Destination Connection ID (2 bytes).  This field contains the number used by the receiving system to identify the current connection.
  • Sequence Number (2 bytes).  This field specifies the location of this message in the sequence.
  • Acknowledgment Number (2 bytes).  This field contains the Sequence Number value that the system expects to find in the next packet it receives, thus acknowledging the successful receipt of all of the previous packets.
  • Allocation Number (2 bytes).  This field, used for flow control (that is, the interactive regulation of the data transmission speed), specifies the number of packet receive buffers that are available on the transmitting system.
  • Data (variable).  This field contains the information generated by an application or upper layer protocol.

NCP

NCP is responsible for all of the file-sharing traffic generated by Novell NetWare clients and servers, and it also has a number of other functions. As a result, NCP is far more commonly used than SPX. The wide variety of network functions that use NCP make it difficult to pinpoint the protocol's place in the OSI reference model. File transfers between clients and servers place the protocol firmly in the transport layer, but NetWare clients also use NCP messages to log in to the Novell Directory Services (NDS) tree, which is a session layer function. In addition, there are other presentation and application layer services that NCP provides. However, for all of these services, NCP messages are carried within IPX datagrams, which affirms its dominant presence at the transport layer.

Unlike SPX and the TCP/IP transport layer protocols, NCP uses different formats for client request and server reply messages. In addition, there is another form of NCP message called the NetWare Core Packet Burst (NCPB) protocol, which enables systems to transmit multiple messages with only a single acknowledgment. NCPB was developed relatively recently to address a shortcoming of NCP, which requires an individual acknowledgment message for each data packet.

The NCP Request message format is illustrated in Figure 7.9.

The NCP Request message fields perform the following functions:

  • Request Type (2 bytes).  This field specifies the basic type of request performed by the message, using codes that represent the following functions: Create a Service Connection, File Server Request, Connection Destroy, and Burst Mode Protocol Packet.
  • Sequence Number (1 byte).  This field contains a value that indicates this message's place in the current NCP sequence.
  • Connection Number Low (1 byte).  This field contains the number of the client's connection to the NetWare server.
  • Task Number (1 byte).  This field contains a unique value that the connected systems use to associate requests with replies.
  • Connection Number High (1 byte).  This field is unused.
  • Function (1 byte).  This field specifies the exact function of the message.
  • Subfunction (1 byte).  This field further describes the function of the message.
  • Subfunction Length (2 bytes).  This field specifies the length of the Data field.
  • Data (variable).  This field contains information that the server will need to process the request, such as a file location.

Figure 7.9  The NCP Request message format

The NCP Request format has three fields that describe the function of the message, which may seem redundant, but there are more than 200 combinations of function and subfunction codes, covering virtually all of the services provided by NetWare servers.

The NCP Reply message format is illustrated in Figure 7.10.

The functions of the NCP Reply message fields are as follows:

  • Reply/Response Type (2 bytes).  This field specifies the type of reply in the message, using codes that represent the following functions: File Server Reply, Burst Mode Protocol, and Positive Acknowledgment.
  • Sequence Number (1 byte).  This field contains a value that indicates this message's place in the current NCP sequence.
  • Connection Number Low (1 byte).  This field contains the number of the client's connection to the NetWare server.
  • Task Number (1 byte).  This field contains a unique value that the connected systems use to associate requests with replies.
  • Connection Number High (1 byte).  This field is unused.
  • Completion Code (1 byte).  This field indicates whether or not the request associated with this reply has been successfully completed.
  • Connection Status (1 byte).  This field indicates whether the connection between the client and the server is still active.
  • Data (variable).  This field contains information sent by the server in response to the request.

Figure 7.10  The NCP Reply message format

Lesson Review

  1. Which of the following is not true of the SPX protocol?
    1. It is connection-oriented.
    2. It operates at the transport layer only.
    3. Clients use it to access server files.
    4. It provides flow control.
  2. At which layers of the OSI reference model does the NCP provide functions?
  3. Which of the following protocols requires the receiving system to transmit a separate acknowledgment message for each packet received?
    1. IPX
    2. SPX
    3. NCP
    4. NCPB

Lesson Summary

  • Sequenced Packet Exchange (SPX) is NetWare's connection-oriented protocol, which includes most of the same features as Transmission Control Protocl (TCP). However, it is used far less often than NetWare Control Protocol (NCP).
  • NCP is the transport layer protocol most often used by NetWare systems because it supports a great many functions, including client/server file sharing and Novell Directory Service (NDS) communications.


Network+ Certification Training Kit
Self-Paced Training Kit Exam 70-642: Configuring Windows Server 2008 Network Infrastructure
ISBN: 0735651604
EAN: 2147483647
Year: 2001
Pages: 105

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net