LIST OF EXPERIMENTS FOR DISTRIBUTED SYSTEMS
1. Study of Web Site
2. Implementation of Single threaded Client Server
3. Perform mathematical operations of two numbers using Remote Method Invocation (RMI).
4. Find out total amount and discount as follows:
i)No discount on amount less than Rs.5000/-
ii)10% discount if amount is between Rs.5000/ to Rs.10,000/-
iii)15% discount if amount is greater than Rs.10,000/- using Remote Method Invocation (RMI).
5. Implementation of Multithreaded Client Server Application for calculating the price as per the quantity from client and find the total amount with discount of 10%.
6. Implementation of Multithreaded Client Server for chat Application.
7. Write a program to detect a Deadlock
8. Generate the table for 5, 10, 15 using Thread Synchronization.
9. Implementation of Mutual Exclusion in Distributed System
10. Implementation and study of Naming Service
11. Study of DCOM.
2. Implementation of Single threaded Client Server
3. Perform mathematical operations of two numbers using Remote Method Invocation (RMI).
4. Find out total amount and discount as follows:
i)No discount on amount less than Rs.5000/-
ii)10% discount if amount is between Rs.5000/ to Rs.10,000/-
iii)15% discount if amount is greater than Rs.10,000/- using Remote Method Invocation (RMI).
5. Implementation of Multithreaded Client Server Application for calculating the price as per the quantity from client and find the total amount with discount of 10%.
6. Implementation of Multithreaded Client Server for chat Application.
7. Write a program to detect a Deadlock
8. Generate the table for 5, 10, 15 using Thread Synchronization.
9. Implementation of Mutual Exclusion in Distributed System
10. Implementation and study of Naming Service
11. Study of DCOM.
Comments
Post a Comment