FDDI Framing

A FDDI data frame is comprised of nine different fields, including a preamble that marks the beginning of a frame. FDDI actually makes use of an encoding scheme that translates groups of 4 bits into 5-bit symbols, referred to as 4B/5B. These symbols are used to represent control, error, and data information. FDDI frames include the following fields:

Start Delimiter. Indicates the beginning of a frame.
Frame Control. Used to determine whether the frame is a token or data frame.
Destination Address. The destination MAC address for the frame.
Source Address. The source MAC address for the frame.
Data. The data encapsulated by upper-layer protocols.
Frame Check Sequence. Contains the CRC value for the frame.
End Delimiter. Used to indicate the end of a frame.
Frame Status. Field used by the source station to ensure that the data was received at the destination.

FDDI Network Equipment

Devices connect to FDDI networks in four different ways, depending on whether they are end stations or concentrators, and are described according to their attachments. A dual attached device will have 2 ports, one marked A and the other marked B. Equipment is cabled such that the B port from one station connects into the A port of another on the primary ring, while A attaches to B on the standby or secondary ring. The four FDDI device types are listed below.

Single-attachment station (SAS). An SAS attaches only to the primary ring through a concentrator (hub-type device). This allows the station to be powered down or disconnected without affecting the network.

Dual-attachment station (DAS). A DAS attaches to both the primary and backup rings. Because they connect directly to both rings, powering down and/or removing these devices will impact the network.

Single-attachment concentrator (SAC). A SAC connects to only the primary ring.

Dual-attachment concentrator (DAC). A DAC connects to both rings, acting as a device into which single-attachment stations can be connected.

FDDI Media Access – Token Passing

Much like Token Ring, FDDI also employs token passing as its way to get data onto the network. When a station has the token it can transmit data, and once it receives the original data transmission sent, it releases the token onto the network again. The maximum data frame size on a FDDI network is 4500 bytes.

Depending on the type of fiber optic cabling in use, FDDI networks can span distances of 2-30 kilometers between devices. The maximum number of attached stations on a FDDI network is 500.

The equipment found on a FDDI network is unique when compared to Token Ring or Ethernet. Firstly, FDDI utilizes two rings, each of which passes data in a different direction (referred to as counter-rotating rings). The purpose of the two rings is to provide fault tolerance. When operating normally, one ring is active, and the other on standby. In cases where a cable breaks, the ring is wrapped on both sides of the failure to allow continued operation.

Fiber Distributed Data Interface (FDDI)

FDDI is a set of LAN standards developed in the 1980’s; it is recognized by the ISO and is governed by the ANSI X3T9.5 standards committee. FDDI is not actually a single standard, but a collection of four standards that will be defined shortly. A FDDI network consists of a 100 Mbps dual-ring topology that runs over fiber optic cabling (copper is possible over shorter distances, and is referred to as CDDI). Because of the long distances that FDDI networks can span, it is often used for the purpose of creating and connecting a Metropolitan Area Network (MAN). The IEEE has defined MANs in their 802.6 standard.

FDDI is comprised of four standards specifications that exist at the Physical and Data Link layers of the OSI model. These include:

Physical Layer Protocol (PHY). Defines FDDI data encoding, clocking and framing.

Media Access Control (MAC). Defines frame formatting, token management, CRC calculations, and addressing functions.

Physical Medium Dependent (PMD). Defines elements of the physical media in use including bit rates, connectors, and power levels.

Station Management (SMT). Defines station configuration (including ring insertion and removal) as well as network management and fault tolerance features.

AppleTalk Session, Presentation, and Application Layers

Unlike TCP/IP and IPX/SPX, the AppleTalk suite has clearly defined Session Layer protocols. These include:

AppleTalk Data Stream Protocol (ADSP). ADSP establishes and maintains reliable full-duplex sessions between two AppleTalk sockets. It also handles flow control functions such as windowing. ADSP is symmetrical, meaning that both client sockets have equal access to the session.

AppleTalk Session Protocol (ASP). ASP is another Session Layer protocol that establishes, maintains, and closes connections between clients. ASP sessions are asymmetrical, with the client controlling session communication.

Printer Access Protocol (PAP). PAP is responsible for managing connection-oriented sessions to AppleTalk printers.

Zone Information Protocol (ZIP). The primary responsibility of ZIP is to maintain a network-wide mapping of networks (or cable ranges) to zone names. When a client starts and attempts to dynamically configure its address, it queries the local router using ZIP to find the valid network numbers on that segment

Presentation and Application Layers

At the Presentation and Application Layers of the OSI model, one primary AppleTalk protocol exists, the AppleTalk Filing Protocol (AFP). The responsibility of AFP is to manage file system access between a client and AppleShare server on an AppleTalk network. AFP creates an abstraction whereby a client accesses network files as if they were stored locally. AFP uses ASP as its Session layer protocol.

AppleTalk Transport Layer

Five main protocols exist at the AppleTalk Transport layer. These include:
Routing Table Maintenance Protocol (RTMP). RTMP is used by AppleTalk routers to exchange, establish, and maintain routing table entries.

Name Binding Protocol (NBP). NBP is used to dynamically map AppleTalk resource names (such as shared folders or printers) to their network address. NBP allows resources to be accessed by name rather than network address.

AppleTalk Update-Based Routing Protocol (AURP). AURP allows AppleTalk networks to be connected over a WAN by tunneling AppleTalk through a TCP/IP network. This is accomplished by defining AURP tunnels between routers, which encapsulate AppleTalk traffic destined for a remote network in UDP headers. The UDP segments are then encapsulated for IP (and whatever network technology the WAN uses), and sent to the other end of the AURP tunnel where they are de-encapsulated and forwarded. Both point-to-point and multipoint AURP tunnels can be created. Note that the AppleTalk suite only defines Data Link interfaces for Ethernet, Token Ring, FDDI and TokenTalk. The Cisco implementation of AppleTalk also supports AppleTalk encapsulation over a variety of WAN technologies.

AppleTalk Transaction Protocol (ATP). ATP is the AppleTalk Transport protocol that handles transaction requests and responses between systems. An example of a transaction request would be a socket on a client system asking a socket on a server to perform an action, such as a time request. ATP on each system will not only be sure that for each request sent a response is received, but will also handle common Transport layer functions such as data segmentation, sequencing, and acknowledgements. ATP is mainly used for transferring small amounts of data, and can be used as the upper-layer protocol that brings reliability to DDP.

AppleTalk Echo Protocol (AEP). AEP performs a similar function to an ICMP echo request and reply. It is used to test for reachability and round-trip transmission times with another AppleTalk node. When used, the source node sends out an AEP request, and the recipient sends back an AEP reply.

AppleTalk Addressing and the Network Layer

The AppleTalk Network layer includes protocols concerned with network addressing and routing. An AppleTalk network address is a 32-bit address and consists of three main parts – a network number, a node number,