X.25 addresses are X.121 DTE strings that contain a maximum of four fields. The format of the address depends on the type of network and the version of X.25 recommendation that the network uses. Table A-1 illustrates X.121 address formats.
Table A-1. X.25 Network Address Formats
Network Type | X.25 Version | Address Formats |
|---|---|---|
LAN | 1984 and 1988 | id.LSAP id.LSAP[.N].OSI NSAP id.LSAP.X.non-OSI address extension |
WAN | 1980 | id.DTE id.LCI.P (for permanent virtual circuits) |
| 1984 and 1988 | id.DTE[.N].OSI NSAP id.DTE.X.non-OSI address extension id.LCI.P (for permanent virtual circuits) |
The fields in the previous address formats have these meanings:
An Internet address has 32 bits. It can be thought of as containing four fields, each ranging from 0 to 255 (decimal). The four fields are usually represented with “.” field delimiters. An Internet Address can be represented as decimal, octal, or hexadecimal:
Decimal addresses have no prefixes and may not begin with zero. An example is “83.0.0.127”.
Octal addresses begin with a zero. For example, “83.0.0.127” in decimal is “0123.0.0.177” in octal.
Hexadecimal addresses are preceded by the 0x or 0X prefix. For example, “83.0.0.127” in decimal is “0x53.0x0x0x7F”.