You are on page 1of 2

Lucky Panelo

CIS 2336
09/02/15

Client Versus Server-Side Programming

The world of programming has many different aspects. The two that were focusing on
today are the client-side and the server-side methods of programming. These two are both very
useful in their own ways. The functionality of when to use these different methods depends on
the user or company wanting to use for their programming method.
We often do things online and dont think about what it is were actually doing. A simple
gesture like opening a web page would be considered to be using the client-side, while the userside would be the individual browsing a website. When we talk about server-side programs this
generally means that the programming will be done literally on the server side. The client-side of
the approach means that the programs will run off of the client. The usage of server-side
programming include things like displaying images, taking the user input and processing it, and
displaying pages just to name a few. The client-side allows users to make web pages in which
users can interact with them, sending requests to servers and retrieving data from them, cookies
are also accessible at this level. The server side uses languages like PHP, C++, and C#. The userside uses languages like HTML, JavaScript, and CSS just to name a few.

The client-side programming is focused on the individuals experience when it comes to


the user interface. Some examples of these can be when the user relies on web development its

Lucky Panelo
CIS 2336
09/02/15

going to be fixated on the browser. The server-side produces lively material. While these two
both use their specific set of languages, theyre both beneficial for users depending on their
programming needs and requirements.

Website used to gather data


http://programmers.stackexchange.com/questions/171203/what-are-the-differences-betweenserver-side-and-client-side-programming

You might also like