List at least three of the technical problems that must be solved by the designers of MMOGs.

What will be an ideal response?


• Registration management-There may be tens of thousands of existing users at various points in the game, as well as thousands of new users joining every day. The responsibilities of the server software that manages this user base include ensuring that new users correctly join the community, saving the game state of existing users when they log off, and restoring that state when they log back on.• Client/server protocols-In an MMOG, there are tens of thousands of users simultaneously accessing hundreds or thousands of game servers across multiple communication channels. The game designers must implement the network protocols that support this vast communications array.• Security-An MMOG must keep track of each user's activity to ensure that his or her actions do not incorrectly or inappropriately affect the actions of other players. Furthermore, the system must ensure that all users adhere to the rules of the game and do not attempt to carry out illegal operations.• Database design-The world database can be a truly massive structure holding trillions of bytes of data. The game designers are responsible for implementing this database and making sure that it can be accessed quickly enough to provide real-time response to user actions.

Computer Science & Information Technology

You might also like to view...

As you work, the History panel logs each command that is performed as a new ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Function syntax refers to the placement of arguments within a function

Indicate whether the statement is true or false

Computer Science & Information Technology

A theme is a predefined combination of colors, fonts, and effects

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is not a choice on the Sample drop-down list available with the Healing Brush Tool?

a. This Layer b. Current & Below c. Current Layer d. All Layers

Computer Science & Information Technology