• Keine Ergebnisse gefunden

Relational Databases 2 Exercise Sheet 2: Physical Data Storage (until Tuesday 24.04.2012)

N/A
N/A
Protected

Academic year: 2021

Aktie "Relational Databases 2 Exercise Sheet 2: Physical Data Storage (until Tuesday 24.04.2012)"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Relational Databases 2

Exercise Sheet 2: Physical Data Storage (until Tuesday 24.04.2012)

Exercises have to be turned in until Tuesday of each respective week and may be completed in teams of two students each. You may hand in your solutions on paper before the lecture or into the mailbox at the IFIS floor (Mühlenpfordtstraße 23, 2nd floor). Please do not forget your

“Matrikelnummer” on your solutions. Please note: all exercises are optional.

Exercise 2.1

a. Explain the main characteristics of offline, nearline and online storage and give an example.

b. What type of data should be stored in primary memory?

c. Considering the storage hierarchy: Briefly explain the so-called Access Gap (Zugriffslücke)?

Exercise 2.2

a. Explain the difference between Perpendicular and Longitudal recording.

b. Briefly explain the bathtub curve.

Exercise 2.3

a. Suppose you have bought 4 hard disks with 500 GB capacity each and a maximum trans- fer rate of 80 MB/sec each. You group these disks either as RAID 0, RAID 1, RAID 3, RAID 4, RAID 5, RAID 6 and RAID 1+0, respectively. For each RAID configuration:

1. What is the maximum capacity?

2. What is the maximum transfer rate for reading a single block?

3. What is the maximum transfer rate for writing two blocks concurrently? (Assuming that calculating parity does not consume any time. Also, note down if no concurrent write access cannot performed at all.)

b. Assuming a RAID 5 and a RAID 6 array with the same idealized MTBF. Why is a RAID 6 still considered more secure than the more efficient RAID 5?

c. You are recovering a lost data fragment in a (4+1) RAID 5. You have

1

=0010 1110,

2

=1100 0101,

3

=1111 0000 with the parity =1011 1100. What was the data in the lost fragment

4

?

Exercise 2.4

a. You have a small company with 15 employees. Everybody has an own workstation, but they need to store their documents at a central place. Having the choice between a RAID, a NAS, and a SAN, what is the best solution to do this and why?

b. Contrast the characteristics of a SAN to those of a NAS.

Referenzen

ÄHNLICHE DOKUMENTE

What is the advantage of conflict serial- izable schedules compared to serializable schedules?. What is the problem with conflict serializable schedules

A home might even be an evil lair or a secret base (or both, if a hero and a villain rent an apartment in the same building). An evil lair does always contain a weapon of

Is the relationship set r described in the following figure a valid instance of the relationship type R.. If not, list all conflicts that violate the constraints described in

An evil lair does always contain a weapon of mass destruction, while a secret base contains a hero outfit. Of course a hero always lives in at least one secret base and in a

Explain the difference between Internal-, Conceptual- and External schemas used in relational database architectures. Explain the difference between Logical- and Physical

You may hand in your solutions on paper before the lecture or into the mailbox at the IFIS floor (Mühlenpfordtstraße 23, 2nd floor).. Please do not

Tree Traversal: Access all nodes of the tree in Pre-Order, In-Order and Post-Order.. Exercise 2:

CREW(movie, person not null , type not null , creditpos) REMARK(movie, person not null , remark not null ) GENRE(movie, genre not null )b. COUNTRY(movie, country not