Load balancing is critical in a _________ architecture to distribute traffic evenly across servers.
- client-server
- microservices
- monolithic
- peer-to-peer
Load balancing is critical in a monolithic architecture to distribute traffic evenly across servers.
Loading...
Related Quiz
- When implementing CSP, the _________ directive is crucial in restricting resources the page can load.
- A __________ is a subclass of SQLException that indicates a failed connection to the database.
- How can a filter pass control to the next entity in the filter chain?
- How do you handle transaction management when using PreparedStatement and CallableStatement?
- What happens if a filter in the filter chain does not call the doFilter() method?