What is a network call?
A Network Call is a request made by a client (your browser/app) to an external server to exchange data.
It follows the Request-Response cycle: the client asks for something (a file, a list of users, a login validation), and the server sends back a response (the data or an error message).
1/28