PlatinumEssays.com - Free Essays, Term Papers, Research Papers and Book Reports
Search

What Business and Social Problems Does Data Center Power Consumption Cause? What Solutions Are Available? Which ones Are the Most Environmentally Friendly?

By:   •  March 14, 2016  •  Study Guide  •  445 Words (2 Pages)  •  3,921 Views

Page 1 of 2

What business and social problems does data center power consumption cause? What solutions are available? Which ones are the most environmentally friendly?

Answer:

Problems:

  • The business of data center cause is such as video on demand, maintaining web sites, analyzing large pools of transactions or social media data that require more and more power-hungry machines businesses. Besides that, the social problem that the data center power consumption cause is high corporate operating costs. Some of the major problems are listed below:
  • Branch Circuit Overload
  • Overheating
  • Loss of Redundancy

Solutions: People, for example Acorda.

• A $210 million-per-year maker of drugs to treat nervous disorders such as multiple sclerosis.

• Installed motion sensors and invested in intelligent cooling system to boost energy efficiency at the new facility.

• Preparing to test virtualized desktops.

Organizational, for example Facebook

• Publicly posted the specifications for the design of its data centers.

• Facebook’s engineers modified the programming in the servers.

Technology, for example cloud computing system

• Optimized for virtualization and for supporting as many different subscribing companies as possible.

• Produce major savings when doing the computing for large numbers of companies.

Eco-friendly companies:

  • CISCO
  • IBM
  • Orange

Classes and Methods:

  1. Registration:  This is the base class for user. This class provides the ability for customer registration and login. This class is shared between the customer and the admin.

Attributes: customer_name: String, user_name: String, password: String, postal_address: String, id_number: String, email: String, phone_number: integer, security_question: String, security_answer: String

Methods: register_customer()

  1. Customer: This class contains all the operations to create complete customer profile. It also provide search operation through which the customer can customer search the desired book.

Attributes: customer_id: integer, customer_name: String, address: String, phone_number: integer

Methods: edit_cusotmer(), search(),

  1. Order:  This class shows all  books and all functions that are to be acted upon those books. Through the function create_order() and edit_order() the user can place the order. Once the order is complete the user will be guided to the transaction page where the user can pay online.

Attributes: order_id: integer, customer_id: integer, customer_name: String, book_id: integer, quantity: integer, amount: float, order_date: datetime

Methods: create_order(), edit_order()

  1. Books: Through this class the admin can modify product and can change the details of the product as required. This class provides operations add_product(), modify_product(), select_product() by the use of which admin can change the product details like product id, price, product type.

Attributes: book_id: integer, book_price: float, book_type: String

Methods: add_product(), modify_product(), select_product()

  1. Stock: Admin can introduce new product, delete old product with the functions provided by this class. It contains quantity attribute that shows the in stock quantity of a particular product.

Attributes: book_id: integer, quantity: String

...

Download:  txt (3.3 Kb)   pdf (81.5 Kb)   docx (9.8 Kb)  
Continue for 1 more page »