Computer Networks: Digital Assignment 1 L21+L22
Computer Networks: Digital Assignment 1 L21+L22
DIGITAL ASSIGNMENT 1
L21+L22
WINTER SEMESTER 2021-22
SUBMITTED TO:
Prof.THANDEESWARAN.R
A.) PING
i) What is the IP address of www.vit.ac.in ?
The IP address of www.vit.ac.in is 136.233.9.13
ii) Check whether TCP/IP is properly installed and functioning in
your system.
The IP address from ipconfig command and the IP address returned
from pinging hostname is same so we can conclude that TCP/IP is
properly installed in my system.
vii) Change Ping Packet Size of 512, 1024 bytes of data. Write the
response.
viii)Execute the Timeout option for 5 seconds.
B.) IFCONFIG
i) What is the MAC address of the network interface card of your
system?
The physical address of network adapter (network interface card) is
the MAC address of NIC.
ii) What is the IP address of your system?
The IP address of my system is 192.168.0.106
iii) Find out all the network interfaces connected to your system.
iv) Display the Network Settings of Specific Interface
C.) HOSTNAME
i) Find the name of your system?
The name of my system DESKTOP – TF36DKR
ii) What is the significance of the name?
D.) NETSTAT
i) List Various Listening Ports.
ii) List TCP and UDP Ports connections
TCP Port Connections
G.) ARP
i) Show the full ARP table of your machine? Capture a printout of
what it is. Explain each column of what is printed.
ARP is a protocol used for mapping an IP address to a computer
connected to a local network LAN. Since each component has a
unique physical address called a MAC address, the ARP converts the
IP address to the MAC address.
There are two types of ARP entries static and dynamic. Most of the
time the computer will use dynamic ARP entries. This means that
ARP entry (the ethernet MAC to IP address link) has been learned
(usually the default gateway) and is kept on a device for some period
of time, as long as it is being used. A static ARP entry is opposite of a
dynamic ARP entry .with a static ARP entry , the computer is
manually entering the link between ethernet MAC address and IP
address.