Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Computer Networking – Activity 3

Name : Lim Wuan Lu

Student ID : 19000420

(1)

(a) ping

- act as a test to see if a networked device is reachable

How does Ping work :

(i) ping command sends several echo requests


(ii) result of each echo request is displayed
(iii) showing whether the request received a successful response
(iv) how many bytes were received in response
(v) the Time to Live(TTL)
(vi) how long the response took to receive
(vii) statistics about packet loss and round trip times

Reference : https://www.paessler.com/it-explained/ping

(b) ipconfig
- display all current TCP/IP network configuration values and refreshes Dynamic Host
Configuration Protocol(DHCP) and Domain Name System(DNS) settings.

- display IP address, subnet mask, and default gateway for all adapters

Reference : https://www.webopedia.com/TERM/I/ipconfig.html
(c) tracert

- a network diagnostic tool

- to track in real-time the pathway taken by a packet on an IP network from source to


destination

- reporting the IP addresses of all the routers it pinged in between

- records the time taken for each hop the packet makes during its route to the destination

Reference : https://www.thousandeyes.com/learning/glossary/traceroute

(d) nslookup(name server look up)

- to find the IP address that corresponds to a host/ the domain name that corresponds to an
IP address(Reverse DNS Lookup)

Reference : https://www.ionos.com/digitalguide/server/tools/nslookup/

(e) route

- to display and modify the entries in the local routing table

- allows user to view and alter the path that the network traffic on a particular system
follows to get from one place to another

Reference : https://www.techrepublic.com/article/troubleshoot-windows-tcp-ip-problems-
with-our-route-
utility/#:~:text=The%20Route%20command%20line%20tool%20is%20designed%20to%20dis
play%20and,from%20one%20place%20to%20another.

(f) netstat

- delivers basic statistics on all network activities


- informs users on which portsand addresses the corresponding connections(TCP,UDP) are
running and which ports are open for tasks.

Reference : https://www.ionos.com/digitalguide/server/tools/introduction-to-netstat/

(g) telnet

- used to virtually access a computer

- to provide a two-way, collaborative and text-based communication channel between two


machines

- follows a user command Transmission Control Protocol/Internet Protocol(TCP/IP)


networking protocol for creating remote sessions.

- through Telnet, users can log on as a regular user with the privileges they are granted to
the specific applications and data on that computer.

Reference :
https://searchnetworking.techtarget.com/definition/Telnet#:~:text=Telnet%20is%20a%20n
etwork%20protocol,protocol%20for%20creating%20remote%20sessions.

(h) arp

- a simple Windows network command-line utility used to view and manage the arp cache

- a collection of IP and MAC addresses of devices on local network that your computer
knows about.

- used in troubleshooting network issues.

Reference : http://www.meridianoutpost.com/resources/articles/command-
line/arp.php#:~:text=The%20arp%20(address%20resolution%20protocol,used%20in%20tro
ubleshooting%20network%20issues.
(i) getmac

- a simple Windows network command-line utility used to find the physical address of the
network adapters(NIC) in a computer

- troubleshooting network issues

Reference : http://www.meridianoutpost.com/resources/articles/command-
line/getmac.php#:~:text=The%20getmac%20(short%20for%20get,used%20in%20troublesho
oting%20network%20issues.

(2)

a. What is/are your ip addresses ?

60.53.177.127

b. What is your connection speed ?


c. How many intermediate node between you and ulearn.utp.edu.my ?

You might also like