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

What are the different errors in php?

0 Answers  


What are the uses of php language?

0 Answers  


How can we calculate the similarity between two strings?

0 Answers  


How do you use end in python?

0 Answers  


Explain what are psrs? Choose 1 and briefly describe it?

0 Answers  






What is final class and final method?

0 Answers  


Who is the father of PHP and explain the changes in PHP versions?

13 Answers   Befree, iMark Group, Netizen,


How do you remove duplicates from an array?

0 Answers  


How can we get ip address of a client in php?

0 Answers  


Explain me what are the 3 scope levels available in php and how would you define them?

0 Answers  


How to define a user function?

0 Answers  


What are arguments in php?

0 Answers  


Categories