The following list of technology definitions pertains to the terminology used within my website and therefore is not all-encompassing. For greater detail on the term, search my site for an article that contains it.
Acronym, Term or Phrase | Definition or Intended Meaning |
---|---|
adware | Malicious software that places advertisements on computers through hijacking, popups or other means. |
b | Abbreviation for bit. |
B | Abbreviation for byte. |
backdoor | A hidden function in a program or computer, allowing access without the computer user's knowledge or authorization. |
binary | Having two components. For computers, these two components are '0' and '1' (off and on, respectively; or false and true). |
BIOS | Basic Input Output System. Standard set of instructions/programs for computer system startup, to allow accessing storage and loading operations. |
bit | Single unit of binary digits. |
brown field | Platforms that have been in-place upgraded or migrated as is. |
byte | Eight bits. |
core | The processing paths within modern CPU chips. Because these paths are running in parallel within the CPU, each are often counted as a CPU. |
CPU | Central Processor Unit or Central Processing Unit. The primary chip(s) in a computer system which performs instructions and calculations. |
crawler | Also known as a spider. A program that automatically follows links on a web-site or document to generate indices of the data or obtain data. Commonly used by search engines. |
CRC | Cyclic Redundancy Check. A mathematical process of verifying data transmission accuracy. |
dialer | Originally using modems to deliver their payload, today's dialers take advantage of the victims broadband internet connection to deliver its payload elsewhere. |
downloader | Sometimes used in conjunction with Trojan, this program gains access to a system and then downloads other content for installation on the system. |
EB | Abbreviation for exabyte. |
EiB | Abbreviation for exbibyte. |
exabyte | Originally 1024 petabytes, modern computing has changed the interpretation to 1000 PB. |
exbibyte | Modern computing's interpretation of 1024 pebibytes. |
GB | Abbreviation for gigabyte. |
Gb | Abbreviation for gigabit. |
GbE | Gigabit Ethernet. Network technology transmitting Ethernet frames at rates of gigabits per second. Often preceded by a number representing the quantity. (in example, 10 GbE is ten gigabits Ethernet.) |
GiB | Abbreviation for gibibyte. |
Gib | Abbreviation for gibibit. |
gibibit | Modern computing's interpretation of 1024 Mib (1,073,741,824 bits). |
gibibyte | Modern computing's interpretation of 1024 MiB (1,073,741,824 bytes). |
gigabit | Originally, 1024 Mb (1,073,741,824 bits). Modern computing, due to trending and misunderstanding, changed this to 1,000,000,000 bits. |
gigabyte | Originally, 1024 MB (1,073,741,824 bytes). Modern computing, due to trending and misunderstanding, changed this to 1,000,000,000 bytes. |
GPU | Graphics Processor Unit or Graphics Processing Unit. The primary chip(s) which render and present graphics for presentation to the user interface. |
green field | Usually refers to a fresh installation, as new, rather than an upgraded or migrated environment. |
GUI | Graphical User Interface. Environment using images, text and shapes to interact with the user. |
HA | High Availability. General term for redundant functionality to improve the availability of platforms in the event of failures. |
hijack | malicious software that redirects browser traffic to other sites than intended by the computer user. Can also be a software that allows unauthorized remote control of a computer. |
HTTP | HyperText Markup Language. Simple programming language used by web-sites and similar documents to provide textual and graphical elements. |
hyper-threading | A processing technology that splits a CPU core into two virtual cores. This allows the core to perform two tasks simultaneously. |
IGN | In Game Name. Usually a fictional name create by a game player, instead of using their real name. |
KB | Abbreviation for kilobyte. |
Kb | Abbreviation for kilobit. |
keylogger | Often paired with spyware, this software tracks keyboard and sometimes mouse movement. |
KiB | Abbreviation for kibibyte. |
Kib | Abbreviation for kibibit. |
kibibit | Modern computing's interpretation of 1,024 bits. |
kibibite | Modern computing's 1,024 bytes. |
kilobit | Originally 1024 bits. Modern computing has changed the interpretation to 1,000 bits. |
kilobyte | Originally, 1024 bytes. Modern computing, due to trending and misunderstanding, changed this to 1,000 bytes. |
malware | Shortened version of malicious software. Includes virus, spyware, ransomware, among other harmful intending programs. |
MB | Abbreviation for megabyte. |
Mb | Abbreviation for megabit. |
mebibit | Modern computing's interpretation of 1,024 Kib. |
mebibyte | Modern computing's interpretation of 1024 KiB (1,048,576 bytes). |
megabit | Originally 1024 Kb (1,048,576 bits). Modern computing has changed the interpretation to 1,000,000 bits. |
megabyte | Originally, 1024 KB (1,048,576 bytes). Modern computing, due to trending and misunderstanding, changed this to 1,000,000 bytes. |
meta | General data, such as keywords, author, dates and other properties beyond the main data of a file, database or other content. |
MiB | Abbreviation for mebibyte. |
Mib | Abbreviation for Mebibit. |
nibble | Half of a byte. (4 bits) |
NVRAM | Non-Volatile Random Access Memory. This memory style retains its content when not powered. |
PB | Abbreviation for petabyte. |
pebibyte | Modern computing's interpretation of 1024 TiB (1,125,899,906,842,624 bytes). |
petabyte | Originally, 1024 TB (1,125,899,906,842,624 bytes). Modern computing, due to trending and misunderstanding, changed this to 1,000,000,000,000,000 bytes. |
PiB | Abbreviation for pebibyte |
PING | Packet InterNet Groper. Tool for testing basic IP connectivity. |
RAM | Random Access Memory. |
ransomware | Malicious software with an encrypting payload, demanding financial compensation for the key to unlock encrypted contents. |
RJ-11 | Registered Jack number 11, containing four conductor connections, typically used in security systems and residential telephone. |
RJ-45 | Registered Jack number 45, containing eight conductor connections, typically used to network cables and commercial telephone. |
ROM | Read Only Memory. Typically holds permanently stored programs. |
rootkit | Malicious software that loads as part or prior to the operating system. |
SEO | Search Engine Optimization. Propagated meta data to assist crawlers with site and document indexing. |
socket | The term for the connection point of a CPU into a circuit board. Used to identify individual physical (or virtual) processors, regardless of core count. |
spyware | A program written to track internet and computer use with the intent of reporting information to its author or other party. |
SSL | Secure Sockets Layer. An open standard for encrypted communications. |
TB | Abbreviation for terabyte. |
tebibyte | Modern computing's interpretation of 1024 GiB (1,099,511,627,776 bytes) |
terabyte | Originally, 1024 GB (1,099,511,627,776 bytes). Modern computing, due to trending and misunderstanding, changed this to 1,000,000,000,000 bytes. |
TiB | Abbreviation for tebibyte. |
TLS | Transport Layer Security. An open standard for encrypted communications. |
trojan | Software posing to provide a purpose other than the hidden purpose, including virus payload or providing backdoor access. |
vCPU | Virtual CPU. Used in virtualized environments and often combines sockets and cores. I.e. 2 CPU virtual sockets, each with 2 virtual cores, equals 4 vCPU. |
virus | Programs written to spread automatically and typically cause destruction to data. |
VRAM | Volatile Random Access Memory. This memory style loses its content when not powered. |
worm | A self-propagating program that methodically spreads through a computer, network or e-mail environment. |
YB | Abbreviation for yottabyte. |
YiB | Abbreviation for yobibyte. |
yobibyte | Modern computing's interpretation of 1024 yobibytes. |
yottabyte | Originally 1024 zettabytes, modern computing has changed the interpretation to 1000 ZB. |
ZB | Abbreviation for zettabyte. |
zebibyte | Modern computing's interpretation of 1024 exbibytes. |
zettabyte | Originally 1024 exabytes, modern computing has changed the interpretation to 1000 EB. |
ZiB | Abbreviation for zebibyte. |