Table 16-1. IPX Datagram Structure Fields
| Field |
Definition |
| Checksum |
Provides integrity checking.
NOTE: Note: Checksum is normally not enabled in IPX networks and is usually set to 0xFFFF.
|
| Packet Length |
Length (in bytes) of the packet. |
| Transport Control |
Number of routers a packet has traversed. This is used to discard a packet if the packet traverses a maximum number of routers (16). |
| Packet Type |
Indicates the type of service required or offered by the packet. Types include:
- Sequenced Packet Exchange (SPX packet)
- NetWare Core Protocol (NCP packet)
- NetBIOS (propagated packet)
|
| Destination Network |
The IPX network address of the destination network. |
| Destination Node |
The MAC address of the destination node. |
| Destination Socket |
Address of the process running in the destination node. Sockets route packets to different processes within the same node. |
| Source Network |
The network address of the source network. |
| Source Node |
The MAC address of the source node. |
| Source Socket |
Address of the process running in the source node. |
|
|