About Vertical and Horizontal Scaling

When talking about website scalability, either vertical or horizontal scaling is considered.

  • Vertical scaling means moving your web project to a more resourceful server.
  • Horizontal scaling means distributing the traffic among multiple servers to share the load.

Dev Ops Architecture Development