zoukankan      html  css  js  c++  java
  • Information Storage Management 认证题库题解系列 题36

    clip_image001

    Work:

    Key Requirements for Data Center Elements

    Availability:

    All data center elements should be designed to ensure accessibility. The inability of users to access data can have a significant negative impact on a business.

    Security:

    Polices, procedures, and proper integration of the data center core elements that will prevent unauthorized access to information must be established. In addition to the security measures for client access, specific mechanisms must enable servers to access only their allocated resources on storage arrays.

    Scalability:

    Data center operations should be able to allocate additional processing capabilities or storage on demand, without interrupting business operations. Business growth often requires deploying more servers, new applications, and additional databases. The storage solution should be able to grow with the business.

    Performance:

    All the core elements of the data center should be able to provide optimal performance and service all processing requests at high speed. The infrastructure should be able to support performance requirements.

    Data integrity:

    Data integrity refers to mechanisms such as error correction codes or parity bits which ensure that data is written to disk exactly as it was received. Any variation in data during its retrieval implies corruption, which may affect the operations of the organization.

    Capacity:

    Data center operations require adequate resources to store and process large amounts of data efficiently. When capacity requirements increase, the data center must be able to provide additional capacity with-out interrupting availability, or, at the very least, with minimal disruption. Capacity may be managed by reallocation of existing resources, rather than by adding new resources.

    Manageability:

    A data center should perform all operations and activities in the most efficient manner. Manageability can be achieved through automation and the reduction of human (manual) intervention in common tasks.

    Answer:

    Integrity

  • 相关阅读:
    MySQL错误码
    环境小硕的转行之路-25-模块的导入与管理
    环境小硕的转行之路-24-大作业:编写计算机程序
    环境小硕的转行之路-23-异常处理
    环境小硕的转行之路-22-os,pickle的作业
    环境小硕的转行之路-21-序列化
    环境小硕的转化之路-20-random,time,sys,os模块
    环境小硕的转行之路-19- re模块进阶
    环境小硕的转行之路-18-模块以及正则表达式
    环境小硕的转行之路-16-生成器函数、推导式、生成器表达式
  • 原文地址:https://www.cnblogs.com/awpatp/p/3019980.html
Copyright © 2011-2022 走看看