|
Computer Science 589-6
|
General Information | Announcements | Syllabus | Projects | Lectures
|
A distributed system is one in
which components located at networked computers communicate and coordinate
their actions only by passing messages. A major motivation for developing
distributed systems is to share resources, which may be managed by servers
and accessed by clients. The design and implementations of distributed
systems are challenging, because (1) components in a distributed system
are in most cases heterogeneous, (2) components may be dynamically added
or replaced, and (3) the systems must work well when the number of users increases.
In this course, we will address the issues of design of distributed systems. In particular, we will investigate successful approaches in the form of abstract models, algorithms, and cases studies of real-world systems. We presume that students who will take this class have a basic knowledge of operating systems, computer architecture, and object oriented programming. The course will be research intensive, aiming at deriving practical and achievable ground rules for distributed systems design. Each student is expected to do a project including a written report and an in-class presentation on a topic to be arranged with the instructor. You will be expected to collaborate with other students toward the completion of the research project related to distributed systems. Students who have completed this course should be capable of doing the following:
Topics Covered (These topics may change)
Prerequisite: CS 325 Principles of Operating Systems |
Office Hours: Dr. Qin will have office hours on Tuesday at 2:00-4:00p in his office (Speare 146).
To get the most out of office hours, it is recommended to send an email in advance.
Textbooks: