You are on page 1of 6

National University of Sciences and

Technology
LAB_REPORT 11
Name: Touseef Ismail CMS ID: 337966
Class: CHE_13B Subject: CS100
In charge: MAAM SUNDUS DAWOOD
INTRODUCTION TO NETWORKING
OBJECTIVE:
The aim of teaching Networking to students is to achieve concepts and
different ideas of sharing some important data with other users within a prescribed domain. It
makes easier for them to share their data safely.

Networking:
Networking is a collection of computers, peripheral devices or servers to
connect with each other for sharing of data safely. Networking can be of different types such as

 WAN ( Wide Area Network )


 LAN ( Local Area Network )
Here WAN is used for connecting servers from one city to other cities while, LAN is used for
sharing data within an office or any building.

IP Address:
An IP Address is a unique address given to each device or server to uniquely
identify them on Networking.
To find the IP Address of any website, we need to open CMD from Windows, then type
www.toyota-indus.com its whole details appears like this
Now to find IP ADDRESS, type ping, space and enter the IP ADDRESS,

IP CONFIGURATION INFORMATION:
Now we will find the IP Configuration by typing IP CONFIG in CMD and enter,
LOOPBACK IP:
A Loopback IP Address is a reserved IP Address. Now we have to type the following address
into CMD. ping 127.0.0.1.

Currently Running Tasks:


By typing “tasklist” in CMD, then press Enter. It will show all the current tasks on this device.
Kill a task:
This command is used for killing any task or process that is being run on a computer. Open CMD
and type taskkill –im teams.exe, if you want to kill task of MS TEAMS.

Print Routing Tables:


TCP Connection Display:
It usually displays the active TCP connections and ports to which computer is listening. First of
all, open CMD and enter”netstat –a” to see the processed data.
THE END

You might also like