GCIA · Question #31
Distributed Checksum Clearinghouse (DCC) is a hash sharing method of spam email detection. Which of the following protocols does the DCC use?
The correct answer is D. UDP. The Distributed Checksum Clearinghouse (DCC) uses UDP as its transport protocol for exchanging spam-detection hash data between clients and servers.
Question
Distributed Checksum Clearinghouse (DCC) is a hash sharing method of spam email detection. Which of the following protocols does the DCC use?
Options
- ATCP
- BTELNET
- CICMP
- DUDP
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- C17% (4)
- D70% (16)
Why each option
The Distributed Checksum Clearinghouse (DCC) uses UDP as its transport protocol for exchanging spam-detection hash data between clients and servers.
TCP is not used by DCC; the protocol intentionally uses UDP to avoid the connection overhead and latency that TCP's handshake would introduce during high-frequency hash queries.
TELNET is a remote terminal access protocol and plays no role in DCC's hash-sharing spam detection mechanism.
ICMP is a network diagnostic and error-reporting protocol and is not used for DCC client-server hash exchange communication.
DCC clients communicate with DCC servers over UDP, making it lightweight and efficient for the high-volume, low-latency hash lookups required for real-time spam detection. The DCC protocol was specifically designed around UDP to minimize connection overhead when querying distributed checksum databases at scale.
Concept tested: DCC spam detection transport protocol usage
Source: https://www.rhyolite.com/dcc/FAQ.html
Topics
Community Discussion
No community discussion yet for this question.