5 exercises on pronouncing common three-letter tech terms.
0 / 5 completed
1 / 5
How are "TLS" and "SSH" pronounced?
TLS (Transport Layer Security) and SSH (Secure Shell) are initialisms, pronounced by spelling out each letter: T-L-S and S-S-H. They are not said as words because the letter combinations are not easily pronounceable. This contrasts with acronyms like OWASP or SAML, which are said as words. The rule of thumb: if the letters form a pronounceable sequence, it often becomes a word; otherwise you spell it out. Both T-L-S and S-S-H are core security terms.
2 / 5
How is "JWT" commonly pronounced?
JWT (JSON Web Token) is interestingly pronounced two ways: many engineers say it as a word, jot /dʒɒt/, as the official spec suggests, while others spell out J-W-T. Both are widely understood. The word form jot rhymes with dot. This flexibility is unusual; most three-letter terms are either clearly words or clearly spelled out. Knowing that jot and J-W-T refer to the same token format prevents confusion in authentication discussions when colleagues use different pronunciations.
3 / 5
How are "CDN" and "DNS" pronounced?
CDN (Content Delivery Network) and DNS (Domain Name System) are initialisms, spelled out letter by letter: C-D-N and D-N-S. Like TLS and SSH, their letter sequences are not pronounceable as words, so each letter is named. You hear "the C-D-N cache" and "a D-N-S lookup" constantly in web and networking talk. Spelling them out clearly, with even stress on each letter, is the standard and avoids any ambiguity in infrastructure conversations.
4 / 5
How is "SDK" pronounced?
SDK (Software Development Kit) is an initialism, pronounced by spelling out the letters: S-D-K. There is no word form; the letters do not combine into anything pronounceable. You say "the AWS S-D-K" or "install the S-D-K". As with most three-letter tech terms whose letters cannot form a syllable, spelling out is the norm. Give each letter roughly equal weight, with a slight stress often on the final letter, and you will be clearly understood.
5 / 5
What determines whether a tech acronym is spelled out or said as a word?
The main factor is whether the letters form an easily pronounceable sequence. If they do, the term usually becomes an acronym said as a word (OWASP = oh-wasp, SAML = sam-uhl, JWT = jot). If not, it stays an initialism spelled out letter by letter (TLS, SSH, CDN, DNS, SDK). Convention and community usage also play a role; some terms (like JWT) have both forms. When unsure, spelling out the letters is always safely understood.