NFS
/ˌɛn-ɛf-ˈɛs/
n. “Sharing files over a network as if they were local.”
NFS, short for Network File System, is a protocol that allows a computer to access files over a network as though they were stored on its own local disk. Originally developed by Sun Microsystems, NFS enables file sharing across different systems and operating environments, making distributed storage seamless for users and applications.
Key characteristics of NFS include:
USB
/ˌjuː-ɛs-ˈbiː/
n. “The universal plug for data and power.”
USB, short for Universal Serial Bus, is an industry standard that defines cables, connectors, and protocols for connecting computers and electronic devices. It enables the transfer of data and supply of electrical power between devices, making it one of the most ubiquitous interfaces in modern computing.
Key characteristics of USB include:
Directory Information Tree
/dɪt/
n. “The DNA of your directory.”
DIT, short for Directory Information Tree, is the hierarchical structure used by LDAP directories to organize and store entries. Think of it as a genealogical chart for network resources: users, groups, devices, organizational units, and other objects each occupy a branch, and every branch has a unique path. Each node in the tree is identified by a distinguished name (DN), which provides a globally unique address within the directory.
OpenLDAP
/ˌoʊpənˈɛlˌdiːˈæp/
n. “LDAP, open-sourced and ready to roam.”
OpenLDAP is an open-source implementation of the Lightweight Directory Access Protocol (LDAP). It provides a robust, standards-compliant directory service that allows organizations to store and manage hierarchical information about users, groups, devices, and other resources. Unlike proprietary directory services, OpenLDAP is freely available, highly configurable, and widely adopted across Linux, UNIX, and mixed-environment networks.
LDAPS
/ˈɛlˌdiːˈæps/
n. “LDAP, but encrypted for grown-ups.”
LDAPS, or Lightweight Directory Access Protocol over TLS/SSL, is the secure version of LDAP. Where plain LDAP transmits queries and responses in cleartext, LDAPS wraps this communication in Transport Layer Security (TLS) or Secure Sockets Layer (SSL), protecting sensitive information like usernames, passwords, and directory attributes from eavesdropping and tampering.
LDAP
/ˈɛlˌdiːˈæp/
n. “The phonebook of your network, but smarter.”
LDAP, or Lightweight Directory Access Protocol, is a protocol used to access and manage directory services over a network. Think of it as a standardized way to look up and modify information about users, groups, devices, and other resources in a centralized repository. Instead of each system maintaining its own separate user list, LDAP allows multiple applications and services to query a single authoritative source.
Samba
/ˈsæm-bə/
n. “Windows sharing on everyone else’s terms.”
Samba is an open-source implementation of the SMB protocol, allowing non-Windows systems—most notably Linux and UNIX servers—to participate in Windows-style file and printer sharing. It bridges the gap between different operating systems, letting Linux boxes act as file servers for Windows clients or join Windows-based networks seamlessly.
SMB
/ˌɛs-ɛm-ˈbiː/
n. “Talk to your neighbor’s files like they’re your own.”
SMB, short for Server Message Block, is a network protocol that enables shared access to files, printers, and other resources between computers. Originally developed by IBM and later popularized by Microsoft, SMB allows a client machine to communicate with a server to read, write, and manage files over a network as if they were local.
traceroute
/ˈtreɪsˌraʊt/
n. “Following the breadcrumbs across the internet.”
traceroute is a network diagnostic tool that reveals the path packets take from your computer to a target host, listing each hop along the way. It helps identify where delays or failures occur in the network, whether within a local network, an ISP, or across the broader internet.
MIME
/maɪm/
n. “This isn’t just data — it’s what the data means.”
MIME, short for Multipurpose Internet Mail Extensions, is the system that tells computers what kind of data they are looking at and how it should be handled. It answers a deceptively simple question: what is this content supposed to be?