Sunday 12 March 2017

Introduction to Storage

In this post, we are going to talk about storage . So, what is a storage?


No, not this type of storage.


The storage that we are going to discuss is a computer storage. The word says t all. A storage store things in it. In computer storage, it stores data, either it is big or small. There a two types of storage, which is :

1. Primary Storage




Primary storage typically refers to random access memory (RAM).RAM, commonly called "memory," is considered primary storage, since it stores data that is directly accessible by the computer's CPU.

RAM is a high-speed storage medium that can be accessed with minimal delay. Because the RAM is connected directly to the CPU via the memory bus, the CPU can access data stored in RAM very quickly. For this reason, RAM is used to store data loaded by active programs and the operating system.



2. Secondary Storage




Secondary storage refers to the computer's internal hard drive.Hard drives are considered secondary storage since they are not connected directly to the CPU. Instead, hard drives send and receive data through an I/O bus, which may pass through a cache or other type of memory before getting to the CPU.

Also, hard drives are not as fast a RAM, which means they cannot transfer data as quickly. However, unlike RAM, hard drives retain data when the computer is turned off. This is because hard drives store data magnetically, while RAM requires an electrical current.







While the computer's primary internal hard drive is the most common secondary storage device, other devices may be considered secondary storage devices as well. These include additional internal hard drives, external hard drives, and optical drives, which are used for CDs, DVDs, and other optical media.


Here's a link to a video about the introduction to storage, in case you prefer watching video instead of reading.




That's all for now.

No comments:

Post a Comment