On Sat, 06 Oct 2012 02:13:16 -0400, Barry Margolin
<
bar...@alum.mit.edu> wrote:
>In article <
g2dv68dkuhkjv1q4d...@4ax.com>,
> Robert Wessel <
robert...@yahoo.com> wrote:
>
>> On Fri, 5 Oct 2012 23:57:04 -0400, "Mark"
>> <
mark_cruz...@hotmail.com> wrote:
>>
>> >Hello,
>> >
>> >they often say, for example
http://en.wikipedia.org/wiki/Carrier_Ethernet
>> >that such concepts as "bridge" or "spanning tree" don't scale well to large
>> >networks. What exactly is meant here by "scale" ?
>>
>>
>> Quite simply that bridges and the spanning tree protocol won't work on
>> really large networks. For example, most bridges (switches) can only
>> learn a few tens of thousands of MAC addresses - and if there are more
>> devices than the bridges can learn, frames get broadcast to all
>> attached LANs. Further the way that addresses are propagated around
>> the network, and how the network organizes itself, also fairs poorly
>> in large networks.
>
>Anyone remember back in the 80's when the telecoms thought that they
>could build nationwide networks as a single (or maybe a few large) ATM
>cloud?
Sure, although I've always thought that the telecoms get a bit too
much grief for not realizing that packet switching was the wave of the
future.
In the early eighties, the (effectively) virtual circuit switched
phone network was orders of magnitude larger than the Internet. Even
IBM's *internal* SNA network (also effectively VC) was bigger than the
entire Internet until about 1985/86. Also, in that era, well before
the WWW, connections/sessions tended to have absurdly (by current
standards) long lifetimes, even on the Interne,. Think TELNET and FTP
type sessions dominating traffic. And on the local side, connections
between things like workstations and servers could also easily be
considered very long term. Even some of the interactive precursors to
the WWW, like NAPLPS/videotex/teletext, were oriented around long term
connections. In such an environment, a (virtual) circuit switched
approach, with the associated high circuit setup costs, is at least
reasonable.
Even today, large parts of the Internet run over telco provided
circuits, many of which are actually running ATM under the hood
(SONET/SDH links, and most DSL lines), although that is declining,
particularly at the higher end.
But having vast numbers of very short-lived connections makes the
circuit switched approach much less attractive. Although there are
ongoing and repeated efforts to bring some of the advantages of
circuit switching back to IP routing (IP Flows, for example).
And there's a bit of a terminology problem. A "switch" was the
traditional name of the device handling circuit switched connections,
and was really nothing like what we'd have called a "bridge" on
packet/frame oriented LANs. And as I mentioned some of the switching
systems had demonstrated far greater scalability than any packet
switching network at the time. The adoption of the term "switch" for
marketing Ethernet bridges just adds to the confusion.