About Technology

update technology ,more fast more smart...

Network Troubleshooting Commands

Written by oneself on 4:11 AM

By:B. Bashir


Troubleshooting computer network is among the most important job descriptions of the network administrators, system administrators, network technicians and the IT consultants. A computer network can have different kinds of problems such as it can be infected with virus and spyware, attacked by hackers, accessed by unauthorized users and may face connectivity failure issues due to the faulty network devices or configurations. Following is a list of the basic network troubleshooting commands that are built-in the Windows based operating systems and UNIX etc. The right use of these troubleshooting commands can helps a lot in diagnosing and resolving the issues with your computer network.

PING

Ping is the most important troubleshooting command and it checks the connectivity with the other computers. For example your system’s IP address is 10.10.10.10 and your network servers’ IP address is 10.10.10.1 and you can check the connectivity with the server by using the Ping command in following format.

At DOS prompt type Ping 10.10.10.1 and press enter

If you get the reply from the server then the connectivity is ok and if you get the error message like this “Request time out” this means the there is some problem in the connectivity with the server.

IPCONFIG

IPconfig is another important command in Windows. It shows the IP address of the computer and also it shows the DNS, DHCP, Gateway addresses of the network and subnet mask.

At DOS prompt type ipconfig and press enter to see the IP address of your computer.

At DOS prompt type inconfig/all and press enter to see the detailed information.

NSLOOKUP

NSLOOKUP is a TCP/IP based command and it checks domain name aliases, DNS records, operating system information by sending query to the Internet Domain Name Servers. You can resolve the errors with the DNS of your network server


HOSTNAME

Hostname command shows you the computer name.

At DOS prompt type Hostname and press enter


NETSTAT

NETSTAT utility shows the protocols statistics and the current established TCP/IP connections in the computer.

NBTSTAT

NBTSTAT helps to troubleshoot the NETBIOS name resolutions problems.

ARP

ARP displays and modifies IP to Physical address translation table that is used by the ARP protocols.

FINGER

Finger command is used to retrieve the information about a user on a network.

TRACERT

Tracert command is used to determine the path of the remote system. This tool also provides the number of hops and the IP address of each hop. For example if you want to see that how many hops (routers) are involved to reach www.yahoo.com and what’s the IP address of each hop then use the following command.

At command prompt type tracert www.yahoo.com you will see a list of all the hops and their IP addresses.

TRACEROUTE

Traceroute is a very useful network debugging command and it is used in locating the server that is slowing down the transmission on the internet and it also shows the route between the two systems.

ROUTE

Route command allows you to make manual entries in the routing table.

Hopefully the above mentioned commands will help you to diagnose the troubleshooting your computer networking problems.


Source: http://www.articlealley.com

B. Bashir manages this website http://www.networktutorials.info and regularly writes articles on various topics such as Computer Networking, Network Troubleshooting Tips Wireless Networking, Computer Hardware, Certifications, How Tos, Network Security Guide and computer tips.http://www.networktutorials.info

Read More......

Windows or Linux, What Are the Differences?

Written by oneself on 6:46 AM

by: Dougal Kay

Linux and windows differences


The two main operating systems employed by the PC owner are windows and Linux. Although they appear very similar on the face of it there are fundamental differences in the two operating systems.

A major advantage with Linux is the price, it is completely free! Windows can be very expensive.

There are enormous differences in the way that they behave at a technical level, but I suspect what you really want to know is how they differ from the perspective of an end user.

The vast majority of people will know how to use a windows operating system. This is mainly due to the fact that every PC sold usually has the Microsoft operating system installed and the mighty Microsoft has a mighty marketing budget. The Linux marketing budget is miniscule.

The main differences in operating systems:

  • Linux is open source, free under GNU, Windows is a licensed os.
  • Windows is developed by Microsoft, a single huge entity. Whereas Linux has many distributors such as red hat, mandrake etc.
  • Linux is more secure than windows in the case of virus, worms etc.
  • Linux works on both GUI & Console mode but windows only GUI.
  • Linux has multi-user, multitasking, multiprocessing, multiprogramming features.
  • Linux code is open source and as a result it has been tweaked and tweaked to perfection by millions of users doing it as a hobby.
  • Linux was developed from the UNIX operating system, Windows is a completely unique entity.
  • Windows security is password based, the Linux system is secured with access rights.
  • Windows file names aren’t case sensitive, Linux are.

  • After reading these points you may be asking yourself why everyone isn’t using the Linux system. To put it simply, the Linux system requires a lot more technical knowledge both to install it and to maintain it as an operating system. Software that is written for windows will not work on Linux and as such it is much more difficult to buy off the shelf applications.

    Microsoft’s Windows is often the best option for most people because of the required technical knowledge with Linux. It’s just good to know that there is a free alternative to Windows.

    Steven owns and runs an online computer store that sells hardware and Computer software to the UK.

    source:searchwarp.com

    Read More......