Which of the following statements are true about common storage types used by enterprises?
Comprehensive and Detailed in Depth
A . FTP servers are typically used for file storage.
This is correct. FTP (File Transfer Protocol) servers are indeed a common way to store and share files. They are widely used for basic file storage and transfer needs.
B . Object storage devices are typically disk arrays.
This is incorrect. Object storage devices are not typically disk arrays in the traditional sense. Object storage is designed for massive amounts of unstructured data. While they use disks for persistence, they present data as objects with metadata, rather than as blocks or files. Object storage solutions often use distributed systems across many servers, not just a single array.
C . Block storage applies to databases that require high I/O.
This is correct. Block storage is ideal for applications that demand high I/O performance, such as databases. Block storage provides raw, unformatted data blocks, giving applications direct control and low latency.
D . Block storage typically applies to remote backup storage.
This is partially true, but not the typical primary use case. While block storage can be used for remote backups, it is generally considered less efficient and more expensive than object storage for this purpose. Object storage is better suited for large, unstructured backup datasets. Block storage is better for applications that need fast read/write speeds, such as databases and virtual machines.
Therefore, the correct answers are A and C.
Reference to Huawei Data Center Network documents:
Huawei storage product documentation detailing block storage (e.g., OceanStor Dorado), file storage, and object storage (e.g., OceanStor Pacific) characteristics and use cases.
Huawei white papers on data center storage architectures, which compare and contrast different storage types.
Huawei HCIP-Storage training materials, which will have very detailed information regarding each of the storage types, and their use cases.
Providencia
4 days ago