Difference between revisions of "Acronyms"

Jump to navigation Jump to search
2,947 bytes added ,  13:59, 27 April 2013
→‎S: Added SID
m (→‎M: Added MIB)
(→‎S: Added SID)
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="nonumtoc">
__NOTOC__


Acronyms are horrible things - they tend to create a layer of obfuscation that confuses new users, allows knowledge and understanding to diverge from reality as original meanings get lost and forgotten, and can be used by some to imply some kind of knowledge superiority over their peers.  Unfortunate they are rife in IT (!), and systems and techniques are often given unnecessarily long or complex names in order to create a ''good'' acronym...
Acronyms are horrible things - they tend to create a layer of obfuscation that confuses new users, allow knowledge and understanding to diverge from reality (as original meanings get lost and forgotten), and can be used by some to imply some kind of knowledge superiority over their peers.  Unfortunately they are rife in [[#I|IT]] (!), and systems and techniques are often given unnecessarily long or complex names in order to create a ''good'' acronym...
 
{| class="toc"
|-
| '''Jump to: '''
|
| '''[[#A|A]]'''
|
| '''[[#B|B]]'''
|
| '''[[#C|C]]'''
|
| '''[[#D|D]]'''
|
| '''[[#E|E]]'''
|
| '''[[#F|F]]'''
|
| '''[[#G|G]]'''
|
| '''[[#H|H]]'''
|
| '''[[#I|I]]'''
|
| '''[[#J|J]]'''
|
| '''[[#K|K]]'''
|
| '''[[#L|L]]'''
|
| '''[[#M|M]]'''
|
| '''[[#N|N]]'''
|
| '''[[#O|O]]'''
|
| '''[[#P|P]]'''
|
| '''[[#Q|Q]]'''
|
| '''[[#R|R]]'''
|
| '''[[#S|S]]'''
|
| '''[[#T|T]]'''
|
| '''[[#U|U]]'''
|
| '''[[#V|V]]'''
|
| '''[[#W|W]]'''
|
| '''[[#X|X]]'''
|
| '''[[#Y|Y]]'''
|
| '''[[#Z|Z]]'''
|}


== A ==
== A ==
Line 8: Line 65:
* '''AP''' - Asia Pacific
* '''AP''' - Asia Pacific
* '''API''' - Application Programming Interface, used to allow a 3rd party access to an application via software/script
* '''API''' - Application Programming Interface, used to allow a 3rd party access to an application via software/script
* '''ARP''' - [http://ww.wikipedia.org/wiki/Address_Resolution_Protocol Address Resolution Protocol], allows translation of [[#I|IP]] addresses into [[#M|MAC]] addresses
* '''ASCII''' - [http://www.wikipedia.org/wiki/ASCII American Standard Code for Information Interchange], character encoding system
* '''ASCII''' - [http://www.wikipedia.org/wiki/ASCII American Standard Code for Information Interchange], character encoding system
* '''ASLR''' - Address Space Layout Randomisation, security feature that randomises data layout in memory
* '''ASLR''' - Address Space Layout Randomisation, security feature that randomises data layout in memory
* '''ASR''' - Automated System Recovery, HP feature to reboot hardware in the case of the OS failing
* '''ASR''' - Automated System Recovery, HP feature to reboot hardware in the case of the OS failing
* '''ATA''' - AT Attachment (disks), also known [[Acronyms#I|IDE]] or [[Acronyms#E|EIDE]]
* '''ATA''' - AT Attachment (disks), also known [[#I|IDE]] or [[#E|EIDE]]


== B ==
== B ==
Line 20: Line 78:
== C ==
== C ==
* '''CDB''' - [[Acronyms#S|SCSI]] [http://www.wikipedia.org/wiki/SCSI_CDB Command Descriptor Block]
* '''CDB''' - [[Acronyms#S|SCSI]] [http://www.wikipedia.org/wiki/SCSI_CDB Command Descriptor Block]
* '''CIDR''' - [http://www.wikipedia.org/wiki/Classless_Inter-Domain_Routing Classless Inter-Domain Routing], method of IP address allocation that allows chunks of IP address space to be specified via variable length subnet masks
* '''CIFS''' - Common Internet File System
* '''CIFS''' - Common Internet File System
* '''CIM''' - [http://www.wikipedia.org/wiki/Common_Information_Model_%28computing%29 Common Information Model]
* '''CIM''' - [http://www.wikipedia.org/wiki/Common_Information_Model_%28computing%29 Common Information Model]
* '''CMDB''' - Configuration Management Database
* '''CMDB''' - Configuration Management Database
* '''CPU''' - [http://www.wikipedia.org/wiki/Central_processing_unit Central Processing Unit], the main number cruncher of a computer or device
* '''CRAC''' - Computer Room Air-Conditioning
* '''CRAC''' - Computer Room Air-Conditioning
* '''CRC''' - [http://www.wikipedia.org/wiki/Cyclic_redundancy_check Cyclic Redundancy Check], allows for error detection (without recovery)
* '''CRC''' - [http://www.wikipedia.org/wiki/Cyclic_redundancy_check Cyclic Redundancy Check], allows for error detection (without recovery)
Line 30: Line 90:
* '''DHCP''' - [http://www.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol Dynamic Host Configuration Protocol]
* '''DHCP''' - [http://www.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol Dynamic Host Configuration Protocol]
* '''DMA''' - Direct Memory Access, allows components direct access to system memory (rather than through the [[Acronyms#C|CPU]])
* '''DMA''' - Direct Memory Access, allows components direct access to system memory (rather than through the [[Acronyms#C|CPU]])
* '''DNS''' - [http://www.wikipedia.org/wiki/Domain_Name_System Domain Name System]
* '''DNS''' - [http://www.wikipedia.org/wiki/Domain_Name_System Domain Name System], converts human friendly names into computer friendly numerical addresses
* '''DSN''' - Data Source Name (or sometimes Database Source Name)
* '''DTE''' - Data Termination Equipment, eg router
* '''DTE''' - Data Termination Equipment, eg router


== E ==
== E ==
* '''ECC''' - [http://www.wikipedia.org/wiki/Error-correcting_code Error Checking Code], allows for error detection and some recovery of errors
* '''ECC''' - [http://www.wikipedia.org/wiki/Error-correcting_code Error Checking Code], allows for error detection and some recovery of errors
* '''EIDE''' - Enhanced IDE (drive), approximately equivalent of ATA-2
* '''EIDE''' - Enhanced [[#I|IDE]] (drive), approximately equivalent of [[#A|ATA]]-2
* '''EMEA''' - Europe, Middle-East, Asia
* '''EMEA''' - Europe, Middle-East, Asia
* '''ESX''' - [[:Category:ESX|Elastic Sky X]], the [[:Category:VMware|VMware]] [[:Category:Virtual_Machine|Virtual Machine]] host server
* '''EULA''' - End User License Agreement, contract imposed on user of product (normally software) that's never read by user


== F ==
== F ==
Line 59: Line 122:
* '''IMAP''' - [http://www.wikipedia.org/wiki/Internet_Message_Access_Protocol Internet Message Access Protocol], mailbox access protocol
* '''IMAP''' - [http://www.wikipedia.org/wiki/Internet_Message_Access_Protocol Internet Message Access Protocol], mailbox access protocol
* '''IP''' - Internet Protocol
* '''IP''' - Internet Protocol
* '''IT''' - Information Technology
* '''IPMI''' - Intelligent Platform Management Interface, open standard for managing hardware platforms
* '''IPMI''' - Intelligent Platform Management Interface, open standard for managing hardware platforms
* '''IRQ''' - [http://www.wikipedia.org/wiki/Interrupt_request Interrupt ReQuest]
* '''IRQ''' - [http://www.wikipedia.org/wiki/Interrupt_request Interrupt ReQuest]
* '''iSCSI''' - IP Small Computer Serial Interface, [[Acronyms#S|SCSI]] over IP
* '''iSCSI''' - IP Small Computer Serial Interface, [[Acronyms#S|SCSI]] over IP
* '''ISEB''' - Information Systems Examinations Board
* '''ISEB''' - Information Systems Examinations Board
* '''ITIL''' - IT Infrastructure Library
* '''ITIL''' - [[#I|IT]] Infrastructure Library


== J ==
== J ==
Line 74: Line 138:
* '''LDAP''' - Lightweight Directory Access Protocol
* '''LDAP''' - Lightweight Directory Access Protocol
* '''LDS''' - Lightweight Directory Services
* '''LDS''' - Lightweight Directory Services
* '''LMTP''' - [http://www.wikipedia.org/wiki/Local_Mail_Transfer_Protocol Local Mail Transfer Protocol] - similar to [[#S|SMTP]] but with no support for mail queueing


== M ==
== M ==
* '''MAC''' - [http://www.wikipedia.org/wiki/MAC_address Media Access Control], link layer address to identify a network interface
* '''MAN''' - Metropolitan Area Network, somewhere between a LAN and a WAN, for example connecting buildings within a localised area
* '''MAN''' - Metropolitan Area Network, somewhere between a LAN and a WAN, for example connecting buildings within a localised area
* '''MIB''' - [http://en.wikipedia.org/wiki/Management_information_base Management Information Base], object hierarchy database, most commonly used in [[#S|SNMP]]
* '''MIB''' - [http://en.wikipedia.org/wiki/Management_information_base Management Information Base], object hierarchy database, most commonly used in [[#S|SNMP]]
* '''MPLS''' - Multi Protocol Label Switch(ing)
* '''MPLS''' - Multi Protocol Label Switch(ing)
* '''MRTG''' - [http://oss.oetiker.ch/mrtg/ Multi Router Traffic Grapher], Tobi Oetiker's Perl based flexible SNMP poller/grapher
* '''MSCS''' - Microsoft Clustering Services
* '''MSCS''' - Microsoft Clustering Services
* '''MTA''' - [https://www.wikipedia.org/wiki/Message_transfer_agent Message Transfer Agent], receives and forwards [[#S|SMTP]] emails to other MTA's or local mailboxes
* '''MTA''' - [https://www.wikipedia.org/wiki/Message_transfer_agent Message Transfer Agent], receives and forwards [[#S|SMTP]] emails to other MTA's or local mailboxes
Line 84: Line 151:
== N ==
== N ==
* '''NAS''' - Network Attached Storage, storage that's available via a network
* '''NAS''' - Network Attached Storage, storage that's available via a network
* '''NAT''' - [http://en.wikipedia.org/wiki/Network_address_translation Network Address Translation]
* '''NTP''' - [http://duckduckgo.com/Network_Time_Protocol Network Time Protocol], reliable time sync protocol, uses [[#U|UDP]] 123
* '''NTP''' - [http://duckduckgo.com/Network_Time_Protocol Network Time Protocol], reliable time sync protocol, uses [[#U|UDP]] 123


Line 103: Line 171:


== R ==
== R ==
* '''RAID''' - Redundant Array of Inexpensive (!?) Disks
* '''RAM''' - Random Access Memory - read/write memory
* '''RAM''' - Random Access Memory - read/write memory
* '''RDP''' - Remote Desktop Protocol
* '''RDP''' - Remote Desktop Protocol
Line 108: Line 177:
* '''RIP''' - Route Information Protocol, old school routing protocol
* '''RIP''' - Route Information Protocol, old school routing protocol
* '''ROM''' - Read Only Memory
* '''ROM''' - Read Only Memory
* '''RRD''' - Round Robin Database, as used by [http://oss.oetiker.ch/rrdtool/ RRDtool] to store data points
* '''RSS''' - Really Simple Syndication, ''news'' feed protocol
* '''RSS''' - Really Simple Syndication, ''news'' feed protocol


Line 119: Line 189:
* '''SFTP''' - SSH File Transfer Protocol, secure copy provided by SSH v2 (not to be confused with [[#F|FTPS]])
* '''SFTP''' - SSH File Transfer Protocol, secure copy provided by SSH v2 (not to be confused with [[#F|FTPS]])
* '''SLP''' - [http://www.wikipedia.org/wiki/Service_Location_Protocol Service Locator Protocol]]
* '''SLP''' - [http://www.wikipedia.org/wiki/Service_Location_Protocol Service Locator Protocol]]
* '''SID''' - [http://www.wikipedia.org/wiki/Security_Identifier Security Identifier], a unique ID for a security object, such as a user or a group
* '''SMB''' - [http://www.wikipedia.org/wiki/Server_Message_Block Server Message Block] (aka [[#C|CIFS]]), typically used to access shared file-systems and printers
* '''SMB''' - [http://www.wikipedia.org/wiki/Server_Message_Block Server Message Block] (aka [[#C|CIFS]]), typically used to access shared file-systems and printers
* '''SMTP''' - Simple Mail Transfer Protocol, email message delivery protocol, uses TCP 25
* '''SMTP''' - Simple Mail Transfer Protocol, email message delivery protocol, uses TCP 25
Line 136: Line 207:
* '''TLS''' - Transport Layer Security, successor to [[#S|SSL]]
* '''TLS''' - Transport Layer Security, successor to [[#S|SSL]]
* '''TOS''' - [http://www.wikipedia.org/wiki/Atari_TOS The Operating System], the Atari ST's Operating System
* '''TOS''' - [http://www.wikipedia.org/wiki/Atari_TOS The Operating System], the Atari ST's Operating System
* '''TTL''' - [http://en.wikipedia.org/wiki/Time_to_live Time To Live], a lifespan time-out or propagation limit for a piece of data


== U ==
== U ==
Line 155: Line 227:
* '''VRF''' - Virtual Routing and Forwarding, used to provide selective/conditional routing
* '''VRF''' - Virtual Routing and Forwarding, used to provide selective/conditional routing
* '''VSS''' - Volume Shadow Service, Microsoft OS service that creates quiesced disks (aka snapshots)
* '''VSS''' - Volume Shadow Service, Microsoft OS service that creates quiesced disks (aka snapshots)
* '''VUM''' - VMware Update Manager


== W ==
== W ==
* '''WAN''' - Wide Area Network
* '''WAN''' - Wide Area Network
* '''WBEM''' - [http://en.wikipedia.org/wiki/Web-Based_Enterprise_Management Web-Based Enterprise Management]
* '''WDS''' - [http://en.wikipedia.org/wiki/Windows_Deployment_Services Windows Deployment Services]
* '''WMI''' - Windows Management Instrumentation, Microsoft's implementation of [[Acronyms#W|WBEM]]
* '''WSUS''' - [http://technet.microsoft.com/en-gb/windowsserver/bb332157.aspx Windows Server Update Services]


== X ==
== X ==
Line 166: Line 243:
* '''ZCA''' - Appliance version of a [[#Z|ZCS]]
* '''ZCA''' - Appliance version of a [[#Z|ZCS]]
* '''ZCS''' - [[:Category:Zimbra|Zimbra]] Collaboration Suite
* '''ZCS''' - [[:Category:Zimbra|Zimbra]] Collaboration Suite
</div>

Navigation menu