Scalability is the capability of a program to handle growing amount
of work or its potential to be enlarged in order to accommodate
growth.
A program is considered scalable, if it is suitable to handle a large
amount of input data or a large number of users or a large number of
nodes.
When we say a program does not scale, it means that program fails
on increasing the size of task.