This web page is associated with a book called called The Animated Computer
The book can be bought at: https://play.google.com/store/books/details/Dr_Jerome_Heath_THE_EBOOK_ON_COMPUTER_DESIGN?id=WxOTBQAAQBAJ
The book gives excellent explanations for the animated images on this web site. This web page shows the animation of the computer designs in action. The book gives explanations of what the animations are about. Combining the books explanations with the animation provides a well rounded understanding of the animated computer.
STACK FRAME
VISUALIZING THE PROLOG AND EPILOG
DESCRIPTION IN DETAIL
Dr. Jerome Heath
THE STACK BEFORE THE CALL
THE STACK AFTER THE PROLOG
THE STACK AFTER THE EPILOG
The Stack Frame Lecture
REMOTE PROCEDURE CALL
SHOWING HOW THE STACK WORKS REMOTELY
I start with a local procedure call as a reference for the more complex remote procedure call. On a remote procedure call special processes (Proxy) on the local computer pretend to be the real called process as though on the local computer. Other processes (skeleton) on the remote pretend to be the called process and create a "dummy" stack on the far computer so the "regular" procedure call mechanisms occur. Data communication processes are used to pass the necessary information between the local and the remote computer.
Stack Frame on a Remote Procedure Call
Dr. Jerome Heath