Switch – How to wire 20 computers and 20 phones and 1 server into LAN

connectionlocal-area-networkswitch

I have currently 3 switches
Two Netgear JFS524 with 24 slots,
One Belkin with 16 slots.
Server
DSL Internet Router.

Main question is how to connect switches together, two Netgear's are next to each other, yet one is about 100 feet away and holds about 5 computer and 5 phones.

If i connect them with only 1 wire will that limit bandwidth? e.g. all 23 computers will be limited to speed of one CAT5e cable?

If i connect switches with 2 cables will this give speed boost?

What's the ideal scenario should i just move the third switch next to other two?

  1. Will the speed of computer connected to white switch be same as computer connected to top switch?
  2. Will moving white switch right next top switch and having 16 wires comming 100 feet instead of 1 wire comming 100 feet make it faster?

enter image description here

EDIT 1: I actually have NETGEAR ProSafe GS105 Gigabit switch its only has 4 ports in it though, you think i can have use of it in current setup?

Like connect all 3 switches and server into it and keep internet router and phone server on one of the slower switches

EDIT 2: Everyone mention gigabit switches, but will they do any difference with 10/100 network cards? I then have to use gigabit cards in every computer too? I could in server perhaps, but users will be 10/100

Best Answer

FIRST, if you can spend a bit of money, buy a good, fast 48-port GB switch. You want the faster "backplace" .. basically the speed limit inside the switch. I like this one for less than US$600. Plug everything into it. If the devices on the 100-ft switch are closer than 300 feet, plug them in as well, otherwise use a second switch out there.

This should make your little network perform just fine.

This switch is unmanaged and costs less than US$400. But being able to give the switch an IP and browse to it to see status, speed, etc. is well worth the money if you are having issues.

SECOND, if you just can't spend any money. Make the little GB switch the hub, and connect the three switches and the server into it. This will make the least number of hops between any two nodes. Get a GB card for the switch if you can.

THIRD, the specific answers to the specific questions.

If i connect them with only 1 wire will that limit bandwidth? e.g. all 23 computers will be limited to speed of one CAT5e cable?

The speed limitation is the speed of the switch ports and the speed of the switches. CAT5e cable will not be a bottleneck in your network.

DO NOT CONNECT SWITCHES WITH MULTIPLE CABLES, and TAKE CARE TO AVOID LOOPS AND MULTIPLE PATHS. Google "spanning tree" for more information about why.

Will the speed of computer connected to white switch be same as computer connected to top switch?

If the network is busy, no. You have slow, cheap switches, so they will pass traffic slowly. Thereform, more hops = slower traffic.

Will moving white switch right next top switch and having 16 wires comming 100 feet instead of 1 wire comming 100 feet make it faster?

It should not make any difference.

EDIT 2: Everyone mention gigabit switches, but will they do any difference with 10/100 network cards? I then have to use gigabit cards in every computer too? I could in server perhaps, but users will be 10/100

YES, GB in the switch will improve performance even if all of the connections are 100MB. The "backplane speed" (= internal speed) of the switch will be faster, as will any uplinks. And you are really going to want to put a GB card in the server at some point.

Good luck.