CAIDA CoralReef Exercises
Unstructured Exercises
Once you have completed the timestamps exercise (or gotten board with
it) try this one or one or more from the list that follows.
You'll need to decide with applications to use from the application
summary list provided.
Next
- How many IP packets were sent on the ODU link captured in
the 926843183 trace.
- What percentage of these were http?
- What percentage of traffic on the link was not IP?
- Draw a graph of percentage of IP traffic against the size of
the packet.
More
- Produce a ``packet efficiency'' graph of cumulative
percentage against packet size.
- Produce a bar chart of total traffic by TCP port.
- Produce a bar chart of total traffic by protocol.
- Calculate the overhead (header bytes against total bytes)
for each of the protocols in the trace (IP, TCP, UDP etc).
(requires some coding).