The first thing you need to do is educate yourself about how a switch works.
Switches build a table of the source MAC addresses observed, and
associates them with the ports on which they were received. Once
learned, the switch then forwards unicast packets out the associated
port "only".
e.g.: If a switch learns that the host with MAC address "X" is connected
to port 2, there is no longer a need to send traffic destined to that
host out all ports. It only sends the traffic out the port that it knows
the host is connected to.
With your current scenario (i.e.: one switch connect to the router's
integrated switch) the only traffic seen on that router's interface is
traffic destined to and from the Internet, as well as Layer 2 broadcasts
and multicasts.
That router interface is "not" seeing or processing LAN traffic between
intranet hosts. Therefore, the load placed on the router's integrated
switch is modest given the modest throughput of your Internet connection.
If you change your topology to, lets say four intranet switches, each
with a connection to a port on the router's integrated switch, the
following is the result:
When a host connected to intranet switch #1 wants to communicate with a
host connected to intranet switch #4, that communication is now entering
one port on the router's integrated switch, and exiting another. You are
now burdening the router's integrated switch with LAN to LAN traffic.
This is not desirable. Let the router do what it was designed to do
(route packets) with the lightest load possible.
Best Regards,
News Reader
steve wrote:
> I wanted to see if I can get better performace with the network I
> have.
>
> It is something that I inherited, I have always had the view of
> leaving alone basically.
> However in an effort to speed things up...
>
> I have a router connected to the interent, Wan port. I will call this
> my WAN/router. This Wan/router has about 4 ports on it. Then there
> is one cable running from there to a switch. From this switch feeds
> all the other lines in the building to other switches, routers,
> wireless routers in many cases computers.
>
> My question is, Would it be better to use up the extra ports on the
> first WAN/router to connect to other swtiches and routers inside the
> buidling, rather than as it is curently a single cable running from
> that WAN/router to a swtich and then to other devices.
>
> My thinking is that right now, all the signals come into the first WAN/
> router then out through a single port to the switch and other
> devices.
>
> I'm just thinking maybe spreading it out a little using up some of the
> other ports on the first WAN/router out to the network would help to
> share things a little.
>
> If you have other suggestions I'm happy to entertain them but I would
> like an answer to the question as at this moment this is what we have
> and this is for a school where money is tight. I dont anticipate
> making any changes in the near future.
>
> Regards
|