what assigns the ip addresses.
hi.. every one.
i have a very basic doubt. say i am setting up a network(ethernet) with 1000 nodes.
This is how i will connect. ( correct me if i am wrong)
- first i will get connection from ISP.
- ISP to router(which runs operating system on it and routes all the packets to respective networks). through firewall if necessary
- router to switch/hub. ( i know that switch will also have an OS running on it. but i am not sure about hub)
- hub/switch to switch/hub (if necessary)
- finally to nodes(computers)
is my network completeQ my doubt is that
- how does the ip assigning takes place?
- what assigns the ips to all the nodes?
please.. if you find any links helps me. suggest few.
your ISP assigns one ip address, this will be your router's "external" ip address. your router then assigns internal ip addresses to whatever nodes you have. then all your computers will have different ip's within your local network, but they share the same external ip. so when you connect to the internet they all have the same address as far as the site you're connecting to is concerned..
Look up and study about NAT and DHCP:
http://en.wikipedia.org/wiki/Network_address_translation http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol
(I give wiki links when people don't want to fucking google stuff for themselves). Hope you learn the basics at least. Concepts are more important.