Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: Network Diagnostic Utility
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The application Network Diagnostic Utility is uses as network debugging tool. The Tracert and ping are both command line utilities that are built into Windows and most other computer systems. The basic tracert command syntax is "tracert hostname". For example, "tracert yahoo.com". The basic ping command syntax is "ping hostname".
The application Network Diagnostic Utility is uses as network debugging tool. The Tracert and ping are both command line utilities that are built into Windows and most other computer systems. The basic tracert command syntax is "tracert hostname". For example, "tracert yahoo.com". The basic ping command syntax is "ping hostname". For example, "ping yahoo.com". To represent in more graphical and interactive way of both this command and to know the port status of remote machine, this utility very useful to various users such as network administrator and web master to debug the problem.

Ping Module Working:

Ping sends an ICMP echo packet (with the TTL value set to the host default) to the host listed on the ping Destination Field. Ping expects back an ICMP 'echo reply' packet. The millisecond time displayed is the round trip time.

Main feature of this module is described as follows:

A handy and powerful ping utility for system administrator or Webmasterto check network connection.
· Check out the location of a specific IP address/domain name/URL.
· Check out the domain name for a specific IP address or the IP address fora domain name.

Trace Route Module Working:
Tracert sends out an ICMP echo packet to the named host, but with a TTL of 1; then with a TTL of 2; then with a TTL of 3 and so on. Tracert will then get 'TTL expired in transit' message back from routers until the destination host computer finally is reached and it responds with the standard ICMP 'echo reply' packet.

Main feature of this module is described as follows:
· Trace route allows identifying the route that datagrams are taking on their way toremote device.
· Displays the round-trip delay associated with each of the attempts.

Port Scan Module Working:
This module deals with port using socket programming. One object of CSocket class is created and through this object we can connect remote machine.

Main feature of this module is described as follows:
· Port Scanner allows us to know the user that which port is open for communicating with our and other network machine.
· You can scan single or range of ports on particular machine.