Monday, November 15, 2010

Client Side and Server Side

What is a client and server side?
Client side
The client sever is an application that is just in your computer which won't do anything because the application is not  in a sever. This application will not load or return any information because it doesn't know where to get information. The client side you just created the document of any application.

Server side
 The server side will return information of what you are asking because this application is on the storage sever and it knows where to get the information you are asking.




1 comment:

  1. Nice post! It isn't accurate to say that the client "doesn't know where to get information". The user tells the client (the browser) where to get information (using a URL). The client then requests the information from the server and the server sends it to the client, where it is displayed

    ReplyDelete