SlideShare uma empresa Scribd logo
1 de 37
Information
Technology
&
Smart Grid
Energy Efficient Information
Technology

Heather Brotherton
2

What is Information
Technology (IT)?
 Information





+ Technology

Technology: fire, wheel
Early information technology: Dewy
decimal system
Information collections continue to expand
Compiling data into information became
exponentially labor intensive
3

Information Systems
 Information

systems make it possible to
process large amounts of data into
information
 Now that we have good information how
do we quickly share research findings?
 Networking; the internet
4

Ubiquitous Communication
 The

internet gave rise to ubiquitous realtime communications





Anyone can transmit:
Files
Photos
Video

 We

use the internet to connect with
others
5

Convenience
 Bank

by phone
 Turn by turn directions
 Researching purchases
 Home buying
 Meal planning
 Home automation
 Smart Grid
6

Smart Grid: House Concept
7

End User Implementation
8
9

Smart Grid & IT
 Information

technology and the
power grid are interdependent



2003 North East Blackout
The extent and duration of the
outage was due to a race
condition in the SCADA system
10

Smart Grid & IT
 Smart



Grid expands this interdependence

However it also enhances the reliability and
redundancy of the SCADA systems
More situations are automated to avoid
human error
11

Data Centers & Smart Grid
 Can

coordinate energy consumption
during



Low periods
Periods where a high percentage of
renewable energy such as wind or solar is
available
12

What types of IT processes
could take advantage of this?
 Batch

jobs such as running
 Reports
 Back ups
 Scheduled maintenance
13

Big Data Problem
 All

of these integrated systems will create
vast amounts of data



This data will be used for modeling to make
real time decisions
This data will depend upon information
systems infrastructure to maintain; creating
additional IT processing and archive loads.
14

What’s the big deal storage
space is cheap?
 Not

really

 Hard

drive usage must be powered
 Additional load for backups
 Can be a huge deal in a virtualized
environment



Memory usage is also decreased by 34%
Multiply that by 100 in a virtual environment, the
resource savings is huge
15

Storage Problem
 Vast

amounts of data some will be used in
real-time situational analysis to allow
Independent Systems Operators to make
operational decisions.




Past data may not be accessed daily, but
will need to be readily available for
generation of reports to make strategic
decisions
Accessibility to large amounts of data
creates substantial energy overhead
16

Energy Efficient Data Storage
 Hard

Disk Drive (HDD) vs. Solid State Drives
(SDD)




HDD
 Uses 80% of maximum power draw at start-up
SDD
 Linear proportion usage to power relationship

 This

means that any HDD active, but running
at under 80% utilization is wasting energy.
17

Energy Efficient Data Storage
 So

is the answer to use all solid state
drives?


That is one possible answer, but it is currently
an expensive answer.

 Other


possibilities:

Storage consolidation
 Virtualization

is one possible method of
achieving this goal
 Shared storage arrays are another
18

Storage Problem


Increased use of
technologies such
as memcached for
frequently
accessed data





This technique uses RAM
caching
Used in conjunction with
compression this can be
very useful for
transactional loads

Hybrid SDD/HDD
storage systems
managed
intelligently
19

Data Center Power
consumption
 In

2005 data center power usage was 1%
of the worlds power consumption.


The current power usage is estimated to be as
high as 1.5% world wide and up to 2.2% of US
power consumption.
20

Data Center Power
consumption
 Why





should you care?

Every year there are rolling blackouts though
the summer because utilities cannot keep up
with demand.
Energy costs are higher than equipment costs.
Loss of electricity or computing capabilities can
pose national security risks
21

Efficiency Basics
 Power

Usage Effectiveness (PUE)
developed by the Green Grid is a widely
accepted measure of data center
efficiency.
 PUE Calculation
Total data center energy consumption
IT energy consumption=PUE
22

PUE explained
A

PUE of one means that all energy
consumptions is being used by the
servers, storage devices and networking
equipment.




Reaching one is the goal, but may not be
possible currently…
However, Google has reached reach a Power
Usage Effectiveness (PUE) of 1.16.
23

There is a better way…
According to Google “if all data
centers operated at the same
efficiency as ours, the U.S. alone
would save enough electricity to
power every household within the
city limits of Atlanta, Los Angeles,
Chicago, and Washington, D.C.”
24

Google



Google tracks its PUE
Data centers are run at 80 degree Fahrenheit
or more







This “conforms with both the American Society of
Heating, Refrigerating, and Air Conditioning Engineers'
recommendations and most IT equipment
manufacturers' specs.”
Data centers can be cooled without chillers
Remaining chillers have disabled “dehumidifying and
reheating functions on CRACs. Most are set to
dehumidify air to 40% and reheat air if the return air is too
cold, but these functions aren’t needed.”

Each data center element is designed to
operate at optimal efficiency
25

Google: How did they do it?


Power Supply






The average power supply converts power from
AC to DC accounting for 30 to 40% in power
loss.
This process also produces heat

Google power supplies do not perform this
costly conversion and have an integrated
UPS.


“We’ve also cut out 2 of the AC / DC
conversion stages by putting back-up batteries
on the server racks themselves.”
26

Google: Custom Servers
 Parts

are omitted “on servers that aren't
needed for our applications. Hardware is
limited to what is necessary for the
applications to run, and does not include
unnecessary components such as
peripheral connectors or video cards. We
also optimize our servers and racks to use
minimal fan power, and the fans are
controlled to spin only as fast as necessary
to keep the server temperature below a
threshold.”
27

Cascade Effect
28

Facebook
 Facebook

recently adopted a novel
power distribution design that
removes uninterruptible power supply
(UPS) and power distribution units (PDUs)
from the data center.

 The

new design shifts the UPS and battery
backup functions from the data center
by adding 12 volt battery cabinets

 Facebook’s

datacenter has a PUE of 1.07
29

Role of Software
 ”(T)he

only way to have software
consume zero resources is not to run it at
all. Even running very well-behaved
software at the minimum will, in
practice, require some resource overhead.”









Virtualization
Power Management
Node Management
Scheduling
Lean Operating systems
Software development
De-duplication
30

Virtualization
 Virtualization

is useful for consolidation of
under utilized servers



DO: consolidate servers that typically have
usage under 70%
DO NOT: consolidate servers that have
usage higher than 90%
 Unless

the server resources are more than
enough to cover usage patterns including the
other virtualized servers consolidated into the
new server

 WARNING:

Consolidating several high
usage servers on one server may be a
recipe for disaster.
31

Virtualization
 Remember:

Virtualization can lead to the
need to rework cooling in the data
center.
 Fewer machines could lead to
unnecessary cooling of space no longer
occupied by servers. This could result in
wasted cooling.
32

Lean Operating systems
 Graphical

efficient





1 watt can be saved at the server level
though using a command line only server
operating system
The overhead of the GUI is about 100
threads
This does not mean no Windows server OS

 Windows


User Interfaces (GUI) are not

server 2008 R2 Core

Uses less disk space
 Standard

7.5 GB
 Core 3.5 GB
33

Software Development
 CPU




UTILIZATION

Write event-triggered not time-based checks
Use batch processing for processes that cannot
be event based
Make sure batch jobs can be adjusted for time
conflicts

 MEMORY



UTILIZATION

Avoid memory leaks
Release memory when it is no longer
needed, don’t wait for the system to do it foru
you.
34

Software Development
 I/O


UTILIZATION

Buffer/batch I/O requests

 EFFICIENT




SYSTEM STACK

“Features to reduce power consumption of
underutilized system resources have become
pervasive in even the largest systems, and the
software layers responsible for managing those
resources must evolve in turn”
Implement policies:
 Increase performance of resources in use
 Reduce power consumption for resources not
in use
35

Software Development
(Continued)


“Resource consumers clearly have a significant
opportunity either to contribute to or undermine
the efficiency of the broader stack. Though
getting programmers to think differently about the
way they design software is more than a technical
problem, tools such as PowerTOP represent a
great first step by providing programmers and
administrators with observability into software
inefficiency, a point of reference for
optimization, and awareness of the important role
software plays in energy-efficient computing."
36

Hardware
 What

is better one really powerful server
of several low powered servers?
 Answer:

It depends.
 Many low powered servers are ideal for
transactional loads
 Powerful servers are better for simulation and
computation
37

Conclusion
 "Any

intelligent fool can make things
bigger, more complex, and more violent.
It takes a touch of genius -- and a lot of
courage -- to move in the opposite
direction.” ~Albert Einstein

 In

IT this kind of thinking results in huge
payoffs when implemented correctly.

Mais conteúdo relacionado

Mais procurados

Power Usage Effectiveness (PUE): Status & Directions. By K. Winkler
Power  Usage Effectiveness (PUE): Status & Directions. By K. WinklerPower  Usage Effectiveness (PUE): Status & Directions. By K. Winkler
Power Usage Effectiveness (PUE): Status & Directions. By K. WinklerDCC Mission Critical
 
Data Center Infrastructure Management Demystified
Data Center Infrastructure Management Demystified Data Center Infrastructure Management Demystified
Data Center Infrastructure Management Demystified Sunbird DCIM
 
IRJET- Recent Trends in Green Cloud Computing
IRJET- Recent Trends in Green Cloud ComputingIRJET- Recent Trends in Green Cloud Computing
IRJET- Recent Trends in Green Cloud ComputingIRJET Journal
 
Data Center Infrastructure Management(DCIM)
Data Center Infrastructure Management(DCIM)Data Center Infrastructure Management(DCIM)
Data Center Infrastructure Management(DCIM)MD. IFTEKARUL ALAM
 
Raritan Data Center Marketplace Pue
Raritan   Data Center Marketplace   PueRaritan   Data Center Marketplace   Pue
Raritan Data Center Marketplace Puewlambert_2001
 
Securing and Greening Your IT
Securing and Greening Your ITSecuring and Greening Your IT
Securing and Greening Your ITLumension
 
Datacenter power optimization
Datacenter power optimizationDatacenter power optimization
Datacenter power optimizationHuzefa Husain
 
Schneider - ASK THE EXPERT - ITNEXT
Schneider - ASK THE EXPERT - ITNEXTSchneider - ASK THE EXPERT - ITNEXT
Schneider - ASK THE EXPERT - ITNEXTAniket Patange
 
Virtualization in green computing
Virtualization in green computingVirtualization in green computing
Virtualization in green computingRAHUL SINHA
 
6dec2011 - APC Solutions
6dec2011 - APC Solutions6dec2011 - APC Solutions
6dec2011 - APC SolutionsAgora Group
 
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...Heiko Joerg Schick
 
How green standards are changing data center design and operations
How green standards are changing data center design and operationsHow green standards are changing data center design and operations
How green standards are changing data center design and operationsSchneider Electric
 
Project Report On Data Center Management
Project Report On Data Center ManagementProject Report On Data Center Management
Project Report On Data Center ManagementDipak Bora
 
What every IT audit should know about backup and recovery
What every IT audit should know about backup and recoveryWhat every IT audit should know about backup and recovery
What every IT audit should know about backup and recoveryessbaih
 

Mais procurados (20)

Power Usage Effectiveness (PUE): Status & Directions. By K. Winkler
Power  Usage Effectiveness (PUE): Status & Directions. By K. WinklerPower  Usage Effectiveness (PUE): Status & Directions. By K. Winkler
Power Usage Effectiveness (PUE): Status & Directions. By K. Winkler
 
Data Center Infrastructure Management Demystified
Data Center Infrastructure Management Demystified Data Center Infrastructure Management Demystified
Data Center Infrastructure Management Demystified
 
Design of green data center
Design of green data centerDesign of green data center
Design of green data center
 
IRJET- Recent Trends in Green Cloud Computing
IRJET- Recent Trends in Green Cloud ComputingIRJET- Recent Trends in Green Cloud Computing
IRJET- Recent Trends in Green Cloud Computing
 
DCIM
DCIMDCIM
DCIM
 
5 6
5 65 6
5 6
 
Data Center Infrastructure Management(DCIM)
Data Center Infrastructure Management(DCIM)Data Center Infrastructure Management(DCIM)
Data Center Infrastructure Management(DCIM)
 
Raritan Data Center Marketplace Pue
Raritan   Data Center Marketplace   PueRaritan   Data Center Marketplace   Pue
Raritan Data Center Marketplace Pue
 
Green computing
Green computingGreen computing
Green computing
 
Securing and Greening Your IT
Securing and Greening Your ITSecuring and Greening Your IT
Securing and Greening Your IT
 
Datacenter power optimization
Datacenter power optimizationDatacenter power optimization
Datacenter power optimization
 
Schneider - ASK THE EXPERT - ITNEXT
Schneider - ASK THE EXPERT - ITNEXTSchneider - ASK THE EXPERT - ITNEXT
Schneider - ASK THE EXPERT - ITNEXT
 
StruxureWare DCIM
StruxureWare DCIMStruxureWare DCIM
StruxureWare DCIM
 
Virtualization in green computing
Virtualization in green computingVirtualization in green computing
Virtualization in green computing
 
green cloud computing
green cloud computinggreen cloud computing
green cloud computing
 
6dec2011 - APC Solutions
6dec2011 - APC Solutions6dec2011 - APC Solutions
6dec2011 - APC Solutions
 
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
The 2025 Huawei trend forecast gives you the lowdown on data centre facilitie...
 
How green standards are changing data center design and operations
How green standards are changing data center design and operationsHow green standards are changing data center design and operations
How green standards are changing data center design and operations
 
Project Report On Data Center Management
Project Report On Data Center ManagementProject Report On Data Center Management
Project Report On Data Center Management
 
What every IT audit should know about backup and recovery
What every IT audit should know about backup and recoveryWhat every IT audit should know about backup and recovery
What every IT audit should know about backup and recovery
 

Destaque

Andy Stirling - Sustainability and Transformation: a framework for enabling p...
Andy Stirling - Sustainability and Transformation: a framework for enabling p...Andy Stirling - Sustainability and Transformation: a framework for enabling p...
Andy Stirling - Sustainability and Transformation: a framework for enabling p...Sustainable Lifestyles Research Group
 
Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...
Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...
Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...STEPS Centre
 
energy theft detection
energy theft detectionenergy theft detection
energy theft detectionabdulsuboor235
 
IoT and 5G: Opportunities and Challenges, SenZations 2015
IoT and 5G: Opportunities and Challenges, SenZations 2015IoT and 5G: Opportunities and Challenges, SenZations 2015
IoT and 5G: Opportunities and Challenges, SenZations 2015SenZations Summer School
 
Industrial sociology 1
Industrial sociology 1Industrial sociology 1
Industrial sociology 1waheedaq
 
Security in wireless sensor networks
Security in wireless sensor networksSecurity in wireless sensor networks
Security in wireless sensor networksPiyush Mittal
 

Destaque (6)

Andy Stirling - Sustainability and Transformation: a framework for enabling p...
Andy Stirling - Sustainability and Transformation: a framework for enabling p...Andy Stirling - Sustainability and Transformation: a framework for enabling p...
Andy Stirling - Sustainability and Transformation: a framework for enabling p...
 
Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...
Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...
Melissa Leach: Dynamic Sustainabilities: Taking complexity and uncertainty se...
 
energy theft detection
energy theft detectionenergy theft detection
energy theft detection
 
IoT and 5G: Opportunities and Challenges, SenZations 2015
IoT and 5G: Opportunities and Challenges, SenZations 2015IoT and 5G: Opportunities and Challenges, SenZations 2015
IoT and 5G: Opportunities and Challenges, SenZations 2015
 
Industrial sociology 1
Industrial sociology 1Industrial sociology 1
Industrial sociology 1
 
Security in wireless sensor networks
Security in wireless sensor networksSecurity in wireless sensor networks
Security in wireless sensor networks
 

Semelhante a It&smart grid

Applying Cloud Techniques to Address Complexity in HPC System Integrations
Applying Cloud Techniques to Address Complexity in HPC System IntegrationsApplying Cloud Techniques to Address Complexity in HPC System Integrations
Applying Cloud Techniques to Address Complexity in HPC System Integrationsinside-BigData.com
 
Need of green computing measures for indian it industry
Need of green computing measures for indian it industryNeed of green computing measures for indian it industry
Need of green computing measures for indian it industryAlexander Decker
 
11.need of green computing measures for indian it industry
11.need of green computing measures for indian it industry11.need of green computing measures for indian it industry
11.need of green computing measures for indian it industryAlexander Decker
 
Green cloud computing
Green cloud computingGreen cloud computing
Green cloud computingJauwadSyed
 
PUE Reconsidered - AFCOM (MI), July 2009
PUE Reconsidered - AFCOM (MI), July 2009PUE Reconsidered - AFCOM (MI), July 2009
PUE Reconsidered - AFCOM (MI), July 2009Henry Hsu
 
Green cloud computing India
Green cloud computing IndiaGreen cloud computing India
Green cloud computing Indiaakashlaldas
 
Sustainable Development using Green Programming
Sustainable Development using Green ProgrammingSustainable Development using Green Programming
Sustainable Development using Green ProgrammingIRJET Journal
 
CENTRE FOR DATA CENTER WITH DIAGRAMS.ppt
CENTRE FOR DATA CENTER WITH DIAGRAMS.pptCENTRE FOR DATA CENTER WITH DIAGRAMS.ppt
CENTRE FOR DATA CENTER WITH DIAGRAMS.pptdhanasekarscse
 
Dataintensive
DataintensiveDataintensive
Dataintensivesulfath
 
Improvements in Data Center Management
Improvements in Data Center ManagementImprovements in Data Center Management
Improvements in Data Center ManagementScottMadden, Inc.
 

Semelhante a It&smart grid (20)

Data centerefficiency
Data centerefficiencyData centerefficiency
Data centerefficiency
 
Applying Cloud Techniques to Address Complexity in HPC System Integrations
Applying Cloud Techniques to Address Complexity in HPC System IntegrationsApplying Cloud Techniques to Address Complexity in HPC System Integrations
Applying Cloud Techniques to Address Complexity in HPC System Integrations
 
Green IT
Green IT Green IT
Green IT
 
Need of green computing measures for indian it industry
Need of green computing measures for indian it industryNeed of green computing measures for indian it industry
Need of green computing measures for indian it industry
 
11.need of green computing measures for indian it industry
11.need of green computing measures for indian it industry11.need of green computing measures for indian it industry
11.need of green computing measures for indian it industry
 
What Makes Software Green?
What Makes Software Green?What Makes Software Green?
What Makes Software Green?
 
Data Centers
Data CentersData Centers
Data Centers
 
Green Computing
Green  ComputingGreen  Computing
Green Computing
 
Green cloud computing
Green cloud computingGreen cloud computing
Green cloud computing
 
PUE Reconsidered - AFCOM (MI), July 2009
PUE Reconsidered - AFCOM (MI), July 2009PUE Reconsidered - AFCOM (MI), July 2009
PUE Reconsidered - AFCOM (MI), July 2009
 
FINAL
FINALFINAL
FINAL
 
Green cloud computing India
Green cloud computing IndiaGreen cloud computing India
Green cloud computing India
 
Express Computer
Express ComputerExpress Computer
Express Computer
 
Green IT
Green ITGreen IT
Green IT
 
Sustainable Development using Green Programming
Sustainable Development using Green ProgrammingSustainable Development using Green Programming
Sustainable Development using Green Programming
 
CENTRE FOR DATA CENTER WITH DIAGRAMS.ppt
CENTRE FOR DATA CENTER WITH DIAGRAMS.pptCENTRE FOR DATA CENTER WITH DIAGRAMS.ppt
CENTRE FOR DATA CENTER WITH DIAGRAMS.ppt
 
Power saving in data centers
Power saving in data centersPower saving in data centers
Power saving in data centers
 
PUE Reconsidered
PUE ReconsideredPUE Reconsidered
PUE Reconsidered
 
Dataintensive
DataintensiveDataintensive
Dataintensive
 
Improvements in Data Center Management
Improvements in Data Center ManagementImprovements in Data Center Management
Improvements in Data Center Management
 

Último

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Último (20)

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

It&smart grid

  • 1. Information Technology & Smart Grid Energy Efficient Information Technology Heather Brotherton
  • 2. 2 What is Information Technology (IT)?  Information     + Technology Technology: fire, wheel Early information technology: Dewy decimal system Information collections continue to expand Compiling data into information became exponentially labor intensive
  • 3. 3 Information Systems  Information systems make it possible to process large amounts of data into information  Now that we have good information how do we quickly share research findings?  Networking; the internet
  • 4. 4 Ubiquitous Communication  The internet gave rise to ubiquitous realtime communications     Anyone can transmit: Files Photos Video  We use the internet to connect with others
  • 5. 5 Convenience  Bank by phone  Turn by turn directions  Researching purchases  Home buying  Meal planning  Home automation  Smart Grid
  • 8. 8
  • 9. 9 Smart Grid & IT  Information technology and the power grid are interdependent   2003 North East Blackout The extent and duration of the outage was due to a race condition in the SCADA system
  • 10. 10 Smart Grid & IT  Smart   Grid expands this interdependence However it also enhances the reliability and redundancy of the SCADA systems More situations are automated to avoid human error
  • 11. 11 Data Centers & Smart Grid  Can coordinate energy consumption during   Low periods Periods where a high percentage of renewable energy such as wind or solar is available
  • 12. 12 What types of IT processes could take advantage of this?  Batch jobs such as running  Reports  Back ups  Scheduled maintenance
  • 13. 13 Big Data Problem  All of these integrated systems will create vast amounts of data   This data will be used for modeling to make real time decisions This data will depend upon information systems infrastructure to maintain; creating additional IT processing and archive loads.
  • 14. 14 What’s the big deal storage space is cheap?  Not really  Hard drive usage must be powered  Additional load for backups  Can be a huge deal in a virtualized environment   Memory usage is also decreased by 34% Multiply that by 100 in a virtual environment, the resource savings is huge
  • 15. 15 Storage Problem  Vast amounts of data some will be used in real-time situational analysis to allow Independent Systems Operators to make operational decisions.   Past data may not be accessed daily, but will need to be readily available for generation of reports to make strategic decisions Accessibility to large amounts of data creates substantial energy overhead
  • 16. 16 Energy Efficient Data Storage  Hard Disk Drive (HDD) vs. Solid State Drives (SDD)   HDD  Uses 80% of maximum power draw at start-up SDD  Linear proportion usage to power relationship  This means that any HDD active, but running at under 80% utilization is wasting energy.
  • 17. 17 Energy Efficient Data Storage  So is the answer to use all solid state drives?  That is one possible answer, but it is currently an expensive answer.  Other  possibilities: Storage consolidation  Virtualization is one possible method of achieving this goal  Shared storage arrays are another
  • 18. 18 Storage Problem  Increased use of technologies such as memcached for frequently accessed data    This technique uses RAM caching Used in conjunction with compression this can be very useful for transactional loads Hybrid SDD/HDD storage systems managed intelligently
  • 19. 19 Data Center Power consumption  In 2005 data center power usage was 1% of the worlds power consumption.  The current power usage is estimated to be as high as 1.5% world wide and up to 2.2% of US power consumption.
  • 20. 20 Data Center Power consumption  Why    should you care? Every year there are rolling blackouts though the summer because utilities cannot keep up with demand. Energy costs are higher than equipment costs. Loss of electricity or computing capabilities can pose national security risks
  • 21. 21 Efficiency Basics  Power Usage Effectiveness (PUE) developed by the Green Grid is a widely accepted measure of data center efficiency.  PUE Calculation Total data center energy consumption IT energy consumption=PUE
  • 22. 22 PUE explained A PUE of one means that all energy consumptions is being used by the servers, storage devices and networking equipment.   Reaching one is the goal, but may not be possible currently… However, Google has reached reach a Power Usage Effectiveness (PUE) of 1.16.
  • 23. 23 There is a better way… According to Google “if all data centers operated at the same efficiency as ours, the U.S. alone would save enough electricity to power every household within the city limits of Atlanta, Los Angeles, Chicago, and Washington, D.C.”
  • 24. 24 Google   Google tracks its PUE Data centers are run at 80 degree Fahrenheit or more     This “conforms with both the American Society of Heating, Refrigerating, and Air Conditioning Engineers' recommendations and most IT equipment manufacturers' specs.” Data centers can be cooled without chillers Remaining chillers have disabled “dehumidifying and reheating functions on CRACs. Most are set to dehumidify air to 40% and reheat air if the return air is too cold, but these functions aren’t needed.” Each data center element is designed to operate at optimal efficiency
  • 25. 25 Google: How did they do it?  Power Supply    The average power supply converts power from AC to DC accounting for 30 to 40% in power loss. This process also produces heat Google power supplies do not perform this costly conversion and have an integrated UPS.  “We’ve also cut out 2 of the AC / DC conversion stages by putting back-up batteries on the server racks themselves.”
  • 26. 26 Google: Custom Servers  Parts are omitted “on servers that aren't needed for our applications. Hardware is limited to what is necessary for the applications to run, and does not include unnecessary components such as peripheral connectors or video cards. We also optimize our servers and racks to use minimal fan power, and the fans are controlled to spin only as fast as necessary to keep the server temperature below a threshold.”
  • 28. 28 Facebook  Facebook recently adopted a novel power distribution design that removes uninterruptible power supply (UPS) and power distribution units (PDUs) from the data center.  The new design shifts the UPS and battery backup functions from the data center by adding 12 volt battery cabinets  Facebook’s datacenter has a PUE of 1.07
  • 29. 29 Role of Software  ”(T)he only way to have software consume zero resources is not to run it at all. Even running very well-behaved software at the minimum will, in practice, require some resource overhead.”        Virtualization Power Management Node Management Scheduling Lean Operating systems Software development De-duplication
  • 30. 30 Virtualization  Virtualization is useful for consolidation of under utilized servers   DO: consolidate servers that typically have usage under 70% DO NOT: consolidate servers that have usage higher than 90%  Unless the server resources are more than enough to cover usage patterns including the other virtualized servers consolidated into the new server  WARNING: Consolidating several high usage servers on one server may be a recipe for disaster.
  • 31. 31 Virtualization  Remember: Virtualization can lead to the need to rework cooling in the data center.  Fewer machines could lead to unnecessary cooling of space no longer occupied by servers. This could result in wasted cooling.
  • 32. 32 Lean Operating systems  Graphical efficient    1 watt can be saved at the server level though using a command line only server operating system The overhead of the GUI is about 100 threads This does not mean no Windows server OS  Windows  User Interfaces (GUI) are not server 2008 R2 Core Uses less disk space  Standard 7.5 GB  Core 3.5 GB
  • 33. 33 Software Development  CPU    UTILIZATION Write event-triggered not time-based checks Use batch processing for processes that cannot be event based Make sure batch jobs can be adjusted for time conflicts  MEMORY   UTILIZATION Avoid memory leaks Release memory when it is no longer needed, don’t wait for the system to do it foru you.
  • 34. 34 Software Development  I/O  UTILIZATION Buffer/batch I/O requests  EFFICIENT   SYSTEM STACK “Features to reduce power consumption of underutilized system resources have become pervasive in even the largest systems, and the software layers responsible for managing those resources must evolve in turn” Implement policies:  Increase performance of resources in use  Reduce power consumption for resources not in use
  • 35. 35 Software Development (Continued)  “Resource consumers clearly have a significant opportunity either to contribute to or undermine the efficiency of the broader stack. Though getting programmers to think differently about the way they design software is more than a technical problem, tools such as PowerTOP represent a great first step by providing programmers and administrators with observability into software inefficiency, a point of reference for optimization, and awareness of the important role software plays in energy-efficient computing."
  • 36. 36 Hardware  What is better one really powerful server of several low powered servers?  Answer: It depends.  Many low powered servers are ideal for transactional loads  Powerful servers are better for simulation and computation
  • 37. 37 Conclusion  "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction.” ~Albert Einstein  In IT this kind of thinking results in huge payoffs when implemented correctly.

Notas do Editor

  1. Point out that using the internet to do research saves money and fossil fuels
  2. http://www.bpa.gov/energy/n/Smart_Grid-Demand_Response/Smart_Grid/
  3. http://www.research.att.com/export/sites/att_labs/library/image_gallery/articles/2010_01/2010001_smart_main_dk2b.jpgTalk about how smart grid products same money and increase convenience.
  4. http://www.esna.org/uploads/SmartGridNetwork.jpg
  5. Source: nms.csail.mit.edu/~stavros/pubs/energy_sigmod10.pdf
  6. Explained memchaced
  7. Source: . http://www.mediafire.com/file/zzqna34282frr2f/koomeydatacenterelectuse2011finalversion.pdf
  8. Source: http://searchdatacenter.techtarget.com/definition/power-usage-effectiveness-PUE
  9. Source: http://www.google.com/corporate/data center/efficient-computing/index.htm
  10. Sources:http://www.google.com/about/datacenters/inside/efficiency/temperature.html,http://www.google.com/about/datacenters/inside/efficiency/index.html
  11. Source:http://static.googleusercontent.com/external_content/untrusted_dlcp/services.google.com/en/us/blog_resources/PSU_white_paper.pdf 
  12. Source: http://www.google.com/about/datacenters/inside/efficiency/servers.html
  13. http://www.emersonnetworkpower.com/en-US/Latest-Thinking/EDC/PublishingImages/cascade_effect.gif
  14. Source:http://www.datacenterknowledge.com/archives/2009/11/27/should-servers-come-with-batteries/
  15. Source :  http://queue.acm.org/detail.cfm?id=1698225
  16. Source: http://serktools.com/2010/01/20/windows-server-core-overview/
  17. Source:http://queue.acm.org/detail.cfm?id=1698225
  18. Source:http://queue.acm.org/detail.cfm?id=1698225
  19. Source:http://queue.acm.org/detail.cfm?id=1698225