1 / 16

Distributed System

Distributed System. Yongsik Jeon 999-86-1494. Topics. What is a distributed system ? Why do we need ? General type Advantages Disadvantages The future of distributed systems. Distributed System.

Download Presentation

Distributed System

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Distributed System Yongsik Jeon 999-86-1494

  2. Topics • What is a distributed system ? • Why do we need ? • General type • Advantages • Disadvantages • The future of distributed systems

  3. Distributed System • A collection of machines whose distribution is transparent to the user so that the system appears as one local machine. • This is in contrast to a network, where the user is aware that there are several machines, and their location, storage replication, load balancing and functionality is not transparent.

  4. Distributed System • More than one computers • Network • Software • Working together

  5. Why do we need?

  6. General Types of Distributed System

  7. Distributed Data System • A collection of several different databases that look like a single database to the user

  8. Distributed Data System • Domain Name System • Real IP Address : 129.79.78.21 DNS Address : www.iub.edu

  9. Distributed Data System • Distributed processor • Network • Distributed database • Distributed database management system

  10. Distributed File System • A distributed file system is a client/server-based application that allows clients to access and process data stored on the server as if it were on their own computer • When a user accesses a file on the server, the server sends the user a copy of the file, which is cached on the user's computer while the data is being processed and is then returned to the server

  11. Distributed File System • Sun Microsystems' Network File System (NFS) • Novell NetWare • Microsoft's Distributed File System • IBM/Transarc's DFS

  12. Distributed Computing System • Distributed computing is any computing that involves multiple computers remote from each other that each has a role in a computation problem or information processing. • Today, distributed processing is called distributed computing

  13. Advantages • Decrease server CPU cost • Efficiency • Data safety • Power • Cost

  14. Disadvantages • Security • Inefficiency • Cost • Technical difficulties

  15. The future of distributed systems • Distributed Shared Memory System (DSM) By sharing memories through the network, participating computer systems acting as one local system, DSM offers a convenient programming paradigm to distributed parallel computations.

  16. The future of distributed systems • Main Memory Database (MMDB) With the large memory available, it is desirable to reside the entire database in the main memory system. MMDB can achieve near real-time and high performance in transaction processing.

More Related