In: Computer Science
1) Windows Powershell: Maps IP addresses to MAC addresses.
Maps IP addresses to MAC addresses.
What does the command show?
2) Ping is used to test the ability of one network host to communicate with another.
1) To map the IP address to MAC address. Simply open the power shell and type the command:
arp -a
This will give all the connected Ip address along with the Mac addres in same line. YOu can esily find mac address as well as IP address.
Output:
--------------------------------------------------------------------------------------------------------------------------
Question 2:
1) ping cnn.com
2) ping yahoo.com
3) ping facebook.com
----------------------------------------------PLEASE UPVOTE-------------------------------------------------