How many requests will be send to server and response
coming from server when you open a web page (e.g. xyz.php)
which has an image tag?

Answers were Sorted based on User's Feedback



How many requests will be send to server and response coming from server when you open a web page ..

Answer / salvin

Request for xyz.php
Response by server
#client Browser encounters an image tag
Request of image
Response by server


Total 2 Requests,2 Responses

Is This Answer Correct ?    40 Yes 2 No

How many requests will be send to server and response coming from server when you open a web page ..

Answer / sam

1 request and 2 responses

Is This Answer Correct ?    6 Yes 8 No

How many requests will be send to server and response coming from server when you open a web page ..

Answer / roshan karwalkar

i think one request and one response because client send
request for xyz.php and server will give response as a page
containing image.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More PHP Interview Questions

hai, friend i srinu i had completed my graduation in 2004. now i am fineshed PHP course .may i get any oppartunity on php progr pls sugg me . thank u

0 Answers  


How to retrieve the original query string?

0 Answers  


What is implode() in php?

0 Answers  


How do you display the output directly to the browser?

0 Answers  


what is the abbrevation of PHP?

22 Answers   IBM,


How to delete a file from the system?

0 Answers  


What is php constructor?

0 Answers  


What are majic methords in php?

0 Answers  


What does the unset() function means?

0 Answers  


Can a trait extend a class php?

0 Answers  


How to close a session properly?

0 Answers  


What does $_env mean?

0 Answers  


Categories