unit - 1topic - 2 c omputing e nvironments. what is computing environment? computing environment...

7
UNIT - 1 Topic - 2 COMPUTING ENVIRONMENTS

Upload: geoffrey-parks

Post on 29-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

UNIT - 1 Topic - 2

COMPUTING

ENVIRONMENTS

Page 2: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

What is Computing Environment?What is Computing Environment?

Computing Environment explains how a collection of computers will process and exchange the information to solve various types of computing problems.

Page 3: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

Personal Computing

Distributed computing

Cloud computingGrid ComputingCluster ComputingTime Sharing Computing

Client Server Computing

Types of Computing EnvironmentsTypes of Computing Environments

The following are the various types of computing environments…

Page 4: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

Personal Computing EnvironmentPersonal Computing Environment

Personal computing is a stand alone machine, the complete program resides on that machine and executed from it.

Page 5: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

Time sharing Computing EnvironmentTime sharing Computing Environment

In this environment single user can perform multiple operations at a time by using multitasking operating system.

Here the processor time is divided among different tasks this is called “Time sharing”.

Example, a user can listen to music while writing something in a text editor.

Windows 95 and later versions of windows OS are the examples for this computing environment.

Page 6: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

Client Server Computing EnvironmentClient Server Computing Environment

In this environment contains two machines (Client machine and Server machine), both machines will exchange the information through a application.

Here Client is a normal computer like PC, Tablet, Mobile, etc., and Server is powerful computer which can store huge data, manage file, manage emails, etc.,

In this environment client request for data and server provides data to client.

Page 7: UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and

Distributed Computing EnvironmentDistributed Computing Environment

This environment is one in which the complete functionality of a software is not on one computer but it is distributed among multiple computers.

A method of computer processing in which different parts of a program are run simultaneously on two or more computers that are communicating with each other over a network

Here data is distributed to different systems but they are logically related to each other.