Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Carrier Ethernet

Reply
Thread Tools

Carrier Ethernet

 
 
Mark
Guest
Posts: n/a
 
      10-06-2012
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" ?

Thanks.

Mark


 
Reply With Quote
 
 
 
 
Barry Margolin
Guest
Posts: n/a
 
      10-06-2012
In article <>,
Robert Wessel <> wrote:

> On Fri, 5 Oct 2012 23:57:04 -0400, "Mark"
> <> 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?

--
Barry Margolin,
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
 
Reply With Quote
 
 
 
 
Michelot
Guest
Posts: n/a
 
      10-06-2012
Hi, Mark

> they often say, for examplehttp://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" ?


Bridges are indeed used in network providers.

Spanning tree is generally not used. If the provider is adding a
bridge, STP would disrupt its network too long time, to converge.

In Ethernet WAN, we consider connectionless paths (CL) and oriented
connection paths (CO). With CO paths, address learning process is
useless.

Best regards,
Michelot
 
Reply With Quote
 
Stephen
Guest
Posts: n/a
 
      10-06-2012
On Fri, 05 Oct 2012 23:43:54 -0500, Robert Wessel
<> wrote:

>On Fri, 5 Oct 2012 23:57:04 -0400, "Mark"
><> 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.


Bridging has some tables and overheads that grow faster than linear
with the number of connections and devices across the entire set of
indirectly connected switches.

Every end point connected to a bridged system has at least 1 MAC
address, and any traffic to that device implies that MAC has entries
in some or all the devices that make up the network.

This means linear scaled up table space is needed, but the maintenance
overheads that occur grow more quickly as well.

The other practical problem is that a network needs to be stable to
operate well, and in practice that means that you need ways to limit
changes to parts of the system so their effect stay local.

in bridging a topology change can propagate across the system.
>
>Routing, OTOH, is much more hierarchical, and network interconnections
>are managed much more explicitly, so it scales far better. Basically
>the Internet is all routed (as opposed to bridged), with the obvious
>exception of relatively local and small bridged networks (usually
>smaller than a few thousand nodes).


Think of the hierarchy in routing as being selective information
hiding.

Instead of 1 entry per MAC address for 100,000 devices in table for a
big corporate network, you may need just 1 or a few routing entries
saying "xxx corp is that way".

This means any topology change in xxx corp stays within their system -
the rest of the system doesnt need to see it
--
Regards

- replace xyz with ntl
 
Reply With Quote
 
Michelot
Guest
Posts: n/a
 
      10-07-2012
Hi Stephen,

> Every end point connected to a bridged system has at least 1 MAC
> address, and any traffic to that device implies that MAC has entries
> in some or all the devices that make up the network.


In the user plane, a bridge is not a MAC end point.

Best regards,
Michelot
 
Reply With Quote
 
Rick Jones
Guest
Posts: n/a
 
      10-08-2012
In comp.dcom.lans.ethernet Robert Wessel <> wrote:
> 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.


Wording quibble. Given the loaded nature of the word "broadcast" it
might be better to put that as "frames get transmitted out all
connected ports" or "frames get flooded out all connected ports" lest
some new folks think the frames get transformed into actaul broadcast
frames.

rick jones
--
web2.0 n, the dot.com reunion tour...
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
 
Reply With Quote
 
glen herrmannsfeldt
Guest
Posts: n/a
 
      11-01-2012
In comp.dcom.lans.ethernet Mark <> wrote:

> 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" ?


The meaning of "scale" is in the sense of how one quantity must
change when you change another.

One can, for example, discuss the change in the size of the legs
of an animal with its weight. That is:

"How does an animal's leg scale with its weight?"

In many interesting and useful cases, the answer is an exponent.

How does a tree trunk diameter scale with tree height?

How does the speed of a transistor scale with its size?

How does the cost of a transistor scale with it speed or size?

Doesn't scale means that something else happens, such that
the scaling laws aren't useful anymore.

Transistors (and animals) don't scale well down to atomic size.
They also don't scale well up to planetary size.

-- glen
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Carrier Ethernet... why utilize other transport mechanism? RMW Cisco 4 09-18-2009 12:47 AM
MPLS: Carrier supporting carrier and AToM No_Problem Cisco 0 02-13-2007 03:30 PM
Cisco SOHO 91 Router showing Ethernet 0 instead of Fast Ethernet 0 andyr Cisco 4 04-14-2005 01:12 PM
AAUI to Ethernet vs. AUI to Ethernet tranceiver? JXM2119 Cisco 2 03-11-2005 11:13 PM
Can 803 (ISDN-ethernet) work ethernet-ethernet? Peter Cisco 2 12-11-2003 11:24 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57