Load Shedding
Load Shedding is when a “front-end” server hands off to a “back-end” server
Two common methods:
- Front page points to a dynamically determined server that handles all but first request
- Front-end server connects to back-end server on a different network (e.g., 10.0.x.y)