LabExercise1 Ehternet
LabExercise1 Ehternet
:
:
:
:
1820156962
Syaiful Maulana Abbidin
Experiment of Networking Technology
Prof. Hong Zheng
2. ) Requirements
Wireshark: This lab uses the Wireshark software tool to capture and
examine a packet trace.
ping: This lab uses ping to send and receive messages. ping is a standard
command-line utility for checking that another computer is responsive. It is
widely used for network troubleshooting and comes pre-installed on Window,
Linux, and Mac. While ping has various options, simply issuing the command
ping www.bit.edu.cn will cause your computer to send a small number of
ICMP ping requests to the remote computer (here www.bing.com), each of
which should elicit an ICMP ping response.
3. ) Turn in
Hand in the trace file you captured and exercise report including your
answers to the questions and figures you drew.
1|P a g e
Figure 3: Trace of ping traffic, showing Ethernet details of the first packet
3|P a g e
Ethernet Payload
Ethernet Header
Dest.
Source
Type
6 bytes
6 bytes
2 bytes
Payload
Check
sum
4 bytes
Rest of Internet
IP Address :
???
Ethernet Address :
34:00:a3:d3:93:df
IP Address :
10.50.144.140
Ethernet Address :
08:62:66:ce:1b:a0
IP Address :
220.181.57.217
Ethernet Address :
???
Answer :
The broadcast/multicast or group bit is shown by Wireshark as
.... ...1 .... .... .... .... or a one in the low-order bit of the first address byte.
We could also write this 01:00:00:00:00:00.
This bit is actually the bit that is transmitted on the wire first because
Ethernet defines the transmission order to be the least significant bit of each
byte first
5|P a g e