Ete302 Lab 2

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

EAST WEST UNIVERSITY

EXPERIMENT NO 2
Course Title: Computer Communications & Networks
Course Code: ETE 302

Experiment Name: Observing packets across the network

Submitted To: Dr. Anup Kumar Paul


Assistant Professor
Dept. of ECE

Submitted By: Km. Rakibur Rahman


ID: 2015-2-53-032
Dept. of ECE
Objective:
Use ping and tracert to verify connectivity from source to destination.

Step 1: Verify connectivity from the source host to the destination host
Open the source host command prompt window and ping the destination
For example, select PC0 then select the desktop tab > Command prompt then type ping
192.168.100.3
Step 2: Determine the path taken to the destination using tracert
Step 3: View the packet path in simulation mode

Command Prompt
PC>ping 192.168.100.1

Pinging 192.168.100.1 with 32 bytes of data:

Reply from 192.168.100.1: bytes=32 time=1ms TTL=128


Reply from 192.168.100.1: bytes=32 time=0ms TTL=128
Reply from 192.168.100.1: bytes=32 time=0ms TTL=128
Reply from 192.168.100.1: bytes=32 time=0ms TTL=128

Ping statistics for 192.168.100.1:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
PC>ping 192.168.100.4

Pinging 192.168.100.4 with 32 bytes of data:

Reply from 192.168.100.4: bytes=32 time=12ms TTL=128


Reply from 192.168.100.4: bytes=32 time=0ms TTL=128
Reply from 192.168.100.4: bytes=32 time=0ms TTL=128
Reply from 192.168.100.4: bytes=32 time=0ms TTL=128

Ping statistics for 192.168.100.4:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 12ms, Average = 3ms

PC>ping 192.168.100.6

Pinging 192.168.100.6 with 32 bytes of data:

Reply from 192.168.100.6: bytes=32 time=1ms TTL=128


Reply from 192.168.100.6: bytes=32 time=0ms TTL=128
Reply from 192.168.100.6: bytes=32 time=0ms TTL=128
Reply from 192.168.100.6: bytes=32 time=1ms TTL=128

Ping statistics for 192.168.100.6:


Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms

Discussion:
We learn how to create lan and lan-lan network. This consists of PC, Hub &Switch .We also gets
to know about the wire we connected through the devices and also how to assign different ip
address. Then we get the ping result from this.

You might also like