All Topics  
Game server

 

   Email Print
   Bookmark   Link






 

Game server



 
 
A game server is a remotely or locally run server
Server (computing)

A server is a computer program that provides services to other computer programs , in the same or other computer. The physical computer that runs a server program is also often referred to as server....
 used by game client
Game client

A game client is a piece of software that connects to a game server. The server provides the connection and sends packets of information back to the game client....
s to play multiplayer games. Most video games played over the internet
Internet

The Internet is a global network of interconnected computers, enabling users to share information along multiple channels. Typically, a computer that connects to the Internet can access information from a vast array of available server and other computers by moving information from them to the computer's local memory....
 operate via a connection to a game server.

ame server providers (GSPs) are companies that lease dedicated game servers. Gaming clans will often lease one or more servers for their chosen game, with members of the clan contributing to the server rental fees.

Game server providers often offer web based tools to help control and configure the individual game servers and most allow those that rent/lease to modify the games being leased.

servers can be classified as listen servers and dedicated servers.






Discussion
Ask a question about 'Game server'
Start a new discussion about 'Game server'
Answer questions from other users
Full Discussion Forum



Encyclopedia


A game server is a remotely or locally run server
Server (computing)

A server is a computer program that provides services to other computer programs , in the same or other computer. The physical computer that runs a server program is also often referred to as server....
 used by game client
Game client

A game client is a piece of software that connects to a game server. The server provides the connection and sends packets of information back to the game client....
s to play multiplayer games. Most video games played over the internet
Internet

The Internet is a global network of interconnected computers, enabling users to share information along multiple channels. Typically, a computer that connects to the Internet can access information from a vast array of available server and other computers by moving information from them to the computer's local memory....
 operate via a connection to a game server.

Game server hosting

Game server providers (GSPs) are companies that lease dedicated game servers. Gaming clans will often lease one or more servers for their chosen game, with members of the clan contributing to the server rental fees.

Game server providers often offer web based tools to help control and configure the individual game servers and most allow those that rent/lease to modify the games being leased.

Types of game servers

Game servers can be classified as listen servers and dedicated servers. Listen server refers to a situation in which the server typically runs in the same process as the game client, allowing a player to both host and participate in the game. As a side effect, the server is usually terminated when the client is. Listen servers are operated mostly by individuals, often in LAN Party
LAN party

A LAN party is a temporary, sometimes spontaneous, gathering of people together with their computers, which they network together primarily for the purpose of playing Multiplayer game....
 situations rather than over the internet, and usually with a lower number of players due to the increased processing and bandwidth requirements associated with operating both server and client simultaneously on the same machine. Dedicated servers are servers which run independently of the client. Such servers may be run by individuals, but are usually run on dedicated hardware located in data centers, providing more bandwidth and dedicated processing power. Dedicated servers are the preferred method of hosting game servers for most PC-based multiplayer games. Massively multiplayer online games run on dedicated servers usually hosted by the software company that owns the game title, allowing them to control and update content. In many cases they are run on clustered servers to allow for huge environments and large player counts.

See also

  • Half-Life Dedicated Server
    Half-Life Dedicated Server

    Half-Life Dedicated Server is the software that powers many of the older Steam games....


External links