Secondary Storage

DISK CACHING









In computer engineering, a cache is a component that transparently stores data so that future requests for that data can be served faster. The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that are stored elsewhere. If requested data is contained in the cache (cache hit), this request can be served by simply reading the cache, which is comparatively faster. Otherwise (cache miss), the data has to be recomputed or fetched from its original storage location, which is comparatively slower. Hence, the more requests can be served from the cache the faster the overall system performance is.






To be cost efficient and to enable an efficient use of data, caches are relatively small. Nevertheless, caches have proven themselves in many areas of computing because access patterns in typical computer applications have locality of reference. References exhibit temporal locality if data is requested again that has been recently requested already.References exhibit spatial locality if data is requested that is physically stored close to data that has been requested already.






Cache,basic.svg.png


FILE COMPRESSION







In computer science and information theory, data compression, source coding or bit-rate reduction is the process of encoding informationusing fewer bits than the original representation would use.


















Compression is useful because it helps reduce the consumption of expensive resources, such as hard disk space or transmission bandwidth. On the downside, compressed data must be decompressed to be used, and this extra processing may be detrimental to some applications. For instance, a compression scheme for video may require expensive hardware for the video to be decompressed fast enough to be viewed as it is being decompressed (the option of decompressing the video in full before watching it may be inconvenient, and requires storage space for the decompressed video). The design of data compression schemes therefore involves trade-offs among various factors, including the degree of compression, the amount of distortion introduced (if using a lossy compression scheme), and the computational resources required to compress and uncompress the data.



































































file-compression-programs.gif


FILE DECOMPRESSION
Data compression is the encoding of data to consume less space and bandwidth. Data decompression is the reverse--the decoding of compressed data to restore the original data.






classUnZip_3a5c2200839483da2c31b171e993a0c0_icgraph.png

INTERNET HARD DRIVE






























Since the advent of digital media, there has been a need to store and retrieve media. Internet hard drives have served to meet this need, offering a creative new solution to the issue of data storage. 






















































































        • The sole purpose of an Internet hard drive is to offer a means of accessing your computer files (pictures, documents, music, videos, etc.) from any computer, as long as that computer has access to the Internet. Similar to depositing money into your bank account, and later withdrawing that same money from any ATM machine, an Internet hard drive will allow you to "deposit" your computer files into a remote hard drive, and then later access those very same files from any other computer.

















































































































































































































      OPTICAL DISK DRIVE
      Icomputing, an optical disc drive (ODD) is a disk drive that uses laserlight or electromagnetic waves near the light spectrum as part of the process of reading or writing data to or from optical discs. Some drives can only read from discs, but recent drives are commonly both readers andrecorders. Recorders are sometimes called burners or writers. Compact discsDVDs, and Blu-ray discs are common types of optical media which can be read and recorded by such drives.


















































      Optical disc drives are an integral part of stand-alone consumer appliances such as CD playersDVD players and DVD recorders. They are also very commonly used in computers to read software and consumer media distributed in disc form, and to record discs for archival and data exchange. Optical drives—along with flash memory—have mostly displaced floppy disk drives and magnetic tape drives for this purpose because of the low cost of optical media and the near-ubiquity of optical drives in computers and consumer entertainment hardware.




















































      Disc recording is generally restricted to small-scale backup and distribution, being slower and more materially expensive per unit than the moulding process used to mass-manufacture pressed discs.




      File-LaptopBRay.JPG.jpg


      SOLID-STATE STORAGE
      A solid-state drive (SSD) is a data storage device that uses solid-state memory to store persistent datawith the intention of providing access in the same manner of a traditional block i/o hard disk drive. SSDs are distinguished from traditional hard disk drives (HDDs), which are electromechanical devices containing spinning disks and movable read/write heads. SSDs, in contrast, use microchips which retain data in non-volatile memory chips[1] and contain no moving parts. Compared to electromechanical HDDs, SSDs are typically less susceptible to physical shock, are silent, and have lower access time and latency, but are more expensive per gigabyte (GB) and typically support a limited number of writes over the life of the device. SSDs use the same interface as hard disk drives, thus easily replacing them in most applications.



      001.aspx.gif


      File-RamSan-400.jpg

      • Digg
      • Del.icio.us
      • StumbleUpon
      • Reddit
      • RSS

      0 comments:

      Post a Comment