M.L. Liu's "Distributed Computing: Principles and Applications" provides a foundational, practical guide to how networked, independent computers collaborate as a single system. The text explores key concepts like message passing, Remote Procedure Call (RPC), and Java RMI, highlighting their application in technologies like the World Wide Web and e-commerce. For more details, visit Google Books
: Extends the object-oriented model to distributed systems, allowing objects on different nodes to interact via method calls (e.g., Java RMI , CORBA ) . Clarity: Liu writes in a conversational, approachable style
Liu's work covers a broad spectrum of distributed programming techniques and Application Program Interfaces (APIs). Significant topics include: Distributed Objects : Extends the object-oriented model to