What is the basic difference between horizontal scaling and vertical scaling?
- Distributing traffic
- Increasing resources on a server
- Increasing servers
- Load balancing
The basic difference is that horizontal scaling increases the number of servers to handle increased load, while vertical scaling involves increasing the resources (CPU, RAM) on a single server.
Loading...
Related Quiz
- In the context of servlets, what is a key difference between HTTP and WebSocket protocols?
- The __________ API in Java EE is used for declarative security in web applications.
- The _________ method should be used carefully in servlets due to potential thread safety issues.
- What is the role of the Content-Disposition header in file downloading?
- Initialization parameters for a servlet are configured in the _________ file.