Please enable JavaScript.
Coggle requires JavaScript to display documents.
Distributed sytemt - Coggle Diagram
Distributed
load
-
traffic
Text - small, one after other
-
-
-
-
-
Scalability
-
-
Administratively: Can still be easy to manage even if it spans many independent administrative organisations.
-
How to Increase the server? CPU, Memory, and communiction
-
-
-
-
-
-
-
-
Communication Process
Protocol
-
Layered Protocols
Due to absence of shared memory, communication based on low level messages (eg. signals)
When communication, first builds message in own address space.
Send message need system call for operating system, two process need to agree on sending.
-
Form of layers
-
Remote Method Invocation
Allow Java objects running on the same or separate computers to communicate with one another via remote method calls.
Doesn't require programmer to learn an IDL because all the networking code is generated directly from existing classes
-
-
-
-