Chapter 9- Security Vulnerabilities, Threats and Countermeasures Flashcards
- Explain Ultraviolet EPROMs (UVEPROMs):
UVEPROMs can be erased by light. After this is done, end users can burn new information into the UVEPROM as if it has never been programmed before.
- Explain Electronically Erasable Programmable Read-Only Memory (EEPROM).
Electronically Erasable Programmable Read-Only Memory (EEPROM) uses electronic voltages delivered to the pins of the chip to force erasure.
- Define Flash Memory
flash memory is a derivative concept from EEPROM.EEPROM must be fully erased to be rewritten whereas flash memory can be erased and written in blocks or pages.
- Explain Electronically Erasable Programmable Read-Only Memory (EEPROM).
Electronically Erasable Programmable Read-Only Memory (EEPROM) uses electronic voltages delivered to the pins of the chip to force erasure.
- Define Flash Memory
flash memory is a derivative concept from EEPROM.EEPROM must be fully erased to be rewritten whereas flash memory can be erased and written in blocks or pages
- Define Flash Memory
flash memory is a derivative concept from EEPROM.EEPROM must be fully erased to be rewritten whereas flash memory can be erased and written in blocks or pages
- A common type of flash is
NAND Flash.
- Uses of flash memory
Flash Memory is used in memory cards, thumb drives, mobile devices and SSD (Solid state drives)
- Explain Random Access Memory (RAM)
RAM is readable and writable memory that contains information a computer uses during processing. It I a temporary storage that losses data when powered off.
- Types of RAM
Real Memory, Cache RAM
- Explain Real Memory
Composed of a number of dynamic RAM chips, must be refreshed by the CPU on a periodic basis
- Explain Cache RAM
this involves the improvement of performance by taking data from slower devices and temporarily storing it on faster devices when repeated use is likely.
- Explain Real Memory
Composed of a number of dynamic RAM chips, must be refreshed by the CPU on a periodic basis
- Explain Cache RAM
this involves the improvement of performance by taking data from slower devices and temporarily storing it on faster devices when repeated use is likely.
- Explain Registers
this are limited amount of on board memory that are included on the CPU. It provides the CPU with directly accessible memory locations that the Arithmetic and Logical Unit (ALU) uses when performing calculations or processing instructions.
- Explain Memory Addressing
- Explain Memory Addressing: Memory Addressing occurs when using memory resources, the processor must have some means of referring to various locations in memory.
- List 5 addressing schemes
Memory Addressing Immediate Addressing Direct Addressing Indirect Register Addressing Base+Offset Addressing
- Define Register Addressing
when CPU needs information from one of its registers to complete an operation, it uses a register address
- Define immediate addressing
this is a way of referring to data that is supplied to the CPU as part of an instruction.
- Define Direct addressing
In Direct addressing the CPU is provided with an actual address of the memory location to access
- Define Indirect Addressing
For indirect addressing, memory address contains another memory address. The CPU reads the indirect address to learn the address where the desired data resides and then retrieves the actual operand from that address.
- Define Base+Offset Addressing
Base+Offset addressing uses a value stored in one of the CPU’s registers as the base location from which to begin counting.
- What is Secondary Memory:
Secondary Memory is a term commonly used to refer to magnetic, optical or flash-based media or other storage devices that contain data not immediately available to the CPU. It is cheap
- List some types of secondary memory
Hard disks Flash drives Optical media eg compact disks (CD) Digital Versatile Disks (DVD) Blu-ray Virtual Memory