Jump to content

Server-side: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Mookalx (talk | contribs)
linked 'SAMP'
edited "computer networking" to the correct term "computer network"
Line 1: Line 1:
{{Unreferenced|date=January 2013}}
{{Unreferenced|date=January 2013}}


'''Server-side''' (commonly referred to as '''SS''') refers to operations that are performed by the [[Server (computing)|server]] in a [[client–server]] relationship in a [[computer networking]].
'''Server-side''' (commonly referred to as '''SS''') refers to operations that are performed by the [[Server (computing)|server]] in a [[client–server]] relationship in a [[computer network]].


Typically, a server is a computer program, such as a web server, that runs on a remote [[server (computing)|server]], reachable from a user's local [[computer]] or [[workstation]]. Operations may be performed server-side because they require access to information
Typically, a server is a computer program, such as a web server, that runs on a remote [[server (computing)|server]], reachable from a user's local [[computer]] or [[workstation]]. Operations may be performed server-side because they require access to information

Revision as of 20:07, 19 January 2016

Server-side (commonly referred to as SS) refers to operations that are performed by the server in a client–server relationship in a computer network.

Typically, a server is a computer program, such as a web server, that runs on a remote server, reachable from a user's local computer or workstation. Operations may be performed server-side because they require access to information or functionality that is not available on the client, or require typical behavior that is unreliable when it is done client-side.

Server-side operations also include processing and storage of data from a client to a server, which can be viewed by a group of clients. Advantage: This lightens the work of your client. This also protects your SAMP server from crackers.

Examples of server-side processing include the creation & adaptation of a database using MySQL.

See also