Introduction
Method
Writeup
of the lab
The object of today's laboratory work is to use
Wireshark to analyse data traffic on a network. Wireshark
is a software package that allows the user to see the contents
of data packets entering and leaving a PC. You will concentrate
on setting up filters to display certain types of traffic from a premade display file.
This work will be assessed informally during the
lab period and formally at the end of the first term.
For the lab today, make sure that you note
the results down as you get them and also that you keep
electronic copies (screenshots) of the results from Wireshark. You may need
to save these results using pbrush. If you save your results
in jpg format, they will take up less disk space.
Write up this lab, following the instructions
given below in your own words.
Keep a record of this work in your log book. Show it to your lab demonstrator before you leave. You will need to submit this work for marking.
©
MMClements Last updated : 07/11/2011 13:39
Ping is a useful network utility to test the
connection at the network layer between two computers. It is
generally run from the command prompt.
An example is shown below. You will need to
click start, Run then type cmd into the text field and click
OK.
Type ping then follow this with a url or IP
address.
You will see the repliesw from the chosen URL
showing the number of bytes transferred , the time taken for
the transfer of data and the Time to Live (TTL) field.
The usage is as follows:
C:\Documents and
Settings\ab123\Desktop>ping
Usage:
ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
[-r
count] [-s count] [[-j host-list] | [-k host-list]]
[-w
timeout] [-R] [-S srcaddr] [-4] [-6] target_name
Options:
-t
Ping
the specified host until stopped.
To
see statistics and continue - type Control-Break;
To
stop - type Control-C.
-a
Resolve
addresses to hostnames.
-n
count Number of echo
requests to send.
-l
size Send buffer size.
-f
Set
Don't Fragment flag in packet (IPv4-only).
-i
TTL Time To
Live.
-v
TOS Type Of
Service (IPv4-only).
-r
count Record route for count
hops (IPv4-only).
-s
count Timestamp for count
hops (IPv4-only).
-j
host-list Loose source route along host-list
(IPv4-only).
-k
host-list Strict source route along host-list
(IPv4-only).
-w
timeout Timeout in milliseconds to wait
for each reply.
-R
Trace
round-trip path (IPv6-only).
-S
srcaddr Source address to use
(IPv6-only).
-4
Force
using IPv4.
-6
Force
using IPv6.