37 lines
1.4 KiB
Markdown
37 lines
1.4 KiB
Markdown
---
|
|
title: ECE09488 Assignment 8
|
|
author: Aidan Sharpe
|
|
date: May 2nd 2025
|
|
---
|
|
|
|
### 1. Which RAID type performs parity calculations using two different algorithms?
|
|
c. Raid 10
|
|
|
|
### 2. Which type of cloud storage would be the best fit for storing medical X-rays?
|
|
d. Object
|
|
|
|
### 3. Which language is used to ask questions of a database?
|
|
a. SQL
|
|
|
|
### 4. What effect does enabling versioning have on your cloud storage?
|
|
c. Increases cost
|
|
|
|
### 5. Which data lifecycle state is complicated by data redundancies?
|
|
c. Destruction
|
|
|
|
### 6. What cloud technology can increase the speed of compute processes in smart cars?
|
|
b. Edge computing
|
|
|
|
### 7. What kind of data is best stored in a nonrelational database?
|
|
b. Unstructured data
|
|
|
|
### 8. What kind of storage volume only exists in connection with a VM instance?
|
|
d. Elastic
|
|
|
|
### 9. If you only need one ISP connection to support your network's regular internet communications, which one of the following redundancy levels would reflect your having two ISP connections? Choose two.
|
|
b. 2N
|
|
c. N+1
|
|
|
|
### 10. Suppose you make a full backup the first Sunday of each month, a differential backup on each of the other Sundays, and an incremental backup every Tuesday and Thursday. Today is the 12th, which is the second Wednesday of this month. Which files (using the latest version available for each) would need to be combined to create a current synthetic full backup?
|
|
c. One full backup, one differential backup, and one incremental backup
|