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

Slides:



Advertisements
Similar presentations
OPERATING SYSTEM INTRODUCTION
Advertisements

DISTRIBUTED COMPUTING PARADIGMS
Lesson 4 0x Operating Systems.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
A CHAT CLIENT-SERVER MODULE IN JAVA BY MAHTAB M HUSSAIN MAYANK MOHAN ISE 582 FALL 2003 PROJECT.
Understanding Operating Systems 1 Overview Introduction Operating System Components Machine Hardware Types of Operating Systems Brief History of Operating.
Systems Architecture, Fourth Edition1 Internet and Distributed Application Services Chapter 13.
Chapter 2 Introduction to Systems Architecture. Chapter goals Discuss the development of automated computing Describe the general capabilities of a computer.
Operating Systems.
Differentiate PC, server, and handheld device operating system Bernetta Falaniko Charles Miller Jowella Vaka.
DATABASE MANAGEMENT SYSTEMS 2 ANGELITO I. CUNANAN JR.
LECTURE 14 Operating Systems and Utility Programs
Computer Science 101 The Virtual Machine: Operating Systems.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
Ahmed Nabizadeh. A computer network, often simply referred to as a network, is a collection of hardware components and computers interconnected by communication.
WINDOWS APPLICATIONS by Jane Cable Also called Accessories Also called Components.
Virtualization Concept. Virtualization  Real: it exists, you can see it.  Transparent: it exists, you cannot see it  Virtual: it does not exist, you.
Server System. Introduction A server system is a computer, or series of computers, that link other computers or electronic devices together. They often.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Installation and Integration of Virtual Clusters onto Pragma Grid NAIST Nara, Japan Kevin Lam 06/28/13.
Virtualization Dr. John P. Abraham Professor. Grid computing Multiple independent computing clusters which act like a “grid” because they are composed.
Local Area Networks (LAN) are small networks, with a short distance for the cables to run, typically a room, a floor, or a building. - LANs are limited.
Operating Systems CS3502 Fall 2014 Dr. Jose M. Garrido
Operating Systems.
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 4. Understanding the Internet’s Software Structure.
Operating syetem.  A collection of programs which control the resources of a computer system  Written in low-level languages (machine- dependent) 
Chapter 1 CS 3204: Introduction. CS 3204: Operating Systems2 What is an Operating System (OS) ? Definition 1: An OS is the interface between the hardware.
Windows NT Chapter 13 Key Terms By Bill Ward NT Versions NT Workstation n A desktop PC that both accesses a network and works as a stand alone PC NT.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
The Role of the Operating System
How computer’s are linked together.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
PART II OPERATING SYSTEMS LECTURE 8 SO TAXONOMY Ştefan Stăncescu 1.
Distributed System Concepts and Architectures 2.3 Services Fall 2011 Student: Fan Bai
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
GROUP MEMBERS: Asjad Bin Aqdas Javaria Khan Mishal Arshad Nauman Ansari Bushra Waheed Presented to: Ma’am Ayisha Qureshi.
Chapter 2 Introduction to Systems Architecture. Chapter goals Discuss the development of automated computing Describe the general capabilities of a computer.
Distributed database system
Operating System Principles And Multitasking
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Virtualization Technology and Microsoft Virtual PC 2007 YOU ARE WELCOME By : Osama Tamimi.
Today: Student will be able to describe the basics of their class and computing Tell me about you and how you use computers. Lesson 1 Slide 1.
Data Communications and Networks Chapter 9 – Distributed Systems ICT-BVF8.1- Data Communications and Network Trainer: Dr. Abbes Sebihi.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Chapter 1 Basic Concepts of Operating Systems Introduction Software A program is a sequence of instructions that enables the computer to carry.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 OS 1.
CSC 480 Software Engineering Lecture 17 Nov 4, 2002.
Operating Systems Morrison / WellsCLB: A Comp Guide to IC 3 3E 1 Morrison / Wells.
Operating Systems By-Anoushka Puri. What is an Operating System An operating system is an interface between the user and the computer hardware. It is.
CS4315A. Berrached:CMS:UHD1 Introduction to Operating Systems Chapter 1.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Technical Sales Specialist Software - OS and Applications John R. Moegling Sr. Systems Engineer.
Operating System and Utility Programs
Chapter 5 Operating Systems.
Lesson 4 0x Operating Systems.
2. OPERATING SYSTEM 2.1 Operating System Function
Operating System.
CSC 480 Software Engineering
TYPES OF SERVER. TYPES OF SERVER What is a server.
3.2 Virtualisation.
Introduction to Operating Systems
CGS 3763 Operating Systems Concepts Spring 2013
LO2 – Understand Computer Software
Client/Server and Peer to Peer
Presentation transcript:

UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS

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.

Personal Computing Distributed computing Cloud computing Grid Computing Cluster Computing Time Sharing Computing Client Server Computing Types of Computing Environments The following are the various types of computing environments…

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

Time 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.

Client 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 s, etc., In this environment client request for data and server provides data to client.

Distributed 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.