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
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 |
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 |
What is xss and csrf?
What are the rules in creating php variable?
What is member function?
What does mvc stand for and what does each component do?
How to store the uploaded file to the final location?
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
11 Answers HCL, Rushmore Consultancy, Thursday Technology,
What is the use of friend function in php?
What kind of things have you done on the social side?
Is there any function to find repeated value in an array? What is w2 standard
Does PHP 5 support exceptions? State Whether True or False?
How long does a session last in php?
What does the function get_magic_quotes_gpc() means?