Fast ethernet LAN pros and cons. Description of Fast Ethernet technology. Purpose of FDDI network technology

The most widespread among standard networks is the Ethernet network. It first appeared in 1972 (developed by the well-known company Xerox). The network turned out to be quite successful, and as a result of this, in 1980 it was supported by such major companies as DEC and Intel (the merger of these companies was named DIX after the first letters of their names). Through their efforts in 1985, the Ethernet network became an international standard, it was adopted by the largest international standards organizations: the 802 IEEE committee (Institute of Electrical and Electronic Engineers) and ECMA (European Computer Manufacturers Association).

The standard was named IEEE 802.3 (in English it reads as eight oh two dot three). It defines multiple access to a mono-channel of the bus type with collision detection and transmission control, that is, with the already mentioned CSMA / CD access method. Some other networks also met this standard, since the level of detail is low. As a result, networks of the IEEE 802.3 standard were often incompatible with each other in terms of both design and electrical characteristics. However, in recent times the IEEE 802.3 standard is considered to be the Ethernet standard.

Key features of the original IEEE 802.3 standard:

  • topology - bus;
  • transmission medium - coaxial cable;
  • transmission speed - 10 Mbit / s;
  • maximum network length - 5 km;
  • the maximum number of subscribers is up to 1024;
  • network segment length - up to 500 m;
  • number of subscribers on one segment - up to 100;
  • access method - CSMA / CD;
  • transmission is narrowband, that is, without modulation (mono channel).

Strictly speaking, there are minor differences between the IEEE 802.3 and Ethernet standards, but they usually prefer not to be remembered.

Ethernet is now the most popular in the world (over 90% of the market) and it is expected to remain so in the coming years. This was largely facilitated by the fact that from the very beginning the characteristics, parameters, protocols of the network were open, as a result of which a huge number of manufacturers around the world began to produce Ethernet equipment that is fully compatible with each other.

In the classic Ethernet network, a 50-ohm coaxial cable of two types (thick and thin) was used. However, in recent years (since the beginning of the 90s), the most widespread version of Ethernet is using twisted pairs as a transmission medium. A standard has also been defined for the use of fiber optic cable in a network. Additions have been made to the original IEEE 802.3 standard to accommodate these changes. In 1995, an additional standard appeared for a faster version of Ethernet operating at a speed of 100 Mbit / s (the so-called Fast Ethernet, IEEE 802.3u standard), using twisted pair or fiber-optic cable as the transmission medium. In 1997, a version with a speed of 1000 Mbit / s appeared (Gigabit Ethernet, IEEE 802.3z standard).

In addition to the standard bus topology, passive star and passive tree topologies are increasingly being used. This assumes the use of repeaters and repeater hubs connecting different parts (segments) of the network. As a result, a tree-like structure can be formed on segments of different types (Fig. 7.1).

Rice. 7.1. Classic Ethernet topology

A segment (part of a network) can be a classic bus or a single subscriber. For bus segments, a coaxial cable is used, and for passive star beams (for connecting single computers to a hub) - twisted pair and fiber optic cable. The main requirement for the resulting topology is that there are no closed paths (loops) in it. In fact, it turns out that all subscribers are connected to a physical bus, since the signal from each of them propagates in all directions at once and does not return back (as in a ring).

The maximum cable length of the network as a whole (maximum signal path) can theoretically reach 6.5 kilometers, but practically does not exceed 3.5 kilometers.

Fast Ethernet does not have a physical bus topology, only a passive star or passive tree is used. In addition, Fast Ethernet has much more stringent requirements for the maximum network length. Indeed, when the transmission speed is increased by 10 times and the format of the packet is preserved, its minimum length becomes ten times shorter. Thus, the permissible value of the double signal transit time through the network is reduced by 10 times (5.12 μs versus 51.2 μs in Ethernet).

The standard Manchester code is used to transmit information on the Ethernet network.

Access to the Ethernet network is carried out via random method CSMA / CD for subscriber equity. The network uses packets of variable length with the structure shown in Fig. 7.2. (numbers show the number of bytes)

Rice. 7.2. Ethernet packet structure

The Ethernet frame length (that is, the packet without the preamble) must be at least 512 bit intervals or 51.2 µs (this is the limit for the double transit time in the network). Provides individual, multicast and broadcast addressing.

The Ethernet packet includes the following fields:

  • The preamble consists of 8 bytes, the first seven are the code 10101010, and the last byte is the code 10101011. In the IEEE 802.3 standard, the eighth byte is called the Start of Frame Delimiter (SFD) and forms a separate field of the packet.
  • The recipient (receiver) and sender (transmitter) addresses are 6 bytes each and are built according to the standard described in the Packet Addressing section of Lecture 4. These address fields are processed by the subscribers' equipment.
  • The control field (L / T - Length / Type) contains information about the length of the data field. It can also determine the type of protocol used. It is generally accepted that if the value of this field is not more than 1500, then it indicates the length of the data field. If its value is more than 1500, then it determines the frame type. The control field is processed programmatically.
  • The data field must contain between 46 and 1500 bytes of data. If the packet is to contain less than 46 bytes of data, then the data field is padded with padding bytes. According to the IEEE 802.3 standard, a special padding field (pad data) is allocated in the packet structure, which can have a length of zero when there is enough data (more than 46 bytes).
  • The Frame Check Sequence (FCS) field contains a 32-bit cyclic packet checksum (CRC) and is used to check the correctness of the packet transmission.

Thus, the minimum frame length (packet without preamble) is 64 bytes (512 bits). It is this value that determines the maximum allowable double delay of signal propagation over the network in 512 bit intervals (51.2 μs for Ethernet or 5.12 μs for Fast Ethernet). The standard assumes that the preamble may shrink as the packet passes through various network devices, so it is ignored. The maximum frame length is 1518 bytes (12144 bits, i.e. 1214.4 μs for Ethernet, 121.44 μs for Fast Ethernet). This is important for choosing the size of the buffer memory. network equipment and to assess the overall network congestion.

The choice of the preamble format is not accidental. The point is that the sequence of alternating ones and zeros (101010 ... 10) in the Manchester code is characterized by the fact that it has transitions only in the middle of the bit intervals (see Section 2.6.3), that is, only information transitions. Of course, it is easy for the receiver to tune (synchronize) with such a sequence, even if for some reason it is shortened by a few bits. The last two unit bits of the preamble (11) differ significantly from the sequence 101010 ... 10 (transitions also appear at the border of the bit intervals). Therefore, the already tuned receiver can easily select them and thereby detect the beginning of useful information (the beginning of the frame).

For an Ethernet network operating at 10 Mbit / s, the standard defines four main types of network segments focused on different environments information transfer:

  • 10BASE5 (thick coaxial cable);
  • 10BASE2 (thin coaxial cable);
  • 10BASE-T (twisted pair);
  • 10BASE-FL (fiber optic cable).

The name of the segment includes three elements: the number 10 means the transmission rate of 10 Mbit / s, the word BASE means transmission in the main frequency band (that is, without modulating the high-frequency signal), and the last element means the permissible segment length: 5 - 500 meters, 2 - 200 meters (more precisely, 185 meters) or the type of communication line: T - twisted pair (from English twisted-pair), F - fiber optic cable (from English fiber optic).

Likewise, for an Ethernet network operating at a speed of 100 Mbps (Fast Ethernet), the standard defines three types of segments, differing in the types of transmission media:

  • 100BASE-T4 (twisted pair);
  • 100BASE-TX (twisted pair);
  • 100BASE-FX (fiber optic cable).

Here, the number 100 stands for a transmission rate of 100 Mbps, the letter T stands for twisted pair, and the letter F stands for fiber optic cable. The types 100BASE-TX and 100BASE-FX are sometimes combined under the name 100BASE-X, and 100BASE-T4 and 100BASE-TX under the name 100BASE-T.

The features of Ethernet equipment, as well as the CSMA / CD exchange control algorithm and the cyclic checksum (CRC) calculation algorithm will be discussed in more detail later in special sections of the course. It should be noted here only that the Ethernet network does not differ in either record characteristics or optimal algorithms; it is inferior in a number of parameters to other standard networks. But thanks to strong support, the highest level of standardization, huge production volumes technical means, Ethernet stands out favorably among other standard networks, and therefore any other network technology is usually compared with Ethernet.

Development Ethernet technologies is on a path of increasing deviation from the original standard. The use of new transmission media and switches can significantly increase the size of the network. Abandoning the Manchester code (on Fast Ethernet and Gigabit Ethernet) results in higher data rates and reduced cable requirements. Rejection of the CSMA / CD control method (with full-duplex exchange mode) makes it possible to dramatically increase the efficiency of work and remove restrictions on the length of the network. However, all of the newer types of networking are also referred to as Ethernet.

Token-Ring network

The Token-Ring (token ring) network was proposed by IBM in 1985 (the first option appeared in 1980). It was designed to network all types of computers made by IBM. The very fact that it is supported by IBM, largest manufacturer computer technology, suggests that it needs to be given special attention. But no less important is the fact that Token-Ring is currently the international standard IEEE 802.5 (although there are minor differences between Token-Ring and IEEE 802.5). This puts this network on the same level as Ethernet in status.

Developed by Token-Ring as a reliable alternative to Ethernet. Although Ethernet is now superseding all other networks, Token-Ring is not hopelessly obsolete. More than 10 million computers worldwide are connected by this network.

IBM has done everything to make its network as widespread as possible: detailed documentation has been released, right down to the schematic diagrams of the adapters. As a result, many companies, for example, 3COM, Novell, Western Digital, Proteon and others, started to manufacture adapters. By the way, the NetBIOS concept was developed specifically for this network, as well as for another IBM PC Network. Whereas in the previously created PC Network, NetBIOS programs were stored in the built-in persistent memory of the adapter, in the Token-Ring network, a NetBIOS emulation program was already used. This made it possible to more flexibly respond to the features of the hardware and maintain compatibility with programs more high level.

The Token-Ring network has a ring topology, although it looks more like a star in appearance. This is due to the fact that individual subscribers (computers) are not connected to the network directly, but through special hubs or multi-station access devices (MSAU or MAU - Multistation Access Unit). Physically, the network forms a star-ring topology (Figure 7.3). In reality, the subscribers are nevertheless united in a ring, that is, each of them transmits information to one neighboring subscriber, and receives information from another.

Rice. 7.3. Star-ring token-ring network topology

At the same time, the hub (MAU) allows you to centralize the configuration, disconnect faulty subscribers, monitor the network, etc. (fig. 7.4). It does not perform any information processing.

Rice. 7.4. Ringing Token-Ring Subscribers Using a Hub (MAU)

For each subscriber, a special Trunk Coupling Unit (TCU) is used as part of the hub, which provides automatic inclusion of the subscriber in the ring if it is connected to the hub and is working properly. If the subscriber disconnects from the hub or is faulty, then the TCU automatically restores the integrity of the ring without participation this subscriber... Triggered by TCU on signal direct current(the so-called phantom current) that comes from a subscriber who wants to join the ring. The subscriber can also disconnect from the ring and carry out a self-test procedure (the far right subscriber in Fig. 7.4). The phantom current does not affect the information signal in any way, since the signal in the ring does not have a constant component.

Structurally, the hub is a self-contained unit with ten connectors on the front panel (Fig. 7.5).

Rice. 7.5. Token-Ring Hub (8228 MAU)

Eight central connectors (1 ... 8) are designed to connect subscribers (computers) using adapter cables or radial cables. The two extreme connectors: input RI (Ring In) and output RO (Ring Out) are used to connect to other hubs using special trunk cables (Path cables). Wall-mount and desktop-mount options are available.

There are both passive and active MAUs. An active hub recovers the signal coming from the subscriber (that is, it acts as an Ethernet hub). The passive hub does not perform signal recovery, only re-switches the communication lines.

The hub in the network can be the only one (as in Figure 7.4), in this case, only the subscribers connected to it are closed in the ring. Outwardly, this topology looks like a star. If more than eight subscribers need to be connected to the network, then several hubs are connected by trunk cables and form a star-ring topology.

As noted, ring topology is very sensitive to ring cable breaks. To increase the survivability of the network, Token-Ring provides a so-called ring folding mode, which allows you to bypass the break point.

In normal mode, the hubs are connected in a ring by two parallel cables, but information is transmitted only through one of them (Fig. 7.6).

Rice. 7.6. Combining MAUs in Normal Mode

In the event of a single damage (breakage) of the cable, the network transmits through both cables, thereby bypassing the damaged section. At the same time, the order of bypassing subscribers connected to concentrators is even preserved (Fig. 7.7). True, the total length of the ring increases.

In the event of multiple damage to the cable, the network splits into several parts (segments) that are not connected to each other, but remain fully operational (Fig. 7.8). The maximum part of the network remains connected, as before. Of course, this no longer rescues the network as a whole, but it allows, with the correct distribution of subscribers among the hubs, to retain a significant part of the functions of the damaged network.

Several hubs can be constructively combined into a group, a cluster, within which subscribers are also connected in a ring. The use of clusters allows you to increase the number of subscribers connected to one center, for example, up to 16 (if the cluster includes two hubs).

Rice. 7.7. Collapsing the ring when the cable is damaged

Rice. 7.8. Ring disintegration with multiple cable damage

At first, twisted pair, both unshielded (UTP) and shielded (STP), were used as a transmission medium in the IBM Token-Ring network, but then there were options for equipment for coaxial cable, as well as for fiber-optic cable in the FDDI standard.

The main specifications classic version of the Token-Ring network:

  • the maximum number of IBM 8228 MAU type hubs is 12;
  • the maximum number of subscribers in the network is 96;
  • the maximum cable length between the subscriber and the hub is 45 meters;
  • maximum cable length between hubs - 45 meters;
  • the maximum length of the cable connecting all the hubs is 120 meters;
  • data transfer rate - 4 Mbit / s and 16 Mbit / s.

All specifications are based on the use of an unshielded twisted pair cable. If a different transmission medium is used, the characteristics of the network may differ. For example, when using shielded twisted pair (STP), the number of subscribers can be increased to 260 (instead of 96), the cable length - up to 100 meters (instead of 45), the number of hubs - up to 33, and the total length of the ring connecting the hubs - up to 200 meters ... Fiber optic cable allows to extend the cable length up to two kilometers.

To transfer information in Token-Ring, a biphase code is used (more precisely, its version with a mandatory transition in the center of the bit interval). As with any star topology, no additional electrical termination or external grounding is required. Negotiation is performed by the hardware of the network adapters and hubs.

Token-Ring cables use RJ-45 (unshielded twisted pair) connectors, MIC and DB9P connectors. The wires in the cable connect the same pins of the connectors (that is, the so-called straight cables are used).

The Token-Ring network in the classic version is inferior to the Ethernet network both in the allowable size and in the maximum number of subscribers. In terms of transmission speed, there are currently 100 Mbps (High Speed ​​Token-Ring, HSTR) and 1000 Mbps (Gigabit Token-Ring) versions of Token-Ring. Companies that support Token-Ring (including IBM, Olicom, Madge) do not intend to abandon their network, seeing it as a worthy competitor to Ethernet.

Compared to Ethernet hardware, Token-Ring hardware is noticeably more expensive because it uses a more complex exchange control method, so the Token-Ring network is not so widespread.

However, unlike Ethernet, Token-Ring network maintains a high load level much better (more than 30-40%) and provides guaranteed access time. This is necessary, for example, in industrial networks, where a delay in reaction to an external event can lead to serious accidents.

The Token-Ring network uses the classic token access method, that is, a token constantly circulates around the ring, to which subscribers can attach their data packets (see Fig. 7.8). This implies such an important advantage of this network as the absence of conflicts, but there are also disadvantages, in particular, the need to control the integrity of the token and the dependence of the network functioning on each subscriber (in the event of a malfunction, the subscriber must be excluded from the ring).

The maximum packet transfer time in Token-Ring is 10 ms. With a maximum number of 260 subscribers, the full cycle of the ring will be 260 x 10 ms = 2.6 s. During this time, all 260 subscribers will be able to transfer their packages (if, of course, they have something to transfer). During this time, a free marker will surely reach every subscriber. This interval is also the upper limit of the Token-Ring access time.

Each network subscriber (its network adapter) must perform the following functions:

  • identification of transmission errors;
  • network configuration control (network restoration in case of failure of the subscriber that precedes him in the ring);
  • control of numerous time relationships adopted in the network.

The large number of functions, of course, complicates and increases the cost of the network adapter hardware.

To control the integrity of the token in the network, one of the subscribers is used (the so-called active monitor). At the same time, his equipment is no different from the rest, but his software monitor the temporal relationships in the network and form, if necessary, a new marker.

The active monitor performs the following functions:

  • launches a marker into the ring at the beginning of work and when it disappears;
  • regularly (every 7 seconds) informs about his presence with a special control package (AMP - Active Monitor Present);
  • removes from the ring a packet that was not removed by the subscriber who sent it;
  • monitors the allowed packet transmission time.

The active monitor is selected when the network is initialized; it can be any computer on the network, but, as a rule, it becomes the first subscriber connected to the network. The subscriber, who has become an active monitor, includes its buffer (shift register) into the network, which ensures that the marker will fit into the ring even with the minimum ring length. The size of this buffer is 24 bits for 4 Mbps and 32 bits for 16 Mbps.

Each subscriber constantly monitors how the active monitor performs its duties. If the active monitor fails for some reason, a special mechanism is activated through which all other subscribers (spare, backup monitors) decide on the appointment of a new active monitor. To do this, the subscriber who detects the failure of the active monitor transmits a control packet (token request packet) with its MAC address over the ring. Each subsequent subscriber compares the MAC address from the packet with its own. If his own address is less, he passes the packet on unchanged. If more, then it sets its own MAC address in the packet. The active monitor will be the subscriber whose MAC address value is higher than that of the others (he must receive back the packet with his MAC address three times). A sign of failure of the active monitor is its failure to perform one of the listed functions.

The Token-Ring network token is a control packet containing only three bytes (Figure 7.9): the Start Delimiter byte (SD), Access Control byte (AC), and End Delimiter byte (ED). All these three bytes are also included in the information package, although their functions in the marker and in the package are somewhat different.

The leading and trailing delimiters are not just a sequence of zeros and ones, but contain signals of a special kind. This was done so that the delimiters could not be confused with any other packet bytes.

Rice. 7.9. Token-Ring Token Format

The initial SD delimiter contains four non-standard bit intervals (Figure 7.10). Two of them, denoted by J, represent a low signal level during the entire bit interval. The other two bits, denoted K, represent a high signal level for the entire bit interval. It is clear that such timing failures are easily detected by the receiver. Bits J and K can never appear among the bits of useful information.

Rice. 7.10. Leading (SD) and Ending (ED) Delimiter Formats

The final delimiter ED also contains four special bits (two J bits and two K bits), as well as two one bits. But, in addition, it also includes two information bits, which are meaningful only as part of an information package:

  • Bit I (Intermediate) is a sign of an intermediate packet (1 corresponds to the first in a chain or intermediate packet, 0 - to the last in a chain or a single packet).
  • The E (Error) bit is a sign of a detected error (0 corresponds to the absence of errors, 1 to their presence).

The Access Control (AC) byte is divided into four fields (Figure 7.11): a priority field (three bits), a marker bit, a monitor bit, and a reservation field (three bits).

Rice. 7.11. Access Control Byte Format

The priority bits (field) allow the subscriber to assign priority to his packets or token (priority can be from 0 to 7, with 7 being the highest priority and 0 being the lowest). The subscriber can attach his package to the marker only when his own priority (the priority of his packages) is the same or higher than the priority of the token.

The marker bit determines whether a packet is attached to the marker or not (one corresponds to a marker without a packet, zero - to a marker with a packet). The monitor bit, set to one, indicates that this marker was transmitted by the active monitor.

Reservation bits (field) allow the subscriber to reserve his right to further seize the network, that is, to take a queue for service. If the subscriber's priority (the priority of his packets) is higher than the current value of the reservation field, then he can write his priority there instead of the previous one. After looping around the ring, the highest priority of all subscribers will be recorded in the reservation field. The content of the reservation field is similar to the content of the priority field, but indicates the future priority.

As a result of the use of priority and reservation fields, only subscribers with the highest priority packets for transmission are able to access the network. Lower priority packets will be served only when higher priority packets are exhausted.

The format of the information packet (frame) Token-Ring is shown in Fig. 7.12. In addition to the start and end delimiters, and the access control byte, this packet also includes the packet control byte, receiver and transmitter network addresses, data, checksum, and packet status byte.

Rice. 7.12. Packet (frame) format of the Token-Ring network (the length of the fields is given in bytes)

Purpose of packet (frame) fields.

  • The leading delimiter (SD) is the start of the packet, the format is the same as in the marker.
  • The Access Control (AC) byte has the same format as the token.
  • The Packet Control Byte (FC - Frame Control) defines the type of packet (frame).
  • The six-byte source and destination MAC addresses of a packet follow the standard format described in Chapter 4.
  • The data field (Data) includes transmitted data (in an information packet) or information for control of the exchange (in a control packet).
  • The Frame Check Sequence (FCS) field is a 32-bit cyclic packet checksum (CRC).
  • The trailing separator (ED), as in the marker, indicates the end of the packet. In addition, it determines whether Current Package intermediate or final in the sequence of transmitted packets, and also contains a sign of packet error (see Fig. 7.10).
  • The packet status byte (FS - Frame Status) tells what happened to the given packet: whether it was seen by the receiver (that is, whether there is a receiver with the specified address) and copied into the receiver's memory. From it, the sender of the packet knows whether the packet arrived at its destination and without errors, or if it needs to be transmitted again.

It should be noted that the larger allowable size of the transmitted data in one packet compared to an Ethernet network can be a decisive factor in increasing network performance. Theoretically, for transfer rates of 16 Mbit / s and 100 Mbit / s, the length of the data field can even reach 18 Kbytes, which is essential when transferring large amounts of data. But even at 4 Mbps, Token-Ring often achieves a higher actual transfer rate than 10 Mbps Ethernet due to token access. The advantage of Token-Ring is especially noticeable at high loads (over 30-40%), since in this case the CSMA / CD method requires a lot of time to resolve repeated conflicts.

A subscriber wishing to transmit a packet waits for a free token to arrive and captures it. The captured marker is transformed into the frame of the information packet. Then the subscriber transmits the information packet to the ring and waits for its return. It then releases the token and sends it back to the network.

In addition to the token and the usual packet, a special control packet can be transmitted in the Token-Ring network, which serves to interrupt the transmission (Abort). It can be sent anytime and anywhere in the data stream. This package consists of two one-byte fields - the initial (SD) and final (ED) delimiters of the described format.

Interestingly, the faster version of Token-Ring (16 Mbps and higher) uses the so-called Early Token Release (ETR) method. It avoids network overhead while the data packet is looped back to its sender.

The ETR method boils down to the fact that immediately after transmitting its packet attached to the token, any subscriber issues a new free token to the network. Other subscribers can start transmitting their packets immediately after the end of the previous subscriber's packet, without waiting for him to complete the traversal of the entire ring of the network. As a result, there can be several packets on the network at the same time, but there will always be no more than one free token. This pipeline is especially effective on long-haul networks that have significant propagation delay.

When a subscriber is connected to the hub, it performs the procedure of autonomous self-test and cable testing (it does not turn on in the ring yet, since there is no phantom current signal). The subscriber sends himself a number of packets and checks the correctness of their passage (his input is directly connected to his output by the TCU, as shown in Fig. 7.4). After that, the subscriber includes himself in the ring, sending a phantom current. At the moment of switching on, the packet transmitted over the ring can be corrupted. Next, the subscriber sets up synchronization and checks for an active monitor on the network. If there is no active monitor, the subscriber starts the competition for the right to become one. Then the subscriber checks the uniqueness own address in the ring and collects information about other subscribers. After which he becomes a full participant in the exchange over the network.

In the course of the exchange, each subscriber monitors the health of the previous subscriber (around the ring). If he suspects a failure of the previous subscriber, he starts the automatic ring recovery procedure. A special control package (buoy) tells the previous subscriber to conduct a self-test and, possibly, disconnect from the ring.

The Token-Ring network also provides for the use of bridges and switches. They are used to divide a large ring into several ring segments that can exchange packets with each other. This allows you to reduce the load on each segment and increase the proportion of time provided to each subscriber.

As a result, you can form a distributed ring, that is, the union of several ring segments into one large backbone ring (Figure 7.13) or a star-ring structure with a central switch to which the ring segments are connected (Figure 7.14).

Rice. 7.13. Connecting segments with a trunk ring using bridges

Rice. 7.14. Aggregation of segments with a central switch

Arcnet (or ARCnet from Attached Resource Computer Net) is one of the oldest networks. It was developed by the Datapoint Corporation back in 1977. There are no international standards for this network, although it is she who is considered the ancestor of the token access method. Despite the lack of standards, the Arcnet network until recently (in 1980 - 1990) was popular, even seriously competing with Ethernet. A large number of companies (for example, Datapoint, Standard Microsystems, Xircom, etc.) have produced equipment for this type of network. But now the production of Arcnet equipment has practically ceased.

Among the main advantages of the Arcnet network in comparison with Ethernet are the limited amount of access time, high reliability of communication, ease of diagnostics, as well as the relatively low cost of adapters. The most significant disadvantages of the network include low data transfer rate (2.5 Mbit / s), addressing system and packet format.

To transmit information in the Arcnet network, a rather rare code is used, in which a logical one corresponds to two pulses during a bit interval, and a logical zero corresponds to one pulse. Obviously this is self-timing code that requires even more cable bandwidth than even Manchester's.

A coaxial cable with a characteristic impedance of 93 Ohm, for example, of the RG-62A / U brand, is used as a transmission medium in the network. Twisted pair options (shielded and unshielded) are not widely used. Fiber optic options have been proposed, but they haven't saved Arcnet either.

As a topology, the Arcnet network uses the classic bus (Arcnet-BUS) as well as a passive star (Arcnet-STAR). Hubs are used in the star. It is possible to combine bus and star segments into a tree topology using hubs (as in Ethernet). The main limitation is that there should be no closed paths (loops) in the topology. Another limitation: the number of daisy-chained segments using hubs must not exceed three.

Hubs are of two types:

  • Active concentrators (restore the shape of incoming signals and amplify them). The number of ports is from 4 to 64. Active hubs can be interconnected (cascaded).
  • Passive hubs (simply mix the incoming signals without amplification). The number of ports is 4. Passive hubs cannot be connected to each other. They can only link active hubs and / or network adapters.

Bus segments can only be connected to active hubs.

There are also two types of network adapters:

  • High impedance (Bus) for use in bus segments:
  • Low impedance (Star) designed for use in a passive star.

Low impedance adapters differ from high impedance adapters in that they contain 93-ohm matching terminators. When using them, external approval is not required. In bus segments, low impedance adapters can be used as terminating adapters for bus termination. High impedance adapters require external 93 ohm terminators. Some network adapters have the ability to switch from high impedance to low impedance state, they can work in the bus and in the star.

Thus, the Arcnet network topology has next view(fig. 7.15).

Rice. 7.15. Arcnet network topology of bus type (B - adapters for working in the bus, S - adapters for working in a star)

The main technical characteristics of the Arcnet network are as follows.

  • Transmission medium - coaxial cable, twisted pair.
  • The maximum length of the network is 6 kilometers.
  • The maximum cable length from the subscriber to the passive hub is 30 meters.
  • The maximum cable length from the subscriber to the active hub is 600 meters.
  • The maximum cable length between active and passive hubs is 30 meters.
  • The maximum cable length between active hubs is 600 meters.
  • Maximum amount subscribers in the network - 255.
  • The maximum number of subscribers on a bus segment is 8.
  • The minimum distance between subscribers in the bus is 1 meter.
  • The maximum length of a bus segment is 300 meters.
  • The data transfer rate is 2.5 Mbps.

When creating complex topologies, it is necessary to ensure that the delay in the propagation of signals in the network between subscribers does not exceed 30 μs. The maximum attenuation of the signal in the cable at a frequency of 5 MHz should not exceed 11 dB.

Arcnet uses token access (pass-through), but is slightly different from Token-Ring. This method is closest to the one provided in the IEEE 802.4 standard. The sequence of actions of subscribers with this method:

1. The subscriber who wants to transmit is waiting for the arrival of the token.

2. Having received the token, he sends a request to transmit information to the receiving subscriber (asks if the receiver is ready to receive his packet).

3. The receiver, having received the request, sends a response (confirms its readiness).

4. Having received confirmation of readiness, the subscriber-transmitter sends its packet.

5. On receiving the packet, the receiver sends an acknowledgment of the packet.

6. The transmitter, having received an acknowledgment of packet reception, ends its communication session. After that, the token is passed to the next subscriber in descending order of network addresses.

Thus, in this case a packet is transmitted only when there is confidence in the receiver's readiness to receive it. This significantly increases the reliability of the transmission.

As with Token-Ring, conflicts are completely eliminated in Arcnet. Like any token network, Arcnet holds the load well and guarantees the amount of network access time (as opposed to Ethernet). The total round trip time of all subscribers by the marker is 840 ms. Accordingly, the same interval determines the upper limit of the network access time.

The token is formed by a special subscriber - the network controller. It is the subscriber with the minimum (zero) address.

If the subscriber does not receive a free token within 840 ms, then he sends a long bit sequence to the network (to ensure the destruction of the damaged old token). After that, the procedure for monitoring the network and assigning (if necessary) a new controller is carried out.

The Arcnet package size is 0.5 KB. In addition to the data field, it also includes 8-bit receiver and transmitter addresses and a 16-bit cyclic checksum (CRC). Such a small packet size turns out to be not very convenient with a high traffic volume over the network.

Arcnet network adapters differ from other network adapters in that they need to set their own network address using switches or jumpers (there can be 255 of them, since the last, 256th address is used in the network for broadcasting mode). The control over the uniqueness of each network address is entirely the responsibility of the network users. At the same time, connecting new subscribers becomes rather difficult, since it is necessary to set the address that has not yet been used. The choice of the 8-bit address format limits the number of network subscribers to 255, which may not be enough for large companies.

As a result, all this led to the almost complete abandonment of the Arcnet network. There were 20 Mbit / s versions of the Arcnet network, but these were not widely adopted.

Articles to read:

Lecture 6: Standard Ethernet / Fast Ethernet Segments

The most widespread among standard networks is the Ethernet network. It appeared in 1972 and became the international standard in 1985. It was adopted by the largest international standards organizations: IEEE 802 Committee (Institute of Electrical and Electronic Engineers) and ECMA (European Computer Manufacturers Association).

The standard was named IEEE 802.3 (in English it reads as "eight oh two dot three"). It defines multiple access to a mono-channel of the bus type with collision detection and transmission control, that is, with the already mentioned CSMA / CD access method.

Key features of the original IEEE 802.3 standard:

· Topology - bus;

· Transmission medium - coaxial cable;

· Transmission speed - 10 Mbit / s;

· Maximum network length - 5 km;

· The maximum number of subscribers - up to 1024;

· The length of the network segment - up to 500 m;

· The number of subscribers on one segment - up to 100;

· Access method - CSMA / CD;

· Transmission is narrowband, that is, without modulation (mono channel).

Strictly speaking, there are minor differences between the IEEE 802.3 and Ethernet standards, but they usually prefer not to be remembered.

Ethernet is now the most popular in the world (over 90% of the market) and it is expected to remain so in the coming years. This was largely facilitated by the fact that from the very beginning the characteristics, parameters, protocols of the network were open, as a result of which a huge number of manufacturers around the world began to produce Ethernet equipment that is fully compatible with each other.

In the classic Ethernet network, a 50-ohm coaxial cable of two types (thick and thin) was used. However, in recent years (since the beginning of the 90s), the most widespread version of Ethernet is using twisted pairs as a transmission medium. A standard has also been defined for the use of fiber optic cable in a network. Additions have been made to the original IEEE 802.3 standard to accommodate these changes. In 1995, an additional standard appeared for a faster version of Ethernet operating at a speed of 100 Mbit / s (the so-called Fast Ethernet, IEEE 802.3u standard), using twisted pair or fiber-optic cable as the transmission medium. In 1997, a version with a speed of 1000 Mbit / s appeared (Gigabit Ethernet, IEEE 802.3z standard).



In addition to the standard bus topology, passive star and passive tree topologies are increasingly being used. This assumes the use of repeaters and repeater hubs connecting different parts (segments) of the network. As a result, a tree-like structure can be formed on segments of different types (Figure 7.1).

A segment (part of a network) can be a classic bus or a single subscriber. The bus segments use coaxial cable, and the passive star beams (for connecting single computers to the hub) use twisted pair and fiber optic cables. The main requirement for the resulting topology is that there are no closed paths (loops) in it. In fact, it turns out that all subscribers are connected to a physical bus, since the signal from each of them propagates in all directions at once and does not return back (as in a ring).

The maximum cable length of the network as a whole (maximum signal path) can theoretically reach 6.5 kilometers, but practically does not exceed 3.5 kilometers.

Rice. 7.1. Classic Ethernet network topology.

Fast Ethernet does not have a physical bus topology, only a passive star or passive tree is used. In addition, Fast Ethernet has much more stringent requirements for the maximum network length. Indeed, when the transmission speed is increased by 10 times and the format of the packet is preserved, its minimum length becomes ten times shorter. Thus, the permissible value of the double signal transit time through the network is reduced by 10 times (5.12 μs versus 51.2 μs in Ethernet).

The standard Manchester code is used to transmit information on the Ethernet network.

Access to the Ethernet network is carried out using a random CSMA / CD method, which ensures the equality of subscribers. The network uses packets of variable length.

For an Ethernet network operating at a speed of 10 Mbit / s, the standard defines four main types of network segments, focused on different media:

10BASE5 (thick coaxial cable);

10BASE2 (thin coaxial cable);

10BASE-T (twisted pair);

10BASE-FL (fiber optic cable).

The segment name includes three elements: the number "10" means the transmission rate of 10 Mbit / s, the BASE word - transmission in the main frequency band (that is, without modulation of the high-frequency signal), and the last element - the allowable segment length: "5" - 500 meters, "2" - 200 meters (more precisely, 185 meters) or the type of communication line: "T" - twisted pair (from English "twisted-pair"), "F" - fiber optic cable (from English "fiber optic").

Likewise, for an Ethernet network operating at a speed of 100 Mbps (Fast Ethernet), the standard defines three types of segments, differing in the types of transmission media:

· 100BASE-T4 (twisted pair);

100BASE-TX (double twisted pair);

· 100BASE-FX (fiber optic cable).

Here, the number "100" stands for a transmission rate of 100 Mbps, the letter "T" for a twisted pair, and the letter "F" for a fiber-optic cable. The types 100BASE-TX and 100BASE-FX are sometimes combined under the name 100BASE-X, and 100BASE-T4 and 100BASE-TX under the name 100BASE-T.


Token-Ring network

The Token-Ring (token ring) network was proposed by IBM in 1985 (the first option appeared in 1980). It was designed to network all types of computers made by IBM. The very fact that it is supported by IBM, the largest manufacturer of computer equipment, suggests that it needs to be given special attention. But no less important is the fact that Token-Ring is currently the international standard IEEE 802.5 (although there are minor differences between Token-Ring and IEEE 802.5). This puts this network on the same level as Ethernet in status.

Developed by Token-Ring as a reliable alternative to Ethernet. Although Ethernet is now superseding all other networks, Token-Ring is not hopelessly obsolete. More than 10 million computers worldwide are connected by this network.

The Token-Ring network has a ring topology, although it looks more like a star in appearance. This is due to the fact that individual subscribers (computers) are not connected to the network directly, but through special hubs or multi-station access devices (MSAU or MAU - Multistation Access Unit). Physically, the network forms a star-ring topology (Figure 7.3). In reality, the subscribers are nevertheless united in a ring, that is, each of them transmits information to one neighboring subscriber, and receives information from another.

Rice. 7.3. Star-ring token-ring network topology.

At first, twisted pair, both unshielded (UTP) and shielded (STP), were used as a transmission medium in the IBM Token-Ring network, but then there were options for equipment for coaxial cable, as well as for fiber-optic cable in the FDDI standard.

The main technical characteristics of the classic version of the Token-Ring network:

· The maximum number of concentrators such as IBM 8228 MAU - 12;

· The maximum number of subscribers in the network - 96;

· Maximum cable length between the subscriber and the hub - 45 meters;

· Maximum cable length between hubs - 45 meters;

· The maximum length of the cable connecting all the hubs is 120 meters;

· Data transfer rate - 4 Mbit / s and 16 Mbit / s.

All specifications are based on the use of an unshielded twisted pair cable. If a different transmission medium is used, the characteristics of the network may differ. For example, when using shielded twisted pair (STP), the number of subscribers can be increased to 260 (instead of 96), the cable length - up to 100 meters (instead of 45), the number of hubs - up to 33, and the total length of the ring connecting the hubs - up to 200 meters ... Fiber optic cable allows to extend the cable length up to two kilometers.

To transfer information in Token-Ring, a biphase code is used (more precisely, its version with a mandatory transition in the center of the bit interval). As with any star topology, no additional electrical termination or external grounding is required. Negotiation is performed by the hardware of the network adapters and hubs.

Token-Ring cables use RJ-45 (unshielded twisted pair) connectors, MIC and DB9P connectors. The wires in the cable connect the same pins of the connectors (that is, the so-called "straight" cables are used).

The Token-Ring network in the classic version is inferior to the Ethernet network both in the allowable size and in the maximum number of subscribers. In terms of transmission speed, there are currently 100 Mbps (High Speed ​​Token-Ring, HSTR) and 1000 Mbps (Gigabit Token-Ring) versions of Token-Ring. Companies that support Token-Ring (including IBM, Olicom, Madge) do not intend to abandon their network, seeing it as a worthy competitor to Ethernet.

Compared to Ethernet hardware, Token-Ring hardware is noticeably more expensive because it uses a more complex exchange control method, so the Token-Ring network is not so widespread.

However, unlike Ethernet, Token-Ring network maintains a high load level much better (more than 30-40%) and provides guaranteed access time. This is necessary, for example, in industrial networks, where a delay in reaction to an external event can lead to serious accidents.

The Token-Ring network uses the classic token access method, that is, a token constantly circulates around the ring, to which subscribers can attach their data packets (see Fig. 4.15). This implies such an important advantage of this network as the absence of conflicts, but there are also disadvantages, in particular, the need to control the integrity of the token and the dependence of the network functioning on each subscriber (in the event of a malfunction, the subscriber must be excluded from the ring).

The maximum packet transfer time in Token-Ring is 10 ms. With a maximum number of 260 subscribers, the full cycle of the ring will be 260 x 10 ms = 2.6 s. During this time, all 260 subscribers will be able to transfer their packages (if, of course, they have something to transfer). During this time, a free marker will surely reach every subscriber. This interval is also the upper limit of the Token-Ring access time.


Arcnet network

Arcnet (or ARCnet from Attached Resource Computer Net) is one of the oldest networks. It was developed by the Datapoint Corporation back in 1977. There are no international standards for this network, although it is she who is considered the ancestor of the token access method. Despite the lack of standards, the Arcnet network until recently (in 1980 - 1990) was popular, even seriously competing with Ethernet. A large number of companies have produced equipment for this type of network. But now the production of Arcnet equipment has practically ceased.

Among the main advantages of the Arcnet network in comparison with Ethernet are the limited amount of access time, high reliability of communication, ease of diagnostics, as well as the relatively low cost of adapters. The most significant disadvantages of the network include low data transfer rate (2.5 Mbit / s), addressing system and packet format.

To transmit information in the Arcnet network, a rather rare code is used, in which a logical one corresponds to two pulses during a bit interval, and a logical zero corresponds to one pulse. Obviously this is self-timing code that requires even more cable bandwidth than even Manchester's.

A coaxial cable with a characteristic impedance of 93 Ohm, for example, of the RG-62A / U brand, is used as a transmission medium in the network. Twisted pair options (shielded and unshielded) are not widely used. Fiber optic options have been proposed, but they haven't saved Arcnet either.

As a topology, the Arcnet network uses the classic bus (Arcnet-BUS) as well as a passive star (Arcnet-STAR). Hubs are used in the star. It is possible to combine bus and star segments into a tree topology using hubs (as in Ethernet). The main limitation is that there should be no closed paths (loops) in the topology. Another limitation: the number of daisy-chained segments using hubs must not exceed three.

Thus, the topology of the Arcnet network is as follows (Figure 7.15).

Rice. 7.15. Arcnet network topology of bus type (B - adapters for working in the bus, S - adapters for working in a star).

The main technical characteristics of the Arcnet network are as follows.

· Transmission medium - coaxial cable, twisted pair.

· The maximum length of the network is 6 kilometers.

· The maximum cable length from the subscriber to the passive concentrator is 30 meters.

· The maximum cable length from the subscriber to the active concentrator is 600 meters.

· The maximum cable length between active and passive hubs is 30 meters.

· The maximum cable length between active hubs is 600 meters.

· The maximum number of subscribers in the network is 255.

· The maximum number of subscribers on the bus segment is 8.

· The minimum distance between subscribers in the bus is 1 meter.

· The maximum length of a bus segment is 300 meters.

· Data transfer rate - 2.5 Mbit / s.

When creating complex topologies, it is necessary to ensure that the delay in the propagation of signals in the network between subscribers does not exceed 30 μs. The maximum attenuation of the signal in the cable at a frequency of 5 MHz should not exceed 11 dB.

The Arcnet network uses a token access method (transfer of rights), but it differs slightly from that of Token-Ring. This method is closest to the one provided in the IEEE 802.4 standard.

As with Token-Ring, conflicts are completely eliminated in Arcnet. Like any token network, Arcnet holds the load well and guarantees the amount of network access time (as opposed to Ethernet). The total round trip time of all subscribers by the marker is 840 ms. Accordingly, the same interval determines the upper limit of the network access time.

The token is formed by a special subscriber - the network controller. It is the subscriber with the minimum (zero) address.


FDDI network

The FDDI network (from the English Fiber Distributed Data Interface, fiber-optic distributed data interface) is one of the the latest developments local area network standards. The FDDI standard was proposed by the American National Standards Institute ANSI (ANSI X3T9.5 specification). Then the ISO 9314 standard was adopted, corresponding to the ANSI specifications. The level of network standardization is quite high.

Unlike other standard local area networks, the FDDI standard was initially focused on a high transmission speed (100 Mbit / s) and on the use of the most promising fiber-optic cable. Therefore, in this case, the developers were not constrained by the framework of the old standards, focused on low speeds and electrical cable.

The choice of fiber as a transmission medium determined such advantages of the new network as high noise immunity, maximum secrecy of information transmission and excellent galvanic isolation subscribers. The high transmission speed, which is much easier to achieve in the case of fiber-optic cable, allows you to solve many problems that are not available on lower-speed networks, for example, transferring images in real time. In addition, fiber optic cable easily solves the problem of transmitting data over a distance of several kilometers without retransmission, which makes it possible to build large networks, covering even entire cities and having all the advantages of local networks (in particular, a low error rate). All this determined the popularity of the FDDI network, although it is not yet as widespread as Ethernet and Token-Ring.

The FDDI standard was based on the token access method provided by the international standard IEEE 802.5 (Token-Ring). Insignificant differences from this standard are determined by the need to provide a high speed of information transmission over long distances. FDDI network topology is a ring, the most suitable topology for fiber optic cable. The network uses two multidirectional fiber-optic cables, one of which is usually in reserve, but this solution also allows the use of full-duplex information transmission (simultaneously in two directions) with twice the effective speed of 200 Mbit / s (with each of the two channels operating at a speed 100 Mbps). A star-ring topology with hubs included in the ring (as in Token-Ring) is also used.

Basic technical characteristics of the FDDI network.

· The maximum number of network subscribers is 1000.

· The maximum length of the network ring is 20 kilometers.

· The maximum distance between network subscribers is 2 kilometers.

· Transmission medium - multimode fiber-optic cable (electrical twisted pair can be used).

· Access method - marker.

· Information transfer rate - 100 Mbit / s (200 Mbit / s for duplex transmission mode).

The FDDI standard has significant advantages over all previously discussed networks. For example, a Fast Ethernet network that has the same throughput 100 Mbps, cannot match FDDI in terms of network size. In addition, the FDDI token access method provides, unlike CSMA / CD, guaranteed access time and the absence of conflicts at any load level.

The limitation on the total network length of 20 km is associated not with the attenuation of signals in the cable, but with the need to limit the time for the complete passage of the signal along the ring to ensure the maximum allowable access time. But the maximum distance between subscribers (2 km with a multimode cable) is determined precisely by the attenuation of the signals in the cable (it should not exceed 11 dB). The possibility of using a single-mode cable is also provided, in which case the distance between subscribers can reach 45 kilometers, and the total length of the ring is 200 kilometers.

There is also an implementation of FDDI on an electrical cable (CDDI - Copper Distributed Data Interface or TPDDI - Twisted Pair Distributed Data Interface). This uses a Category 5 cable with RJ-45 connectors. The maximum distance between subscribers in this case should be no more than 100 meters. The cost of network equipment on an electric cable is several times less. But this version of the network no longer has such obvious advantages over competitors as the original fiber-optic FDDI. Electrical versions of FDDI are much less standardized than fiber optic versions, so equipment compatibility different manufacturers not guaranteed.

For data transmission in FDDI, a 4V / 5V code is used, specially developed for this standard.

To achieve high network flexibility, the FDDI standard provides for the inclusion of two types of subscribers in the ring:

· Subscribers (stations) of class A (subscribers of dual connection, DAS - Dual-Attachment Stations) are connected to both (internal and external) rings of the network. At the same time, the possibility of exchange at a speed of up to 200 Mbit / s or redundancy of the network cable is realized (if the main cable is damaged, the reserve cable is used). Equipment of this class is used in the most critical parts of the network from the point of view of performance.

· Class B subscribers (stations) (subscribers of a single connection, SAS - Single-Attachment Stations) are connected to only one (external) ring of the network. They are simpler and cheaper than class A adapters, but lack their capabilities. They can be connected to the network only through a hub or bypass switch, which turns them off in case of an emergency.

In addition to the actual subscribers (computers, terminals, etc.), the network uses Wiring Concentrators, the inclusion of which allows you to collect all connection points in one place in order to monitor the operation of the network, diagnose faults and simplify reconfiguration. When using different types of cables (for example, fiber-optic cable and twisted pair), the hub also performs the function of converting electrical signals into optical ones and vice versa. Hubs are also available in Dual-Attachment Concentrator (DAC) and Single-Attachment Concentrator (SAC).

An example of an FDDI network configuration is shown in Fig. 8.1. The principle of combining network devices is illustrated in Figure 8.2.

Rice. 8.1. An example of an FDDI network configuration.

Unlike the access method offered by the IEEE 802.5 standard, FDDI uses what is known as multiple token passing. If, in the case of Token-Ring network, a new (free) token is transmitted by the subscriber only after returning his packet to him, then in FDDI a new token is transmitted by the subscriber immediately after the end of his transmission of the packet (similar to how it is done with the ETR method in the Token- Ring).

In conclusion, it should be noted that, despite the obvious advantages of FDDI, this network has not become widespread, which is mainly due to the high cost of its equipment (on the order of several hundred and even thousands of dollars). The main area of ​​application of FDDI today is backbone networks that connect multiple networks. FDDI is also used to connect powerful workstations or servers that require high-speed communication. It is assumed that the Fast Ethernet network may overtake FDDI, but the advantages of fiber optic cable, token control method and record allowable network size currently put FDDI out of competition. And in cases where hardware cost is critical, twisted-pair version of FDDI (TPDDI) can be used in non-critical areas. In addition, the cost of FDDI equipment can greatly decrease with an increase in its production volume.


100VG-AnyLAN network

100VG-AnyLAN is one of the latest high-speed local area networks that has recently entered the market. She matches international standard IEEE 802.12, so the level of its standardization is quite high.

Its main advantages are a high exchange rate, a relatively low cost of equipment (approximately twice as expensive as the equipment of the most popular Ethernet 10BASE-T network), a centralized method of managing exchange without conflicts, as well as compatibility at the level of packet formats with Ethernet and Token-Ring networks.

In the name of the 100VG-AnyLAN network, the number 100 corresponds to a speed of 100 Mbps, the letters VG denote a cheap unshielded twisted pair cable of category 3 (Voice Grade), and AnyLAN (any network) denotes that the network is compatible with the two most common networks.

The main technical characteristics of the 100VG-AnyLAN network:

· Transfer rate - 100 Mbps.

· Topology - a star with the possibility of extension (tree). The number of cascading levels of concentrators (hubs) is up to 5.

· Access method - centralized, conflict-free (Demand Priority - with a priority request).

· The transmission medium is quad unshielded twisted pair (UTP category 3, 4, or 5 cables), double twisted pair (UTP category 5 cable), double shielded twisted pair (STP), and fiber optic cable. Nowadays, quad twisted pair is mainly widespread.

· The maximum cable length between the hub and the subscriber and between the hubs is 100 meters (for UTP category 3 cable), 200 meters (for UTP category 5 cable and shielded cable), 2 kilometers (for fiber optic cable). The maximum possible network size is 2 kilometers (determined by the allowable delays).

· The maximum number of subscribers is 1024, the recommended number is up to 250.

Thus, the parameters of the 100VG-AnyLAN network are quite close to those of the Fast Ethernet network. However, the main advantage of Fast Ethernet is full compatibility with the most common Ethernet network (in the case of 100VG-AnyLAN, this requires a bridge). At the same time, the centralized management of 100VG-AnyLAN, which eliminates conflicts and guarantees the maximum amount of access time (which is not provided for in the Ethernet network), also cannot be discounted.

An example of a 100VG-AnyLAN network structure is shown in Fig. 8.8.

The 100VG-AnyLAN network consists of a central (main, root) layer 1 hub, to which both individual subscribers and layer 2 hubs can be connected, to which subscribers and layer 3 hubs, etc. are connected, etc. Moreover, the network can have no more than five such levels (in the original version there were no more than three). Maximum size the network can be 1000 meters for an unshielded twisted pair.

Rice. 8.8. Network structure 100VG-AnyLAN.

Unlike non-intelligent hubs on other networks (e.g. Ethernet, Token-Ring, FDDI), 100VG-AnyLAN hubs are intelligent controllers that control network access. To do this, they continuously monitor requests coming to all ports. Hubs accept incoming packets and send them only to the subscribers to whom they are addressed. However, they do not perform any information processing, that is, in this case, it is still not an active, but not a passive star. Hubs cannot be called full-fledged subscribers.

Each of the hubs can be configured to work with Ethernet or Token-Ring packet formats. In this case, the hubs of the entire network must work with packets of only one format. Bridging is required to communicate with Ethernet and Token-Ring networks, but bridging is fairly simple.

Hubs have one port top level(for connecting it to a higher-level hub) and several lower-level ports (for connecting subscribers). A computer (workstation), server, bridge, router, switch can act as a subscriber. Another hub can also be connected to the lower port.

Each port of the hub can be set to one of two possible modes of operation:

· Normal mode assumes forwarding to the subscriber connected to the port only packets addressed to him personally.

· Monitor mode assumes forwarding to the subscriber connected to the port, all packets arriving at the hub. This mode allows one of the subscribers to control the operation of the entire network as a whole (to perform the monitoring function).

The 100VG-AnyLAN access method is typical for star networks.

When using a quad twisted pair, each of the four twisted pairs is transmitted at a speed of 30 Mbps. The total transfer rate is 120 Mbps. but useful information due to the use of the 5B / 6B code, it is transmitted at a speed of only 100 Mbit / s. Thus, the bandwidth of the cable must be at least 15 MHz. Category 3 twisted pair cable (bandwidth - 16 MHz) meets this requirement.

Thus, the 100VG-AnyLAN is an affordable solution for increasing the transmission speed up to 100 Mbps. However, it does not have full compatibility with any of the standard networks, so its further fate is problematic. In addition, unlike the FDDI network, it does not have any record parameters. Most likely, 100VG-AnyLAN, despite the support of reputable companies and a high level of standardization, will remain just an example of interesting technical solutions.

If we talk about the most common 100 Mbps Fast Ethernet network, then 100VG-AnyLAN provides twice the length of UTP category 5 cable (up to 200 meters), as well as a conflict-free method of exchange control.

Let's note the main features of the development of Ethernet networks and the transition to Fast Ethernet networks (IEEE 802.3u standard):

  • - tenfold increase in throughput;
  • - preservation of the random access method CSMA / CD;
  • - preservation of the frame format;
  • - support for traditional data transmission media.

These features, as well as support for two speeds and auto-sensing 10/100 Mbps, built into network cards and Fast Ethernet switches, allow for a smooth transition from Ethernet networks to faster Fast Ethernet networks, providing an advantageous succession compared to other technologies. Another additional factor for successful market penetration is the low cost of Fast Ethernet equipment.

Fast Ethernet architecture

Fast Ethernet layer structure (including MII interface and Fast Ethernet transceiver) is shown in Fig. 13. Even at the stage of development of the 100Base-T standard, the IEEE 802.3u committee determined that there is no universal scheme signal coding that would be ideal for all three physical interfaces (TX, FX, T4). Compared to the Ethernet standard, the encoding function (Manchester code) is performed by the physical signaling layer PLS (Fig. 5), which is located above the medium-independent interface AUI. In the Fast Ethernet standard, the coding functions are performed by the PCS coding sublayer located below the medium-independent MII interface. As a result, each transceiver must use its own set of coding schemes best suited to the respective physical interface, such as the 4V / 5V and NRZI set for the 100Base-FX interface.

MII interface and Fast Ethernet transceivers. MII (medium independent interface) in Fast Ethernet is analogous to AUI in Ethernet. The MII interface provides communication between the negotiation and physical coding sublayers. Its main purpose is to simplify the use of different types of environments. MII interface assumes further connection of Fast Ethernet transceiver. A 40-pin connector is used for communication. The maximum distance over the MII interface cable should not exceed 0.5 m.

If the device has standard physical interfaces (for example, RJ-45), then the structure of the physical layer sublayers can be hidden inside the microcircuit with a large logic integration. In addition, deviations in the protocols of intermediate sublevels in a single device are permissible, with the main goal of increasing performance.

Physical interfaces Fast Ethernet

The Fast Ethernet IEEE 802.3u standard establishes three types of physical interface (Fig. 14, Table 6 Main characteristics of physical interfaces of the IEEE 802.3u Fast Ethernet standard): 100Base-FX, 100Base-TX and 100Base-T4.


100Base-FX. The standard for this fiber optic interface is completely identical to the FDDI PMD standard. The main optical connector of the 100Base-FX standard is Duplex SC. The interface allows a full duplex communication channel.

  • * - the distance is reached only in duplex communication mode.
  • 100Base-TX. The standard for this physical interface assumes the use of an unshielded twisted pair of category 5 or higher. It is completely identical to the FDDI UTP PMD standard. The physical RJ-45 port, as in the 10Base-T standard, can be of two types: MDI (network cards, workstations) and MDI-X (Fast Ethernet repeaters, switches). A single MDI port may be present on a Fast Ethernet repeater.

Pairs 1 and 3 are used for copper transmission. Pairs 2 and 4 are free. The RJ-45 port on the network card and on the switch can support, in addition to the 100Base-TX mode, the 10Base-T mode, or the auto-sensing function. Most modern network cards and switches support this function over RJ-45 ports and, in addition, can operate in full duplex mode.

100Base-T4. This type of interface makes it possible to provide a half-duplex communication channel over a twisted pair UTP cat. 3 and higher. It is the ability of an enterprise to migrate from Ethernet to Fast Ethernet without radical replacement of the existing cabling system based on UTP cat.3 that should be considered the main advantage of this standard.

Unlike the 100Base-TX standard, where only two twisted pairs of cable are used for transmission, the 100Base-T4 standard uses all four pairs. Moreover, when communicating workstation and a repeater through straight cable data from the workstation to the repeater goes through twisted pairs 1, 3 and 4, and in the opposite direction - through pairs 2, 3 and 4, Pairs 1 and 2 are used for collision detection similar to the Ethernet standard. The other two pairs 3 and 4 alternately, depending on the commands, can pass the signal either in one direction or in the other direction. Transmitting a signal in parallel over three twisted pairs is equivalent to inverse multiplexing discussed in Chapter 5. The bit rate per channel is 33.33 Mbps.

Character coding 8B / 6T... If Manchester coding were used, the bit rate per twisted pair would be 33.33 Mbit / s, which would exceed the established 30 MHz limit for such cables. An effective reduction in the modulation frequency is achieved by using a ternary code instead of a direct (two-level) binary code. This code is known as 8B / 6T; this means that before transmission takes place, each set of 8 binary bits (character) is first converted according to certain rules into 6 triple (three-level) characters.

The 100Base-T4 interface has one significant disadvantage- the fundamental impossibility of supporting the duplex transmission mode. And if during the construction of small Fast Ethernet networks using 100Base-TX repeaters it has no advantages over 100Base-T4 (there is a collision domain, the bandwidth of which is not more than 100 Mbit / s), then during the construction of networks using switches, the disadvantage of the 100Base-T4 interface becomes obvious and very serious. Therefore, this interface is not as widespread as 100Base-TX and 100Base-FX.

Fast Ethernet device types

The main categories of devices used in Fast Ethernet are the same as in Ethernet: transceivers; converters; network cards (for installation on workstations / file servers); repeaters; switches.

Transceiver- a two-port device covering the PCS, PMA, PMD and AUTONEG sublevels, and having, on the one hand, an MII interface, on the other, one of the environment-dependent physical interfaces (100Base-FX, 100Base-TX or 100Base-T4). Transceivers are used relatively rarely, as well as network cards, repeaters, switches with an MII interface are rarely used.

Network Card. The most widespread are network cards with a 100Base-TX interface to the PCI bus. Optional but highly desirable features of the RJ-45 port are 100/10 Mbps autoconfiguration and full duplex support. Most of the current cards being released support these features. There are also network cards with 100Base-FX optical interface (manufacturers IMC, Adaptec, Transition Networks, etc.) - the main standard optical connector is SC (ST allowed) for multimode fiber.

Converter(media converter) is a two-port device, both ports of which represent media-dependent interfaces. Converters, unlike repeaters, can operate in full duplex mode, except for the case when there is a 100Base-T4 port. 100Base-TX / 100Base-FX converters are widespread. Due to the general trends in the growth of long-range broadband networks with the use of single-mode FOCs, the consumption of optical transceivers based on single-mode OFs has sharply increased in the last decade. Converter chassis that combine multiple individual 100Base-TX / 100Base-FX modules allow multiple converging fiber segments to be connected to a switch equipped with duplex RJ-45 (100Base-TX) ports.

Repeater. According to the parameter of maximum time delays during frame retransmission, Fast Ethernet repeaters are divided into two classes:

  • - Class I. Delay on double run RTD should not exceed 130W. Due to less stringent requirements, repeaters of this class can have T4 and TX / FX ports, and can also be stacked.
  • - Class II. Repeaters of this class have more stringent double run delay requirements: RTD

Switch- an important device of corporate networks. Most modern Fast Ethernet switches support 100/10 Mbit / s autoconfiguration over RJ-45 ports and can provide full duplex communication on all ports (except for 100Base-T4). Switches can have special additional slots for installing an up-link module. Optical ports such as Fast Ethernet 100Base-FX, FDDI, ATM (155 Mbit / s), Gigabit Ethernet, etc. can act as interfaces for such modules.

Large switch manufacturers Fast Ethernet companies are: 3Com, Bay Networks, Cabletron, DEC, Intel, NBase, Cisco, etc.

Fast Ethernet

Fast Ethernet - the IEEE 802.3 u specification officially adopted on October 26, 1995, defines a data link protocol standard for networks operating using both copper and fiber-optic cables at a speed of 100 Mb / s. The new specification is the successor to the Ethernet IEEE 802.3 standard, using the same frame format, CSMA / CD media access mechanism and star topology. Several physical layer configuration elements have evolved to increase throughput, including cable types, segment lengths, and number of hubs.

Fast Ethernet structure

To better understand the operation and understand the interaction of Fast Ethernet elements, refer to Figure 1.

Figure 1. Fast Ethernet System

Logic Link Control (LLC) Sublayer

In the IEEE 802.3 u specification, the link layer functions are divided into two sublayers: logical link control (LLC) and medium access layer (MAC), which will be discussed below. LLC, whose functions are defined by the IEEE 802.2 standard, actually provides interconnection with higher-level protocols (for example, IP or IPX), providing various communication services:

  • Service without connection establishment and acknowledgment of receipt. A simple service that does not provide flow control or error control, and does not guarantee correct data delivery.
  • Connection-oriented service. An absolutely reliable service that guarantees correct data delivery by establishing a connection to the receiving system before data transmission begins and using error control and data flow control mechanisms.
  • Connectionless service with acknowledgments. A moderately complex service that uses acknowledgment messages to ensure delivery, but does not establish connections until data is sent.

On the transmitting system, data sent down from the protocol Network layer are first encapsulated by the LLC sublayer. The standard calls them Protocol Data Unit (PDU). When the PDU is handed down to the MAC sublayer, where it is again framed with a header and post information, it can technically be called a frame at this point. For an Ethernet packet, this means that the 802.3 frame contains a three-byte LLC header in addition to the Network Layer data. Thus, the maximum allowable data length in each packet is reduced from 1500 to 1497 bytes.

The LLC header consists of three fields:

In some cases, LLC frames play a minor role in the network communication process. For example, on a network using TCP / IP along with other protocols, the only function of LLC might be to allow 802.3 frames to contain a SNAP header, like an Ethertype, indicating the Network Layer protocol to which the frame should be sent. In this case, all LLC PDUs use the unnumbered information format. However, other higher-level protocols require a more advanced service from the LLC. For example, NetBIOS sessions and several NetWare protocols use LLC connection-oriented services more broadly.

SNAP header

The receiving system needs to determine which of the Network Layer protocols should receive the incoming data. 802.3 packets within the LLC PDU use another protocol called Sub -NetworkAccessProtocol (SNAP, Subnetting Access Protocol).

The SNAP header is 5 bytes long and is located immediately after the LLC header in the data field of the 802.3 frame, as shown in the figure. The header contains two fields.

Organization code. The Organization or Vendor ID is a 3-byte field that takes the same value as the first 3 bytes of the sender's MAC address in the 802.3 header.

Local code. The local code is a 2 byte field that is functionally equivalent to the Ethertype field in the Ethernet II header.

Matching sublevel

As stated earlier, Fast Ethernet is an evolutionary standard. A MAC designed for the AUI interface needs to be mapped for the MII interface used in Fast Ethernet, which is what this sublayer is for.

Media Access Control (MAC)

Each node in a Fast Ethernet network has a media access controller (MediaAccessController- MAC). MAC is key to Fast Ethernet and has three purposes:

The most important of the three MAC assignments is the first. For any network technology that uses a common medium, the medium access rules that determine when a node can transmit are its primary characteristic. Several IEEE committees are involved in the development of rules for accessing the environment. The 802.3 committee, often referred to as the Ethernet committee, defines LAN standards that use rules called CSMA /CD(Carrier Sense Multiple Access with Collision Detection).

CSMS / CD are media access rules for both Ethernet and Fast Ethernet. It is in this area that the two technologies completely coincide.

Since all nodes in Fast Ethernet share the same medium, they can only transmit when it is their turn. This queue is defined by CSMA / CD rules.

CSMA / CD

The MAC Fast Ethernet controller listens on the carrier before transmitting. The carrier exists only when another node is transmitting. The PHY layer detects the presence of a carrier and generates a message for the MAC. The presence of a carrier indicates that the environment is busy and the listening node (or nodes) must yield to the transmitting one.

A MAC that has a frame to transmit must wait a minimum amount of time after the end of the previous frame before transmitting it. This time is called interpacket gap(IPG, interpacket gap) and lasts 0.96 microseconds, that is, one tenth of the transmission time of a normal Ethernet packet at 10 Mbps (IPG is the only time interval, always specified in microseconds, not bit time) Figure 2.


Figure 2. Interpacket gap

After the end of packet 1, all LAN nodes must wait for the IPG time before being able to transmit. The time interval between packets 1 and 2, 2 and 3 in Fig. 2 is the IPG time. After the transmission of packet 3 was complete, no nodes had material to process, so the time interval between packets 3 and 4 is longer than the IPG.

All nodes on the network must comply with these rules. Even if a node has many frames to transmit and this node is the only transmitting one, then after sending each packet it must wait for at least IPG time.

This is part of the CSMA Fast Ethernet Media Access Rules. In short, many nodes have access to the medium and use the carrier to keep track of whether it is busy.

The early experimental networks applied exactly these rules, and such networks worked very well. However, the use of CSMA alone caused a problem. Often, two nodes, having a packet to transmit and waiting for IPG time, would start transmitting at the same time, resulting in data corruption on both sides. This situation is called collision(collision) or conflict.

To overcome this obstacle, early protocols used a fairly simple mechanism. Packages were divided into two categories: commands and reactions. Each command sent by the node required a response. If no response was received for some time (called a timeout period) after the command was sent, the original command was re-issued. This could happen several times (the maximum number of timeouts) before the sending node recorded the error.

This scheme could work fine, but only up to a certain point. The occurrence of conflicts led to a sharp decrease in performance (usually measured in bytes per second), because nodes often stood idle waiting for responses to commands that never reached their destination. Network congestion, an increase in the number of nodes are directly related to an increase in the number of conflicts and, consequently, to a decrease in network performance.

Early network designers quickly found a solution to this problem: each node must detect the loss of a transmitted packet by detecting a conflict (and not wait for a reaction that will never follow). This means that packets lost due to the conflict must be retransmitted immediately before the timeout expires. If the host transmitted the last bit of the packet without a conflict, then the packet was transmitted successfully.

Carrier sense can be combined well with collision detection. Collisions still continue to occur, but this does not affect the performance of the network, since the nodes quickly get rid of them. The DIX group, having developed the rules for accessing the CSMA / CD environment for Ethernet, formalized them in the form of a simple algorithm - Figure 3.


Figure 3. Algorithm of CSMA / CD operation

Physical layer device (PHY)

Since Fast Ethernet can use different type cable, a unique signal preconversion is required for each medium. Conversion is also required for efficient data transmission: to make the transmitted code resistant to interference, possible loss, or distortion of its individual elements (baud), to ensure effective synchronization of clocks on the transmitting or receiving side.

Coding Sub-Layer (PCS)

Encodes / decodes data coming from / to the MAC layer using algorithms or.

Physical interconnection and physical media dependency sublayers (PMA and PMD)

The PMA and PMD sublayers communicate between the PSC sublayer and the MDI interface, providing formation in accordance with the physical coding method: or.

Auto-negotiation sublevel (AUTONEG)

The auto-negotiation sublayer allows two communicating ports to automatically select the most efficient mode of operation: full-duplex or half-duplex 10 or 100 Mb / s. Physical layer

The Fast Ethernet standard defines three types of 100 Mbps Ethernet signaling media.

  • 100Base-TX - two twisted pairs of wires. Transmission is carried out in accordance with the standard for data transmission in a twisted physical medium, developed by ANSI (American National Standards Institute - American National Standards Institute). Coiled data cable can be shielded or unshielded. Uses 4B / 5B data coding algorithm and MLT-3 physical coding method.
  • 100Base-FX is a two-core fiber optic cable. Transmission is also carried out in accordance with the ANSI standard for data transmission in fiber optic media. Uses 4B / 5B data coding algorithm and NRZI physical coding method.

100Base-TX and 100Base-FX specifications are also known as 100Base-X

  • 100Base-T4 is a special specification developed by the IEEE 802.3u committee. According to this specification, data transmission is carried out over four twisted pairs of telephone cable, which is called UTP Category 3 cable. It uses 8B / 6T data coding algorithm and NRZI physical coding method.

Additionally, the Fast Ethernet standard includes guidelines for Category 1 shielded twisted pair cable, which is the standard cable traditionally used in Token Ring networks. The support organization and guidelines for using STP cable on Fast Ethernet provide a path to Fast Ethernet for customers with STP cabling.

The Fast Ethernet specification also includes an auto-negotiation mechanism that allows a host port to automatically adjust to a data transfer rate of 10 Mbps or 100 Mbps. This mechanism is based on the exchange of a number of packets with a port of a hub or switch.

100Base-TX environment

Two twisted pairs are used as the transmission medium for 100Base-TX, with one pair being used to transmit data and the other to receive them. Since the ANSI TP-PMD specification contains descriptions of both shielded and unshielded twisted pairs, the 100Base-TX specification includes support for both unshielded and shielded type 1 and 7 twisted pairs.

MDI (Medium Dependent Interface) connector

The media-dependent 100Base-TX link interface can be one of two types. For unshielded twisted-pair cable, use an 8-pin RJ 45 Category 5 connector as the MDI connector. The same connector is used on a 10Base-T network to provide backward compatibility with existing Category 5 cabling. use IBM STP type 1 connector, which is a shielded DB9 connector. This connector is commonly used in Token Ring networks.

Category 5 (e) UTP cable

The UTP 100Base-TX media interface uses two pairs of wires. To minimize crosstalk and possible signal distortion, the remaining four wires should not be used to carry any signals. The transmit and receive signals for each pair are polarized, with one wire carrying the positive (+) and the other negative (-) signal. The color coding of the cable wires and the pin numbers of the connector for the 100Base-TX network are shown in table. 1. Although the 100Base-TX PHY layer was developed after the adoption of the ANSI TP-PMD standard, the RJ 45 connector pin numbers have been changed to align with the 10Base-T pinouts already used. The ANSI TP-PMD standard uses pins 7 and 9 to receive data, while the 100Base-TX and 10Base-T standards use pins 3 and 6 for this. This wiring allows you to use 100Base-TX adapters instead of 10 Base adapters - T and connect them to the same Category 5 cables without changing the wiring. In the RJ 45 connector, the pairs of wires used are connected to pins 1, 2 and 3, 6. For the correct connection of the wires, follow their color-coded.

Table 1. Purpose of connector contactsMDIcableUTP100Base-TX

Nodes interact with each other by exchanging frames (frames). In Fast Ethernet frame is the basic unit of exchange over the network - any information transmitted between nodes is placed in the data field of one or more frames. Forwarding frames from one node to another is possible only if there is a way to unambiguously identify all network nodes. Therefore, each node on the LAN has an address called its MAC address. This address is unique: no two nodes local network cannot have the same MAC address. Moreover, in no LAN technology (with the exception of ARCNet) no two nodes in the world can have the same MAC address. Any frame contains at least three main pieces of information: recipient address, sender address, and data. Some frames have other fields, but only the three listed are required. Figure 4 shows the Fast Ethernet frame structure.

Figure 4. Frame structureFastEthernet

  • address of the recipient- the address of the node receiving the data is indicated;
  • sender's address- the address of the node that sent the data is indicated;
  • length / type(L / T - Length / Type) - contains information about the type of transmitted data;
  • frame checksum(PCS - Frame Check Sequence) - designed to check the correctness of the frame received by the receiving node.

The minimum frame size is 64 octets, or 512 bits (terms octet and byte - synonyms). The maximum frame size is 1518 octets, or 12144 bits.

Frame addressing

Each node on a Fast Ethernet network has a unique number called the MAC address or node address. This number consists of 48 bits (6 bytes), assigned to the network interface during device manufacture and programmed during initialization. Therefore, the network interfaces of all LANs, with the exception of ARCNet, which uses 8-bit addresses assigned by the network administrator, have a built-in unique MAC address that differs from all other MAC addresses on Earth and is assigned by the manufacturer in agreement with the IEEE.

To facilitate the management of network interfaces, the IEEE has proposed to divide the 48-bit address field into four parts, as shown in Figure 5. The first two bits of the address (bits 0 and 1) are address type flags. The meaning of the flags determines how the address part is interpreted (bits 2 - 47).


Figure 5. Format of the MAC address

The I / G bit is called individual / group address flag and shows what (individual or group) the address is. An individual address is assigned to only one interface (or node) on the network. Addresses with the I / G bit set to 0 are MAC addresses or node addresses. If the I / O bit is set to 1, then the address belongs to the group and is usually called multipoint address(multicast address) or functional address(functional address). A multicast address can be assigned to one or more LAN network interfaces. Frames sent to a multicast address receive or copy all LAN network interfaces that have it. Multicast addresses allow a frame to be sent to a subset of hosts on a local network. If the I / O bit is set to 1, then bits 46 to 0 are treated as a multicast address and not as the U / L, OUI, and OUA fields of the normal address. The U / L bit is called universal / local control flag and determines how the address was assigned to the network interface. If both bits, I / O and U / L, are set to 0, then the address is the unique 48-bit identifier described earlier.

OUI (organizationally unique identifier - organizationally unique identifier). The IEEE assigns one or more OUIs to each manufacturer of network adapters and interfaces. Each manufacturer is responsible for the correct assignment of the OUA (organizationally unique address - organizationally unique address), which should have any device it creates.

When the U / L bit is set, the address is locally managed. This means that it is not specified by the manufacturer of the network interface. Any organization can create its own MAC address for the network interface by setting the U / L bit to 1, and bits 2 through 47 to some chosen value. Network interface After receiving the frame, the first thing to do is to decode the recipient's address. When the I / O bit is set in the address, the MAC layer will receive this frame only if the destination address is in the list that is stored on the node. This technique allows one node to send a frame to many nodes.

There is a special multicast address called broadcast address. In a 48-bit IEEE broadcast address, all bits are set to 1. If a frame is transmitted with a destination broadcast address, then all nodes on the network will receive and process it.

Field Length / Type

The L / T (Length / Type) field serves two different purposes:

  • to determine the length of the data field of the frame, excluding any padding with spaces;
  • to denote the data type in the data field.

The L / T field value between 0 and 1500 is the length of the data field of the frame; more high value indicates the type of protocol.

In general, the L / T field is a historical residue of the Ethernet standardization in the IEEE, which gave rise to a number of compatibility problems for equipment released before 1983. Nowadays Ethernet and Fast Ethernet never use L / T fields. The specified field serves only for coordination with the software that processes frames (that is, with protocols). But the only truly standard purpose of the L / T field is to use it as a length field - the 802.3 specification does not even mention its possible use as a data type field. The standard states: "Frames with a length field value greater than that specified in clause 4.4.2 may be ignored, discarded, or privately used. The use of these frames is outside the scope of this standard."

Summarizing what has been said, we note that the L / T field is the primary mechanism by which frame type. Fast Ethernet and Ethernet frames in which the L / T field value specifies the length (L / T 802.3 value, frames in which the data type is set by the value of the same field (L / T value> 1500) are called frames Ethernet- II or DIX.

Data field

In the data field contains information that one node sends to another. Unlike other fields that store very specific information, a data field can contain almost any information, as long as its size is at least 46 and no more than 1500 bytes. How the content of a data field is formatted and interpreted is determined by the protocols.

If you need to send data less than 46 bytes in length, the LLC layer adds bytes with an unknown value to the end, called insignificant data(pad data). As a result, the field length becomes 46 bytes.

If the frame is of 802.3 type, the L / T field indicates the amount of valid data. For example, if a 12-byte message is being sent, then the L / T field contains the value 12, and the data field contains 34 additional insignificant bytes. Adding insignificant bytes initiates the Fast Ethernet LLC layer, and is usually implemented in hardware.

The MAC layer facility does not specify the contents of the L / T field — the software does. Setting the value of this field is almost always done by the network interface driver.

Frame checksum

The Frame Check Sequence (PCS) ensures that the received frames are not corrupted. When forming the transmitted frame at the MAC level, a special mathematical formula is used CRC(Cyclic Redundancy Check), designed to calculate a 32-bit value. The resulting value is placed in the FCS field of the frame. The values ​​of all bytes of the frame are supplied to the input of the MAC layer element that calculates the CRC. The FCS field is the primary and most important Fast Ethernet error detection and correction mechanism. Starting from the first byte of the destination address and ending with the last byte of the data field.

DSAP and SSAP Field Values

DSAP / SSAP Values

Description

Indiv LLC Sublayer Mgt

Group LLC Sublayer Mgt

SNA Path Control

Reserved (DOD IP)

ISO CLNS IS 8473

The 8B6T coding algorithm converts an eight-bit data octet (8B) to a six-bit ternary symbol (6T). Code groups 6T are designed to be transmitted in parallel over three twisted pairs of cable, so the effective data transfer rate for each twisted pair is one third of 100 Mbit / s, that is, 33.33 Mbit / s. The ternary symbol rate for each twisted pair is 6/8 of 33.3 Mbps, which corresponds to a clock rate of 25 MHz. It is with this frequency that the timer of the MP interface works. Unlike binary signals, which have two levels, ternary signals transmitted on each pair can have three levels.

Character encoding table

Linear code

Symbol

MLT-3 Multi Level Transmission - 3 (multilevel transmission) - a bit similar to the NRZ code, but unlike the latter, it has three signal levels.

The unit corresponds to the transition from one signal level to another, and the change in the signal level occurs sequentially taking into account the previous transition. When transmitting "zero", the signal does not change.

This code, like NRZ, needs to be pre-encoded.

Compiled on the basis of materials:

  1. Laem Quinn, Richard Russell "Fast Ethernet";
  2. K. Zakler "Computer Networks";
  3. V.G. and N.A. Olifer "Computer Networks";