Template:Glossary:R: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "{{ed right|Glossary:R}} * {{Anchored|R/B}} : '''R'''eady/'''B'''usy - control signal * {{Anchored|RAID}} : ('''R'''edundant '''A'''rray of '''I'''ndependent '''D'''isks) - an ...")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
* {{Anchored|ROM mark}} : [http://en.wikipedia.org/wiki/ROM_Mark ROM_Mark] contains the Volume ID for decrypting {{A|AACS}} content. see also {{A|BCA}}
* {{Anchored|ROM mark}} : [http://en.wikipedia.org/wiki/ROM_Mark ROM_Mark] contains the Volume ID for decrypting {{A|AACS}} content. see also {{A|BCA}}
* {{Anchored|ROP}} : [http://en.wikipedia.org/wiki/Return-oriented_programming '''R'''eturn-'''O'''riented '''P'''rogramming] is a computer security exploit technique that allows an attacker to execute code in the presence of security defenses such as non-executable memory and code signing
* {{Anchored|ROP}} : [http://en.wikipedia.org/wiki/Return-oriented_programming '''R'''eturn-'''O'''riented '''P'''rogramming] is a computer security exploit technique that allows an attacker to execute code in the presence of security defenses such as non-executable memory and code signing
* {{Anchored|RSA}} : [http://en.wikipedia.org/wiki/RSA_%28algorithm%29 RSA algorithm]
* {{Anchored|RSA}} : [http://en.wikipedia.org/wiki/RSA_%28algorithm%29 RSA algorithm], see also [http://www.tau.ac.il/~tromer/papers/acoustic-20131218.pdf RSA Key Extraction via Low-Bandwidth Acoustic Cryptanalysis]
* {{Anchored|RTC}} : [http://en.wikipedia.org/wiki/Real-time_clock '''R'''eal-'''T'''ime '''C'''lock]
* {{Anchored|RTC}} : [http://en.wikipedia.org/wiki/Real-time_clock '''R'''eal-'''T'''ime '''C'''lock]
<noinclude>[[Category:Glossary]]</noinclude>

Latest revision as of 17:01, 28 February 2014

  • R/B : Ready/Busy - control signal
  • RAID : (Redundant Array of Independent Disks) - an umbrella term for computer data storage schemes that can divide and replicate data among multiple hard disk drives in order to increase reliability, allow faster access, or both
  • race condition : A race condition or race hazard is the behavior of an electronic or software system where the output is dependent on the sequence or timing of other uncontrollable events. It becomes a bug when events do not happen in the order the programmer intended.
  • RAM : Random-Access Memory, a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order (i.e., at random)
  • RC : In a PCI Express (PCIe) system, a Root Complex device connects the processor and memory subsystem to the PCI Express switch fabric composed of one or more switch devices.
  • RE : Read Enable - control signal
  • RESET : Reset - control signal
  • Real mode : Real mode or real address mode
  • RIV : Reset Initialization Vector, used with AES
  • RNG : A Random Number Generator (RNG) is a computational or physical device designed to generate a sequence of numbers or symbols that lack any pattern or predictability, i.e. appear random.
  • RNG attack : Random Number Generator attack
  • ROM : (Read-Only Memory) - a class of storage media used in computers and other electronic devices
  • ROM mark : ROM_Mark contains the Volume ID for decrypting AACS content. see also BCA
  • ROP : Return-Oriented Programming is a computer security exploit technique that allows an attacker to execute code in the presence of security defenses such as non-executable memory and code signing
  • RSA : RSA algorithm, see also RSA Key Extraction via Low-Bandwidth Acoustic Cryptanalysis
  • RTC : Real-Time Clock