The client functionality involves the user interface for the player, the presentation of messages from the server, and the sending of messages of player actions to the server.
Most of the server functionality involves the game environment that is shared by other players. World of Warcraft is a server client application with some of the game functionality residing on a server and other game functionality residing on the client.