nerdexam
GIAC

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.

Network Traffic Analysis & Protocol Review

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)
  • A
    9% (2)
  • B
    4% (1)
  • C
    17% (4)
  • D
    70% (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.

ATCP

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.

BTELNET

TELNET is a remote terminal access protocol and plays no role in DCC's hash-sharing spam detection mechanism.

CICMP

ICMP is a network diagnostic and error-reporting protocol and is not used for DCC client-server hash exchange communication.

DUDPCorrect

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

#DCC spam detection#UDP protocol#hash sharing#spam filtering

Community Discussion

No community discussion yet for this question.

Full GCIA Practice