World Scientific
Skip main navigation

Cookies Notification

We use cookies on this site to enhance your user experience. By continuing to browse the site, you consent to the use of our cookies. Learn More
×
Spring Sale: Get 35% off with a min. purchase of 2 titles. Use code SPRING35. Valid till 31st Mar 2025.

System Upgrade on Tue, May 28th, 2024 at 2am (EDT)

Existing users will be able to log into the site and access content. However, E-commerce and registration of new users may not be available for up to 12 hours.
For online purchase, please visit us again. Contact us at customercare@wspc.com for any enquiries.

Chapter 13: Memory Systems

      https://doi.org/10.1142/9789813238343_0013Cited by:0 (Source: Crossref)
      Abstract:

      In previous chapters, we examined the operation of a processor, modelling the memory as a set of registers, each of which individually addressable. This simplistic view does not correspond to reality, except in very simple systems, but it allowed us to describe the operation of the processor without taking into account the complexities of the memory system. In particular, any current computer, whether an embedded system, a personal computer, a server or a portable device, uses numerous devices for data storage. These devices belong to two major classes: primary memory and secondary memory.

      The primary memory, more frequently known as main memory, built with integrated circuits, has a shorter access time, but is more expensive (per bit), and has a smaller capacity than the secondary memory. Besides that, it does not have the capability to hold data when the system is not powered.

      Secondary memory, also known as auxiliary memory, uses devices based on magnetic (disks and magnetic tape) or optical (CD-ROM and DVD) technology and is slower, but has a lower cost per bit, a greater capacity and the possibility of holding stored data even when the computer is not powered. More recently flash memories started to be used in solid-state drives (SSD) to substitute magnetic disks. Secondary memory may be used by the processor when executing programs, through the use of the virtual memory system. The secondary memory is also used to store data in file systems. This organisation of secondary storage will not be studied in this chapter since it implies knowledge of operating systems which goes beyond the scope of an introductory book.

      This chapter will analyse the memory system of a computer, starting in Section 13.1 with the organisation of its main memory, which, in some simple systems, is the only form of data storage. More complex systems have additional components, arranged in an hierarchic structure (see Section 13.2) and will be studied in the following sections. In particular in Section 13.3, we will study cache systems, which aim at speeding up access to the primary storage, and Section 13.4 will focus in virtual memory systems, which make possible the transparent use of secondary storage as if it was main memory, by the processor.