Top Banner
Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. [email protected] Mr. Colin Zhang [email protected] With Thanks to Prof. G. Coulouris, Prof. A.S. Tanenbaum and Prof. S.C Joo
11

Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. [email protected] Mr. Colin Zhang [email protected] With Thanks to Prof. G. Coulouris,

Dec 29, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Distributed Computing Systems

Current Issues in DCS

Dr. Sunny Jeong. [email protected]

Mr. Colin Zhang [email protected] Thanks to Prof. G. Coulouris, Prof. A.S. Tanenbaum

and Prof. S.C Joo

Page 2: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Cluster, Grid, Cloud …Now…Hadoop?

To Support hadling Big data

Hadoop HDFS + MapReduce– designed so that any node failures are automatically handled by the

framework.

– enables applications to work with thousands of computation-independent computers and petabytes of data.

Facebook Yahoo..of course GOOGLE

Page 3: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Overview

Hadoop Computer Cluster Grid Computing Grid Computing Projects

3

Page 4: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Hadoop Architecture

Wikipedia

Page 5: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

MapReduce Architecture

Yuan Luo

Page 6: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

HDFS Architecture

Dhruba Borthakur

Page 7: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Clustering Computing

Consists of a set of loosely connected computers that work together as a single system.

The components of a cluster are usually connected to each other through fast LAN, each node with own OS

Availability of low cost microprocessors, high speed networks, and software for high performance distributed computing

7

Page 8: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Grid Computing

Computational Grid: – Focus on CPU scavenging/stealing technology for

complicated operation

Data Grid): Managing and sharing distributed intensive data

Access Grid: For Cooperation between remote computer using audio or video applications

Equipment Grid : Controlling remote machine and analyzing data from the machine.

Page 9: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Grid Project

•SETI@home•BOINC•holding@home•korea@home(stopped in 2011)

Page 10: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Cloud Computing( comparison with Grid)

Service Oriented Transaction oriented No standardization Organization No Standard Technology More less homogeneous gathering (compare to

Grid) Loosely connected

10

Page 11: Distributed Computing Systems Current Issues in DCS Dr. Sunny Jeong. spjeong@uic.edu.hk Mr. Colin Zhang colinzhang@uic.edu.hk With Thanks to Prof. G. Coulouris,

Barriers of the Concepts

Shim young cheol