2. Key Technical Concepts. Topics Basic Computer Operation Bits & Bytes File Extensions & File Signatures How Computers Store Data RAM: Random Access.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

88 CHAPTER SECONDARY STORAGE. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 8-2 Competencies Distinguish between primary & secondary storage.
Introduction to Storage Devices
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
10/5: Data storage concepts What is data storage? Types of storage –magnetic, optical, magneto-optical, solid state Storage characteristics Magnetic storage:
Peripheral Storage Devices
Professor Michael J. Losacco CIS 1150 – Introduction to Computer Information Systems Secondary Storage Chapter 7.
CIS 141 Lecture Storage Hardware (saving data/information) Thad Crews Western Kentucky University.
Lesson 1 Computers and Computer Systems
Storage Devices.
Storing Data Chapter 4.
Describing Storage Devices Store data when computer is off Two processes –Writing data –Reading data Storage terms –Media is the material storing data.
How Virtualization and the Cloud Will Change Your Business and What You Can Do To Prepare.
Cloud Computing for Business By Matthew Bulat M.Eng.Tech MCSE MCDBA
IT1100 – COMPUTER APPLICATIONS 10 Credits 2 Hours per week.
Lesson 1 Computers and Computer Systems
Cloud Computing PRESENTED BY- Rajat Dixit (rd2392)
Essential Computer Concepts
Introduction to Computer Essentials. Information Systems 1. People 2. Procedures 3. Software 4. Hardware 5. Data.
James Tam Computer Hardware: A Quick Overview In this section of notes you will learn/relearn about the basic parts of a computer and how they work.
B.A. (Mahayana Studies) Introduction to Computer Science November March Files and Data Storage What are the different kinds of file.
® Microsoft Office 2010 Essential Computer Concepts.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over the Internet. Cloud is the metaphor for.
1 Understanding and Assessing Hardware To buy or upgrade? Evaluating your system: –CPU –RAM –Storage devices –Video output –Sound systems –Computer ports.
Computer Fundamentals
Topics Introduction Hardware and Software How Computers Store Data
Secondary Storage Chapter 7.
Computing Hardware Starter.
Computer Literacy for IC 3 Unit 1: Computing Fundamentals © 2010 Pearson Education, Inc. | Publishing as Prentice Hall.1 Chapter 1: Identifying Types of.
Geographic Information Systems Cloud GIS. ► The use of computing resources (hardware and software) that are delivered as a service over the Internet ►
Introduction to Cloud Computing
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 1 Introduction to Computers and Programming.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
Introduction to Computer and Computer Networking: Part I Xiangming Mu 9/16/2004.
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Storage Devices 1. Objectives Overview Differentiate between storage devices and storage media Describe the characteristics of an internal hard disk including.
Getting To Know Computers COMPUTER BASICS. WHAT IS A COMPUTER? A computer is an electronic device that manipulates information, or “data.” It has the.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
A little hardware; a little software CS 139 – 08/29/07.
Unit 1: Computing Fundamentals. Computer Tour-There are 7 major components inside a computer  Write down each major component as it is discussed.  Watch.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
1 TCS Confidential. 2 Objective : In this session we will be able to learn:  What is Cloud Computing?  Characteristics  Cloud Flavors  Cloud Deployment.
Cloud Computing Shannon McManus Michael Weihert. What is Cloud Computing?
Pengantar Multimedia.  Primary (accessible by CPU, volatile ex ROM) Registers Cache Main Memory ROM (Read Only Memory, but not so)
Chapter 11 Analysis Methodology Spring Incident Response & Computer Forensics.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
Senior 3 Computer Studies
WHAT IS CLOUD COMPUTING? Pierce County Library System.
Web 2.0: Concepts and Applications 6 Linking Data.
GCSE COMPUTER SCIENCE Computers 1.2 Memory, Storage and Binary.
Unit 3 Virtualization.
11. Looking Ahead.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Topics Introduction Hardware and Software How Computers Store Data
Cloud Computing.
Overview of Computers and Programming Chapter 1
Backing Store.
Chapter 1: Introduction to Computers and Programming
People use computers at…
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Data Storage In today’s lesson we will look at:
Chapter 7.
Distinguish between primary and secondary storage.
Topics Introduction Hardware and Software How Computers Store Data
Standard Grade Revision
Technology 4 Storage.
Presentation transcript:

2. Key Technical Concepts

Topics Basic Computer Operation Bits & Bytes File Extensions & File Signatures How Computers Store Data RAM: Random Access Memory Volatility of Data

Topics The Difference Between Computer Environments Active, Latent, and Archival Data Allocated and Unallocated Space Computer File Systems

Bits & Bytes

A Bit is 0 or 1 8 bits is a byte o to o 256 possible bytes o Can be written as a number 0 to 255 o In Hexadecimal, 00 to FF Binary Games

ASCII Text One byte per character 7 bits encode character, one parity bit 94 printable characters Originally used for English Adapted to other languages

ASCII file in Hexadecimal 20 hex = 32 decimal = SPACE 0D 0A = = CR LF

ASCII From Wikipedia (Link Ch 2a)

Unicode Encodes all "commercially significant" languages Two bytes per character FF FE at the start is a Byte Order Mark o Link Ch 2c

File Headers & File Carving

GIF Image (13x16 pixels)

GIF File Header GIF89a – Version of GIF 0D 00 0A 00 – 13 pixels x 16 pixels

GIF Specification Link Ch 2d

GIF Specification Link Ch 2d

File Carving Rebuilding files by assembling blobs of data found on a disk Relies on file headers and footers Done automatically by all-purpose forensic suites like FTK and EnCase Many other tools exist to carve files

Project X1: Identifying File Types

File Extensions & File Signatures

File Extensions Usually three letters long Appear at the end of a file name, after a dot Hidden in Windows by default Used to specify the file type, icon, and default application

Hide File Extensions

Incorrect File Extension

Wrong Default Application Any stream of bytes can be interpreted as ASCII

Open With…

How Computers Store Data

Storage Methods Electromagnetism o Hard disks and floppy disks Microscopic Electrical Transistors o SSDs, USB flash drives, SD cards, etc. Reflecting Light o CDs, DVDs, Blu-ray They are all nonvolatile – they retain data without power

Magnetic Disks Platter spins at 7,000 rpm to 15,000 rpm Spindle is the axis Read/write head is an electromagnet mounted to an actuator arm o Image from textbook

Disk Controller Card Stores and retrieves data from the platters Controlled by firmware stored in the Host Protected Area o Image from controller2.jpg

Flash Memory Made of transistors Solid State Devices ( SSDs ) o Faster than hard disks o Use less power o More expensive

Optical Storage Microscopic pits encode bits Area between pits are called lands There is one long spiral track for the whole disk Data is read with laser light o See Link Ch 2e o Image from blu-ray-disc-isolated.jpg

Volatile v. Nonvolatile Memory Memory is short-term storage Storage devices (hard disks, SSDs, and optical disks) are nonvolatile data is retained without power RAM is main system memory o RAM is volatile data is lost when power goes off

Volatility of RAM From Princeton (Link Ch 2f) 5 sec 30 sec 60 sec 5 min

RAM Forensics RAM contains important evidence that is not normally written to the hard disk o Instant messages o Network connections o Running processes BUT there are no time-stamps on RAM contents o It can be misleading

Computing Environments

Four Categories Stand-alone Networked Mainframe Cloud

Stand-Alone A computer not connected to any other computer o Such as a laptop not connected to Wi-Fi or cellular data o BUT networks are everywhere now, even in BART or on airplanes

Networked A computer connected to at least one other computer Evidence might be on servers and network devices as well as the local computer Almost every computer is networked now

Mainframe A powerful computer used at a business, or shared by many users Located in a data center or colocation center o Image from 012/08/classification-of-computer.html

Cloud Computing

Examples of Cloud Computing Gmail Facebook Twitter Amazon Web Services CloudFlare

Cloud Services Infrastructure as a Service (IaaS) Platform as a Service (PaaS) Software as a Service (SaaS)

From Wikipedia (Link Ch 2m)

IaaS The most basic cloud service Outsources hardware needs o Servers, storage, routers, switches… Examples o Amazon EC2 o Windows Azure Virtual Machines o Google Compute Engine o Rackspace Cloud Link Ch 2m

PaaS Provides a computing platform o OS, programming language execution, database, and Web server Examples o AWS Elastic Beanstalk o Heroku o Google App Engine o Windows Azure Compute Link Ch 2m

SaaS Providers install and operate application software in the cloud Users access the software from cloud clients Examples o Google Apps o Microsoft Office 365 Link Ch 2m

IaaS Outsource hardware needs o Servers, storage, routers, switches… Examples o Amazon EC2 o Windows Azure o Google Compute Engine Link Ch 2m

From link Ch 2g

Instagram Online photo-sharing site In Dec. 2012, Instagram changed its terms of service o Perpetual rights to all photos o Right to sell photos to advertisers without payment or notice to the user Instagram lost half its daily users in a month o Links Ch 2h, Ch 2i

AWS Outage Dec. 24, 2012 Netflix was down, because they rely on AWS (Link Ch 2j) Amazon has had several other major outages (Link Ch 2k)

From 2011 (Link Ch 2l)

Cloudflare Growth