2 - Data Centre Arch & Management Flashcards

1
Q

Logically, where are datacentres on the internet?

A

In the core

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do data centres peer with

A

ISPs and Internet eXchange Points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data centres have rows of …

A

racks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Problems with blade servers in higher density

A

Require more power
Requrie better cooling
Require larger bandwidth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Block Storage

A

Data stored in fixed size blocks.
Several blocks build a file
Each volume can be treated independently
Managed by OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Object Storage

A

Data file with corresponding metadata
Each object has a Unique ID
Stored across all disks in array
Managed by application not OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DAS

A

Directly Attached Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In which context do hard drives work best?

In terms of data NOT anything else

A

Sequential accesses (over random)

Due to the mechanical movement of the arm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How much per server storage is generally used? and for what?

Relatively - not looking for any numbers

A

Little. Only for boot and swap etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

NAS

A

Network Attached Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SAN

A

Storage Area Network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does SAN provide?

A

Block-oriented storage that resides across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What networking tech does SAN traditionally use?

A

Fibre Channel (SAN Switch)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 4 typical types of network accesses/physical networks in data centres?

A

Client-server
Server-server
Storage access
Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

InfiniBand

A

Commonly used in supercomputing for physical connection also in large datacenters for switching backbone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

InfiniBand material

A

Copper or fibre

17
Q

InfiniBand bandwidth

A

1Gbps, 10 and 40 (100 being introduced)

18
Q

Routers

A

Connect networks to the internet
Expensive

19
Q

Switches

Definition and port density

A

Interconnect data centre devices.
High port density, 48 ports are common

20
Q

Middleboxes

A

Provide additional services between router/switch.
Low port density
Operate on Layer 4-7

21
Q

In terms of cost, why are hierarchical networks used in data centres?

A

Equipment higher up more traffic = more expensive

22
Q

High end or low end server:

memory or IO bound apps

23
Q

Parallelisation

A

Splitting a computational task into separate packages
then assigning each package to a node for processing.

The results are then aggregated.

24
Q

Why might it NOT be preferable to use single core, single processor servers in clusters?

A

Reducing serialisation and communication overheads becomes increasingly difficult
Load balancing becomes harder - hard to predict response times
Highly parallel programs are hard to write

25
How many chassis does each rack hold? How many Us per rack?
4 Chassis per rack, each can hold 16u.
26
How does DAS work
Directly attached to the server using USB, SATA etc.
27
NAS vs SAN
NAS manages its own storage and is a file/object level solution, also accessible to anyone. SAN has block level access to pools of virtualised storage that are accessible to everyone.
28
NAS Downsides
High latency (ethernet) Low Bandwidth ^ High Level file access not suitable for some apps (database management)
29
What is fibre channel networking | Prompt: protocol
High-speed data transfer protocol providing in-order, lossless delivery of raw block data.
30
What is Fibre Channel used to connect?
Connect storage to servers in storage area networks in commercial data centers
31
Downsides to FC networking
Need separate infrastructure and specialised network admins (expensive)
32
Middlebox use examples
Load balancer NAT Firewall Intrusion detection system
33
Hierarchical Network | What they provide and how they are connected
Provide Redundancies, high bandwidth and fault tolerance Servers connect to top of rack switches (1-10Gbps), these connect to layers of aggregation switches.
34
Execution time formula
execution time = 1ms+f*(100ns/n +100ns*(1-1/n)) n= number of nodes f= the number of global accesses per 1ms work unit
35
Advantages of low end servers
Cheaper per server Higher memory bandwidth/IO to compute ratio (better for io bounded applications)
36
Why are datacenters ideal for parallelisation
Large collection of affordable servers & storage Large high speed data interconnects between servers
37
Challenges of Data center management
Managing and provisioning resources Managing and detecting faults Programming Debugging
38
In data center management, what do you need an operating system for?
Resource management, utilisation and health monitoring Deployment and maintenance Programming framework support
39
Data center management operating system
Open Stack