Question: Open a command prompt in admin mode ( or terminal if you use Unix systems ) , and carry out the instructions given belowpingtracertpathpingnetstatipconfignslookup pingPing
Open a command prompt in admin mode or terminal if you use Unix systems and carry out the instructions given belowpingtracertpathpingnetstatipconfignslookup pingPing is a tool to test connectivityYou can see in the first line below that DNS resolution has taken place and that there are replies.If you want continuous ping, use ping tIf your machine returns an IP version address, you can use command ping packpub.com and it will then return an IP version address.tracertThis command is use to display all routers in the path to reach the final host destination on the network.pathpingPathping begins similarly to a tracert, but afterwards, it calculates the packet loss of the routers it crosses through.netstatNetstat is a tool that can show you:the users that are connectedthe listening ports established, andthose in time wait and close wait.Lets look at each one of them:Listening: the application is running and waiting for a connection.Established: this is someone connecting to your computer.Time wait: the computer has finished the session and will disappear after minutes.Close wait: it has not yet been given the signal by the operating system to close the session.ipconfigIPCONFIG Internet Protocol CONFIGuration is a command line utility that is used to display the IP address assigned to the machine.In Windows, typing ipconfig without any parameters displays the computer's currently assigned IP subnet mask and default gateway addresses.IPCONFIGALL : show all the information about your network adapterPhysical Address: This is the MAC address of your network adapter.DHCP Enabled: Indicates if the network connection is using DHCP or Static IP AddressIPv Address: The IP Address of your computerDefault Gateway: The router to which your computer is connectedDHCP Server: Routerserver that hands out IP Addresses in your networkDNS Servers: Servers used to translate domain names to IP AddressesIPv: IPv address of your computerLease Obtained: Datetime when your computer received the IP addressNSLOOKUPNslookup stands for Name Server LookupUseful command for getting information from the DNS server.A network administration tool for querying the Domain Name System DNS to obtain domain name or IP address mapping or any other specific DNS record.Used to troubleshoot DNSrelated problems!Task #Execute each command and write the workingpurpose of each command.Task #Give solution to the following questions:From your system check whether you can reach the system right next to youFind out the route which your packet will follow to reach the other system
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
