persistent connection require all info at one time
while non persistent require every time a new connection
can any one solve this question..
https://www.geeksforgeeks.org/http-non-persistent-persistent-connection/
Yes @jugnu1337 they have given wrong answer , for persistent one connection is sufficient .
In this question, for HTTP request in persistent mode the number of connections required to display the webpage is 1 only . Web page will firstly send connection request to server and after servicing its request server doesn’t close the connection and leaves it open for more request from sender.
Source – Forouzan
GATE Overflow