3
Computer Networking Useful Tips How to Setup Workgroup and Computer Name in Windows XP Computer name is the unique identifier of the computer in the network. If you want to setup the computer name and the workgroup in the Windows XP then follow these steps. 1. My Computer>Right Click>click on Properties> 2. Assign unique computer name. 3. Assign the same workgroup name as of the other computers. 4. You will be prompted to restart the computer. How to secure your computer network Securing a computer networking is the vital part of the administration of the network. Th ere are different security threats of a computer network such as hacking, viruses, unauthorized user access, spywares, adware, Trojan horses and other malicious codes. If you are managing y our computer network, it’s your responsibility to secure your network from all above mentioned aspects. Always install up to dated antivirus program such as Norton Antivirus, Trend Micro Antivirus, McAfee or Panda Antivirus. Enable firewall router or firewall software on your network to control the u nauthorized access so that no intruder or hacker can access your network. Filter the internet and monitor all the activities of the users on the internet. Block the risky websites and web applications. Install a network monitoring software and monitor the activities of users. Regularly update your software applications on the server and the client computers. How to Share Printer and Folders in Windows XP If you have two or more computers then a computer networ k will be formed and there will be necessity to share the files and printers. For sharing the folders, you need to right click the folder > Sharing and Security > Share this folder on the network > give the shared name for this folder. You can set further rights and p ermissions on this folder for different users. Sharing a printer is the same as sharing a folder on the network. Click start > Control Panel > Printer and Faxes > Right click on the printer name > Properties > sharing > Share this folder (set the shared name for the printer. This same shared name of the printer will be accesses from the other computers on the network to access and share the printer such as \\computena me\printername How to troubleshoot computer network using Ping command 

Computer Networking Useful Tips

Embed Size (px)

Citation preview

Page 1: Computer Networking Useful Tips

8/2/2019 Computer Networking Useful Tips

http://slidepdf.com/reader/full/computer-networking-useful-tips 1/3

Computer Networking Useful Tips 

How to Setup Workgroup and Computer Name in Windows XP 

Computer name is the unique identifier of the computer in the network. If you want to setup the

computer name and the workgroup in the Windows XP then follow these steps.

1. My Computer>Right Click>click on Properties>2. Assign unique computer name.3. Assign the same workgroup name as of the other computers.4. You will be prompted to restart the computer.

How to secure your computer network 

Securing a computer networking is the vital part of the administration of the network. There are differentsecurity threats of a computer network such as hacking, viruses, unauthorized user access, spywares,adware, Trojan horses and other malicious codes. If you are managing your computer network, it’s your 

responsibility to secure your network from all above mentioned aspects. Always install up to datedantivirus program such as Norton Antivirus, Trend Micro Antivirus, McAfee or Panda Antivirus. Enablefirewall router or firewall software on your network to control the unauthorized access so that nointruder or hacker can access your network.

Filter the internet and monitor all the activities of the users on the internet. Block therisky websites and web applications. Install a network monitoring software andmonitor the activities of users. Regularly update your software applications on theserver and the client computers.

How to Share Printer and Folders in Windows XP 

If you have two or more computers then a computer network will be formed and therewill be necessity to share the files and printers. For sharing the folders, you need toright click the folder > Sharing and Security > Share this folder on the network > givethe shared name for this folder. You can set further rights and permissions on thisfolder for different users.

Sharing a printer is the same as sharing a folder on the network. Click start > ControlPanel > Printer and Faxes > Right click on the printer name > Properties > sharing >

Share this folder (set the shared name for the printer. This same shared name of theprinter will be accesses from the other computers on the network to access and sharethe printer such as \\computename\printername

How to troubleshoot computer network using Ping command 

Page 2: Computer Networking Useful Tips

8/2/2019 Computer Networking Useful Tips

http://slidepdf.com/reader/full/computer-networking-useful-tips 2/3

The PING command is the basic network troubleshooting command. Ping shows thestatus of the other computer whether it is on the network or not. Let’s say you have

three computers in your computer network computer A (IP Address, 10.10.10.1),computer B (IP address 10.10.10.2) and computer C (IP address 10.10.10.3). You areon computer A and you want to check the connectivity of the computer B then you

will need to go the Start > Run > type CMD > DOS screen will appear. Now typethere ping 10.10.10.2 if you get the reply this means the computer B is connected onthe network and if you get the timed out message then there is some problem in theconnectivity. This can be due to different reasons like check both the ends of thenetwork cables in the computer and in the Router/Switch, check if the green LEDlight is blinking in the network card of the computer also check if any softwareapplication blocking the network communication such as firewall or antivirus etc.

How to setup Xbox Network Connections 

Following is the simple configuration methods of Xbox network connectivity.

1. Go to the settings of Xbox Dashboard and then network settings. You will see IPaddress, DNS and some other settings.2. Click IP settings. You can select to obtain the IP address and other settingsautomatically from the DHCP server or router.3. Go to the previous menu and set obtain the DNS settings from the Router or DHCPserver automatically.

How to Setup Roaming Profile in Windows 2000/2003 

Roaming profiles are saved on the network server. If you want your users to accesstheir own roaming profiles then you need to open Active directory users andcomputers, right click on the user, then properties and then profile tab. In the profiletab type the UNC path of the user you made on the server like this \\servername\profiles\%username%. Profiles folder should be in the root of the CDrive. Make sure you have created the profiles folder on the C drive and shared itwith the same name as the name of the folder. Next time when the user will log onfrom the client computer, his/her local profile will be saved in the folder same as theuser name and this folder will be created in the profiles folder.

How to Install IIS in Windows XP 

Windows XP Professional edition has the built-in IIS. Internet information server isused to host the website on your own computer and these sites can be accesses fromall over the world. IIS has great administrative features but it supports only 10concurrent connections of the clients at a time.

Page 3: Computer Networking Useful Tips

8/2/2019 Computer Networking Useful Tips

http://slidepdf.com/reader/full/computer-networking-useful-tips 3/3

1. Click start>settings>control panel>Add remove program2. Click Add remove windows components.3. Click on Internet information services > Details.4. In the IIS check the boxes SMTP and World Wide Web and you can also check FTP if you want to setup it.

5. In Windows components selection, make sure that you have selected IIS and youmay need to insert the CD of Windows XP Professional during the installation.

How to Setup Roaming Profiles in Windows 2000 

The TCP/IP component in the Windows operating systems is considered a corecomponent so it cannot be easily uninstalled. Using the following commands with thecertain switch you can however achieve the same results and by uninstalling andreinstalling the TCP/IP components.

netsh int ip reset [logfile]

Logfile is the name of the file that is used to records the actions by the netshcommand.

netsh int ip reset iplog.txt is used to create the iplog.txt in the current directory.

Caution: Be very careful while using these commands because they can directlydamage your system.

How to Hide a shared folder in Windows XP 

If you want to hide a shared folder from the network users, right click the folder andclick sharing and security and give a shared name of a folder plus $ sign e.g. ebooks$.In this way network users will not be able to see the shared folder on the network. Foryou to see the hidden shared folder, map the drive and type in the path including the $sign in the folder box.