Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Performance Modeling and Design of Computer Systems: Queueing Theory in Action

Posted By: interes
Performance Modeling and Design of Computer Systems: Queueing Theory in Action

Performance Modeling and Design of Computer Systems: Queueing Theory in Action by Mor Harchol-Balter
English | 2013 | ISBN: 1107027500 | ISBN-13: 9781107027503 | 569 pages | PDF | 8,3 MB

Computer systems design is full of conundrums:

•Given a choice between a single machine with speed s, or n machines each with speed s/n, which should we choose?

•If both the arrival rate and service rate double, will the mean response time stay the same?

•Should systems really aim to balance load, or is this a convenient myth?
•If a scheduling policy favors one set of jobs, does it necessarily hurt some other jobs, or are these "conservation laws" being misinterpreted?

•Do greedy, shortest-delay, routing strategies make sense in a server farm, or is what's good for the individual disastrous for the system as a whole?

•How do high job size variability and heavy-tailed workloads affect the choice of a scheduling policy?

•How should one trade off energy and delay in designing a computer system?

•If 12 servers are needed to meet delay guarantees when the arrival rate is 9 jobs/sec, will we need 12,000 servers when the arrival rate is 9,000 jobs/sec?

Tackling the questions that systems designers care about, this book brings queueing theory decisively back to computer science. The book is written with computer scientists and engineers in mind and is full of examples from computer systems, as well as manufacturing and operations research. Fun and readable, the book is highly approachable, even for undergraduates, while still being thoroughly rigorous and also covering a much wider span of topics than many queueing books. Readers benefit from a lively mix of motivation and intuition, with illustrations, examples, and more than 300 exercises - all while acquiring the skills needed to model, analyze, and design large-scale systems with good performance and low cost. The exercises are an important feature, teaching research-level counterintuitive lessons in the design of computer systems. The goal is to train readers not only to customize existing analyses but also to invent their own.