dstn1
dstn1
Answer:
IOPS (Input/Output Operations Per Second) measures the number of read/write operations, which
matters most for random workloads.
MBps (Megabytes per second) measures throughput (data transfer speed), which is useful for sequential
workloads.
HDDs have mechanical parts (spinning platters and moving heads), so their real-world performance
depends on how fast they can process I/O requests rather than raw data transfer speed.
👉 IOPS is more relevant because HDDs handle random requests with varying speeds.
Answer:
✅ Faster seek time (3.9ms vs. 5.4ms) → Better for random access.
✅ Higher RPM (15K vs. 10K) → Faster rotations = quicker data retrieval.
Options:
RAID 5 (7+1)
RAID 6 (30+2)
RAID 6 (6+2)
Answer:
Answer:
👉 NFS v2 & v3 have firewall issues because they use multiple ports dynamically.
Answer:
Since the company has no existing storage but a strong network, they should use:
✅ Justification:
📌 Conclusion: iSCSI is the best choice due to flexibility and performance over the existing network.
Q6. How long does it take to read 2000 sectors from a disk?
Given:
Solution:
1100
1010
1111
XOR Rule: A ⊕ B ⊕ C ⊕ D = 0
Q8. Cost-effective solution for slow application loading and dynamic storage needs
Problem:
Solution:
✅ Use SSD for fast application loading (better read speeds than HDD).
📌 Conclusion: Use SSD for OS & application files, HDD for data storage.
Q9. Do file fragments cause performance issues? How does it differ for HDD vs. SSD?
Answer:
👉 Yes, fragmentation causes performance issues, but differently for HDD & SSD.
For HDD:
For SSD:
Answer:
Problem: Directly accessing disk blocks (CHS - Cylinder, Head, Sector) is complex and inefficient.
Solution:
👉 LBA (Logical Block Addressing) abstracts physical disk structure and assigns a unique number to each
block.
Diagram Explanation:
mathematica
Copy
Edit
✅ Benefits:
Improves scalability.