Difference between revisions of "Memory Selection"

From Satellite Wiki
Jump to: navigation, search
(Created page with "There should be enough memory on board to store flight software, payload data, health monitoring data,etc. And enough RAM to execute all the software. Different type of memori...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
* '''Dynamic Memory:''' It is a volatile memory which also requires constant power to store information, it is periodically refreshed, or read and rewritten without modifications. Example [https://en.wikipedia.org/wiki/Dynamic_random-access_memory DRAM (Dynamic Random Access Memory)]. DRAM is less expensive than SRAM, but SRAM is much faster than DRAM
 
* '''Dynamic Memory:''' It is a volatile memory which also requires constant power to store information, it is periodically refreshed, or read and rewritten without modifications. Example [https://en.wikipedia.org/wiki/Dynamic_random-access_memory DRAM (Dynamic Random Access Memory)]. DRAM is less expensive than SRAM, but SRAM is much faster than DRAM
 
* '''Non-volatile memory:''' It will retain the stored information even if it is not constantly supplied with electrical power. For example [https://en.wikipedia.org/wiki/Flash_memory Flash], [https://en.wikipedia.org/wiki/EEPROM EEPROM (Electrically Erasable Programmable Read-Only Memory)] and magnetic memory (HDD).
 
* '''Non-volatile memory:''' It will retain the stored information even if it is not constantly supplied with electrical power. For example [https://en.wikipedia.org/wiki/Flash_memory Flash], [https://en.wikipedia.org/wiki/EEPROM EEPROM (Electrically Erasable Programmable Read-Only Memory)] and magnetic memory (HDD).
 
+
----
If you are done reading this page, you can go back to [[Electrical Subsystem]]].
+
If you are done reading this page, you can go back to [[Electrical Subsystem]].

Latest revision as of 19:50, 1 February 2018

There should be enough memory on board to store flight software, payload data, health monitoring data,etc. And enough RAM to execute all the software. Different type of memories can be classified as follows :-


If you are done reading this page, you can go back to Electrical Subsystem.