Cloud Computing Flashcards
1
Q
What are NIST’s 5 essential characteristics for cloud computing?
A
On-demand self-service
Broad network access
Resource pooling
Rapid elasticity
Measured service
2
Q
How are the MapReduce functions defined?
A
map (in_key, in_value) -> list(out_key, intermediate_value)
reduce (out_key, list(intermediate_value)) -> list(out_value)
3
Q
What are cloud computing architectural principles?
A
10, may not need to know
4
Q
A