10
Chinese University, CSE Dept. Distributed Systems / 0 - 1 CSC5340 Advanced Topics in Distributed Software Systems Dr. Michael R. Lyu Computer Science & Engineering Department The Chinese University of Hong Kong

CSC5340 Advanced Topics in Distributed Software Systems

  • Upload
    loyal

  • View
    45

  • Download
    1

Embed Size (px)

DESCRIPTION

CSC5340 Advanced Topics in Distributed Software Systems. Dr. Michael R. Lyu Computer Science & Engineering Department The Chinese University of Hong Kong. How to reach me?. Engineering Building, Room 927. 2609 8429. [email protected]. Organization of the Course. - PowerPoint PPT Presentation

Citation preview

Page 1: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 1

CSC5340 Advanced Topics in Distributed Software Systems

Dr. Michael R. LyuComputer Science & Engineering Department

The Chinese University of Hong Kong

Page 2: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 2

How to reach me?

Engineering Building, Room 927

2609 8429

[email protected]

Page 3: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 3

Organization of the Course

Lectures: T3-5 (ELB LT2)

Tutorial: T9 (SC L3)

Th4 (MMW 703)

Projects

Homework

Late Midterm, Final

Page 4: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 4

Nature of the Course

This is a practical lecture with hands-on experience!

Involves C++/Java (your choice) Programming.

Object Request Broker

ApplicationObjects

CORBAfacilities

CORBAservices

Page 5: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 5

What You Will Learn

Problems that occur during construction of distributed systems.

Principles and techniques to solve them.

Components of an infrastructure for distributed systems (OMG/CORBA).

Practical experience with an OMG/CORBA implementation.

Page 6: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 6

Other Related Courses

Software Engineering (CSC3100)

Networking (CSC4430)

Database (CSC3170)

Operating Systems (CSC3150)

Security (CSC5470)

Page 7: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 7

Required Textbook

Distributed Systems: Concepts and Design, George Coulouris, Jean Dollimore, and Tim Kindberg, Addison-Wesley, 3rd edition, 2001

Page 8: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 8

Suggested References

Wolfgang Emmerich: Engineering Distributed Objects. Wiley. 2000.

Tanenbaum & van Steen: Distributed Systems. Prentice-Hall. 2002.

Sloman and Kramer: Distributed Systems and Computer Networks. Prentice Hall. 1987.

Baker: CORBA Distributed Objects. Addison-Wesley. 1997.

Mowbray and Zahavi: The Essential CORBA. Wiley. 1995.

Page 9: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 9

Coursework

Projects (40%)– 1 median-size project (10%), 1 larger project (30%).– Done in teams (3-4 per team). No joint team work.– The large project will use Iona Orbix or Visigenic systems. – Involves C, C++ or Java Programming.

Homework (5%)– 2 assignments when there is no project work due.

– Discussions allowed but no plagiarism.

Late Mid-Term Exam (15%) – November 12, 2002 Final Exam (40%)

Page 10: CSC5340 Advanced Topics in Distributed Software Systems

© Chinese University, CSE Dept. Distributed Systems / 0 - 10

Course Outline

1 Distributed Systems Characteristics and Design Issues2 Distributed Software Engineering by CORBA3 Communication4 RPCs vs. CORBA 5 CORBA/DCOM/RMI6 Building Distributed Systems with CORBA7 CORBA Generosity and Interoperability 8 Security9 Naming and Trading10 Concurrent Processes and Threads11 Transactions12 Reliability