skip book previous and next navigation links
go up to top of book: HP OpenVMS System Manager's Manual, Volume 2:... HP OpenVMS System Manager's Manual, Volume 2:...
go to beginning of chapter: Managing the Local Area Network (LAN) Software Managing the Local Area Network (LAN) Software
 
go to next page: Managing Local Area NetworksManaging Local Area Networks
end of book navigation links

Understanding Local Area Networks  



A local area network (LAN) provides a communications channel designed to connect information processing equipment in a limited area such as a room, a building, or a complex of buildings (for example, a campus). Nodes in a LAN can be linked by the following types of data transmission media:

LAN Characteristics  

LAN controllers are devices that, along with additional external hardware, implement the Ethernet, FDDI, Token Ring, LAN emulation over ATM or Classical IP (RFC 1577) specifications. A LAN controller and the local system constitute a node. The LAN controller communicates with the local system through the system bus, and with remote systems implementing the Ethernet, FDDI, Token Ring, or LAN emulation over ATM specifications through the communication medium.

The Ethernet specification is described in The Ethernet-Data Link Layer and Physical Layer Specification and specifications available from IEEE. The FDDI specifications are available from ANSI. The Token Ring specifications are available from IEEE. The LAN emulation over ATM specifications are available from the ATM Forum.

Application programs use the LAN driver's QIO and VCI interfaces to perform I/O operations to and from other nodes on the LAN. For information about the QIO and VCI interfaces, refer to the HP OpenVMS I/O User's Reference Manual.

Characteristics of LAN Media provides a brief summary of the differences between the types of LAN media.

Table 1   Characteristics of LAN Media
Media Speed Maximum Frame Size Maximum Cable Lengths1
Ethernet 802.3
10Mbps
1518 bytes
10Base-T - 100 meters
10Base-2 - 185 meters
10Base-5 - 500 meters

Fast Ethernet 802.3u
100Mbps
1518 bytes
100Base-TX--100 meters

100Base-FX--- 2KM
Gigabit Ethernet 802.3z
1000Mbps
1518 or 9018 bytes
1000Base-SX fiber optic - 550 meters

1000BaseT copper UTP--100 meters
FDDI
100Mbps
4495 bytes
UTP - 100 meters
Multinode fiber - 2KM

Token Ring 802.5
4 or 16 Mbps
4462 bytes
UTP - 45 meters
STP - 110 meters

LAN emulation over ATM
155Mbps or 622Mbps
1516, 4544, or 9234
Multinode fiber - 2KM
UTP - 300 meters


Ethernet LANs  

An Ethernet network consists of a set of nodes connected by various types of cables, communicating according to the CSMA /CD protocol. In the simplest form of a network, two systems can be connected by a single cable in point-to-point fashion. More complex configurations add Ethernet switches and hubs to connect more systems.

FDDI LANs  

FDDI uses a dual ring of trees topology. It uses one ring as the primary ring, the other ring as a backup, and the tree configuration for increased flexibility, manageability, and availability.

FDDI networks and Ethernet networks can be combined to form a single extended LAN. This lets applications running on a system connected to FDDI communicate with applications that run on a system connected to Ethernet.

An FDDI concentrator or switch provides for the attachment of FDDI devices such as VAX and Alpha nodes or FDDI-Ethernet bridges to the LAN.

Token Ring LANs   

Token Ring controllers use either shielded or unshielded twisted pairs of wire to access the ring. Note that it is difficult to connect a Token Ring LAN directly bridged to any other type of LAN. However, routing protocols to other LANs allow interconnection.

ATM LANs   

LANs over ATM consist of a connection-oriented network based on cell switching. The OpenVMS ATM network uses AAL5 ATM adaption layer for data transmission.

For LAN emulation over ATM, OpenVMS implements only the LAN emulation client (LEC) and does not implement the LAN emulation server (LES), the Broadcast and Unknown (BUS), or the LAN emulation Configuration Server (LECS). The LES, BUS, and LECS must be provided by some other facility such as the ATM switch. OpenVMS supports eight LAN emulation clients per ATM adapter.

Classical IP over ATM (CLIP) implements a data-link level device that has the same semantics as an Ethernet interface (802.3). This interface is used by a TCP/IP protocol to transmit 802.3 (IEEE Ethernet) frames over an ATM network. The model that OpenVMS follows for exchanging IP datagrams over ATM is based on RFC1577 (Classical IP over ATM).

LAN Addresses  

Nodes on the LAN are identified by unique addresses. A message can be sent to one, several, or all nodes on the LAN simultaneously, depending on the address used.

Upon application, IEEE assigns a block of addresses to a producer of LAN nodes. Thus, every manufacturer has a unique set of addresses to use. Normally, one address out of the assigned block of physical addresses is permanently associated with each controller (usually in read-only memory). This address is known as the hardware or MAC address of the controller. Each controller has a unique hardware address.

A LAN address is 48 bits in length. LAN addresses are represented as six pairs of hexadecimal digits (six bytes) separated by hyphens (for example, AA-01-23-45-67-FF). The bytes are displayed from left to right in the order in which they are transmitted; bits within each byte are transmitted from right to left. In this example, byte AA is transmitted first; byte FF is transmitted last.

A LAN address can be an address of a single node or a multicast address, depending on the value of the low-order bit of the first byte of the address (this bit is transmitted first). The two types of node addresses are:


Footnotes
1Larger networks can be constructed with hubs, bridges, and switches.

( Number takes you back )


 
go to next page: Managing Local Area NetworksManaging Local Area Networks