how many HTTP requests browser generates for HTML page wid 4 images?

phannay khan

New member
A part of my question.... The base html file size you request is 10 KB (10 kilo bytes). This base
file also includes 3 small images. The first image that appears on the
page is 20 KB, the second which appears somewhere in the middle of
the page is 30 KB and the third image, towards the end of the page, is
15 KB. Requests for these images are sent by your browser in that
order, without using any parallel TCP connections. Neglect the time
spent in local processing and parsing of html files and processing of
images by the browser. how many total number of requests genertated...
 
Back
Top