Distributed object: Difference between revisions

Content deleted Content added
m Reverted edits by 106.213.162.141 (talk): editing tests (HG)
Line 9:
See also [[Internet protocol suite]].
 
=== == == Local vs Distributed Objects ==
Local and distributed objects differ in many respects.<ref>W. Emmerich (2000) Engineering distributed objects, John Wiley & Sons Ltd.</ref> <ref>Samuel C. Kendall, Jim Waldo, Ann Wollrath, and Geoff Wyant. 1994. A Note on Distributed Computing. Technical Report. Sun Microsystems, Inc., Mountain View, CA, USA.</ref> Here are some of them:
# Life cycle : Creation, migration and deletion of distributed objects is different from local objects
Line 18:
# Communication : There are different communication primitives available for distributed objects requests
# Failure : Distributed objects have far more points of failure than typical local objects.
# Security : Distribution makes them vulnerable to attack. ==
===
== Heading text ==
 
== Examples ==