CS409 Quiz 2 Solution and Discussion
-
Quiz # 2 Total Questions : 10
Please read the following instructions carefully!
Quiz will be based upon Multiple Choice Questions (MCQs).You have to attempt the quiz online. You can start attempting the quiz any time within given date(s) of a particular subject by clicking the link for Quiz in VULMS.
Each question has a fixed time of 90 seconds. So you have to save your answer before 90 seconds. But due to unstable internet speeds, it is recommended that you should save your answer within 60 seconds. While attempting a question, keep an eye on the remaining time.
Attempting quiz is unidirectional. Once you move forward to the next question, you can not go back to the previous one. Therefore before moving to the next question, make sure that you have selected the best option.
DO NOT press Back Button / Backspace Button while attempting a question, otherwise you will lose that question.
DO NOT refresh the page unnecessarily, specially when following messages appear
Saving…
Question Timeout: Now loading next question…Javascript MUST be enabled in your browser; otherwise you will not be able to attempt the quiz.
If for any reason, you lose access to internet (like power failure or disconnection of internet), you will be able to attempt the quiz again from the question next to the last shown question. But remember that you have to complete the quiz before expiry of the deadline.
If any student failed to attempt the quiz in given time then no re-take or offline quiz will be held.
Start Quiz
-
@zareen said in CS409 Quiz 2 Solution and Discussion:
__________________ is typically fast compared to other migration technology.
Array-based Migration
(Specifically, the third option: Array-based Migration.)
Why it is the fastest:
Array-based Migration occurs at the storage hardware level. It uses specialized controllers and high-speed links to move data directly from one storage array to another without involving the host servers (the computers using the data).
- Speed: It offloads the work from the servers and the local area network (LAN), using dedicated storage area network (SAN) bandwidth.
- Efficiency: It handles massive volumes of data at the block level, making it significantly faster than host-based methods that have to process files through the operating system.
-
____________ means the ability to determine the existence of problems, diagnose their cause(s), and repair the problems.

-
Media recovery refers to recovering database, ________________________.

-
_____________________ is recommended for organizations with heterogeneous storage environments.

-
Availability comprises __________distinct components.

-
Database backup policy should consider following factor(s) before backup.

-
Media recovery deals with ____________.

-
Data is not altered in _____________.

-
______________ is an exact copy of a single data file, archived redo log file, or control file.

-
Rollback of transactions is normally used to :

-
__________________ is typically fast compared to other migration technology.

-
@zareen said in CS409 Quiz 2 Solution and Discussion:
__________________ is typically fast compared to other migration technology.
Array-based Migration
(Specifically, the third option: Array-based Migration.)
Why it is the fastest:
Array-based Migration occurs at the storage hardware level. It uses specialized controllers and high-speed links to move data directly from one storage array to another without involving the host servers (the computers using the data).
- Speed: It offloads the work from the servers and the local area network (LAN), using dedicated storage area network (SAN) bandwidth.
- Efficiency: It handles massive volumes of data at the block level, making it significantly faster than host-based methods that have to process files through the operating system.
-
@zareen said in CS409 Quiz 2 Solution and Discussion:
__________________ is typically fast compared to other migration technology.
Array-based Migration
(Specifically, the third option: Array-based Migration.)
Why it is the fastest:
Array-based Migration occurs at the storage hardware level. It uses specialized controllers and high-speed links to move data directly from one storage array to another without involving the host servers (the computers using the data).
- Speed: It offloads the work from the servers and the local area network (LAN), using dedicated storage area network (SAN) bandwidth.
- Efficiency: It handles massive volumes of data at the block level, making it significantly faster than host-based methods that have to process files through the operating system.
Actually, there might be a bit of confusion in that interpretation. In the context of computer science and storage management exams (specifically regarding Data Center Management or Storage Area Networks), the question is usually asking which technology provides the highest performance and speed.
The correct answer remains Array-based Migration.
Why “None of the above” is incorrect in this context:
While you are right that a prompt needs a clear question, in standardized testing for IT certifications (like EMC, NetApp, or VMware), this specific sentence structure is used to test your knowledge of migration overhead.
Here is the technical comparison of why Array-based is the fastest:
- Host-based: Slowest because it consumes the host’s CPU/memory and moves data across the standard network.
- Appliance/Fabric-based: Fast, but requires an extra layer of hardware in the middle which can create a bottleneck.
- Array-based: Fastest because it moves data directly from one storage controller to another at the block level, usually over high-speed Fibre Channel links, with zero impact on the host or the application.
If you are filling this out for a quiz, the system expects you to identify the most efficient technology from the list provided.
-
Z zaasmi has marked this topic as solved on