| 
 | Please Whitelist This Site?I know everyone hates ads. But please understand that I am providing premium content for free that takes hundreds of hours of time to research and write. I don't want to go to a pay-only model like some sites, but when more and more people block ads, I end up working for free. And I have a family to support, just like you. :)
 If you like The TCP/IP Guide, please consider the download version. It's priced very economically and you can read all of it in a convenient format without ads. If you want to use this site for free, I'd be grateful if you could add the site to the whitelist for Adblock. To do so, just open the Adblock menu and select "Disable on tcpipguide.com". Or go to the Tools menu and select "Adblock Plus Preferences...". Then click "Add Filter..." at the bottom, and add this string: "@@||tcpipguide.com^$document". Then just click OK. Thanks for your understanding! Sincerely, Charles KozierokAuthor and Publisher, The TCP/IP Guide
 | 
 
 
   
  
    | 
  
| NOTE: Using software to mass-download the site degrades the server and is prohibited. If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.
 |  |  | 
| 
 
 
 | 
 
 SNMP Protocol Message Generation, Addressing, Transport and Retransmission
 (Page 3 of 3)
 Dealing with Lost Transmissions The second issue with UDP is the 
price we pay for its efficiency and simplicity: a lack of transport 
features. UDP doesn't guarantee data delivery or handle retransmissions, 
which means a request or reply could in theory be lost in transit. Only 
the device that initially sends a request can know if there was a problem 
with transportit sends the request, and if it receives no reply 
knows either the request or response got lost. This puts the responsibility 
for retransmission on the part of the device that sends the request 
message.  NMSes sending requests to SNMP agents 
generally use a timer to keep track of how much time has elapsed since 
a request was sent. If the response doesn't arrive within a certain 
time interval, the request is sent again. Because of how SNMP works, 
having a request be received more than once accidentally will normally 
not cause any problems (a property known as idempotence). The 
NMS does need to employ an algorithm to ensure that it does not generate 
too many retransmissions and clog the network (especially since congestion 
might be causing the loss of its messages in the first place.)Handling Lost Trap Messages Since traps are unconfirmed, there 
is no way for the intended recipient of a trap PDU to know if did not 
arrive, nor is there any way for the sender of the trap PDU to know. 
This is just a weakness in the protocol; the overall reliability of 
TCP/IP (and the underlying networks) ensures that these messages are 
not lost very often. |  Key Concept: SNMP is designed with a separately-defined set of protocol operations and transport mappings, so it can be carried over many different internetworking technologies. The most common of these is transport mechanisms is TCP/IP, where SNMP makes use of UDP running over IP, for its efficient and simple communication. The lack of reliability features in UDP means that requests must be tracked by the device sending them and retransmitted if no reply is received. The limited size of UDP messages restricts the amount of information that can be sent in any SNMP PDU.
 | 
 
 
 
 | 
 | If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support! |  
|  | 
 | 
 
 
 Home - 
Table Of Contents - Contact Us
 
 The TCP/IP Guide (http://www.TCPIPGuide.com)
 Version 3.0 - Version Date: September 20, 2005
 
 © Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
 Not responsible for any loss resulting from the use of this site.
 |