SNMP was designed to be used as a request/response protocol. The protocol details are simple (hence the name, "simple network management protocol"). And
UDP is a very simple transport. Try implementing
TCP on your basic agent - it's considerably more complex than a simple agent coded using
UDP.
read more >>