ISMv2 Flashcards
Prepare for the EMC ISMv2 Exam E10-001
Define Data:
a collection of raw fact from which conclusions may be drawn. [Module 1]
Identify factors that have contributed to the growth of digital data (4):
1) increase in data-processing capabilities.
2) lower cost of digital storage
3) affordable and faster communication technology
4) proliferation of applications and smart devices [Module 1]
What are the types of data (2)?
1) stuctured
2) unstructured (the majority of new data is unstructured) [Module 1]
Define Big Data:
a new and evolving concept, which refers to data sets whose sizes are beyond the capability of commonly used software tools to capture, store, manage, and process within acceptable time limits. It includes both structured and unstructured data. [Module 1]
Define Data Center:
a facility that contains storage, compute, network, and other IT resources to provide centralized data-processing capabilities. [Module 1]
Name core elements of a Data Center (5)
1) Application 2) DBMS 3) Host or Compute 4) Network 5) Storage [Module 1]
Define Host or Compute:
A computing platform (hardware, firmware and software) that runs applications and databases [Module 1]
Define Storage:
A device that stores data persistently for subsequent use [Module 1]
Name characteristics of a Data Center (7):
1) Availability 2) Security 3) Scalability 4) Performance 5) Data Integrity 6) Capacity 7) Mangeabiltiy [Module 1]
Name the 3 key Data Center management activities:
1) Monitoring 2) Reporting 3) Provisioning [Module 1]
Define Virtualization:
a technique of abstracting physical resources, such as compute, storage, and network, and making them appear as logical resources. [Module 1]
Define Cloud computing:
enables individuals or businesses to use IT resources as a service over the network. [Module 1]
Name 3 characteristics of I/O that influence the overall performance of a storage system:
1) Read vs. Write intensive
2) Sequential vs. Random Writes
3) I/O Size
[Module 2]
Define Application Virtualization:
the technique of presenting an application to an end user without any installation, integration, or dependencies on the underlying computing platform. [Module 2]
Define Database:
a structured way to store data in logically organized tables that are interrelated. [Module 2]
Define Device Driver:
a special software that permits the OS to interact with a specific device. They are hardware-dependent and OS specific. [Module 2]
Define Memory virtualization:
enables multiple applications and processes, whose aggregate memory requirement is greater than the available physical memory, to run on a host without impacting each other. [Module 2]
Define Logical Volume Manager (LVM):
software that runs on the compute system and manages logical and physical storage. LVM is an intermediate layer between the file system and physical disk. [Module 2]
Define Partitioning:
dividing a larger-capacity disk into virtual, smaller-capacity volumes. [Module 2]
Define Concatenation:
the process of groupoing several smaller disks to form a larger virtual volume. [Module 2]
What are 3 basic LVM components?
1) Physical volumes (PV)
2) Volume groups
3) a unique physical volume identifier (PVID)
[Module 2]
Define File:
a collection of related records or data stored as a unit with a name. [Module 2]
Define File System:
a hierarchical structure of files that provices easy access to data files residing withing a disk drive, a disk partition, or a logical volume. [Module 2]
Define file system block:
the smallest unit allocated for storing data. Each block is a contiguous area of the physical disk. The block size of a file system is fixed when the system is created. [Module 2]
Define Compute Virtualization:
a technique of masking or abstracting the physical hardware from the OS. It enables multiple operating systems to run concurrently on a single or clustered physical machine(s) [Module 2]
Define hypervisor:
a virtualization layer that resides between the hardware and virtual machines. Provides hardware resources, such as CPU, memory, and network to all the virtual machines. [Module 2]