# DICT Protocol
**Domain:** Network Protocols / Lexical Infrastructure / Information Retrieval
**Doc Type:** Standards Node
**Maturity:** Developed
**Related:** [[wiki/Information Retrieval|Information Retrieval]], [[wiki/VersePerfect|VersePerfect]], [[wiki/WordNet|WordNet]], [[wiki/Knowledge Commons|Knowledge Commons]]
---
## Definition
**The DICT Protocol is a client-server protocol for dictionary lookup standardized in RFC 2229 in 1997.** It exposes dictionary databases and search strategies through a common network interface, including definition and match operations.
## VersePerfect Context
The [[wiki/VersePerfect|VersePerfect]] Online Lookup interface presents `Database` and `Search Strategy` as first-class controls across many heterogeneous dictionary resources. That vocabulary and interaction model map closely to DICT.
A DICT-compatible backend is a strong architectural inference rather than a confirmed implementation fact until source code or network configuration is recovered. Regardless of protocol, the interface demonstrates a shared query abstraction over dictionaries, reference works and bilingual resources.
## Architectural Importance
A common protocol turns remote resources into interchangeable backends while allowing the editor to preserve one interaction model. This is federated lexical retrieval before web APIs became the dominant form.
## Key Insight
**Interoperability moves complexity out of the writer's workflow and into a stable query abstraction.**
## See Also
[[wiki/VersePerfect|VersePerfect]], [[wiki/Information Retrieval|Information Retrieval]], [[wiki/WordNet|WordNet]], [[wiki/RhymeZone and Datamuse|RhymeZone and Datamuse]], [[wiki/Knowledge Commons|Knowledge Commons]]
## Sources / Provenance
- Primary project account: [[projects/Ten Years Building a Symbolic Language Engine|Ten Years Building a Symbolic Language Engine]].
- RFC 2229, *A Dictionary Server Protocol* (1997).
- VersePerfect screenshots and interface reconstruction.