Question related to http page load
- How do I check in the capture file, how many TCP sockets were used to open a web page?
- How many http request were sent for the page load?
- How long did this entire website loading process take? How do I check that from the capture?
- Does the browser send request to multiple server to load the objects of a single webpage?
Presumably this is a homework question, so what have you tried?
Hopefully some helpful questions to try to guide you?
Answers
How do I check in the capture file, how many TCP sockets were used to open a web page? Conversations> statistics >TCP
How many http request were sent for the page load? We can use a display filter of "http.request.method ==GET or http.request.method ==POST"
How long did this entire website loading process take? How do I check that from the capture? Not sure, need help on this
Does the browser send request to multiple server to load the objects of a single webpage? seems like yes..but not sure when I access http://www.espn.com. which is one of teh reason Iam, not able to determine how many http requests are being made to load this page, how many packets are sent for this page load and lastly how much time did it take to load this page looking at the capture. 4.GET indicates ...(more)