Distributed systems questions.
Find Distributed systems university examination questions in acaproso.com
# | Question |
---|---|
1 | Briefly describe the worker pool multi - threaded server architecture Short answers |
2 | Give two types of security attacks on distributed systems Short answers |
3 | What are the main functions of DNS name service ? Short answers |
4 | Explain why it is possible in a wide area network (WAN) for messages to arrive in order different from which they were sent ? Short answers |
5 | One of the challenges of the design of distributed system is the issue of Transparencies . Explain what is meant by Transparency. Short answers |
6 | A web - based multiple choice examiniation system is to be implemented . The system should be able to handle a total of up to 1000 candidates. Candidates must first register with the system and answer up to 50 questions, following which the system will notify them of their percentage score. At most one registration per candidate is allowed. Candidates can amend their answers by simply re-sending a new answer for the same question. The system should implement the following operations. Register, which inputs the candidate`s name and exam identifier, then generates a unique number for each candidate, if the candidate is found to have registered for this exam already , the system rejects the request to register. Answer ,which inputs the question number and answer (1 up to 5) Score , Which output the percentage score
Short answers |
7 | What are the advantages of server - controlled recursive navigation compared to the non - recursive navigation ? Short answers |
8 | Distinguish between `Security Policy` and `Security Mechanism` Short answers |
9 | Describe any two purposes of Distributed File System Short answers |
10 | What is a Y2K problem ? Short answers |