Before I had built my first network I used to think it would be an overwhelming task to build a network from scratch. In time I have come to know better. I was planning on getting DSL at home and I had more than one computer and I wanted to share the Internet on all of them.
There are several ways you may form a network. A simple and effective network topology for your home would be a star network. In this type of network there is a central switch/hub which links the computers together. You will also need to decide how your network parameters are propagated to all the computers in your network. I will describe three ways in my articles:
- PART I - Covering the basics
- PART II - Setting parameters manually on all computers
- PART III - Your DSL router acting as a DHCP server
- PART IV - Setting up your own DHCP server
The ingredients required to form a simple network are: two or more computers each with LAN cards installed, a network switch/hub, and patch cords equal to the number of computers in your network. Patch cords used here are straight network cables (which provide parallel connections at both ends).
The basic stuff you need to know here is what an IP address is and the use of the ping command. An IP address is like your home address and it identifies your computer uniquely over a network. The ping command uses the IP address to verify whether a network interface of a computer is accessible or not. I will elaborate on the use of the ping command as we go along.
I think we have covered enough basics to start forming the network now. We will start with setting a network with two computers and a network switch in PART II of this article.