| |||
|
|
Sanjay KapoorBuilding Hybrid ATM NetworksPresently, there are two popular methods of communicating in an ATM environment: Local area network emulation or LAN emulation, and Classical Internet Protocol (IP) over ATM.The LAN emulation specification allows the transport of multiple protocols such as the Internet Packet Exchange Protocol and the Internet Protocol over an ATM network. Classical Internet Protocol, in contrast, allows the transport of IP only over an ATM network. Given this difference, it is easy to understand why LAN emulation is the most popular communication approach today. This article focuses on the LAN emulation specification in an effort to help you better understand the advantages of communicating in an ATM environment. WHAT IS LAN EMULATION?LAN emulation is a specification defined by the ATM Forum that enables users to build networks that include Ethernet and ATM-attached devices. The primary goal of this specification is to facilitate the transparent attachment of an ATM-attached client to a legacy network such as Ethernet. It enables users to migrate to an ATM infrastructure with minimal impact on the existing Ethernet legacy infrastructure. The current specifications for LAN emulation version 1.0 are well defined. Several ATM switch and adapter card vendors are shipping products today that conform to these specifications. Figure 1 details the implementation of LAN emulation.
From Figure 1, we can see that several legacy users on Ethernet can communicate with users on ATM networks. The nice thing about this specification is that there is no change in either hardware or software for the legacy clients. However, the ATM-attached clients will need to run LAN emulation drivers on their ATM cards to communicate with legacy users. This does not pose a problem as there are several ATM card vendors currently shipping LAN emulation drivers for their cards.1 SEGMENTATION AND REASSEMBLYWhen a variable length Ethernet frame traverses the ATM network, it has to be chopped into standard 53-byte ATM cells. This is because a standard Ethernet frame is much larger than a fixed size ATM cell. Similarly, when these cells need to get to an Ethernet client, they must be repackaged into Ethernet frames. This process is known collectively as the Segmentation and Reassembly (SAR) layer and is embedded within the ATM Adaptation Layer 5 (AAL5), as shown in Figure 2a.
The SAR process is detailed in Figure 2b. As seen in the figure, the Ethernet frames that need to go out on the ATM port are processed internally within the edge device. Processing includes several steps, some of which are:
When the device receives ATM cells that need to be forwarded to an Ethernet client, it reassembles the ATM cells into Ethernet frames and forwards them accordingly. Figure 2b-2 illustrates a similar process for a Token Ring network. The AAL/SAR sub-layer is responsible for handling the conversion of Ethernet frames into ATM cells and vice versa. An important point to note here is the address translation, i.e., how the Ethernet address is translated into the ATM address which will be explained in detail in the following sections. This segmentation and reassembly process is implemented primarily in two general types of ATM devices.
WHY DO WE NEED LAN EMULATION?LAN emulation helps primarily in supporting existing applications on an ATM network. For example, a manufacturing company may have some of their high-end users, such as CAD/CAM and simulation workgroups, on an ATM backbone. Yet they also need to communicate with the rest of the company via the company's existing legacy network(s) such as Ethernet and/or Token Ring. LAN emulation is an efficient solution for facilitating communication with existing network users.Recall that traditional local area networks have inherent broadcast qualities built-in, i.e., when an Ethernet station wants to talk to another station, it sends out a broadcast that is "heard" by everyone on the network. The data/message is pulled off the wire after an address match is found. Although this may be a waste of bandwidth, the basic broadcast feature is easy to implement. Therefore, LAN emulation attempts to add broadcast and multicast capabilities on an ATM network which, by its very nature, is connection-oriented. LAN EMULATION COMPONENTSThe LAN emulation specifications, as defined by the ATM Forum, have four primary components:
Based on the vendors' architecture, these components (primarily software) are either configured within the switch or are installed on a single UNIX-based workstation outside the physical switch chassis. Currently, there are two basic connection management trends -- centralized and distributed -- with no clear winner. This is a conceptual debate I will not get into. What I will do is explain the functions of each one of these modules so that you can understand the design issues involved in building a hybrid ATM network. The explanations are based on the LAN emulation specification version 1.0, as per those specified by the ATM Forum. LAN EMULATION CLIENT
BROADCAST AND UNKNOWN SERVER
The client must maintain this connection as long as it wants to participate in the LAN emulation session. The LAN emulation client uses the Multicast Send VCC to transmit data to members in its group or virtual LAN. After receiving the packet, the BUS makes the required copies and sends it to the members based on its call-tree, as shown in step 1 in Figure 4.
Every client builds up an address translation table that maps ATM addresses with traditional Ethernet addresses. Step 2, shown in Figure 4, shows that clients can set up direct connections with other clients known as the Data Direct VCC. In this case, the connection with the BUS that is used to forward data to the other clients must be torn down first. LAN EMULATION SERVER
CONCLUSIONFigure 5 summarizes what I have discussed in this article. A typical network can consist of both ATM and Ethernet topologies. Users are efficiently served by connecting the file servers via ATM in the network. Some departments within the corporation -- CAD/CAM workstations, simulation engines, and imaging workstations -- are also ATM-attached. The rest of the corporate network is Ethernet-attached in two ways:
Among several communication options that exist today, LAN emulation is the most popular technique. It allows users to build hybrid networks, i.e., networks that consist of both ATM and legacy-attached nodes. The benefits of LAN emulation can be summarized as follows:
1 Check with your ATM card vendor and make sure the LAN emulation drivers are ATM Forum compliant. Source:This article originaly appeared in the New Telecom Quarterly: 1996Q1. We also provide a PDF version. [home][author] [subject] [title]
|