Write a distance learning distributed system that has different users such as instructors,students and administrators. You can use either a socket-based API (such as Java sockets) and/or RPC-based API (such as Sun RPC, Java RMI) or JSP .
Therecan be basically three types of users:
Student
Instructor
Administrator
Eachuser should have different features and applications. Users along with their compulsory features are as follows:
Student:
Create an account
Add a course
…
