Course 03 Basic Concepts assist. eng. Jánó Rajmond, PhD

Slides:



Advertisements
Similar presentations
Microsoft ® Official Course First Look Clinic Overview of Windows 8 By Ragowo Riantory, S.Kom, MCP.
Advertisements

MCITP Guide to Microsoft Windows Server 2008 Server Administration (Exam #70-646) Chapter 11 Windows Server 2008 Virtualization.
Novell Server Linux vs. windows server 2008 By: Gabe Miller.
Lesson 7: Creating and Configuring Virtual Machine Settings
Operating Systems.
Virtualization for Cloud Computing
 Contents 1.Introduction about operating system. 2. What is 32 bit and 64 bit operating system. 3. File systems. 4. Minimum requirement for Windows 7.
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
Virtual Network Servers. What is a Server? 1. A software application that provides a specific one or more services to other computers  Example: Apache.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 3 Desktop Virtualization McGraw-Hill.
Virtualization A way To Begin with Virtual Reality… - Rahul Khanwani.
Course 02 Basic Concepts assist. eng. Jánó Rajmond, PhD
To run the program: To run the program: You need the OS: You need the OS:
Using Virtualization in the Classroom. Using Virtualization in the Classroom Session Objectives Define virtualization Compare major virtualization programs.
Week 6 Operating Systems.
Chapter 3 Operating Systems Introduction to CS 1 st Semester, 2015 Sanghyun Park.
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
Module 7: Hyper-V. Module Overview List the new features of Hyper-V Configure Hyper-V virtual machines.
V IRTUALIZATION Sayed Ahmed B.Sc. Engineering in Computer Science & Engineering M.Sc. In Computer Science.
How Hardware and Software Work Together
Section 3.1: Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random.
Linux in a Virtual Environment Nagarajan Prabakar School of Computing and Information Sciences Florida International University.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
Desktop Virtualization
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
VirtualBox: How to create a Linux Virtual Machine.
Hands-On Virtual Computing
Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
Unit 2 VIRTUALISATION. Unit 2 - Syllabus Basics of Virtualization Types of Virtualization Implementation Levels of Virtualization Virtualization Structures.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
UNIX U.Y: 1435/1436 H Operating System Concept. What is an Operating System?  The operating system (OS) is the program which starts up when you turn.
VIRTUAL MACHINE – VMWARE. VIRTUAL MACHINE (VM) What is a VM? – A virtual machine (VM) is a software implementation of a computing environment in which.
PCs ENVIRONMENT and PERIPHERALS Lecture 5. Computer Maintenance software: Operating System: Define: - An operating system (OS) is a collection of software.
Welcome to the Virtual Machine Mark Cyzyk The Sheridan Libraries Johns Hopkins University.
Virtualization With:. Virtualization With: What Kind of Virtualization? Full virtualization Platform Resource.
Using Virtualization in the Classroom
DISCOVERING COMPUTERS 2018 Digital Technology, Data, and Devices
Virtualization for Cloud Computing
Guide to Operating Systems, 5th Edition
Virtual Machine Monitors
DIT314 ~ Client Operating System & Administration
Chapter 6: Securing the Cloud
Operating System & Application Software
Operating System Review
Desktop Virtualization
Chapter 5: Using System Software
Linux Operating System Architecture
Virtualization overview
Create A Virtual Machine
What is an Operating System?
CIT 480: Securing Computer Systems
Introduction to Computers
Computer System Basics- The Pieces & Parts
Operating System Review
Virtualization Techniques
Objective Understand the concepts of modern operating systems by investigating the most popular operating system in the current and future market Provide.
Guide to Operating Systems, 5th Edition
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Operating System Review
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Windows Virtual PC / Hyper-V
Software - Operating Systems
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

Course 03 Basic Concepts assist. eng. Jánó Rajmond, PhD

Blade systems a single board populated with processors, memories and/or storage with networking capabilities thinner and need less cooling than traditional systems are more cost effective and consume less power are designed to be stacked into existing cases and work together to form a single system

Blade systems Standard 19” cabinet Incorporates equipment of different types (computational units, routers, power supplies, etc.)

Virtual Machines software emulation of a physical machine offers support to replicate a complete machine with software run multiple OS-s on a single device

Virtual Machines The performance of a VM is limited by the performance of the host computer The performance of the VM should always be set lower than that of the host computer Recommended allocation is about ½ of available resources

Virtual Machines Virtual machine managers (VMMs) or hypervisors: VirtualBox (free) Parallels ($79,99) VMware (Free/$189) Windows Virtual PC (free)

VirtualBox Creating a new virtual machine: VM name and operating system Allocated RAM memory (in MB!) Virtual hard disk – Virtual hard disk will take up as much space on your physical drive as much as you configure

VirtualBox Using VirtualBox create the following VM: Name: Windows10_yourname OS: Windows 10 (32-bit) RAM: 2 GB (2048 MB) Virtual hard disk (VDI) – 20 GB, dynamically allocated Locate your virtual hard disk on your physical machine 15 mins. Hint: C:\Users\statiaxx\VirtualBox VMs

VirtualBox How to insert an “iso image” (DVD image) into a Virtual Machine:

Virtual Machines Your virtual machine will not run unfortunately

Operating systems An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer programs.

Operating systems Main functions: provide communication between the user and hardware control program execution ensure optimal resource allocation facilitate efficient data processing ensure system security enable application development

Operating systems Main components: core (kernel) contains the necessary programs for optimal resource management and for controlling the activity of programs and applications user interface (shell) software interface that provides the user access to the services of the kernel

Operating systems Most popular MacOS family Linux family MS-DOS Microsoft Windows family iOS family Android family …and many more Personal Computer Embedded systems

Operating systems

Operating systems - PCs

Operating systems - MobDev

Operating systems 32 bit (x86) vs. 64 bit (x64) 64-bit processor & 3+ GB RAM 64-bit processor & 3+ GB RAM Install x86 OS No Install x64 OS Yes

Operating systems Disk partitioning the act of dividing a hard disk drive into multiple logical storage units referred to as partitions, to treat one physical disk drive as if it were multiple disks, so that different file systems can be used on each partition

Operating systems File system file system (or filesystem) is used to control how information is stored and retrieved without a file system, information placed in a storage area would be one large body of information with no way to tell where one piece of information stops and the next begins

Operating systems File systems for Windows: FAT – File Allocation Table (multiple versions) – max. file size: 4 GB NTFS – New Technology File System (multiple versions) – max. file size: 16 TB (Windows 7), 256 TB (Windows 8) – usually faster that FAT32

Operating systems Disk partitioning always create at least a system partition * and a data partition always format the system partition when reinstalling the OS * system partition should have at least 100 GB disk space for Windows 7 and newer and should be formatted as NTFS

Windows 8.1 Snap applications to screen (Win + arrow) Shake windows = minimize all but current Win + E = Windows Explorer Win + D = Desktop Win + L = Lock computer Do you know other useful shortcuts?

Task Manager See list of – Running processes – System performance – App history – Startup apps – Logged on users – Running services

Task Manager To open – Ctrl + Shift + Esc To close an application – Processes tab Find appropriate process End process Protip – Show processes from all users – Resource Monitor

Task Manager Resource Monitor Start Microsoft Word 2013 Open Task Manager Find the Microsoft Word 2013 process and close it Start the Resource Monitor What application is using – The most CPU power – The most RAM memory – Causing the most network traffic 15 mins.

Device Manager View a list of hardware devices installed on your computer and set properties for each device Identify components that are not working properly (Re)install device drivers for hardware

Device Manager

Open Device Manager Identify the make and model of the – CPU – Network adapter – Keyboard Rename a COM port to: COM10 Revert the COM port name to its original value 20 mins.

Snipping Tool Capture the screen or areas of the screen and save it as an image

Snipping Tool Open the Snipping Tool Open the Calculator Capture the Calculator window using the snipping tool Save the image as.png 10 mins.

What did we learn today? Creating and managing virtual machines Operating system architectures, roles and components Useful tricks and tips on using Microsoft Windows

Courses Available online at: Information for Students -> Courses -> Applied Informatics