General Infrastructure Fundamentals Flashcards
What is an ODM?
Original Design Manufacturer =
- What public cloud providers use for their infrastructure
- basically one size fits all infrastructure
-why certain things don’t run as well for specialized needs
Advantages of ODM?
- Hyperscalers can fit needs of the majority
- make Hyperscalers non-reliant on other vendors
- Cost effective for bulk purchase
Disadvantages of ODM?
- Non-specialized T-Shirt Infrastructure
- Overseas Designed -> little oversight on security/protection
- Not performance constructed
What are IOPS?
the measurement of the number of input/output operations a storage device can complete within a single second
What is an input?
any information sent into a computing system via an external device, such as a keyboard or a mouse
- considered a “read” operation because the computer is reading the data and putting it into its memory
What is an output?
the response to or result of processing the data that came from the input.
- considered a “write” operation because the computer is transferring data by writing it to somewhere else.
Reading data?
opening and reading existing data on the drive
- read speed refers to how long it takes to open a file from the device
Writing data?
Saving/recording new data to the disk
- write speed is how long it takes to save a file to the device
What is throughput?
measure of the number of units of information a system can process in a given amount of time
- measured typically in bits per second (bit/s or bps)
What is Raw Capacity?
The sum total amount of addressable capacity of the storage devices in a storage system
- The word addressable is important because the packages actually contain additional unaddressable flash which is used for purposes such as error correction
What is Usable Capacity?
what you have left after taking raw capacity and removing the space set aside for system use, RAID parity, over-provisioning and so on
- It is guaranteed capacity, meaning you can be certain that you can store this amount of data regardless of what the data looks like
- That last statement is important once data reduction technologies come into play. Take 10TB of usable space and write 5TB of data into it – you now have 5TB of usable capacity remaining. But take 10TB of usable space and write 5TB of data which dedupes and compresses at a 5:1 ratio – now you only need 1TB of usable space to store it, meaning you have 9TB of usable capacity left available.
What is Effective Capacity?
The effective capacity of a storage system is the amount of data you could theoretically store on it in certain conditions
- These conditions are assumptions, such as “my data will reduce by a factor of x:1”.
3 Different Protocols For Flash? (Slowest to Fastest)
SATA, SAS, NVMe