Bruce Jacob - Böcker
Visar alla böcker från författaren Bruce Jacob. Handla med fri frakt och snabb leverans.
3 produkter
3 produkter
1 133 kr
Skickas inom 7-10 vardagar
Is your memory hierarchy stopping your microprocessor from performing at the high level it should be? Memory Systems: Cache, DRAM, Disk shows you how to resolve this problem. The book tells you everything you need to know about the logical design and operation, physical design and operation, performance characteristics and resulting design trade-offs, and the energy consumption of modern memory hierarchies. You learn how to to tackle the challenging optimization problems that result from the side-effects that can appear at any point in the entire hierarchy.As a result you will be able to design and emulate the entire memory hierarchy. Understand all levels of the system hierarchy -Xcache, DRAM, and disk. Evaluate the system-level effects of all design choices. Model performance and energy consumption for each component in the memory hierarchy.
303 kr
Skickas inom 10-15 vardagar
Today, computer-system optimization, at both the hardware and software levels, must consider the details of the memory system in its analysis; failing to do so yields systems that are increasingly inefficient as those systems become more complex. This lecture seeks to introduce the reader to the most important details of the memory system; it targets both computer scientists and computer engineers in industry and in academia. Roughly speaking, computer scientists are the users of the memory system and computer engineers are the designers of the memory system. Both can benefit tremendously from a basic understanding of how the memory system really works: the computer scientist will be better equipped to create algorithms that perform well and the computer engineer will be better equipped to design systems that approach the optimal, given the resource limitations. Currently, there is consensus among architecture researchers that the memory system is "the bottleneck," and this consensus has held for over a decade. Somewhat inexplicably, most of the research in the field is still directed toward improving the CPU to better tolerate a slow memory system, as opposed to addressing the weaknesses of the memory system directly. This lecture should get the bulk of the computer science and computer engineering population up the steep part of the learning curve. Not every CS/CE researcher/developer needs to do work in the memory system, but, just as a carpenter can do his job more efficiently if he knows a little of architecture, and an architect can do his job more efficiently if he knows a little of carpentry, giving the CS/CE worlds better intuition about the memory system should help them build better systems, both software and hardware. Table of Contents: Primers / It Must Be Modeled Accurately / ...\ and It Will Change Soon
Designing and Securing Modern Computing Systems
from Logic Gates to Trusted Kernels
Inbunden, Engelska, 2026
1 791 kr
Kommande
This textbook provides an explanation from the ground up of how a computer system works and is designed, starting with circuits and ending with the operating system and its shell. Topics are taught through relatively sophisticated design projects in which the reader/student builds each component or at least a portion of it. The computer components are rudimentary but representative, in the way that one would learn the important aspects of how a car works by building a go-kart that can travel at 50mph.The descriptions of each computer component include coverage of why, in security terms, the various design choices are made. Once the computer is fully described, security holes in systems are covered, showing exactly where the problems occur, and what aspects of the system they exploit.