Thursday, October 6, 2011

Assignment Solution CS 610 Computer Networks Which command will display the ARP table on the computer?


Q1: Which command will display the ARP table on the computer?



              (arp –a) command  is used.



Q2: Which command will be used to clear the ARP table?

 (arp –d) command is used.                                   Snapshot:

Q3: Which command will be used to delete a specific entry of the ARP table?

 ( arp –d )  192. .168.53.8 command is used.        Snapshot:

Q4: Which command will be used to display all entries in ARP?

 ( arp –a –v ) command is used.                             Snapshot:

Q5: What the purpose of this command “netstat” and how to use it with

        different options?


Netstat (network statistics) is a command-line tool that displays network connections (both incoming and outgoing), routing tables, and a number of network interface statistics.





NETSTAT command with the following options

-a displays all connections
-b displays the executable connection
-e displays Ethernet details
-f displays FQDN addresses.
-n displays addresses in numbers
-o displays the owning process
-p shows connections for the protocols
-r displays the routing table.
-s displays per-protocol details
-t displays the current connection



No comments:

Post a Comment