M
Manal
Guest
• Discuss the Architectural model, Fundamental models, Modules Description,
Timelines etc.? You have to develop a distributed system. There will be more then one machines in the system. Machines will correspond to the colleges of NUST which will contain two pieces of information:
?Information about the faculty members (i.e. names, ranks, salaries).
?Information about the requirement of new faculty members.
A mobile agent will be launched by one machine. It will go to the rest of College machines. It will perform the computation at those machines and will return the results back to the instantiating machine. It will display the returned results along with the IP address of the machine from which the results have has returned.
Following operations may be asked by the user on the instantiating machine:
?Get the names of those faculty members from different colleges who have salaries greater then 30000.
?Get the number of PhD/APs/Lecturers from different colleges.
?Identify those colleges whose requirements for the faculty member shave increased more then the prescribed threshold.
Note: All operations will be performed on the college machines.
Timelines etc.? You have to develop a distributed system. There will be more then one machines in the system. Machines will correspond to the colleges of NUST which will contain two pieces of information:
?Information about the faculty members (i.e. names, ranks, salaries).
?Information about the requirement of new faculty members.
A mobile agent will be launched by one machine. It will go to the rest of College machines. It will perform the computation at those machines and will return the results back to the instantiating machine. It will display the returned results along with the IP address of the machine from which the results have has returned.
Following operations may be asked by the user on the instantiating machine:
?Get the names of those faculty members from different colleges who have salaries greater then 30000.
?Get the number of PhD/APs/Lecturers from different colleges.
?Identify those colleges whose requirements for the faculty member shave increased more then the prescribed threshold.
Note: All operations will be performed on the college machines.