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

Is empty in php?

0 Answers  


How many ways we can give the output to a browser?

6 Answers  


How can you associate a variable with a session?

0 Answers  


Tell me how do I escape data before storing it into the database?

0 Answers  


What is exception handling in php?

0 Answers  






What are the different loops in php?

0 Answers  


How arrays are passed through arguments?

0 Answers  


Why laravel is best php framework?

0 Answers  


What is the use of mysql_real_escape_string() function?

0 Answers  


What is php and sql?

0 Answers  


What does == mean in php?

0 Answers  


What is a definer in mysql?

0 Answers  


Categories