In: Computer Science
1. Define a display filter that finds the DNS queries and DNS responses. Narrow down the filter so that only these DNS packets are shown that were necessary for opening your chosen webpage (the captured DNS packets that were related to other applications/clients in your computer should be left out of the list).
dns.qry.name=="website address"
for example:
dns.qry.name=="www.google.com"
Output:
2. Define a display filter that finds the TCP packets.
"tcp" is the filter
Output:
5.
The source and destination MAC address of all the outgoing packets? Why are all the outgoing packets going to this particular MAC address?
select ethernet 2
6.
In my Linux machine netstat command used is: netstat -an
In Windows machine comand: netstat -b