The web browsers allow users to send a request and what the
serves do is, get the request, find the resource and return something to the
user. This resource can differ. Unless the resource is not found or the
resource is not at the expected place, the “404 Not Found” error will be
displayed as the server can’t find the required resource. The client request
contains the name and the address of the resource the client is searching for.
What does a web client do?
A web client lets the user request something on the server
and show the user the result of the request.
No comments:
Post a Comment