Home > Store

Distributed Operating Systems: Concepts and Practice

Register your product to gain access to bonus material or receive a coupon.

Distributed Operating Systems: Concepts and Practice

  • Published Aug 31, 1999 by Pearson.

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

  • Detail Boxes—Contain information such as complex algorithms and more in-depth examples.
    • Promotes further understanding and provides flexibility in the learning process and use of the text. Ex.___

  • Over 150 figures and tables.
    • Illustrates key concepts without interrupting flow of the text. Ex.___

  • Case study of Windows 2000.
    • Demonstrates real-life commercial solutions to the examination of a real-life operating system. Ex.___

  • Project-oriented exercises—Builds upon concepts covered in earlier chapters.
    • Requires students to utilize and apply knowledge from the text within a programming exercise so that they can gain “hands-on" experience. Ex.___

  • Reference pointers to relevant sources—Includes “core” web and ftp sites; overview sources for further in-depth study; and research papers.
    • Gives interested students a starting point to learn more about the topic. Ex.___

  • Sample distributed application program.
    • Shows students key distributing programming concepts so that they can have an in-depth example of many of the practical concepts. Ex.___

  • Real-life examples—e.g., CORBA; DCOM; NFS; LDAP; and X.500.
    • Reinforces the demonstration of real-life solutions to various aspects of distributed computing. Ex.___

  • Chapter summaries.
    • Provides students with a review of material, enabling them to check their understanding of concepts already covered—and that will be expanded upon in later chapters. Ex.___

Description

  • Copyright 2000
  • Edition: 1st
  • Book
  • ISBN-10: 0-13-079843-6
  • ISBN-13: 978-0-13-079843-5

Doreen Galli uses her considerable academic and professional experience to bring together the worlds of theory and practice providing leading edge solutions to tomorrow's challenges. Distributed Operating Systems: Concepts and Practice offers a good balance of real world examples and the underlying theory of distributed computing. The flexible design makes it usable for students, practitioners and corporate training.

This book describes in detail each major aspect of distributed operating systems from a conceptual and practical viewpoint. The operating systems of Amoeba, Clouds, and Chorus™ (the base technology for JavaOS™) are utilized as examples throughout the text; while the technologies of Windows 2000™, CORBA™, DCOM™, NFS, LDAP, X.500, Kerberos, RSA™, DES, SSH, and NTP demonstrate real life solutions. A simple client/server application is included in the appendix to demonstrate key distributed computing programming concepts. This book proves invaluable as a course text or as a reference book for those who wish to update and enhance their knowledge base. A Companion Website provides supplemental information.

  • A broad range of distributed computing issues and concepts: Kernels, IPC, memory management, object-based operating systems, distributed file systems (with NFS and X.500), transaction management, process management, distributed synchronization, and distributed security
  • A major case study of Windows 2000 to demonstrate a real life commercial solution
  • Detail Boxes contain in-depth examples such as complex algorithms
  • Project-oriented exercises providing hands-on-experience
  • Relevant sources including 'core' Web and ftp sites, as well as research papers
  • Easy reference with complete list of acronyms and glossary to aid readability

Sample Content

Table of Contents



1. Introduction to Distributed Systems.

What is an Operating System? What is a Distributed System? What is a Real-Time System? What is a Parallel System? Sample Distributed Application. Summary. References for Further Study. Exercises.



2. The Kernel.

Kernel Types. Processes and Threads. Process Management. Process Scheduling. Summary. References for Further Study. Exercises.



3. Interprocess Communication.

Selection Factors. Message Passing. Pipes. Sockets. Remote Procedure Calls. Summary. References for Further Study. Exercises.



4. Memory Management.

Review of Centralized Memory Management. Simple Memory Model. Shared Memory Model. Distributed Shared Memory. Memory Migration. Summary. References for Further Study. Exercises.



5. Concurrency Control.

Mutual Exclusion and Critical Regions. Semaphores. Monitors. Locks. Software Lock Control. Token-Passing Mutual Exclusion. Deadlocks. Summary. References for Further Study. Exercises.



6. Object-Based Operating Systems.

Introduction to Objects. The Clouds Object Approach. Chorus V3 and COOL v2. Amoeba. Distributed Component Object Model (DCOM). CORBA Overview. Summary. References for Further Study. Exercises.



7. Distributed Process Management.

Distributed Scheduling Algorithm Choices. Scheduling Algorithm Approaches. Coordinator Elections. Orphan Processes. Summary. References for Further Study. Exercises.



8. Distributed File Systems.

Distributed Name Service. Distributed File Service. Distributed Directory Service. NFS. X.500. Summary. References for Further Study. Exercises.



9. Transaction Management & Consistency Models.

Transaction Management Motivation. ACID Properties of a Transaction. Consistency Models. Two-Phase Commit Protocol. Nested Transactions. Implementation Issues for Transactions. Summary. References for Further Study. Exercises.



10. Distributed Synchronization.

Introduction to Global Time. Physical Clocks. Network Time Protocol (NTP). Logical Clocks. Summary. References for Further Study. Exercises.



11. Distributed Security.

Crytography and Digital Signatures. Authentication. Access Control (Firewalls). Summary. References for Further Study. Exercises.



12. CASE STUDY: Windows 2000.

Overview: Windows 2000 Design. Kernel Mode Overview. Plug and Play. NT Files System in Windows 2000 (NTFS). Active Directory. Microsoft Management Console (MMC). Cluster Service. Windows 2000 Security. HYDRA-A Thin Client. Summary. References for Further Study. Exercises.



Appendix A. Surgical Scheduling Program.

Documentation Overview. Design Documentation. Functional Descriptions. Data Dictionary. User Documentation. Client Source Code. Server Source Code. Common Source Code. File Initialization Source Code: write_ca.c.



List of Acronyms.


Glossary of Terms.


Bibliography.


Index.

Preface

Preface

This book examines concepts and practice in distributed computing. It is designed to be useful not only for students but for practitioners and corporate training as well. Over the past decade, computer systems have become increasingly more advanced. Most computers are connected to some type of network on a regular basis. The installation of LANs at smaller businesses is even becoming commonplace. LANs are also being installed in custom homes at an ever-increasing rate. Software technology must keep up and so must our future and current practitioners! At the current pace, it is only a matter of time before a working knowledge of distributed systems is mandatory for all computer scientists, because this technology pertains to a majority of all computers and their applications.

INTENDED AUDIENCE

While the study of standard operating systems concepts is extremely important for computer science undergraduates, there is a significant and ever-increasing demand to extend this knowledge in the graduate and fourth-year undergraduate curriculum as well as for the practitioner out in industry. Therefore, there is a great need to study distributed operating systems concepts as well as practical solutions and approaches. This book is intended to meet this need for both students and practitioners.

OBJECTIVE

The objective of this book is to describe in detail each major aspect of distributed operating systems from a conceptual and practical viewpoint. Thus, it includes relevant examples of real operating systems to reinforce the concepts and to illustrate the decisions that must be made by distributed system designers. Operating systems such as Amoeba, Clouds and Chorus (the base technology for JavaOS) are utilized as examples throughout the book. In addition, the case study on Windows 2000 provides an example of a real commercial solution. Technologies such as CORBA, DCOM, NFS, LDAP, X.500, Kerberos, RSA, DES, SSH, and NTP are also included to demonstrate real-life solutions to various aspects of distributed computing. In addition, a simple client/server application is included in the appendix that demonstrate key distributed computing programming concepts such as the use of INET sockets, pthreads, and synchronization via mutex operations.

In summary, this book focuses on the concepts, theory and practice in distributed systems. It is designed to be useful for practitioners, fourth year undergraduate as well as graduate level students and assumes that the reader has taken a basic operating system course. It is hoped that this book will prove to be invaluable not only for those already active in industry who wish to update and enhance one's knowledge base but also for future reference for those who have used it as a course text.

ORGANIZATION AND PEDAGOGICAL FEATURES

This book is divided into two parts. The first part, Chapter 1-6, presents the base foundation for distributed computing. The second part, Chapter 7-11, expands on these topics and delves more heavily into advanced distributed operating system topics. The pedagogical features included in this book are the following.

  1. Detail Boxes to further enhance understanding. These boxes contain information such as complex algorithms and more in depth examples.
  2. More than 150 figures and tables to help illustrate concepts.
  3. A case study of Windows 2000 to demonstrate a real life commercial solutions.
  4. Project oriented exercises (those with italicized numbers) to provide "hands on" experience.
  5. Exercises that build upon concepts covered in earlier chapters.
  6. Reference pointers to relevant sources including:
    A. overview sources for further in-depth study,
    B. research papers, and
    C. 'core' web & ftp sites.
  7. A simplified distributed application program to demonstrate key distributing programming concepts.
  8. Comprehensive glossary of terms (boldfaced words appear in the glossary) to provide a centralized location for key definitions.
  9. Complete list of acronyms to aid readability and provide a centralized location for easy reference.
  10. Chapter summaries.
  11. Comprehensive index, primary references in bold.
  12. Book website located at www.prenhall.com/galli.

SUGGESTIONS FOR INSTRUCTORS

This book is designed to provide maximum flexibility to instructors and has pedagogical features inherent within the text to allow you to customize the coverage to best meet the needs of your class and your institution's mission statement. In preparing this book, the only assumption made is that a basic introductory to operating systems course has been taken by the reader. Select topics that may be included in an introductory operating system course but are sometimes omitted, covered lightly, often not grasped or may have been forgotten but nonetheless are key to distributed operating systems, are included where appropriate. This material need not be presented in the classroom but is included in the book so that you can be assured that the students have the basis necessary for the more advanced distributed topics. Below are suggestions on how this book may be used for those requiring additional practical emphasis as well as for those desiring additional research emphasis. A graduate course desiring to add both types of emphasis may wish to use suggestions from both categories. Additional information may be available at the author's Prentice Hall website, www.prenhall.com/galli.

Adding Practical Emphasis

The following are a few suggestions for adding practical emphasis to a course utilizing this text.

  1. Have the students, either individually or as a group complete one or more of the `Project Exercises', those indicated by an italicized exercise number at the end of relevant chapters. Additional practical experience may be achieved if their design and implementation is orally presented to the class.
  2. Cover all Detail Boxes related to real-life implementations.
  3. Spend class time covering the Windows 2000 Case study.
  4. Create an individual or group project working with the distributed features of Windows 2000.
  5. Have the students expand or change the Surgical Scheduling Program. This may be as simple as changing the type of interprocess communication employed or as complex as creating another program utilizing the same distributed concepts.

Adding Research Emphasis

The following are a few suggestions for adding a research emphasis to a course utilizing this book.

  1. Have the students, either individually or as a group, prepare a paper on a topic relevant to distributed operating systems. Reference papers cited at the end of each chapter should serve as good starting points. These projects may include an oral presentation.
  2. Present lecture material from the relevant RFCs or research papers cited at the end of each chapter that are available on the web and include it the list of required reading for the students.
  3. Have the students seek the relevant RFCs or research papers cited at the end of each chapter that are available on the web and prepare a summary.
  4. Select a subset of the reference papers cited at the end of each chapter and create a spiral bound accompaniment to be used in conjunction throughout the course with the book. A large number of bookstores at research institutions have the ability to perform the copyright clearing necessary for this purpose.

Updates

Online Support

http://www.prenhall.com/galli

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.