Master VPC, RBAC, OIDC, SAML, mTLS, and WAF — the cloud security and networking acronyms at the core of every enterprise cloud architecture.
0 / 5 completed
1 / 5
How is 'RBAC' pronounced?
RBAC (Role-Based Access Control) is pronounced /ɑːr bæk/ — 'AR-bak'. This is a semi-acronym: 'R' is spelled out as the letter name /ɑːr/, while 'BAC' is said as a word /bæk/ (rhyming with 'back', 'rack'). In the security and DevOps community, 'AR-bak' is the dominant pronunciation. Some practitioners spell out all four letters ('AR BEE AY SEE') but 'AR-bak' is more common in conversation. RBAC is a method of regulating access to resources based on the roles of individual users within an organisation, used in Kubernetes, AWS IAM, and enterprise systems.
2 / 5
How is 'OIDC' pronounced?
OIDC (OpenID Connect) is pronounced /oʊ aɪ diː siː/ — 'OH EYE DEE SEE'. Each letter is spelled out: O = /oʊ/, I = /aɪ/, D = /diː/, C = /siː/. Never try to say OIDC as a single word. In fast speech: 'oh-eye-dee-see'. OIDC is an identity layer built on top of OAuth 2.0, allowing clients to verify the identity of end-users and obtain basic profile information using JSON Web Tokens (JWTs). It is widely used in SSO and federated identity scenarios.
3 / 5
How is 'SAML' pronounced?
SAML (Security Assertion Markup Language) is pronounced /ˈsæml/ — 'SAM-ul'. Because SAML is pronounceable, it is treated as a word rather than spelled out letter by letter. It rhymes with 'camel' — 'SAM' = /sæm/ (short /æ/ as in 'ham'), '-ul' = /əl/ (schwa + l). Two syllables: SAM-ul, stress on the first. SAML is an open standard for exchanging authentication and authorisation data between parties, particularly between an identity provider and a service provider, widely used for enterprise SSO.
4 / 5
How is 'mTLS' pronounced?
mTLS (mutual TLS) is pronounced /ɛm tiː ɛl ɛs/ — 'EM TEE EL ESS'. The 'm' stands for 'mutual' but is spoken as the letter M = /ɛm/. 'TLS' is then spelled out: T = /tiː/, L = /ɛl/, S = /ɛs/. Together: 'EM TEE EL ESS'. Some practitioners say 'mutual TLS' in full for clarity, but in shorthand 'mTLS' = 'EM TEE EL ESS'. mTLS is a security protocol requiring both the client and server to authenticate each other using certificates, used in zero-trust architectures and service meshes like Istio.
5 / 5
How is 'WAF' pronounced?
WAF (Web Application Firewall) is pronounced /wæf/ — 'WAFF', rhyming with 'staff' and 'gaff'. Because WAF is pronounceable as a word, security professionals consistently say 'WAFF' rather than spelling out 'DOUBLE-YOU AY EFF'. The vowel is a short /æ/ as in 'back', 'pack'. Single syllable: WAFF. In conversation: 'we have a WAF in front of the API' = 'we have a WAFF in front of the API'. A WAF filters and monitors HTTP traffic between a web application and the internet, protecting against SQL injection, XSS, and other web exploits.