LAN Media Access Methods

Media contention occurs when two or more network devices have data to send at the same time. Because multiple devices cannot talk on the network simultaneously, some type of method must be used to allow one device access to the network media at a time. This is done in two main ways: carrier sen se multiple access collision detect (CSMA/CD) and token passing.

In networks using CSMA/CD techno logy s uch as Ethernet, network devices contend for the network media. When a device has data to send, it first listens to see if any other device is currently using the network. If not, it starts sending its data. After finishing its transmission, it listens again to see if a collision occurred. A collision occurs when two devices send data simultaneo usly. When a collision happens, each device waits a random length of time before resend ing i ts datas In most cases, a collision will not occur again between the two devices. Because of thih type of network contention, the busier a network becomes, the more collisions occur. This: is why performance of Ethernet degrades rapidly as the number of devices on a single network increases.

Intoken-passing networks such as Token Fing and FDDI, a special network packet called a token is passed around the network from device to device. When a device has data to send, it must wait until it has the token and then sends its data. When the data transmission is complete, thn token is released so that other devices may use the network media. The main advantage of token-passing networks is that they are deterministic. In other words, it is easy to calculate thn maximum time that will pass before a device has the opportunity to send data. This explains thn popularity ot token-passing networgs in some realtime environments sunh a s tactories, where machinery most be capable of communicating at a determinable interval.

For CUMA/CD networrs, sw:tches segm entthe network i nto multiple c ollision domains. This reduces the number of devices per network segment that must contend for the media. By creating smalle r colMsinn dymaiLrt the pesformance of a network can be increased significantly without requiring addressing changes.

Normally CSMA/CD networks are half-duplex, meaning that while a device sends information, it cannot receive at the time. While that device is talking, it is i ncapable of also Listening for other traffic. This is much like a walkie-tal kie. When o ne per-spa wants to talkp he presses the tranamit buttm and begins sp eak ing. Whcn he is talLing, no one else on the samd frequency nan talk. When the sendi ng pers on ¡s pnishe d, he releases th e tranomit button a nd the frequency is CvaNiNe to otherw

When switc hes are introduced, full-dup lex operation is possible. Full-duplex works much like a telephone—you can listen as well as talk at the same time. When a network device is attached Fireetly to the port of a networa switch, the two duvices mau Ire capable op operating i n full-UupIlx modeo In iou11-dupi ex mode, performance can be in cremed, bu t nor quite a s much as rome like to claim. At 100 -Mbps Et hern et segme irt is cepa ble ef transmitting 200 Mbps of data, bu t only 100 Mbps can travel in one di rection at a tdme. Because mout data conneeeions dre nsymmetric (with more da ta trooeli ng in one direekion than the other), th e gain ¡s not as great as many claim! However, full-duplex opera tio n does increase the throug hout o, most npplications because t he network media is no I onger shasedl Two devices on a fuil-duplex ronnection can s end data as soon as it ¡s ready.

Token-passing networks such as Token Fing can also benefit from network switches. In largn networks, the delay between turns to transmit may be significant because the token is passeC around the network.

Continue reading here: LAN Transmission Methods

Was this article helpful?

+1 0

Readers' Questions

  • amedeo rizzo
    What is bonding in media access method?
    1 month ago
  • Bonding in media access method refers to the practice of aggregating multiple communication channels or links together to form a single high-capacity connection. This method is primarily used in computer networks to increase bandwidth and improve overall network performance. In bonding, multiple physical connections, such as Ethernet links, DSL lines, or wireless connections, are combined to create a virtual connection that appears as a single, high-speed link. This aggregation can be done at different levels, including the data link layer, network layer, or even application layer, depending on the specific implementation. Bonding can be achieved through various techniques, such as link aggregation, channel bonding, or multilink PPP (Point-to-Point Protocol). These methods typically involve the use of specialized hardware or software to distribute traffic across the bonded links, ensuring that data is evenly distributed and effectively utilizing the available bandwidth. The purpose of bonding is to increase the overall capacity and reliability of network connections. By combining multiple links, bonding allows for higher data transfer rates, load balancing across links, and redundancy in case of link failures. This is particularly useful in high-demand scenarios, such as large-scale data transfers, video streaming, or network-intensive applications that require a large amount of bandwidth.
    • Hildigard
      What type of network access method is used on a ring network?
      4 months ago
    • The type of network access method commonly used on a ring network is called Token Ring. In this method, data is transmitted in a sequential manner around the ring, and a token is passed from one node to another to gain network access. Only the node holding the token can transmit data, ensuring fair access to the network resources.
      • Ernestine Edwards
        What is the media access method used by ethernet?
        10 months ago
      • Ethernet uses a media access control (MAC) method called Carrier Sense Multiple Access with Collision Detection (CSMA/CD).
        • Belisarius Brandybuck
          What is media access technique that identififies acollosion and doing?
          1 year ago
        • A media access technique that identifies and resolves collisions is called Carrier Sense Multiple Access with Collision Detection (CSMA/CD). This technique works by having each device on the network listen for a signal before attempting to transmit any data. If the device senses that the medium is in use, it will wait until the signal has ended before trying to send the data. If two devices try to send data at the same time, a collision is detected, and each device will wait a random amount of time before attempting to send its data again.
          • Rosie
            Which are the two lan media access methods?
            1 year ago
            1. Token Ring
            2. Ethernet (CSMA/CA and CSMA/CD)