mikeh501
Registered user
cookie said:mikeh501, can you clarify something for me so i know what i'm on about next time?
personally, i have an adsl router connected directly to one pc, then a cable from the router to a switch which presently connects to another 2 pcs both of which connect to the internet fine.
what is the difference between connecting dick's NTL box to a switch & me connecting my router to a switch?
Its all about TCP/IP......
Your ISP provides you as a residential subscriber with a single IP address. This public address is entirely unique on the entire internet so that when you communicate with a web server for instance it can route the information back to you over the internet. So, as you have only a single address you cant share it with any other machine either.
You see routers are far more sophisticated than hubs and switches. Routers work at the TCP/IP level of networking, whilst hubs and routers work at the more physical level, having no interest in TCP/IP at all.
What your router does in this scenario is to take the single address given to you by your ISP and use it itself. This is what the WAN port is doing on your router.
The router then gives out as many addresses as you want on the LAN side of its function. These addresses are what are called private addresses and cannot be used on the internet.
So once your LAN machines have addresses and your router has the WAN address from the ISP, you router is clever enough that it can act on behalf of your machines on your LAN through a single IP address. So when you goto browse the web your internet packets leave your machine, goto your router which replaces the source IP of the packets with its own WAN IP address and forwards onto the destination. The web server which receives those packets then responds by sending the web page to the source of the request which is your routers WAN address. Your router is clever enough that it knows which machine to forward it back to on your local LAN. This is known as Network Address Translation (NAT).
So to answer your question specifically...
personally, i have an adsl router connected directly to one pc, then a cable from the router to a switch which presently connects to another 2 pcs both of which connect to the internet fine.
In this scenario you have only have one IP address on the WAN side of your router which is exactly how it should be. You can have as many as you want on the LAN side, and daisy chain hubs and switches from your router.
what is the difference between connecting dick's NTL box to a switch & me connecting my router to a switch? [/B]
Again this would work so long as you didnt have any computer connected to the switch and just the router WAN port. All your PC's then connected to the LAN side of the router.
