Review - Section 1 Flashcards
Memorization of some of the key terms/ideas from Chapters 1-4
Data
A collection of raw facts from which conclusions might be drawn.
Data Explosion
Accelerated data growth due to inexpensive and easier ways to create, collect and store all types of data.
Types of Data
Structured and Unstructured
Big Data
Data sets whose sizes are beyond the capability of commonly used software tools to capture, store, manage, and process within acceptable time limits.
Information
The intelligence and knowledge derived from data.
Storage devices (storage)
Devices designed for storing data.
Server-Centric storage architecture
The approach in which storage is internal to the server and could not be shared with any other servers.
Information-centric architecture
The approach in which storage devices are managed centrally and independent of servers, and are shared with multiple servers.
Virtualization
A technique of abstracting physical resources and making them appear as logical resources.
Cloud computing
Enables individuals or businesses to use IT resources as a service over the network.
Application
A computer program that provides the logic for computing operations.
Database Management System (DBMS)
Controls the creation, maintenance, and use of a database.
Hosts / Compute Systems
The computers on which applications run.
Memory
Determines both the size and number of applications that can run on a host.
Logical Volume Managers (LVMs)
Software that runs on the compute system and manages logical and physical storage.
Partitioning
Partition a larger-capacity disk into virtual, smaller-capacity volumes.
Concatenation
Aggregating several smaller disks to form a larger virtual volume which is presented to the host as one big logical volume.
Physical volume identifier (PVID)
Unique, assigned to each volume when initialized for use by the LVM.
File
A collection of related records or data stored as a unit with a name.
File system
A hierarchical structure of files.
Directories
Containers for storing pointers to multiple files.