Request Dispatch and Send Redirect
The big difference between a redirect and a request dispatch—redirect makes the client do the work while request dispatch makes something else on the server do the work. So remember: redirect = client, request dispatch = server.