Preface |
|
xxiii | |
About the Authors |
|
xxix | |
Introduction |
|
1 | (6) |
|
Part I Design: Building It |
|
|
7 | (138) |
|
1 Designing in a Distributed World |
|
|
9 | (22) |
|
|
10 | (1) |
|
1.2 The Importance of Simplicity |
|
|
11 | (1) |
|
|
12 | (5) |
|
1.3.1 Load Balancer with Multiple Backend Replicas |
|
|
12 | (2) |
|
1.3.2 Server with Multiple Backends |
|
|
14 | (2) |
|
|
16 | (1) |
|
|
17 | (4) |
|
|
21 | (3) |
|
|
21 | (1) |
|
|
21 | (1) |
|
1.5.3 Partition Tolerance |
|
|
22 | (2) |
|
1.6 Loosely Coupled Systems |
|
|
24 | (2) |
|
|
26 | (3) |
|
|
29 | (2) |
|
|
30 | (1) |
|
2 Designing for Operations |
|
|
31 | (20) |
|
2.1 Operational Requirements |
|
|
31 | (14) |
|
|
33 | (1) |
|
2.1.2 Startup and Shutdown |
|
|
34 | (1) |
|
|
35 | (1) |
|
|
36 | (1) |
|
2.1.5 Backups and Restores |
|
|
36 | (1) |
|
|
37 | (1) |
|
2.1.7 Replicated Databases |
|
|
37 | (1) |
|
|
38 | (1) |
|
2.1.9 Toggles for Individual Features |
|
|
39 | (1) |
|
2.1.10 Graceful Degradation |
|
|
39 | (1) |
|
2.1.11 Access Controls and Rate Limits |
|
|
40 | (1) |
|
2.1.12 Data Import Controls |
|
|
41 | (1) |
|
|
42 | (1) |
|
|
42 | (1) |
|
2.1.15 Debug Instrumentation |
|
|
43 | (1) |
|
2.1.16 Exception Collection |
|
|
43 | (1) |
|
2.1.17 Documentation for Operations |
|
|
44 | (1) |
|
2.2 Implementing Design for Operations |
|
|
45 | (3) |
|
2.2.1 Build Features in from the Beginning |
|
|
45 | (1) |
|
2.2.2 Request Features as They Are Identified |
|
|
46 | (1) |
|
2.2.3 Write the Features Yourself |
|
|
47 | (1) |
|
2.2.4 Work with a Third-Party Vendor |
|
|
48 | (1) |
|
|
48 | (1) |
|
|
49 | (2) |
|
|
50 | (1) |
|
3 Selecting a Service Platform |
|
|
51 | (18) |
|
3.1 Level of Service Abstraction |
|
|
52 | (4) |
|
3.1.1 Infrastructure as a Service |
|
|
52 | (2) |
|
3.1.2 Platform as a Service |
|
|
54 | (1) |
|
3.1.3 Software as a Service |
|
|
55 | (1) |
|
|
56 | (6) |
|
|
57 | (1) |
|
|
57 | (3) |
|
|
60 | (2) |
|
3.3 Level of Resource Sharing |
|
|
62 | (3) |
|
|
63 | (1) |
|
|
63 | (1) |
|
|
63 | (1) |
|
|
64 | (1) |
|
|
65 | (1) |
|
|
66 | (2) |
|
|
68 | (1) |
|
|
68 | (1) |
|
4 Application Architectures |
|
|
69 | (26) |
|
4.1 Single-Machine Web Server |
|
|
70 | (1) |
|
4.2 Three-Tier Web Service |
|
|
71 | (6) |
|
4.2.1 Load Balancer Types |
|
|
72 | (2) |
|
4.2.2 Load Balancing Methods |
|
|
74 | (1) |
|
4.2.3 Load Balancing with Shared State |
|
|
75 | (1) |
|
|
76 | (1) |
|
|
76 | (1) |
|
4.3 Four-Tier Web Service |
|
|
77 | (3) |
|
|
78 | (1) |
|
4.3.2 Application Servers |
|
|
79 | (1) |
|
4.3.3 Configuration Options |
|
|
80 | (1) |
|
4.4 Reverse Proxy Service |
|
|
80 | (1) |
|
|
80 | (5) |
|
4.5.1 Global Load Balancer |
|
|
81 | (1) |
|
4.5.2 Global Load Balancing Methods |
|
|
82 | (1) |
|
4.5.3 Global Load Balancing with User-Specific Data |
|
|
82 | (1) |
|
|
83 | (2) |
|
4.6 Message Bus Architectures |
|
|
85 | (5) |
|
4.6.1 Message Bus Designs |
|
|
86 | (1) |
|
4.6.2 Message Bus Reliability |
|
|
87 | (1) |
|
4.6.3 Example 1: Link-Shortening Site |
|
|
87 | (2) |
|
4.6.4 Example 2: Employee Human Resources Data Updates |
|
|
89 | (1) |
|
4.7 Service-Oriented Architecture |
|
|
90 | (2) |
|
|
91 | (1) |
|
|
91 | (1) |
|
|
91 | (1) |
|
|
92 | (3) |
|
|
93 | (2) |
|
5 Design Patterns for Scaling |
|
|
95 | (24) |
|
|
96 | (2) |
|
5.1.1 Identify Bottlenecks |
|
|
96 | (1) |
|
5.1.2 Reengineer Components |
|
|
97 | (1) |
|
|
97 | (1) |
|
|
97 | (1) |
|
|
98 | (1) |
|
|
99 | (5) |
|
5.3.1 x: Horizontal Duplication |
|
|
99 | (2) |
|
5.3.2 y: Functional or Service Splits |
|
|
101 | (1) |
|
5.3.3 z: Lookup-Oriented Split |
|
|
102 | (2) |
|
|
104 | (1) |
|
|
104 | (6) |
|
5.4.1 Cache Effectiveness |
|
|
105 | (1) |
|
|
106 | (1) |
|
|
106 | (1) |
|
5.4.4 Cache Replacement Algorithms |
|
|
107 | (1) |
|
5.4.5 Cache Entry Invalidation |
|
|
108 | (1) |
|
|
109 | (1) |
|
|
110 | (2) |
|
|
112 | (1) |
|
|
113 | (1) |
|
|
113 | (1) |
|
|
113 | (1) |
|
5.8 Content Delivery Networks |
|
|
114 | (2) |
|
|
116 | (3) |
|
|
116 | (3) |
|
6 Design Patterns for Resiliency |
|
|
119 | (26) |
|
6.1 Software Resiliency Beats Hardware Reliability |
|
|
120 | (1) |
|
6.2 Everything Malfunctions Eventually |
|
|
121 | (3) |
|
6.2.1 MTBF in Distributed Systems |
|
|
121 | (1) |
|
6.2.2 The Traditional Approach |
|
|
122 | (1) |
|
6.2.3 The Distributed Computing Approach |
|
|
123 | (1) |
|
6.3 Resiliency through Spare Capacity |
|
|
124 | (2) |
|
6.3.1 How Much Spare Capacity |
|
|
125 | (1) |
|
6.3.2 Load Sharing versus Hot Spares |
|
|
126 | (1) |
|
|
126 | (2) |
|
|
128 | (3) |
|
|
128 | (1) |
|
|
129 | (1) |
|
|
130 | (1) |
|
|
131 | (7) |
|
6.6.1 Parts and Components |
|
|
131 | (3) |
|
|
134 | (1) |
|
|
134 | (2) |
|
|
136 | (1) |
|
|
137 | (1) |
|
|
138 | (3) |
|
|
138 | (2) |
|
6.7.2 DoS and DDoS Attacks |
|
|
140 | (1) |
|
|
140 | (1) |
|
|
141 | (1) |
|
|
142 | (3) |
|
|
143 | (2) |
|
Part II Operations: Running It |
|
|
145 | (274) |
|
7 Operations in a Distributed World |
|
|
147 | (24) |
|
7.1 Distributed Systems Operations |
|
|
148 | (7) |
|
7.1.1 SRE versus Traditional Enterprise IT |
|
|
148 | (1) |
|
7.1.2 Change versus Stability |
|
|
149 | (2) |
|
|
151 | (1) |
|
7.1.4 Operations at Scale |
|
|
152 | (3) |
|
|
155 | (5) |
|
|
156 | (4) |
|
7.2.2 Service Decommissioning |
|
|
160 | (1) |
|
7.3 Organizing Strategy for Operational Teams |
|
|
160 | (6) |
|
7.3.1 Team Member Day Types |
|
|
162 | (3) |
|
|
165 | (1) |
|
|
166 | (1) |
|
7.4.1 Communication Mechanisms |
|
|
166 | (1) |
|
7.4.2 Communication Policies |
|
|
167 | (1) |
|
|
167 | (4) |
|
|
168 | (3) |
|
|
171 | (24) |
|
|
172 | (4) |
|
8.1.1 The Traditional Approach |
|
|
173 | (2) |
|
8.1.2 The DevOps Approach |
|
|
175 | (1) |
|
8.2 The Three Ways of DevOps |
|
|
176 | (4) |
|
8.2.1 The First Way: Workflow |
|
|
176 | (1) |
|
8.2.2 The Second Way: Improve Feedback |
|
|
177 | (1) |
|
8.2.3 The Third Way: Continual Experimentation and Learning |
|
|
178 | (1) |
|
8.2.4 Small Batches Are Better |
|
|
178 | (1) |
|
8.2.5 Adopting the Strategies |
|
|
179 | (1) |
|
|
180 | (1) |
|
|
180 | (1) |
|
8.3.2 Site Reliability Engineering |
|
|
181 | (1) |
|
8.4 DevOps Values and Principles |
|
|
181 | (5) |
|
|
182 | (1) |
|
|
182 | (1) |
|
|
182 | (1) |
|
8.4.4 Continuous Improvement |
|
|
183 | (1) |
|
8.4.5 Common Nontechnical DevOps Practices |
|
|
183 | (1) |
|
8.4.6 Common Technical DevOps Practices |
|
|
184 | (2) |
|
8.4.7 Release Engineering DevOps Practices |
|
|
186 | (1) |
|
|
186 | (2) |
|
|
187 | (1) |
|
8.5.2 DevOps at the Business Level |
|
|
187 | (1) |
|
8.6 Agile and Continuous Delivery |
|
|
188 | (4) |
|
|
188 | (1) |
|
8.6.2 What Is Continuous Delivery? |
|
|
189 | (3) |
|
|
192 | (3) |
|
|
193 | (2) |
|
9 Service Delivery: The Build Phase |
|
|
195 | (16) |
|
9.1 Service Delivery Strategies |
|
|
197 | (3) |
|
9.1.1 Pattern: Modern DevOps Methodology |
|
|
197 | (2) |
|
9.1.2 Anti-pattern: Waterfall Methodology |
|
|
199 | (1) |
|
9.2 The Virtuous Cycle of Quality |
|
|
200 | (2) |
|
|
202 | (3) |
|
|
202 | (1) |
|
|
202 | (1) |
|
|
203 | (1) |
|
|
204 | (1) |
|
|
204 | (1) |
|
|
205 | (1) |
|
9.5 Continuous Integration |
|
|
205 | (2) |
|
9.6 Packages as Handoff Interface |
|
|
207 | (1) |
|
|
208 | (3) |
|
|
209 | (2) |
|
10 Service Delivery: The Deployment Phase |
|
|
211 | (14) |
|
10.1 Deployment-Phase Steps |
|
|
211 | (3) |
|
|
212 | (1) |
|
|
212 | (1) |
|
|
213 | (1) |
|
10.2 Testing and Approval |
|
|
214 | (3) |
|
|
215 | (1) |
|
|
216 | (1) |
|
|
217 | (1) |
|
10.4 Infrastructure Automation Strategies |
|
|
217 | (4) |
|
10.4.1 Preparing Physical Machines |
|
|
217 | (1) |
|
10.4.2 Preparing Virtual Machines |
|
|
218 | (1) |
|
10.4.3 Installing OS and Services |
|
|
219 | (2) |
|
|
221 | (1) |
|
10.6 Infrastructure as Code |
|
|
221 | (1) |
|
10.7 Other Platform Services |
|
|
222 | (1) |
|
|
222 | (3) |
|
|
223 | (2) |
|
11 Upgrading Live Services |
|
|
225 | (18) |
|
11.1 Taking the Service Down for Upgrading |
|
|
225 | (1) |
|
|
226 | (1) |
|
|
227 | (2) |
|
|
229 | (1) |
|
11.5 Proportional Shedding |
|
|
230 | (1) |
|
11.6 Blue-Green Deployment |
|
|
230 | (1) |
|
|
230 | (4) |
|
|
234 | (2) |
|
|
236 | (1) |
|
11.10 Continuous Deployment |
|
|
236 | (3) |
|
11.11 Dealing with Failed Code Pushes |
|
|
239 | (1) |
|
|
240 | (1) |
|
|
241 | (2) |
|
|
241 | (2) |
|
|
243 | (32) |
|
12.1 Approaches to Automation |
|
|
244 | (6) |
|
12.1.1 The Left-Over Principle |
|
|
245 | (1) |
|
12.1.2 The Compensatory Principle |
|
|
246 | (1) |
|
12.1.3 The Complementarity Principle |
|
|
247 | (1) |
|
12.1.4 Automation for System Administration |
|
|
248 | (1) |
|
|
249 | (1) |
|
12.2 Tool Building versus Automation |
|
|
250 | (2) |
|
12.2.1 Example: Auto Manufacturing |
|
|
251 | (1) |
|
12.2.2 Example: Machine Configuration |
|
|
251 | (1) |
|
12.2.3 Example: Account Creation |
|
|
251 | (1) |
|
12.2.4 Tools Are Good, But Automation Is Better |
|
|
252 | (1) |
|
|
252 | (3) |
|
|
255 | (3) |
|
12.4.1 Making Time to Automate |
|
|
256 | (1) |
|
|
257 | (1) |
|
12.4.3 Determining What to Automate First |
|
|
257 | (1) |
|
|
258 | (1) |
|
|
258 | (4) |
|
12.6.1 Shell Scripting Languages |
|
|
259 | (1) |
|
12.6.2 Scripting Languages |
|
|
259 | (1) |
|
12.6.3 Compiled Languages |
|
|
260 | (1) |
|
12.6.4 Configuration Management Languages |
|
|
260 | (2) |
|
12.7 Software Engineering Tools and Techniques |
|
|
262 | (8) |
|
12.7.1 Issue Tracking Systems |
|
|
263 | (2) |
|
12.7.2 Version Control Systems |
|
|
265 | (1) |
|
12.7.3 Software Packaging |
|
|
266 | (1) |
|
|
266 | (1) |
|
12.7.5 Test-Driven Development |
|
|
267 | (1) |
|
|
268 | (1) |
|
12.7.7 Writing Just Enough Code |
|
|
269 | (1) |
|
|
270 | (1) |
|
|
271 | (4) |
|
|
272 | (3) |
|
|
275 | (10) |
|
13.1 Design Documents Overview |
|
|
275 | (2) |
|
13.1.1 Documenting Changes and Rationale |
|
|
276 | (1) |
|
13.1.2 Documentation as a Repository of Past Decisions |
|
|
276 | (1) |
|
13.2 Design Document Anatomy |
|
|
277 | (2) |
|
|
279 | (1) |
|
|
279 | (1) |
|
|
280 | (2) |
|
13.5.1 Reviewers and Approvers |
|
|
281 | (1) |
|
13.5.2 Achieving Sign-off |
|
|
281 | (1) |
|
13.6 Adopting Design Documents |
|
|
282 | (1) |
|
|
283 | (2) |
|
|
284 | (1) |
|
|
285 | (22) |
|
|
285 | (9) |
|
14.1.1 Start with the SLA |
|
|
286 | (1) |
|
|
287 | (1) |
|
|
288 | (1) |
|
14.1.4 Oncall Schedule Design |
|
|
288 | (2) |
|
14.1.5 The Oncall Calendar |
|
|
290 | (1) |
|
|
291 | (1) |
|
14.1.7 Types of Notifications |
|
|
292 | (2) |
|
14.1.8 After-Hours Maintenance Coordination |
|
|
294 | (1) |
|
|
294 | (5) |
|
14.2.1 Pre-shift Responsibilities |
|
|
294 | (1) |
|
14.2.2 Regular Oncall Responsibilities |
|
|
294 | (1) |
|
14.2.3 Alert Responsibilities |
|
|
295 | (1) |
|
14.2.4 Observe, Orient, Decide, Act (OODA) |
|
|
296 | (1) |
|
|
297 | (1) |
|
14.2.6 Third-Party Escalation |
|
|
298 | (1) |
|
14.2.7 End-of-Shift Responsibilities |
|
|
299 | (1) |
|
14.3 Between Oncall Shifts |
|
|
299 | (3) |
|
|
299 | (1) |
|
|
300 | (2) |
|
14.4 Periodic Review of Alerts |
|
|
302 | (2) |
|
14.5 Being Paged Too Much |
|
|
304 | (1) |
|
|
305 | (2) |
|
|
306 | (1) |
|
|
307 | (24) |
|
|
308 | (3) |
|
15.1.1 Antifragile Systems |
|
|
308 | (1) |
|
|
309 | (2) |
|
15.2 Individual Training: Wheel of Misfortune |
|
|
311 | (1) |
|
15.3 Team Training: Fire Drills |
|
|
312 | (3) |
|
|
313 | (1) |
|
|
314 | (1) |
|
15.4 Training for Organizations: Game Day/DiRT |
|
|
315 | (8) |
|
|
316 | (1) |
|
|
317 | (1) |
|
15.4.3 Implementation and Logistics |
|
|
318 | (2) |
|
15.4.4 Experiencing a DiRT Test |
|
|
320 | (3) |
|
15.5 Incident Command System |
|
|
323 | (6) |
|
15.5.1 How It Works: Public Safety Arena |
|
|
325 | (1) |
|
15.5.2 How It Works: IT Operations Arena |
|
|
326 | (1) |
|
15.5.3 Incident Action Plan |
|
|
326 | (1) |
|
|
327 | (1) |
|
|
328 | (1) |
|
|
329 | (2) |
|
|
330 | (1) |
|
16 Monitoring Fundamentals |
|
|
331 | (14) |
|
|
332 | (2) |
|
16.1.1 Uses of Monitoring |
|
|
333 | (1) |
|
16.1.2 Service Management |
|
|
334 | (1) |
|
16.2 Consumers of Monitoring Information |
|
|
334 | (2) |
|
|
336 | (2) |
|
|
338 | (1) |
|
|
339 | (1) |
|
|
340 | (2) |
|
|
341 | (1) |
|
|
341 | (1) |
|
|
342 | (3) |
|
|
342 | (3) |
|
17 Monitoring Architecture and Practice |
|
|
345 | (20) |
|
17.1 Sensing and Measurement |
|
|
346 | (4) |
|
17.1.1 Blackbox versus Whitebox Monitoring |
|
|
346 | (1) |
|
17.1.2 Direct versus Synthesized Measurements |
|
|
347 | (1) |
|
17.1.3 Rate versus Capability Monitoring |
|
|
348 | (1) |
|
17.1.4 Gauges versus Counters |
|
|
348 | (2) |
|
|
350 | (3) |
|
|
350 | (1) |
|
17.2.2 Protocol Selection |
|
|
351 | (1) |
|
17.2.3 Server Component versus Agent versus Poller |
|
|
352 | (1) |
|
17.2.4 Central versus Regional Collectors |
|
|
352 | (1) |
|
17.3 Analysis and Computation |
|
|
353 | (1) |
|
17.4 Alerting and Escalation Manager |
|
|
354 | (4) |
|
17.4.1 Alerting, Escalation, and Acknowledgments |
|
|
355 | (1) |
|
17.4.2 Silence versus Inhibit |
|
|
356 | (2) |
|
|
358 | (4) |
|
|
359 | (1) |
|
|
360 | (1) |
|
|
361 | (1) |
|
|
362 | (1) |
|
|
362 | (1) |
|
|
363 | (2) |
|
|
364 | (1) |
|
|
365 | (22) |
|
18.1 Standard Capacity Planning |
|
|
366 | (5) |
|
|
368 | (1) |
|
|
369 | (1) |
|
|
369 | (1) |
|
|
370 | (1) |
|
|
370 | (1) |
|
|
371 | (1) |
|
18.2 Advanced Capacity Planning |
|
|
371 | (10) |
|
18.2.1 Identifying Your Primary Resources |
|
|
372 | (1) |
|
18.2.2 Knowing Your Capacity Limits |
|
|
372 | (1) |
|
18.2.3 Identifying Your Core Drivers |
|
|
373 | (1) |
|
18.2.4 Measuring Engagement |
|
|
374 | (1) |
|
18.2.5 Analyzing the Data |
|
|
375 | (5) |
|
18.2.6 Monitoring the Key Indicators |
|
|
380 | (1) |
|
18.2.7 Delegating Capacity Planning |
|
|
381 | (1) |
|
|
381 | (1) |
|
18.4 Launching New Services |
|
|
382 | (2) |
|
18.5 Reduce Provisioning Time |
|
|
384 | (1) |
|
|
385 | (2) |
|
|
386 | (1) |
|
|
387 | (14) |
|
|
388 | (1) |
|
|
389 | (4) |
|
19.2.1 Step 1: Envision the Ideal |
|
|
390 | (1) |
|
19.2.2 Step 2: Quantify Distance to the Ideal |
|
|
390 | (1) |
|
19.2.3 Step 3: Imagine How Behavior Will Change |
|
|
390 | (1) |
|
19.2.4 Step 4: Revise and Select |
|
|
391 | (1) |
|
19.2.5 Step 5: Deploy the KPI |
|
|
392 | (1) |
|
19.3 Example KPI: Machine Allocation |
|
|
393 | (3) |
|
|
393 | (1) |
|
|
394 | (2) |
|
19.3.3 Evaluating the KPI |
|
|
396 | (1) |
|
19.4 Case Study: Error Budget |
|
|
396 | (3) |
|
|
396 | (1) |
|
|
397 | (1) |
|
|
398 | (1) |
|
|
399 | (2) |
|
|
399 | (2) |
|
20 Operational Excellence |
|
|
401 | (18) |
|
20.1 What Does Operational Excellence Look Like? |
|
|
401 | (1) |
|
20.2 How to Measure Greatness |
|
|
402 | (1) |
|
20.3 Assessment Methodology |
|
|
403 | (4) |
|
20.3.1 Operational Responsibilities |
|
|
403 | (2) |
|
|
405 | (2) |
|
20.3.3 Assessment Questions and Look-For's |
|
|
407 | (1) |
|
|
407 | (4) |
|
20.4.1 Identifying What to Assess |
|
|
408 | (1) |
|
20.4.2 Assessing Each Service |
|
|
408 | (1) |
|
20.4.3 Comparing Results across Services |
|
|
409 | (1) |
|
20.4.4 Acting on the Results |
|
|
410 | (1) |
|
20.4.5 Assessment and Project Planning Frequencies |
|
|
410 | (1) |
|
20.5 Organizational Assessments |
|
|
411 | (1) |
|
20.6 Levels of Improvement |
|
|
412 | (1) |
|
|
413 | (1) |
|
|
414 | (5) |
|
|
415 | (1) |
|
|
416 | (3) |
|
|
419 | (2) |
|
|
421 | (30) |
|
|
423 | (3) |
|
A.2 Emergency Response (ER) |
|
|
426 | (2) |
|
A.3 Monitoring and Metrics (MM) |
|
|
428 | (3) |
|
A.4 Capacity Planning (CP) |
|
|
431 | (2) |
|
A.5 Change Management (CM) |
|
|
433 | (2) |
|
A.6 New Product Introduction and Removal (NPI/NPR) |
|
|
435 | (2) |
|
A.7 Service Deployment and Decommissioning (SDD) |
|
|
437 | (2) |
|
A.8 Performance and Efficiency (PE) |
|
|
439 | (3) |
|
A.9 Service Delivery: The Build Phase |
|
|
442 | (2) |
|
A.10 Service Delivery: The Deployment Phase |
|
|
444 | (2) |
|
|
446 | (2) |
|
A.12 Disaster Preparedness |
|
|
448 | (3) |
|
B The Origins and Future of Distributed Computing and Clouds |
|
|
451 | (24) |
|
B.1 The Pre-Web Era (1985--1994) |
|
|
452 | (3) |
|
Availability Requirements |
|
|
452 | (1) |
|
|
453 | (1) |
|
|
454 | (1) |
|
|
454 | (1) |
|
|
454 | (1) |
|
B.2 The First Web Era: The Bubble (1995--2000) |
|
|
455 | (4) |
|
Availability Requirements |
|
|
455 | (1) |
|
|
455 | (1) |
|
|
456 | (1) |
|
|
457 | (2) |
|
|
459 | (1) |
|
B.3 The Dot-Bomb Era (2000--2003) |
|
|
459 | (6) |
|
Availability Requirements |
|
|
460 | (1) |
|
|
460 | (1) |
|
|
461 | (1) |
|
|
462 | (2) |
|
|
464 | (1) |
|
B.4 The Second Web Era (2003--2010) |
|
|
465 | (4) |
|
Availability Requirements |
|
|
465 | (1) |
|
|
465 | (1) |
|
|
466 | (1) |
|
|
467 | (1) |
|
|
468 | (1) |
|
B.5 The Cloud Computing Era (2010--present) |
|
|
469 | (3) |
|
Availability Requirements |
|
|
469 | (1) |
|
|
469 | (2) |
|
Scaling and High Availability |
|
|
471 | (1) |
|
|
472 | (1) |
|
|
472 | (3) |
|
|
473 | (2) |
|
C Scaling Terminology and Concepts |
|
|
475 | (6) |
|
C.1 Constant, Linear, and Exponential Scaling |
|
|
475 | (1) |
|
|
476 | (2) |
|
C.3 Limitations of Big O Notation |
|
|
478 | (3) |
|
|
481 | (6) |
|
D.1 Design Document Template |
|
|
481 | (1) |
|
D.2 Design Document Example |
|
|
482 | (2) |
|
D.3 Sample Postmortem Template |
|
|
484 | (3) |
|
|
487 | (4) |
Bibliography |
|
491 | (8) |
Index |
|
499 | |