You are on page 1of 4

​Computer Networking Lab 

Computer Networking Lab 


lab report : 01
Course code : CSE 312

Submitted by: Submitted to:


Sikder Md Mahbub Alam Mohammad Ehsan Shahmi
Chowdhury
Id : 183002005
Section : DC Lecturer
Dept : CSE CSE, GUB

DATE: 23/2/2021
Title :

be familiar with 3 kinds of commands using command prompt and implement in our own
computer

theory:
1. ipconfig: ipconfig is a console application program of some computer operating systems
that displays all current TCP/IP network configuration values and refreshes Dynamic
Host Configuration Protocol and Domain Name System settings.
2. ping ​www.youtube.com​ : Ping is a computer network administration software utility
used to test the reachability of a host on an Internet Protocol (IP) network. Ping
measures the round-trip time for messages sent from the originating host to a
destination computer that are echoed back to the source.

if the round trip time is two times of ttl , then there will be a request timed out

3. tracert : A traceroute is a network tool used to show the route taken by packets across
an IP network.

The Traceroute tool will show us each hop sequentially, and total hops required. For
each hop, it will display the hop #, roundtrip times, best time (ms), IP address, TTL, and
country.Seeing the traceroute information can help us determine why our connections
to a given server might be poor and can help us identify problems. It also shows us how
systems are connected to each other, letting us see how our ISP connects to the
Internet as well as how the target system is connected.

Method :
op​en command prompt and type those command
result :
Result Discussion :
1. in ipconfig as my computer only have one way to connect to internet only by ethernet ,
that’s why it’s only showing only one unlike as shown in lab
2. ping : the round trip time is consistent and there is no packet loss , that’s shows me i
have a good connection to the server
3. in trace route we are measuring how many device or way we have to go through to
connect to the server

You might also like