BINA RAMAMURTHY.ppt
《BINA RAMAMURTHY.ppt》由会员分享,可在线阅读,更多相关《BINA RAMAMURTHY.ppt(55页珍藏版)》请在麦多课文档分享上搜索。
1、Bina Ramamurthy,10/10/2018,Copyright 2010 B. Ramamurthy,1,Distributed Systems,Introduction,10/10/2018,Copyright 2010 B. Ramamurthy,2,A distributed system is a network of autonomous computers cooperating to accomplish a task. Hardware and software components of a distributed system coordinate their a
2、ctivity by sharing resources such as data, computation, compute cycles, bandwidth and storage. Examples: Internet, intranet, grid and mobile computing systems.,Topics,10/10/2018,Copyright 2010 B. Ramamurthy,3,Some fundamental terms Advances in Client-side technologies Communication network Middlewar
3、e concept Server-side technology Application models (web, web2.0, web3.0),Evolution of Internet Computing,10/10/2018,4,CSE507 Introduction 2008,Publish,Inform,Interact,Integrate,Transact,Discover (intelligence),Automate (discovery),time,scale,?,Semantic discovery,Parallel HPC,web,deep web,Beyond Sea
4、rch Engines: Enabling Information Technology and Scientific Applications,10/10/2018,CSE507 Introduction 2008,5,Financial: Build Portfolio,Medicine: plan treatment,Environment: Plan Forestation,Biotech: drug discovery,Simple Search (stateless),Complex multi-organizational applications,TV/Remote,Wirel
5、ess device,Copyright 2010 B. Ramamurthy,10/10/2018,6,Terminologies,Protocol,10/10/2018,Copyright 2010 B. Ramamurthy,7,Protocol is a set of rules that end points in a telecommunication system use when exchanging information. IP: Internet protocol defines an unreliable packet transfer protocol. TCP: T
6、ransmission Control Protocol builds on IP to define a reliable data delivery protocol. LDAP: Lightweight Directory Access Protocol builds on TCP to define a query-response protocol for querying the state of a remote database. HTTP: Hyper Text Transfer Protocol builds on TCP to facilitate hyper-text
7、document exchange.,Service,10/10/2018,Copyright 2010 B. Ramamurthy,8,Service is a network-enabled entity that provides a specific capability. Service = Protocol + Behavior A service definition permits many implementations. Examples: ability to move files, create processes, verify access rights An FT
8、P server speaks File Transfer Protocol and supports remote read and write access to a collection of files.,API,10/10/2018,Copyright 2010 B. Ramamurthy,9,Application Program Interface (API) defines a standard interface for invoking a specified set of functionality. Examples: The Generic Security Serv
9、ice (GSS) API defines standard functions for verifying identity of communicating parties, encrypting messages and so forth.,SDK,10/10/2018,Copyright 2010 B. Ramamurthy,10,Software Development Kit (SDK) denotes a set of code designed to be linked with, and invoked from within, an application program
10、to provide specified functionality. An SDK typically implements an API. Example: Different SDKs implement GSS-API using the Kerberos or PKI protocols, respectively.,Internet,10/10/2018,Copyright 2010 B. Ramamurthy,11,Internet is a very large distributed system. Interconnection of a collection of het
11、erogeneous networks of computers. Protocols: IP, TCP, HTTP Services: world wide web (www), file transfers (ftp), email, etc.,Copyright 2010 B. Ramamurthy,10/10/2018,12,Advances in Client-side programming,Client programming,10/10/2018,Copyright 2010 B. Ramamurthy,13,Simple programs written as a singl
12、e module Single entry point typically in a “main” function Procedural, functional and object-oriented Applications, applets (web-based) More recently the focus is on rich content: Rich Internet Application (RIA) Adobe Flash, Adobe Flex, Microsoft Silverlight, Ajax Model-View-Controller (MVC) model f
13、or design and deployment flexibility. Ex: java swing, struts,Client/Server,10/10/2018,Copyright 2010 B. Ramamurthy,14,Server: refers to a process on a networked computer that accepts requests from other (local or remote) processes to perform a service and responds appropriately. Client: requesting p
14、rocess in the above is referred to as the client. Request and response are in the form of messages. Request/response model Client is said to invoke an operation on the server. Many distributed systems today are constructed out of interacting clients/servers. Issues: connectivity (speed and accessibi
15、lity), addressing, naming,Copyright 2010 B. Ramamurthy,10/10/2018,15,Advances in Networking,Internetworking,10/10/2018,Copyright 2010 B. Ramamurthy,16,Internet stack Standardization IPV4, IPV6: Internet protocol version 4, 6 Tremendous increase in network bandwidth: measured in bits per second From
16、few kilobits per second (56kb/s dial up lines to 1.5Mb/s T1 to 100Gb/s ethernet) What can you do with such fast delivery speed? Connect them up Networked application models,Communication Network,10/10/2018,Page 17,A communication middleware framework isolates the application developers from the deta
17、ils of the network protocol.,Application,Application,Network Protocol Stack,Network Protocol Stack,Copyright 2010 B. Ramamurthy,Client/server Issues,10/10/2018,Copyright 2010 B. Ramamurthy,18,Basic object-technology could not fulfill the promises such as reusability and interoperability fully in the
18、 context internet and enterprise level applications. Deployment was still a major problem and as a result portability and mobility were impaired.,Issues in networked systems,10/10/2018,Page 19,Heterogeneity in various aspects of a distributed systems Communication modes different Synchronous: RPC As
19、ynchronous: P2P, Publish and subscribe Variations in products Many vendors: IBM, IONA, TIBCO, Apache, Adobe Additional runtime features: fault tolerance, load balancing, transaction handling, usage metering, auditing, ,Copyright 2010 B. Ramamurthy,Copyright 2010 B. Ramamurthy,10/10/2018,20,Advances
20、in Middleware,Communication Middleware,10/10/2018,Page 21,Application,Application,Network Protocol Stack,Network Protocol Stack,Middleware,Middleware,Copyright 2010 B. Ramamurthy,Remote procedure call (RPC),10/10/2018,Page 22,Client Application,Server Application,Network Protocol Stack,Network Proto
21、col Stack,RPC Stub code,RPC stub code,RPC library/runtime,RPC library/runtime,Procedure call,Execute call,RPC stubs and runtime enable location transparency, encapsulate RPC communicationinfrastructure and provide a procedure call interface.,Copyright 2010 B. Ramamurthy,Distributed Objects,10/10/201
22、8,Page 23,Client Application,Server Application,Network Protocol Stack,Network Protocol Stack,Client proxies,Server skeletons,ORB,ORB,invoke method,Execute method,ORB (Object Request broker) enables client applications to remotely instantiate, locate, invoke methods and Delete server objects; Java R
23、MI, Microsofts DCOM; CORBA is meant to be platform independent.,Copyright 2010 B. Ramamurthy,24,Middleware (Eg. CORBA, Grid),“network”,client,server,middleware,middleware,client,server,“desktop”,BR,10/10/2018,Copyright 2010 B. Ramamurthy,Technical Layers,10/10/2018,Page 25,Participant A,Participant
24、C,Participant B,Technology Independent Interface Description,Technology Independent Interface Description,Technology Independent Interface Description,Core Assets,XML,ORB,Technology Adapters,Middleware Mapping,CORBA,XML Web services,Middleware Buses,Communication facilities,Business Logic,GRID,Copyr
25、ight 2010 B. Ramamurthy,10/10/2018,Copyright 2010 B. Ramamurthy,26,What is a grid?,Grid is a sophisticated framework that enables sharing of a variety of resources among distributed applications. Open standard Large scale operations Automatic Intelligent Spontaneous Interoperable Service-oriented,10
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
2000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BINARAMAMURTHYPPT
