0% found this document useful (0 votes)
7 views3 pages

Lab Worksheet 1 For TNM Course

Uploaded by

biker. bheema
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Lab Worksheet 1 For TNM Course

Uploaded by

biker. bheema
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Department of Computer Science and Information Technology

TELECOM NETWORK MANAGMENT: CSIWZG582


Laboratory Work Sheet -I
1. Objective:
At the end of this laboratory session students will be:
 To gain familiarity with the Network monitoring and traffic monitoring utilities
in Linux and Windows.
2. Pre-requisite:
a) Knowledge of Linux and command line usage
b) Understanding of Networking Protocols
c) Knowledge of IPv4 and IPv6 addressing,
3. Important Instructions:
a. Experiment should be conducted on the BITS Nuvepro Cloud laboratory only.
Experiments conducted outside this laboratory platform will not be
evaluated.
b. Instructions on how to access and use the Nuvepro Cloud lab platform is
available in the document “Steps to access cloud based CS/IS virtual lab.pdf”.
c. While using the Nuvepro Cloud, save all your work in Persistent folder
which is available on the desktop.
d. Completed worksheet should be uploaded in Taxila (e-learn) portal only.
Last date for uploading the document is 06-11-2024.
e. This laboratory activity carries 6% of weightage
f. Refrain from copying or sharing documents with others. Any evidence
of such practice will attract severe penalty.
g. Any queries related to LAB Activities should be sent to <[email protected]
pilani.ac.in > and [email protected]
h. Attach the screenshot of the output in line with the question or at the end of
the document mentioning proper question number.

1
4. Lab Exercise:
Problem Statement:

Open the linux terminal and execute the following basic networking tools and
utilities. Make your observations and record the output of each command.

Steps to be followed: Open the terminal in Linux and execute the following
commands:

1. ifconfig
Observe the details that are displayed and record
o Number of interfaces that are shown.
o IP address and MAC address of the respective interfaces.
o Other statistical information.
o What is Subnet Mask of each interface and its significance.
2. ping x.x.x.x or ping <some_domain_name>
(x.x.x.x – represents some IP address of the node)
o What is the use of ping utility in computer networks?
o Observe the different details that are displayed like time for icmp echo
request and replies, number of bytes sent etc.
o Also try to ping an IP address or domain name that does not exist and
record your observations.
3. nslookup www.abc.com (or any other website)
o What is the purpose of nslookup utility in computer networks?
o Make a query to obtain the IP address of some website using nslookup
utility and record the same.
o Observe the type A, server, non-authoritative or other type information
that are displayed for the ip addresses and record the same.
4. dig www.abc.com (or any other website)
o What does “dig” stand for and why it being used in networking?
o Make a query for one website and record the output of the command such
as IP addresses, query time etc.
o Observe for any other additional details.
5. host www.abc.com (or any other website)
o Observe the details that are displayed containing various ip addresses of
the server queried.

2
6. netstat
o Observe the details displayed like the list of open connections.
7. netstat –i
o Observe the details of the networking interfaces.
8. netstat –r
o Observe the details of the routing table
9. arp –a
o What does “arp” stands for and what is the purpose of the arp utility?
o Observe the details on the entries in ARP table and record the same.

Submission guidelines:

The student should be instructed to take a snapshot of the screen to showcase their
usage of the Nuvepro lab portal along with the required codebase and other needed
information.
Screen shot for 1.
Screen shot for 2.
Screen shot for 3.
Screen shot for 4.
Screen shot for 5.
Screen shot for 6.
Screen shot for 7.
Screen shot for 8.
Screen shot for 9.

******

You might also like