Acronyms Flashcards
OSI Model
Open Systems Interconnection Model:
Physical
Data Link
Network
Transport
Session
Presentation
Application
TLS
Transport Layer Security. Secure form of TCP
RBAC
Role-based access control
IP
Internet Protocol. Network layer
AES
Advanced Encryption Standard. A symmetric block cipher chosen by the U.S. government to protect classified information.
IT
Information Technology
SAML
Security Assertion Markup Language
Open standard for exchanging authentication and authorization data between parties, in particular, between an identity provider and a service provider
REST
REpresentational State Transfer. A type of software architecture that was designed to ensure interoperability between different Internet computer systems. REST works by putting in place very strict constraints for the development of web services.
SOAP
Simple Object Access Protocol. A lightweight XML-based protocol that is used for the exchange of information in decentralized, distributed application environments. You can transmit SOAP messages in any way that the applications require, as long as both the client and the server use the same method.
POSIX
Portable Operating System Interface
Standards for maintaining compatibility between operating systems
ACID
Atomicity, Isolation, Durability. A set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps.
I/O
Input/Output. Describes any operation, program, or device that transfers data to or from a computer
PNL
Profit and loss - talking about pre-sales
PKI
Public Key Infrastructure
API
Application Programming Interface -A mechanism whereby one software system asks another software system to perform a service.
IIS Handler
Internet Information Services Handler. Components that are configured to process requests to specific content, typically to generate a response for the request resource. For example, an ASP.NET Web page is one type of handler.
SSH
Secure Shell Protocol. A network protocol that gives users, particularly system administrators, a secure way to access a computer over an unsecured network
GPUs
Graphic Processing Unit
HTTP
Hypertext Transfer Protocol. Stateless Request Response Cycle. Application Layer.