Hinted Handoff

A process which during node $A$ is offline, node $B$ will take care of handling all the request from node $A$.

When node $A$ becomes online, node $B$ will return the results of processed requests back to node $A$ so that node $A$ can continue processing.