Lecture1 DS Examples Trends in DS
Lecture1 DS Examples Trends in DS
Y. V. Lokeswari AP / CSE
• CLOUD Computing
Trends in Distributed Systems
• Cloud Computing
Focus on resource sharing
• Sharing data in the form of a shared database or a set of
web pages.
• Computer-supported cooperative working (CSCW)
– A group of users who cooperate directly share resources such
as documents in a small, closed group.
• Service : Manages a collection of related resources and
presents their functionality to users and applications
(File service - read, write, delete - operations on files)
Focus on resource sharing
• Server: A running program (a process) on a networked
computer that accepts requests from programs running
on other computers to perform a service
– Client – Server
– Client (active- making request)
– Server (Passive – Process request)
• Remote Invocation
• Distributed system written in OO- language
– Client object invoking a method upon server object.
Summary
• Introduction
• Examples of Distributed Systems
• Trends in Distributed Systems
• Focus on Resource sharing
THANK YOU