# [[Scalability]]
*Can the system adjust to steadily increasing levels of demand?*
Scalability is the application’s ability to cope with increasing demands by increasing the amount of server resources. This could mean scaling __up__ (increasing the resources of the dedicated server) or scaling __out__ (adding more nodes to shoulder the load). What happens when more users than expected sign up in response to a promotion on your site?