Cloud-Enabling Technology

Slides:



Advertisements
Similar presentations
Distributed Data Processing
Advertisements

1 Chapter 11: Data Centre Administration Objectives Data Centre Structure Data Centre Structure Data Centre Administration Data Centre Administration Data.
Mgt 20600: IT Management & Applications Telecommuncations and Networks Tuesday March 28, 2006.
Lesson 3 – UNDERSTANDING NETWORKING. Network relationship types Network features OSI Networking model Network hardware components OVERVIEW.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Data Networking Fundamentals Unit 7 7/2/ Modified by: Brierley.
COMPUTER NETWORKS.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
The OSI Model and the TCP/IP Protocol Suite
A global, public network of computer networks. The largest computer network in the world. Computer Network A collection of computing devices connected.
Communication Network Protocols ----Krishna Priyanka Chebrolu.
IT 210 The Internet & World Wide Web introduction.
ITC561 Cloud Computing Topic 2: Cloud Technology
The Internet, World Wide Web, and Computer Communication.
Lecture 1 The OSI Model Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Networks QUME 185 Introduction to Computer Applications.
Okay, here’s a scenario… You’re sitting at a computer…. Type in www. yourcompany.com As soon as you click on search your browser will ask your Operation.
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
NETWORK HARDWARE AND SOFTWARE MR ROSS UNIT 3 IT APPLICATIONS.
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Introduction to Grids By: Fetahi Z. Wuhib [CSD2004-Team19]
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Lesson No:12 Introduction to Internet CHBT-01 Basic Micro process & Computer Operatio.
17 Establishing Dial-up Connection to the Internet Using Windows 9x 1.Install and configure the modem 2.Configure Dial-Up Adapter 3.Configure Dial-Up Networking.
Chapter 6.  Internet and characteristics of Internet.  Various Internet protocols  Static IP addressing and Dynamic IP addressing Prepared by Saher.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
COMPUTER NETWORKS Hwajung Lee. Image Source:
Client-server communication Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
HOW THE INTERNET WORKS. Introduction : The internet has brought revolutionary changes Has become a medium for interaction and information Can access to.
1 ** THE INTERNET ** Large, worldwide collection of networks that use a common protocol to communicate with each other A network of networks.
Internet and World Wide Web Introduction to the Internet.
Networks – Network Fundamentals
CLOUD ARCHITECTURE Many organizations and researchers have defined the architecture for cloud computing. Basically the whole system can be divided into.
Chapter Objectives In this chapter, you will learn:
Protocols and the TCP/IP Suite
CompTIA Security+ Study Guide (SY0-401)
Instructor Materials Chapter 1: LAN Design
Computer Networks.
The Client-Server Model
Chapter 14 A Manager’s Guide to the Internet and Telecommunications.
Computer Networks.
Distributed Systems.
Chap. 2 Network Models.
Real Life Networking Examples
Some Common Terms The Internet is a network of computers spanning the globe. It is also called the World Wide Web. World Wide Web It is a collection of.
ICT Communications Lesson 1: Using the Internet and the World Wide Web
TYPES OF SERVER. TYPES OF SERVER What is a server.
Understanding the OSI Reference Model
Data Networking Fundamentals
CompTIA Security+ Study Guide (SY0-401)
TASK 4 Guideline.
Network+ Guide to Networks 6th Edition
Protocols and the TCP/IP Suite
Managing Clouds with VMM
Foundations of Networking
Web Design & Development
Extending MPLS/BGP VPNs to End-Systems
ECEN “Internet Protocols and Modeling”
Specialized Cloud Mechanisms
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Cloud computing mechanisms
Lecture 6: TCP/IP Networking 1nd semester By: Adal ALashban.
Foundations of Networking
World Wide Web “WWW”, "Web" or "W3". World Wide Web “WWW”, "Web" or "W3"
Protocols and the TCP/IP Suite
Web Servers (IIS and Apache)
Calypso Service Architecture
Presentation transcript:

Cloud-Enabling Technology

Enabling technologies Broadband networks and internet architecture Data center technology Virtualization technology Web technology Multitenant technology

1. Broadband networks & Internet architecture All clouds must be connected to a network Internet’s largest backbone networks, established and deployed by ISPs, are interconnected by core routers ISP: internet service provider

Internet connecting provider and consumer

Two fundamental components Connectionless packet switching End-to-end (sender-receiver pair) data flows are divided into packets of a limited size Packets are processed through network switches and routers, then queued and forwarded from one intermediary node to the next Router-based interconnectivity A router is a device that is connected to multiple networks through which it forwards packets Each packet is individually processed Use multiple alternative network routes

Packets travelling through Internet

Internet reference model (5 layers)

2. Data Center Technology A data center is a facility used to house computer systems and associated components, such as telecommunications and storage systems Virtualization Standardization and Modularity Automation Remote Operation and Management

Virtualization Hypervisor VIM A hypervisor or virtual machine monitor (VMM) is computer software, firmware, or hardware, that creates and runs virtual machines. VIM Virtualization infrastructure management

Standardization and Modularity Data centers are built upon standardized commodity hardware and designed with modular architecture.

Data Centers

Computer Rack

Rackmount computer chassis (case)

Inside the chassis

Supercomputer vs. data center Handouts

3. Virtualization technology Virtualization is a process of converting a physical IT resource into a virtual IT resource Server A physical server can be abstracted into a virtual server Virtual server ↔ virtual machine Storage A physical storage device can be abstracted into a virtual storage device or a virtual disk Network Physical routers and switches can be abstracted into logical network fabrics Power A physical UPS and power distribution units can be abstracted into what are commonly referred to as virtual UPSs

Creating a new virtual server Allocation of physical IT resources Installation of an operating system, i.e., guest operating system

Hardware based virtualization Reduce the overhead May introduce compatibility issue

4. Web technology Cloud computing relies on internet. Web technology is generally used as both the implementation medium and the management interface for cloud services

Basic web technology Uniform resource locator (URL) Commonly informally referred to as a web address a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it Example: http://www.example.com/index.html Hypertext transfer protocol (HTTP) Primary communication protocol used to exchange content Markup languages (HTML, XML) Express Web-centric data and metadata

Web applications Applications running in a web browser Rely on web browsers for the presentation of user- interfaces

5. Multitenant technology Enable multiple users (tenants) to access the same application simultaneously Multitenant applications ensure that tenants do not have access to data and configuration information that is not their own

A simple example