Can I create such a network with just one router

1

enter image description here

I want to be able to set up such a network with using just one router and having just one cable on the specified part of the network.

I could do this with 2 routers easily(one located near computer 1 and one in the room where the other two computers are located. But can I do it with only one router(without wireless)

Ryan

Posted 2012-02-20T10:14:49.527

Reputation: 123

You can do it with 1 router, but you'll need a switch as well ;) – Der Hochstapler – 2012-02-20T10:49:30.670

If you want to be cheap; a hub, otherwise go for a switch. They cost less than a router as they are just "dumb" devices. Eg. No configuration and other special things, they just do what they need to do. – Tamara Wijsman – 2012-02-20T14:00:34.180

Are you just trying to not run multiple cables? If so, there is always a multi-cable: http://store.yourdigitalhome.co.uk/cable/HNC-10.html

– MaQleod – 2012-07-17T19:40:25.107

Answers

4

   Phone line ...... [DSL-modem/Router/Switch]               [Switch]
                                       oooo                   oooo
                                       |  |                   ||||
                                       |  `-------------------'|| `------- [C2]
                               [C1] ---'                       | `-------- [C3]
                                                                `--------- [Printer]

   Key:   ....  Phone cable
          ----  Cat5/6/6e Ethernet cable
          [xx]  Device in 1 case
          o     100Base-T port (8P8C socket aka RJ45 socket) for Ethernet patch cable

RedGrittyBrick

Posted 2012-02-20T10:14:49.527

Reputation: 70 632

Always +1 for the ASCII effort! :D (And it's just a proper answer) – BloodPhilia – 2012-02-20T12:04:45.007

nice ASCII Art :-) – None – 2012-02-20T12:18:36.360

1

If you would really want to share media you could get yourself a Cheapernet system as described here: http://en.wikipedia.org/wiki/10BASE2 Sincerly you don't want to do that. So instead of having a second router, get yourself a decent ethernet switch for at least 100BaseT http://en.wikipedia.org/wiki/Ethernet or faster.

user118305

Posted 2012-02-20T10:14:49.527

Reputation:

0

What you need is a switch. A network switch lives in the space between a router and a network hub, in that it's smart enough to send traffic only where it needs to go, but doesn't have all the smarts of a router, like a DHCP server, firewall, and NAT. A hub, by the way, just sends all packets coming into one port to all the other ports. It's pretty dumb that way.

You would string your single cable from the router where your internet comes in to the network switch located near your printer and second and third computers. Then it's just short cables from the switch to each device.

MBraedley

Posted 2012-02-20T10:14:49.527

Reputation: 2 712