Computer Based No. 1: Polytechnic University of The Philippines
Computer Based No. 1: Polytechnic University of The Philippines
SUBMITTED BY:
PELINIA, Alyson M.
BSECE 3-2
JUNE 2021
Initial setup
Exercise steps on your desktop or laptop with Windows OS.
IPconfig by itself only provides you with the IP address of your principal network connection
while IPconfig /all displays the status, IP address, DNS server, and MAC address of EVERY
network adapter installed on your computer, including VPN adapters, Wi-Fi, Bluetooth, and
pretty much anything else listed as a network adapter.
3.) A.) Type Ping then IP Address of the target devices.
B.) Type Ping then any non-existing IP address e.q. ping 200.200.100.8
The time it takes for a tiny data set to be transmitted from your device to an Internet server and
back to your device is referred to as ping. In milliseconds, the ping time is measured (ms). The
ping time is an important metric for online games, but it also has a significant impact on the
access delay time for everyday Internet browsing. The ping command is a command prompt
command that is used to see if a source computer can communicate with a specific destination
computer. It's commonly used as a quick way to see if a computer can communicate with another
computer or network device via the internet.
4.) A) Try to add other devices (smart phone/tablet/PC/Laptop) your network and do ping
command to validate connection.
B.) Type Ping then any “live” IP Address then –t, execute by pressing enter. (Ping X.X.X.X –t).
Describe the output and what do you think is the purpose of ARP Command?
The purpose for maintaining an arp cache is to improve network performance. When your
computer communicates with a device, regardless of whether it is on your local network (e.g., file
server) or is external to it (e.g., website, ftp server), your computer needs to know the MAC
address of the device to communicate with it. In the case of external devices, your computer
needs to communicate with your network router. Within the same network, all hosts communicate
with each other by addressing each other by their MAC address.
B.) Type ARP then enter. Explore arp variables.
6.) Type Tracert IP address (target host). then enter (tracert x.x.x.x)
The output shows the detail information such as the maximum number of hops and the route
table, as well as the IP addresses of each node the packet passes through on its way to the final
destination. We can see from this command that tracert identified 13 network devices, including
our router 192.168.0.1 and all the way to the target of www.yahoo.com, which we now know uses
the public IP address 202.165.107.49, one of Yahoo's many IP addresses.