Unit 1 Part 2
Unit 1 Part 2
Distributed Application
Middleware service
parallel computation:
scientific computing, including cluster computing and grid
computing and various volunteer computing projects (see
the list of distributed computing projects),
distributed rendering in computer graphics
Advantages
Give more performance than single system
If one pc in distributed system malfunction or
corrupts then other node or pc will take care of
More resources can be added easily
Resources like printers can be shared on multiple pc’s
Disadvantages
Security problem due to sharing
Some messages can be lost in the network system
Bandwidth is another problem if there is large data then all
network wires to be replaced which tends to become expensive
Overloading is another problem in distributed operating
systems
If there is a database connected on local system and many users
accessing that database through remote or distributed way then
performance become slow
The databases in network operating is difficult to administrate
then single user system
Conclusion
• In this age of optimization everybody is trying to get
optimized output from their limited resources. The
concept of distributed computing is the most efficient
way to achieve the optimization. In case of
distributed computing the actual task is modularized
and is distributed among various computer system. It
not only increases the efficiency of the task but also
reduce the total time required to complete the task.