SlideShare a Scribd company logo
1 of 10
Download to read offline
Data center
terminology that
will get you hired
A photostory
Meredith Courtemanche
D ATA C E N T E R
1 2 3 4 5 6 7 8	 9
BUSINESSES NEED TO know
their back-end IT infra-
structure is ready to move
the company forward.
Modern IT organizations
work closely with an enter-
prise’s business leaders to
create, scale up and tear
down data center assets at
a rapid pace. Flexible and
agile IT isn’t just for the
Web-scale data center op-
erators like Facebook and
Google. Enterprises -- from
steel companies to coffee
purveyors to insurance
providers -- are improving
IT operations and realign-
ing data centers for an
era when digital enables
business.
To land a data center job in
this evolving space, work
relevant, change-focused
terminology into your inter-
views for engineer, opera-
tions or manager positions.
Simply rattling off DevOps
and automation terms won’t
impress an interviewer,
nor will a prevaricating job
candidate who lacks the
fundamentals to grow in a
data center position.
We’ve created fun visual
cues in this slideshow of
hot data center terminology
to help you understand
and describe modern data
center operations. Estab-
lish your knowledge of IT
infrastructure scalability
and resiliency, culture and
business trends as well
as other defining devel-
opments while leaving a
strong impression on your
future employer.
For more preparation
before the big interview,
check out resources at the
end of the slideshow on
sample DevOps, sys admin
and other data center job
interview questions.
Michael Kloran
Define the perfect data center job
interview
1 2 3 4 5 6 7 8	 9
CHANGE MANAGEMENT GIVES
a single administrator con-
trol over the actions and
performance of an entire
fleet of servers.
We define change man-
agement as a systematic
approach to support the
sometimes unpredictable
evolution of IT workloads
and technologies in the
data center. It is about
automating workflows, con-
figuration changes, patches
and updates.
The definition of change
management is increasingly
merging with terms for
data center automation and
orchestration. Configura-
tion and change manage-
ment tools from vendors as
diverse as SolarWinds and
IBM give fewer admins con-
trol over a greater number
of servers, network nodes
and storage devices.
When the interviewer asks
how you manage your
time, or how you would
improve time management
in the data center, bring
up change management.
It’s also an integral part of
successful business project
launches and expansions.
If your data center can’t
adapt, your business only
has two choices: abandon
its growth projects or seek
the back-end infrastructure
support elsewhere, as in a
public cloud and shadow IT.
Michael Kloran
Define change management
as a way to control data centers
from above
1 2 3 4 5 6 7 8	 9
EVERYONE HAS THE same goal
in a good IT organization:
Put out the best applica-
tions and services on stable,
sustainable infrastructure.
DevOps helps keep that
goal on track with continu-
ous integration and delivery.
While developers focus
on what’s new and next,
operations prefers stability
and consistency.DevOps is
a methodology or culture of
IT wherein developers and
operations teams frequently
communicate about and
collaborate on application
and service releases. Many
modern IT shops expect
systems administrators,
developers and infrastruc-
ture managers to implement
continuous integration and
continuous delivery.
Continuous integration
means that iterative soft-
ware changes are immedi-
ately tested and added to
the larger code base. If a
change creates issues, such
as runaway storage use, that
problem can be isolated and
rolled back quickly.
Continuous delivery takes
committed changes to the
code and shepherds them
through peer review and
user acceptance testing. It
is an extension of continu-
ous integration. While many
DevOps tools are designed
to bring code through both
CI and CD, in practice
developers and operations
teams use different tools in
different ways.
Another CD term, continu-
ous deployment, is a goal
for DevOps organizations,
though often fraught with re-
al-world complications. Con-
tinuous delivery means that
changes to the application
or service are ready to be
deployed because they are
tested in a production-like
environment. Meanwhile,
continuous deployment
means these changes
go straight to production
without awaiting human
intervention.
Michael Kloran
Define continuous integration and
delivery as Dev meets Ops
1 2 3 4 5 6 7 8	 9
RESILIENT DATA CENTERS
withstand damage to the
network cabling, power
outages, unexpected
server downtime, attacks or
surges in user demand and
other events by avoiding
single points of failure and
using adaptable IT systems.
In terms of physical
infrastructure, data center
resiliency increases by
installing multiples. If one
PDU fails, another is at the
ready to take over its work-
load. If one carrier goes
down, the business can
run all its workloads over a
second carrier’s connec-
tions. N+1 redundancy
means that there’s one ex-
tra piece of equipment for
however many pieces you
have operating. N+M could
mean two, three or any
number of multiples for that
equipment. 2N designated
an infrastructure that’s
completed duplicated for
protection.
The definition of data cen-
ter resiliency has evolved
as IT technologies such
as virtualization and micro
services joined traditional
uptime boosters like N+1
redundant power supplies
and equipment. Be pre-
pared to discuss distribut-
ed applications and server
clusters in a job interview.
Distributed applications
run on multiple servers
simultaneously, and may
be architected as inde-
pendently deployed micro
services. Server clusters
prevent outages with high
availability or fault tolerant
virtualization, allowing VMs
to jump from one server to
another in the event of a
problem.
Some data centers today
are designed to fail,
meaning that workloads
easily jump off of problem
servers and onto new ones,
across a server cluster and
even across multiple data
centers. This architecture
is moving from the domain
of Web-scale content pro-
viders into enterprise IT.
When you talk about data
center resiliency to pro-
spective employers, relate
the mechanics -- diverse
network lines, fault-tolerant
clusters -- to IT service
and business continuity.
No matter how beaten
up your physical systems
are, or how many outages
are rippling through the IT
systems, the data center
continues to deliver mis-
sion-critical services.
Michael Kloran
Define data center resiliency as
withstanding destruction
1 2 3 4 5 6 7 8	 9
WHEN YOU WANT something
done quickly, double up the
resources working on it.
Parallel processing, also
defined as parallel comput-
ing, allows multiple server
CPUs or processor cores
to execute workflows at
the same time -- in parallel
-- by sharing resources
and coordinating actions.
Programs are broken down
into pieces and then re-
combined, which completes
the work much faster than
serial processing.
Parallel processing applica-
tions can occur on a single
processor with multiple
cores, a single server with
multiple processors, or
across clusters or grids of
computers. When set up
properly, parallel process-
ing is massively scalable,
up to thousands of proces-
sors. This is typically seen
in supercomputing deploy-
ments, not enterprise IT.
While serial processing
is good for CPUs, serial
communication is better
for connections.Peripheral
component interconnect
express (PCIe) is a lower
latency bus than the paral-
lel PCI, and also has higher
data transfer rates. Serial
means data can travel over
the bus in both directions
simultaneously, whereas a
parallel bus only sends data
in one direction at one time.
You’ll find PCIe connections
for network interface cards,
graphics cards and storage
accelerators on data center
servers.
Hardware and applica-
tions are becoming more
abstracted, with cloud
architectures and soft-
ware-defined data centers.
However, a fundamental
understanding of how
different hardware designs
handle different workloads
will pay off in the best
use of available capacity
or a simple hardware fix
to a bottleneck problem.
For example, rather than
rewrite a complex applica-
tion that is lagging, the data
center staff can spec local
storage accelerators on
PCIe busses. Conversely,
when acquiring new hard-
ware for a new application,
the data center team can
work with developers and
programmers to under-
stand how the app will use
its resources and plan the
best deployment to serve it.
Michael Kloran
Define parallel processing
applications as a way to outrun
bottlenecks
1 2 3 4 5 6 7 8	 9
BUSINESSES RELY ON a
library of customer data to
stay competitive, whether
your organization sells
insurance, IT services or
something else. That library
gets new incoming data,
and changes to existing
data, constantly.
With multiple applications
using this evolving data
from multiple sources,
deduplication becomes an
essential tool against stor-
age sprawl. Data centers
define dedupe as a process
to reduce storage demand
by saving only one instance
of a data point, rather than
multiple copies for different
systems to access sepa-
rately. Deduplication lets
disparate systems access
that single data point.
An example will help define
dedupe: Your company
keeps a book of data
about Customer ABC in
its customer relationship
management system’s
database. Customer ABC
is also part of a pilot
program for your compa-
ny’s new product, which
means the same book of
data exists in the devel-
opment group’s database
for communicating about
bugs, new releases and so
on. You might also have a
separate database used
for financials that stores all
the same information about
Customer ABC. Dedupe
means that the company
can save just one book on
Customer ABC, reducing
the storage room required
yet not losing any informa-
tion from which it makes
business decisions. The
data center’s IT systems
maintain a reference path
so that all three systems
know where to find the
book on this customer.
There are plenty of practi-
cal concerns with dedu-
plication. It can be time
consuming and expensive
to sort through existing
data to match up copies.
For new data, storage
systems must include the
intelligence to synthe-
size information into one
cohesive book; rather than
writing a new one each
time the company starts
tracking a new parameter.
But without dedupe, stor-
age demands and complex-
ity would thwart business
initiatives like purchasing
pattern analytics.
Michael Kloran
Define dedupe as a way to organize,
free up storage
1 2 3 4 5 6 7 8	 9
IT WORKLOADS GROW like
sponges taking on water:
soaking up resources as
they become available.
Data center resource scal-
ability gained importance
as digital technology start-
ed to enable every kind
of business. Data center
capacity planners define
scalability as the back-end
IT deployment’s ability to
grow proportionally with
demand, without adding
complexity or difficulty to
its management.
E-commerce and online
transaction processing, as
well as content distribution
over the Internet, prove
the value of scalability. If a
T-shirt maker cannot scale
up its internal customer
relationship management
software and its Web serv-
er farm to meet increased
demand, for example, the
business will suffer lost
orders and a damaged
reputation.
Some IT organizations turn
to cloud bursting to handle
unexpected or unpredict-
able short-term rapid scal-
ing up. Data center manag-
ers plan capacity to suit the
maximum typical demand
of IT workloads; beyond
that, they rent resources
from a cloud provider as
needed. The T-shirt maker
from our previous example
may organically scale up
data center servers and
storage as its customer
base grows, then also burst
onto Amazon Web Ser-
vices’ EC2 cloud instances
during the busy holiday
shopping season. Both
methods fit the definition of
scalability.
To prove a depth of
knowledge in capacity
planning, define scalability
in contrast with elastic-
ity. Elasticity matches
resources to a dynamic IT
workload -- when it needs
more resources, they scale
up; when it needs less, they
scale down. This dynamic
reallocation is more difficult
to achieve with physical
servers and systems in a
data center than with pay-
per-use cloud resources,
but with virtualization as
well as cloud bursting, it is
possible.
Michael Kloran
Define scalability as the process
of growing without changing
1 2 3 4 5 6 7 8	 9
RATHER THAN ARGUING
OpEx versus CapEx, it’s
time to talk about CapEx
and OpEx together. Some
businesses rely more on
CapEx IT spending, others
more on OpEx, but virtually
all have a mix of both.
In the simplest sense, cap-
ital expenditures (CapEx)
are single payments in
exchange for goods or
services, while operational
expenditures (OpEx) are
ongoing expenses paid to
maintain a service.
Business leaders define
CapEx as one-time pur-
chases that then depre-
ciate in the organization’s
care. Data center servers
are a classic capital expen-
diture. Businesses typically
buy and deploy a fleet of
servers, then depreciate
them over a number of
years in the data center.
We define OpEx as a recur-
ring expense. Cloud-host-
ed servers are a classic
operating expenditure.
The business does not
physically purchase and
maintain the cloud servers,
but rather pays a monthly
or per-use fee to access
them. There is no depre-
ciation; if a server is not
needed, it goes away, and
the company may choose
to pay for it again in the
future.
With OpEx purchases, it’s
an oversimplification to say
that you only pay for what
you use when you use it;
any administrator dealing
with VM sprawl would
agree. And without an
asset management system,
plenty of CapEx spending
goes to waste.
Show off your understand-
ing of OpEx versus CapEx
as a matter of close IT
alignment with business
needs. A modern data cen-
ter employee understands
that some IT services are
better handled outside
of the server racks, while
others will be less expen-
sive in the long term with
a big upfront investment in
hardware and software re-
sources. One such example
is big data analytics, where
many businesses store
and crunch data on owned
IT platforms to avoid the
costs associated with
network traffic to cloud-
based big data processing
services.
Michael Kloran
Define CapEx and OpEx as making
sense of dollars
1 2 3 4 5 6 7 8	 9
The point of learning
about DevOps, change
management, IT-business
alignment and other hot
data center terminology
is to improve how back-
end technologies and
infrastructure perform to
meet organizational needs
and goals. The proof is in
data center performance
metrics.
When you’re describing
familiarity with these con-
cepts at a data center job
interview, always present
your information in the con-
text of process improve-
ment and best practices.
Define some data center
performance metrics and
how you’d ensure your
team met them. Then
explain how these perfor-
mance metrics benefit the
company.
For example, don’t just
point out that deduplica-
tion reduces demand for
storage. Note that dedupli-
cation frees up storage re-
sources for a new big data
analysis project that will
yield 20% higher customer
response rates with mini-
mal capital expenditures.
Research the company
where you are interviewing.
Are they under industry
regulations? Do they value
agility and customer ac-
quisition, or do they delve
deeply into services for a
small group of long-time
customers? Approaching
the job interview with back-
ground information lets you
tailor which data center
performance metrics you
discuss.
Michael Kloran
Define data center performance
metrics to seal the deal

More Related Content

What's hot

Move your on-premises data today with Buurst
Move your on-premises data today with BuurstMove your on-premises data today with Buurst
Move your on-premises data today with BuurstMH Riad
 
The Storage Side of Private Clouds
The Storage Side of Private CloudsThe Storage Side of Private Clouds
The Storage Side of Private CloudsDataCore Software
 
Cloud computing ebook
Cloud computing ebookCloud computing ebook
Cloud computing ebookAnkit Gupta
 
How to create a secure high performance storage and compute infrastructure
 How to create a secure high performance storage and compute infrastructure How to create a secure high performance storage and compute infrastructure
How to create a secure high performance storage and compute infrastructureAbhishek Sood
 
IBM cloud e book
IBM cloud e bookIBM cloud e book
IBM cloud e bookelan405
 
flexpod_hadoop_cloudera
flexpod_hadoop_clouderaflexpod_hadoop_cloudera
flexpod_hadoop_clouderaPrem Jain
 
Evaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product Brief
Evaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product BriefEvaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product Brief
Evaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product BriefInteractiveNEC
 
User owned devices
User owned devicesUser owned devices
User owned devicesKim Jensen
 
What's Your Data Worth?
What's Your Data Worth?What's Your Data Worth?
What's Your Data Worth?InteractiveNEC
 
Cisco Unified Computing System
Cisco Unified Computing SystemCisco Unified Computing System
Cisco Unified Computing SystemMainstay
 
NEC Backup as a Service reduces administrative tasks, helping it departments...
 NEC Backup as a Service reduces administrative tasks, helping it departments... NEC Backup as a Service reduces administrative tasks, helping it departments...
NEC Backup as a Service reduces administrative tasks, helping it departments...InteractiveNEC
 
The Journey Toward the Software-Defined Data Center
The Journey Toward the Software-Defined Data CenterThe Journey Toward the Software-Defined Data Center
The Journey Toward the Software-Defined Data CenterCognizant
 
Migrating apps-to-the-cloud-final
Migrating apps-to-the-cloud-finalMigrating apps-to-the-cloud-final
Migrating apps-to-the-cloud-finaleng999
 
Changing Landscape of Data Centers
Changing Landscape of Data CentersChanging Landscape of Data Centers
Changing Landscape of Data CentersSuhas Kelkar
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesMichael Findling
 

What's hot (20)

Move your on-premises data today with Buurst
Move your on-premises data today with BuurstMove your on-premises data today with Buurst
Move your on-premises data today with Buurst
 
VeeamUP
VeeamUPVeeamUP
VeeamUP
 
The Storage Side of Private Clouds
The Storage Side of Private CloudsThe Storage Side of Private Clouds
The Storage Side of Private Clouds
 
Cloud computing ebook
Cloud computing ebookCloud computing ebook
Cloud computing ebook
 
How to create a secure high performance storage and compute infrastructure
 How to create a secure high performance storage and compute infrastructure How to create a secure high performance storage and compute infrastructure
How to create a secure high performance storage and compute infrastructure
 
IBM cloud e book
IBM cloud e bookIBM cloud e book
IBM cloud e book
 
Cloud Based Email
Cloud Based EmailCloud Based Email
Cloud Based Email
 
flexpod_hadoop_cloudera
flexpod_hadoop_clouderaflexpod_hadoop_cloudera
flexpod_hadoop_cloudera
 
Evaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product Brief
Evaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product BriefEvaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product Brief
Evaluator Group: NEC UNIVERGE BLUE BACKUP & RECOVER Product Brief
 
User owned devices
User owned devicesUser owned devices
User owned devices
 
What's Your Data Worth?
What's Your Data Worth?What's Your Data Worth?
What's Your Data Worth?
 
Cisco Unified Computing System
Cisco Unified Computing SystemCisco Unified Computing System
Cisco Unified Computing System
 
NEC Backup as a Service reduces administrative tasks, helping it departments...
 NEC Backup as a Service reduces administrative tasks, helping it departments... NEC Backup as a Service reduces administrative tasks, helping it departments...
NEC Backup as a Service reduces administrative tasks, helping it departments...
 
ETCA_5
ETCA_5ETCA_5
ETCA_5
 
The Journey Toward the Software-Defined Data Center
The Journey Toward the Software-Defined Data CenterThe Journey Toward the Software-Defined Data Center
The Journey Toward the Software-Defined Data Center
 
Migrating apps-to-the-cloud-final
Migrating apps-to-the-cloud-finalMigrating apps-to-the-cloud-final
Migrating apps-to-the-cloud-final
 
Changing Landscape of Data Centers
Changing Landscape of Data CentersChanging Landscape of Data Centers
Changing Landscape of Data Centers
 
SaaSplaza Case Study
SaaSplaza Case StudySaaSplaza Case Study
SaaSplaza Case Study
 
Solution Brief HPE StoreOnce backup with Veeam
Solution Brief HPE StoreOnce backup with VeeamSolution Brief HPE StoreOnce backup with Veeam
Solution Brief HPE StoreOnce backup with Veeam
 
Optimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero TechnologiesOptimizing Your Database Performance | Embarcadero Technologies
Optimizing Your Database Performance | Embarcadero Technologies
 

Similar to Data center-terminology photostory-

Agile Corporation for MIT
Agile Corporation for MITAgile Corporation for MIT
Agile Corporation for MITCaio Candido
 
How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?Cygnet Infotech
 
Idc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformationIdc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformationKaizenlogcom
 
Map r whitepaper_zeta_architecture
Map r whitepaper_zeta_architectureMap r whitepaper_zeta_architecture
Map r whitepaper_zeta_architectureNarender Kumar
 
Dell Scalable Server Platforms
Dell Scalable Server PlatformsDell Scalable Server Platforms
Dell Scalable Server PlatformsLiamJohnson30
 
Transforming an organization to cloud
Transforming an organization to cloud Transforming an organization to cloud
Transforming an organization to cloud Ali Akbar
 
IDC: Selecting the Optimal Path to Private Cloud
IDC: Selecting the Optimal Path to Private CloudIDC: Selecting the Optimal Path to Private Cloud
IDC: Selecting the Optimal Path to Private CloudEMC
 
Cloud migration
Cloud migrationCloud migration
Cloud migrationRaj Raj
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyDonna Guazzaloca-Zehl
 
Cloud Computing - Kwebmaker.pdf
Cloud Computing - Kwebmaker.pdfCloud Computing - Kwebmaker.pdf
Cloud Computing - Kwebmaker.pdfSanaKhan813074
 
Why Replication is Not Enough to Keep Your Business Running
Why Replication is Not Enough to Keep Your Business Running Why Replication is Not Enough to Keep Your Business Running
Why Replication is Not Enough to Keep Your Business Running Axcient
 
Five reasons why manufacturing businesses should adopt cloud computing-23-05-...
Five reasons why manufacturing businesses should adopt cloud computing-23-05-...Five reasons why manufacturing businesses should adopt cloud computing-23-05-...
Five reasons why manufacturing businesses should adopt cloud computing-23-05-...Teleglobal International Pvt. Ltd.
 
Cloud First Architecture
Cloud First ArchitectureCloud First Architecture
Cloud First ArchitectureCameron Vetter
 
Big Data using NoSQL Technologies
Big Data using NoSQL TechnologiesBig Data using NoSQL Technologies
Big Data using NoSQL TechnologiesAmit Singh
 
MODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenarios
MODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenariosMODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenarios
MODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenariosOliver Barreto Rodríguez
 
5 things needed to know migrating Windows Server 2003
5 things needed to know migrating Windows Server 20035 things needed to know migrating Windows Server 2003
5 things needed to know migrating Windows Server 2003Kim Jensen
 
Modernize to the Microsoft Cloud
Modernize to the Microsoft CloudModernize to the Microsoft Cloud
Modernize to the Microsoft CloudEvan Ilias
 
Improving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – NetmagicImproving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – NetmagicNetmagic Solutions Pvt. Ltd.
 

Similar to Data center-terminology photostory- (20)

Agile Corporation for MIT
Agile Corporation for MITAgile Corporation for MIT
Agile Corporation for MIT
 
How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?How to modernize legacy application infrastructure?
How to modernize legacy application infrastructure?
 
Idc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformationIdc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformation
 
Map r whitepaper_zeta_architecture
Map r whitepaper_zeta_architectureMap r whitepaper_zeta_architecture
Map r whitepaper_zeta_architecture
 
Dell Scalable Server Platforms
Dell Scalable Server PlatformsDell Scalable Server Platforms
Dell Scalable Server Platforms
 
Transforming an organization to cloud
Transforming an organization to cloud Transforming an organization to cloud
Transforming an organization to cloud
 
IDC: Selecting the Optimal Path to Private Cloud
IDC: Selecting the Optimal Path to Private CloudIDC: Selecting the Optimal Path to Private Cloud
IDC: Selecting the Optimal Path to Private Cloud
 
Cloud migration
Cloud migrationCloud migration
Cloud migration
 
Migration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication TechnologyMigration to Oracle 12c Made Easy Using Replication Technology
Migration to Oracle 12c Made Easy Using Replication Technology
 
Cloud Computing - Kwebmaker.pdf
Cloud Computing - Kwebmaker.pdfCloud Computing - Kwebmaker.pdf
Cloud Computing - Kwebmaker.pdf
 
Why Replication is Not Enough to Keep Your Business Running
Why Replication is Not Enough to Keep Your Business Running Why Replication is Not Enough to Keep Your Business Running
Why Replication is Not Enough to Keep Your Business Running
 
Five reasons why manufacturing businesses should adopt cloud computing-23-05-...
Five reasons why manufacturing businesses should adopt cloud computing-23-05-...Five reasons why manufacturing businesses should adopt cloud computing-23-05-...
Five reasons why manufacturing businesses should adopt cloud computing-23-05-...
 
Cloud First Architecture
Cloud First ArchitectureCloud First Architecture
Cloud First Architecture
 
Big Data using NoSQL Technologies
Big Data using NoSQL TechnologiesBig Data using NoSQL Technologies
Big Data using NoSQL Technologies
 
Ibm cloud
Ibm cloudIbm cloud
Ibm cloud
 
What Is A Datacenter?
What Is A Datacenter?What Is A Datacenter?
What Is A Datacenter?
 
MODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenarios
MODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenariosMODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenarios
MODAClouds - Underpinning the Leap to DevOps Movement on Clouds scenarios
 
5 things needed to know migrating Windows Server 2003
5 things needed to know migrating Windows Server 20035 things needed to know migrating Windows Server 2003
5 things needed to know migrating Windows Server 2003
 
Modernize to the Microsoft Cloud
Modernize to the Microsoft CloudModernize to the Microsoft Cloud
Modernize to the Microsoft Cloud
 
Improving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – NetmagicImproving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – Netmagic
 

Recently uploaded

VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607dollysharma2066
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 

Recently uploaded (20)

VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
FULL ENJOY Call Girls In Mayur Vihar Delhi Contact Us 8377087607
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 

Data center-terminology photostory-

  • 1. Data center terminology that will get you hired A photostory Meredith Courtemanche D ATA C E N T E R
  • 2. 1 2 3 4 5 6 7 8 9 BUSINESSES NEED TO know their back-end IT infra- structure is ready to move the company forward. Modern IT organizations work closely with an enter- prise’s business leaders to create, scale up and tear down data center assets at a rapid pace. Flexible and agile IT isn’t just for the Web-scale data center op- erators like Facebook and Google. Enterprises -- from steel companies to coffee purveyors to insurance providers -- are improving IT operations and realign- ing data centers for an era when digital enables business. To land a data center job in this evolving space, work relevant, change-focused terminology into your inter- views for engineer, opera- tions or manager positions. Simply rattling off DevOps and automation terms won’t impress an interviewer, nor will a prevaricating job candidate who lacks the fundamentals to grow in a data center position. We’ve created fun visual cues in this slideshow of hot data center terminology to help you understand and describe modern data center operations. Estab- lish your knowledge of IT infrastructure scalability and resiliency, culture and business trends as well as other defining devel- opments while leaving a strong impression on your future employer. For more preparation before the big interview, check out resources at the end of the slideshow on sample DevOps, sys admin and other data center job interview questions. Michael Kloran Define the perfect data center job interview
  • 3. 1 2 3 4 5 6 7 8 9 CHANGE MANAGEMENT GIVES a single administrator con- trol over the actions and performance of an entire fleet of servers. We define change man- agement as a systematic approach to support the sometimes unpredictable evolution of IT workloads and technologies in the data center. It is about automating workflows, con- figuration changes, patches and updates. The definition of change management is increasingly merging with terms for data center automation and orchestration. Configura- tion and change manage- ment tools from vendors as diverse as SolarWinds and IBM give fewer admins con- trol over a greater number of servers, network nodes and storage devices. When the interviewer asks how you manage your time, or how you would improve time management in the data center, bring up change management. It’s also an integral part of successful business project launches and expansions. If your data center can’t adapt, your business only has two choices: abandon its growth projects or seek the back-end infrastructure support elsewhere, as in a public cloud and shadow IT. Michael Kloran Define change management as a way to control data centers from above
  • 4. 1 2 3 4 5 6 7 8 9 EVERYONE HAS THE same goal in a good IT organization: Put out the best applica- tions and services on stable, sustainable infrastructure. DevOps helps keep that goal on track with continu- ous integration and delivery. While developers focus on what’s new and next, operations prefers stability and consistency.DevOps is a methodology or culture of IT wherein developers and operations teams frequently communicate about and collaborate on application and service releases. Many modern IT shops expect systems administrators, developers and infrastruc- ture managers to implement continuous integration and continuous delivery. Continuous integration means that iterative soft- ware changes are immedi- ately tested and added to the larger code base. If a change creates issues, such as runaway storage use, that problem can be isolated and rolled back quickly. Continuous delivery takes committed changes to the code and shepherds them through peer review and user acceptance testing. It is an extension of continu- ous integration. While many DevOps tools are designed to bring code through both CI and CD, in practice developers and operations teams use different tools in different ways. Another CD term, continu- ous deployment, is a goal for DevOps organizations, though often fraught with re- al-world complications. Con- tinuous delivery means that changes to the application or service are ready to be deployed because they are tested in a production-like environment. Meanwhile, continuous deployment means these changes go straight to production without awaiting human intervention. Michael Kloran Define continuous integration and delivery as Dev meets Ops
  • 5. 1 2 3 4 5 6 7 8 9 RESILIENT DATA CENTERS withstand damage to the network cabling, power outages, unexpected server downtime, attacks or surges in user demand and other events by avoiding single points of failure and using adaptable IT systems. In terms of physical infrastructure, data center resiliency increases by installing multiples. If one PDU fails, another is at the ready to take over its work- load. If one carrier goes down, the business can run all its workloads over a second carrier’s connec- tions. N+1 redundancy means that there’s one ex- tra piece of equipment for however many pieces you have operating. N+M could mean two, three or any number of multiples for that equipment. 2N designated an infrastructure that’s completed duplicated for protection. The definition of data cen- ter resiliency has evolved as IT technologies such as virtualization and micro services joined traditional uptime boosters like N+1 redundant power supplies and equipment. Be pre- pared to discuss distribut- ed applications and server clusters in a job interview. Distributed applications run on multiple servers simultaneously, and may be architected as inde- pendently deployed micro services. Server clusters prevent outages with high availability or fault tolerant virtualization, allowing VMs to jump from one server to another in the event of a problem. Some data centers today are designed to fail, meaning that workloads easily jump off of problem servers and onto new ones, across a server cluster and even across multiple data centers. This architecture is moving from the domain of Web-scale content pro- viders into enterprise IT. When you talk about data center resiliency to pro- spective employers, relate the mechanics -- diverse network lines, fault-tolerant clusters -- to IT service and business continuity. No matter how beaten up your physical systems are, or how many outages are rippling through the IT systems, the data center continues to deliver mis- sion-critical services. Michael Kloran Define data center resiliency as withstanding destruction
  • 6. 1 2 3 4 5 6 7 8 9 WHEN YOU WANT something done quickly, double up the resources working on it. Parallel processing, also defined as parallel comput- ing, allows multiple server CPUs or processor cores to execute workflows at the same time -- in parallel -- by sharing resources and coordinating actions. Programs are broken down into pieces and then re- combined, which completes the work much faster than serial processing. Parallel processing applica- tions can occur on a single processor with multiple cores, a single server with multiple processors, or across clusters or grids of computers. When set up properly, parallel process- ing is massively scalable, up to thousands of proces- sors. This is typically seen in supercomputing deploy- ments, not enterprise IT. While serial processing is good for CPUs, serial communication is better for connections.Peripheral component interconnect express (PCIe) is a lower latency bus than the paral- lel PCI, and also has higher data transfer rates. Serial means data can travel over the bus in both directions simultaneously, whereas a parallel bus only sends data in one direction at one time. You’ll find PCIe connections for network interface cards, graphics cards and storage accelerators on data center servers. Hardware and applica- tions are becoming more abstracted, with cloud architectures and soft- ware-defined data centers. However, a fundamental understanding of how different hardware designs handle different workloads will pay off in the best use of available capacity or a simple hardware fix to a bottleneck problem. For example, rather than rewrite a complex applica- tion that is lagging, the data center staff can spec local storage accelerators on PCIe busses. Conversely, when acquiring new hard- ware for a new application, the data center team can work with developers and programmers to under- stand how the app will use its resources and plan the best deployment to serve it. Michael Kloran Define parallel processing applications as a way to outrun bottlenecks
  • 7. 1 2 3 4 5 6 7 8 9 BUSINESSES RELY ON a library of customer data to stay competitive, whether your organization sells insurance, IT services or something else. That library gets new incoming data, and changes to existing data, constantly. With multiple applications using this evolving data from multiple sources, deduplication becomes an essential tool against stor- age sprawl. Data centers define dedupe as a process to reduce storage demand by saving only one instance of a data point, rather than multiple copies for different systems to access sepa- rately. Deduplication lets disparate systems access that single data point. An example will help define dedupe: Your company keeps a book of data about Customer ABC in its customer relationship management system’s database. Customer ABC is also part of a pilot program for your compa- ny’s new product, which means the same book of data exists in the devel- opment group’s database for communicating about bugs, new releases and so on. You might also have a separate database used for financials that stores all the same information about Customer ABC. Dedupe means that the company can save just one book on Customer ABC, reducing the storage room required yet not losing any informa- tion from which it makes business decisions. The data center’s IT systems maintain a reference path so that all three systems know where to find the book on this customer. There are plenty of practi- cal concerns with dedu- plication. It can be time consuming and expensive to sort through existing data to match up copies. For new data, storage systems must include the intelligence to synthe- size information into one cohesive book; rather than writing a new one each time the company starts tracking a new parameter. But without dedupe, stor- age demands and complex- ity would thwart business initiatives like purchasing pattern analytics. Michael Kloran Define dedupe as a way to organize, free up storage
  • 8. 1 2 3 4 5 6 7 8 9 IT WORKLOADS GROW like sponges taking on water: soaking up resources as they become available. Data center resource scal- ability gained importance as digital technology start- ed to enable every kind of business. Data center capacity planners define scalability as the back-end IT deployment’s ability to grow proportionally with demand, without adding complexity or difficulty to its management. E-commerce and online transaction processing, as well as content distribution over the Internet, prove the value of scalability. If a T-shirt maker cannot scale up its internal customer relationship management software and its Web serv- er farm to meet increased demand, for example, the business will suffer lost orders and a damaged reputation. Some IT organizations turn to cloud bursting to handle unexpected or unpredict- able short-term rapid scal- ing up. Data center manag- ers plan capacity to suit the maximum typical demand of IT workloads; beyond that, they rent resources from a cloud provider as needed. The T-shirt maker from our previous example may organically scale up data center servers and storage as its customer base grows, then also burst onto Amazon Web Ser- vices’ EC2 cloud instances during the busy holiday shopping season. Both methods fit the definition of scalability. To prove a depth of knowledge in capacity planning, define scalability in contrast with elastic- ity. Elasticity matches resources to a dynamic IT workload -- when it needs more resources, they scale up; when it needs less, they scale down. This dynamic reallocation is more difficult to achieve with physical servers and systems in a data center than with pay- per-use cloud resources, but with virtualization as well as cloud bursting, it is possible. Michael Kloran Define scalability as the process of growing without changing
  • 9. 1 2 3 4 5 6 7 8 9 RATHER THAN ARGUING OpEx versus CapEx, it’s time to talk about CapEx and OpEx together. Some businesses rely more on CapEx IT spending, others more on OpEx, but virtually all have a mix of both. In the simplest sense, cap- ital expenditures (CapEx) are single payments in exchange for goods or services, while operational expenditures (OpEx) are ongoing expenses paid to maintain a service. Business leaders define CapEx as one-time pur- chases that then depre- ciate in the organization’s care. Data center servers are a classic capital expen- diture. Businesses typically buy and deploy a fleet of servers, then depreciate them over a number of years in the data center. We define OpEx as a recur- ring expense. Cloud-host- ed servers are a classic operating expenditure. The business does not physically purchase and maintain the cloud servers, but rather pays a monthly or per-use fee to access them. There is no depre- ciation; if a server is not needed, it goes away, and the company may choose to pay for it again in the future. With OpEx purchases, it’s an oversimplification to say that you only pay for what you use when you use it; any administrator dealing with VM sprawl would agree. And without an asset management system, plenty of CapEx spending goes to waste. Show off your understand- ing of OpEx versus CapEx as a matter of close IT alignment with business needs. A modern data cen- ter employee understands that some IT services are better handled outside of the server racks, while others will be less expen- sive in the long term with a big upfront investment in hardware and software re- sources. One such example is big data analytics, where many businesses store and crunch data on owned IT platforms to avoid the costs associated with network traffic to cloud- based big data processing services. Michael Kloran Define CapEx and OpEx as making sense of dollars
  • 10. 1 2 3 4 5 6 7 8 9 The point of learning about DevOps, change management, IT-business alignment and other hot data center terminology is to improve how back- end technologies and infrastructure perform to meet organizational needs and goals. The proof is in data center performance metrics. When you’re describing familiarity with these con- cepts at a data center job interview, always present your information in the con- text of process improve- ment and best practices. Define some data center performance metrics and how you’d ensure your team met them. Then explain how these perfor- mance metrics benefit the company. For example, don’t just point out that deduplica- tion reduces demand for storage. Note that dedupli- cation frees up storage re- sources for a new big data analysis project that will yield 20% higher customer response rates with mini- mal capital expenditures. Research the company where you are interviewing. Are they under industry regulations? Do they value agility and customer ac- quisition, or do they delve deeply into services for a small group of long-time customers? Approaching the job interview with back- ground information lets you tailor which data center performance metrics you discuss. Michael Kloran Define data center performance metrics to seal the deal