Wireshark: Weekly Practice Report (LAB6) LAB6: (PRACTICE #02)
Wireshark: Weekly Practice Report (LAB6) LAB6: (PRACTICE #02)
Practice following topic as far as you can under environment (Snapshot and
explain)
IP address: 192.168.1.1
MAC address: a8:25:eb:57:99:68
2 Filter http.request.method == GET
3 Explain detail pane of GET method packet you searched from Wireshark screen
Host: gaia.cs.umass.edu ==> This is the web server name where client is sending
HTTP GET request.
Accept: text/html,application/xhtml+xml,application/xml;
q=0.9,image/webp,image/apng,*/*; q=0.8,application/signed-exchange;v=b3; q=0.9
==> Tells server about the type of file it [client side browser] can accept.
4 Filter http.request.method == POST
5 Explain detail pane of POST method packet you searched from Wireshark screen
Cookie: contains the data that is being stored in cookies of your current browser.
Host: mobile.quanlyxe.vn ==> This is the web server name where client is sending
HTTP POST request.
JavaScript Object Notation: also known as JSON, which is a format for sharing data.
As JSON is used for data interchange, Object and Member Keys will be
interchanged during login process between server and client.