Difference between revisions of "Portal:SWGANH Architecture"
From SWGANH Wiki
(→System Overview) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Architecture|General Overview}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | {| | + | |
− | + | ||
− | + | ||
− | |} | + | |
− | + | ||
− | + | ||
− | + | ||
{| style="border:0; margin: 0;" width="100%" cellspacing="10" | {| style="border:0; margin: 0;" width="100%" cellspacing="10" | ||
| valign="top" style="padding:0; border:1px solid #aaaaaa; margin-bottom:5px;" | | | valign="top" style="padding:0; border:1px solid #aaaaaa; margin-bottom:5px;" | | ||
Line 86: | Line 74: | ||
'''[[ConnectionServer (Architecture)|Connection Server]]''' - Responsible for handling all client connections to the game worlds. Also handles packet validation and global chat. | '''[[ConnectionServer (Architecture)|Connection Server]]''' - Responsible for handling all client connections to the game worlds. Also handles packet validation and global chat. | ||
− | '''[[ | + | '''[[ZoneServer (Architecture)|Zone Server]]''' - Responsible for chat handling, dynamic object updating of clients, and all game mechanics. |
'''Control Center:''' - Responsible for server updating and maintenance. | '''Control Center:''' - Responsible for server updating and maintenance. | ||
'''Launcher:''' - Responsible for server selection and launching of the client. | '''Launcher:''' - Responsible for server selection and launching of the client. |
Latest revision as of 01:08, 10 August 2007
Server Architecture - General Overview
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Admin Server
|
Chat Server
|
Connection Server
|
Login Server
|
Zone Server
|
General Architecture Diagram
System Overview
Clients: - Self explanatory. The SWG client application.
Database Server - Responsible for storage and retrieval of all server data.
Login Server - Responsible for initial contact and authentication of clients, world selection/status, and character creation.
Connection Server - Responsible for handling all client connections to the game worlds. Also handles packet validation and global chat.
Zone Server - Responsible for chat handling, dynamic object updating of clients, and all game mechanics.
Control Center: - Responsible for server updating and maintenance.
Launcher: - Responsible for server selection and launching of the client.