Go backward to Token Ring Reliability
Go up to Top

High Speed LANs

  1. There are two basic measures of the performance of a medium access control protocol:

    Delay
    measures the difference between the amount of time required to deliver a packet using a given access control protocol and the time required if the sending station had exclusive access to the network.

    Efficiency
    (or utilization) measures the amount of data delivered per unit time compared to the amount that could be delivered in the same time if medium access control was not an issue.

  2. I have already pointed out that the ratio of the time it takes a packet to propagate through a network to the time it takes to transmit a packet has a significant effect on the efficiency of most protocols.

  3. The problems associated with large "a" values are typically caused by increases in transmission speed. Therefore, LANs in which "a" is large are considered High Speed LANs even though a large "a" value may actually be the result of an increase in network size.

  4. A great deal of effort has been devoted to the design of protocols that operate efficiently on high speed LANs (a.k.a. HSLNs).

  5. We will first discuss collision free protocols for uni-directional bus networks. Then we will look at two alternate approaches to the design of ring protocols: slotted rings and insertion rings. Finally, we will look at a slotted bus protocols, DBDQ.

Computer Science 336
Department of Computer Science
Williams College

Prev Up