What does scale horizontally and scale vertically mean?

database, performance, scalability

Solution

In simple terms, to scale horizontally is adding more servers. Vertically to increase the resources of the server.

You can find more info on Wikipedia.

Problem

In a three layer architecture with the database on the fourth, what does `scaling horizontally` and `scaling vertically` mean?

Original source

Related problems