Flux rss
 

Creating a LAN

Why set up a LAN?

If you have several computers, it may be worthwhile to connect them in order to create a local area network (LAN).
Setting up such a network is much less expensive than what you might think. Here are a few ways you might benefit from setting up a LAN:

  • File transfer
  • Resource (printer) sharing
  • Possibility for discussion (essentially where the computers are far apart)
  • Network gaming
  • ...

The two types of LANs

There are two types of LAN architecture:

Network type BNC networks RJ45 networks
Wiring types BNC cable (coaxial cable) RJ45 cable (phone jack-type)
Advantage Simple to start up Faster and more secure
Default For a small network only (up to 8 computers) Expensive

Necessary materials

To create an RJ45 LAN on Windows 95/98, all you have to do is:

  • Several computers running on Windows 95 and/or 98 (computers running on two different versions of Windows may be part of the same network)
  • NE2000-compatible ethernet cards on a PCI or ISA port (with an RJ45 jack). Make sure, if necessary, that the diodes on the back of the network card light up!
  • RJ45 cables
  • A hub (box to which the RJ45 connections from the various network computers are connected); they are quite inexpensive (around €50), or, alternatively, a crossed cable if you only want to connect two computers.

Network architecture

Depending on whether you use BNC or RJ45, the network structure will be radically different

RJ45 network
To create an RJ45 LAN, you need to use a "star" structure, in which the computers are each connected to the hub (collector) via an RJ45 cable. A hub is a box to which one connects each of the PCs and that is in charge of routing the data from one PC to another. The choice of hub will be based on the number of computers connected in order to have enough jacks on it.

The structure of such a network looks like this:

If you want to connect only two PCs, it is possible to forego the hub and connect the two computers directly with a crossed RJ45 cable.

Architectures to avoid

The following network structures will not work, even though they appear correct...

Incorrect RJ45 network

 

Networking

on Windows 2000/XP

In order to configure each computer, you need only go to the control panel, then double-click on "network connections", and then right/click "local network connection", and select properties!

The various protocols installed are shown in the local network connection window. In order to be able to share your files, play games on the network, and use your printers, it is necessary to install the following protocols:

  • Microsoft network client
  • File and printer sharing for Microsoft networks
  • QoS packet planner
  • Netbios Nwlink
  • NWLink IPX/SPX/NetBIOS-compatible transport protocol (for old games)
  • TCP/IP Internet protocol

If one of these protocols is absent, click on "Install…" and add it.

Each computer must then be assigned an address, called an IP address in order to be able to communicate. In order to do this, you have to select "Internet protocol TCP/IP" and click on "Properties".

The assignment of IP addresses may be done automatically or be manually defined, which is preferable for a small LAN. We will commonly assign these addresses:

Computer no. 1
IP address: 192.168.0.1
Subnet mask: 255.255.255.0
Computer no. 2
IP address: 192.168.0.2
Subnet mask: 255.255.255.0
...
Compuer no. xxx
IP address: 192.168.0.xxx
Subnet mask: 255.255.255.0
Once the IP address is allocated, you just have to close the window by clicking on OK (the DNS (domain name servers) will be left on automatic)

For optimal functioning, it is useful to check whether the network computers are part of the same workgroup. To do this, just right-click the workspace and select "properties". Under the tab "Computer name" you will see the name of the computer as well as the workgroup to which it belongs. In order to modify the work group and do the same for all computers, you just have to click on"Network ID ";

The next step is to make sure that all of the computers communicate well together.
At the command prompt (MS-DOS command window by opening Run menu and typing "cmd"): With PC no. 1, type the following command, which allows you to verify whether PC no. 1 can see no. 2.

ping 192.168.0.2
Then, try the following command, which allows you to verify whether the name given to a computer corresponds to the right IP address:
ping ComputerName
... and so on with the various computers on the network.

The command below allows you to see the network configuration details of the computer, in particular to see the running machine's IP address if it was automatically assigned:

ipconfig /all

The next step (optional) is to share the files of each PC. To do this, right-click the file to be shared, then click on "share", then assign a name to the file as it will be seen on the network.

Right-click the "Network places" icon on your desktop, and then click on "explore" (note: there is a difference between "explore" and "open"!!!), click on "all network", then on the workgroup; you will then see the computers and the files and folders that they share.

on Windows 95/98/Me

Right-click on the "network neighborhood" icon on your desktop and select properties or, if there is no network neighborhood icon on the desktop, go to the control panel and click on network".

The "Configuration" tab shows the various protocols and network cards installed. In order to be able to share your files, play games on the network, and share your printers, it is necessary to install the following protocols:

  • Microsoft network client
  • The name of your network card
  • File and printer sharing for Microsoft networks
  • IPX/SPX protocol
  • TCP/IP Internet protocol
If one of these protocols is absent, click on "Install…" and add the missing element.

In order to configure the IP addresses of each computer, you have to select "Internet protocol TCP/IP" and click on "Properties" in order to open the "TCP/IP properties" window.

The IP addresses of each computer may be assigned manually or automatically, but keep in mind that the manual method will allow you to get acquainted with the address plan for your network! The following IP addresses will commonly be given:

Computer no. 1
IP address: 192.168.0.1
Subnet mask: 255.255.255.0
Computer no. 1
IP address: 192.168.0.2
Subnet mask: 255.255.255.0

In order to ensure optimum functionality, it is useful to check whether the network computers belong to the same workgroup. Under the tab "Identification" of your "network" window, you will see the name of the computer as well as the workgroup to which it belongs. In order to modify the workgroup and do the same for all computers, you just have to click on"Network ID "; the next step is to make sure that all of the computers communicate well together. Open a DOS prompt by going to "Run menu" then "run", and type "command": Type the following command on PC #1 to check that PC #1 can see PC #2.

ping 192.168.0.2
Then, try the following command, which allows you to verify whether the name given to a computer corresponds to the right IP address:
ping ComputerName
... and so on with the various computers on the network.

The command below allows you to see the network configuration details of the computer, in particular to see the running machine's IP address if it was automatically assigned:

winipcfg
The next step (optional) is to share your files on every PC by right clicking the file to share in the explorer window and selecting "share"; then, click "share as" and assign a name to the file as it will be seen on the network. Right-click the "Network neighborhood" icon on your desktop, and then click on "explore" (note: there is a difference between "explore" and "open"!!!), click on "Network", then on the workgroup that you created; you will then see the computers and the files and folders that they share.

Last update on Thursday October 16, 2008 02:43:19 PM.
This document entitled « Creating a LAN » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Results for Creating a LAN

Help me I have 1 laptop & 1 desktop & i want to create lan & wan conectivity both of them, I have broadband connection.so what i do please tell me.(I have 2 lan card ) en.kioskea.net/forum/affich-18855-help-me
Step by step procedure for creating lan hello sir, I work in a office where I have to make a LAN connection within 15 machines by using broadband connection. please guide me step by step procedure for creating the LAN connection. the office has provided me one switch having 10 ports. And... en.kioskea.net/forum/affich-32804-step-by-step-procedure-for-creating-lan
Which protocol is used in creating a LAN(\\) which protocol is used while creating a LAN.what is the symbol used "\\" with the IP address and access the shared directories? en.kioskea.net/forum/affich-17814-which-protocol-is-used-in-creating-a-lan

Results for Creating a LAN

Introduction to Dark BasicIntroduction to Dark Basic What is Dark Basic? Step 1: How to start? Step 2: How to create a simple menu? Key Features of Dark Basic What is Dark Basic? Dark Basic is an object oriented programming language that allows you to... en.kioskea.net/faq/sujet-483-introduction-to-dark-basic
CAML: Online Guides and TutorialsCAML: Online Guides and Tutorials For Beginners For Advanced Users CAML is a programming language that has been created by INRIA in 1985 and works like an object-programming language as well as having functional and imperative style.... en.kioskea.net/faq/sujet-491-caml-online-guides-and-tutorials
Uploading of filesUploading of files Form for sending files PHP Configuration to enable upload File recovery with PHP > The PHP language allows managing files uploading through HTML form. Form for sending files The first step is to create an html... en.kioskea.net/faq/sujet-1003-uploading-of-files

Results for Creating a LAN

How to create a LANHello, please i need some help to set up 3 PCs in a LAN,i mean installing the NIC, the hub or switch?....... thanks en.kioskea.net/forum/affich-13419-how-to-create-a-lan
Can i make lan connection with bsnl broadbandHello, my name is mayur i am going to take new connection of bsnl broadband before that i need some help. my question is with tataindicom broadband my friend access net connection with 5 people he have to just turn on lan connection and all lan pc can... en.kioskea.net/forum/affich-14755-can-i-make-lan-connection-with-bsnl-broadband
Help counter strike lan connectionHello, I've the same problem, I have a CAT-5/Ethernet cable/LAN cable and I want to connect my computer to another one using this cable and I don't know whats to be done after that, also when it comes connecting to the computer in the game... en.kioskea.net/forum/affich-26904-help-counter-strike-lan-connection

Results for Creating a LAN

Download Rapid DJRapid DJ is a product of audio automatization for all DJs. It understands a function of quick audio research, a playlist, the creation of unpredictable lane and many other functionality.Then why to move around with tons of CDS when you can put... en.kioskea.net/telecharger/telecharger-691-rapid-dj
Download Transliteration UtilityTransliteration Utility is an application intended for the transliteration of a natural language towards other one. For instance Serbian Latin in Serbian Cyrillic or Latin in Inuktitut, etc. Furthermore he can be used to create, edit, debug and test... en.kioskea.net/telecharger/telecharger-559-transliteration-utility
Download Insider 3000Insider 3000 is a tool for analyzing real-time market designed for all merchants. You can create indicators, oscillators, trading systems, alerts and advancing research using a programming language. Insider 3000 offers seven types of graphs, a... en.kioskea.net/telecharger/telecharger-1268-insider-3000

Results for Creating a LAN

'Sims' creator lets people play god in new computer gameComputer buff Will Wright created a multi-billion-dollar franchise with "The Sims" video games that let people play at real life affairs such as dating, working and raising children. Now from September, Wright will let people play god with his latest... en.kioskea.net/actualites/sims-creator-lets-people-play-god-in-new-computer-game-10300-actualite.php3

Results for Creating a LAN

Creating an ad hoc WiFi network If you have two or more computers equipped with wireless adapters (WiFi cards), it is possible to easily connect them in a network by setting up a so-called "ad hoc" network, that is, a computer-to-computer network, without using an access point. If... en.kioskea.net/configuration-reseau/configurer-routeur-wifi.php3
Creating a local area network When you have several computers, it can be convenient to connect them to each other to create a local area network (LAN). Setting up such a network costs very little, contrary to what people may think. Here are a few advantages you could enjoy by... en.kioskea.net/configuration-reseau/creer-reseau-local.php3
Programming languages - Program structure A program's behaviour depends on the type of language used to write the program. Nonetheless, almost all programming languages are based upon the same principle: The program consists of a set of commands that the computer must execute. The computer... en.kioskea.net/langages/structure.php3