2.4. Bridge Performance

A bridge performs two performance-intensive operations:

  • It implements the decision-making algorithms-table lookup, fil-ter/forward decision, and table maintenance.

  • It moves data among its ports (data flow).

A deficiency in either element can reduce the bridge's performance below the theoretical best case.

2.4.1. What Does It Take to Be the Best?

You cannot ask a bridge to do more than filter and/or forward 100 percent of the arriving traffic. The decision-making algorithms of a bridge are performed on a frame basis; that is, the amount of work required of the bridge is the same regardless of whether the frames received are short or long. The worst-case situation from the decision-making perspective is therefore to have every port bombarded with the maximum number of frames theoretically possible in a given period of time. This generally occurs with minimum-length frames, minimum interframe spacing, and negligible propagation delays. For a given LAN port, the maximum frame arrival rate is a function of the data rate and the LAN technology employed. Table 2-2 lists the maximum frame arrival rates for some popular LAN technologies.

Table 2.2. Maximum Frame Arrival Rates
TECHNOLOGYDATA RATE (MB/S)MAXIMUM RATE (SECOND S/FRAME)MAXIMUM RATE (FRAMES/SECOND)
Ethernet1067.2μs14,881.0
 1006.72μs148,809.5
 1000672.0 ns1,488,095.2
Token Ring450.0μs20,000.0
 1614.5μs68,965.5
 1002.88μs347,222.2
FDDI1002.0μs500,000.0
[]

[] Note: Figures for Token Ring and FDDI assume LLC-1, zero ...

Get The All-New Switch Book: The Complete Guide to LAN Switching Technology, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.