
Reading time: 30 minutes
Modern High traffic websites take a billion of requests at one time from different users and return the response in the form of either text,videos or images .We can see that the site delivers the content without any failures.
So, may be the question arise in our mind ,how the server deals with these large no of requests
And in the traditional client-server architecture,web application are deployed on the server.User send the request to the server and server sent back th...
Published on July 05, 2020 14:00