To add to the points written above, Redirect means at Client side and forward means at server side.
So It means that one can redirect its page to some other application from the current application because it's hapening at browser side but in forward the it forward to some jsp or servlet for the same application.