SNMP Ports: TCP vs UDP

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 11

  • @quezbeme
    @quezbeme 3 місяці тому

    Great and concise video. I thought I had a general idea on how it worked but this really polished it for me. Thanks

  • @sagarr353
    @sagarr353 3 роки тому +1

    SNMP is a request/response protocol. UDP port 161 is its well-known port. SNMP uses UDP as its transport protocol because it has no need for the overhead of TCP. "Reliability" is not required because each request generates a response. If the SNMP application does not receive a response, it simply re-issues the request. "Sequencing" is not needed because each request and each response travels as a single datagram.
    The request and response messages that SNMP sends in the datagrams are called Protocol Data Units (PDU). These message types allow the manager to request management information, and when appropriate, to modify that information. The messages also allow the agent to respond to manager requests and to notify the manager of unusual situations.

  • @ultimategold832
    @ultimategold832 3 роки тому

    Excellent video 👍

  • @ultimategold832
    @ultimategold832 3 роки тому

    Can you explain why we UDP is more preferred than TCP

    • @7331Nimajneb
      @7331Nimajneb 3 роки тому

      Don't know if you still want to know...TCP is a "secure connection" protocol meaning that whenever anything is sent, the receiver sends a reply to say it's received it, UDP just sends it out and doesn't need any acknowledgment. TCP uses more resources on the network since everything that's sent also needs to be acknowledged. It also means that UDP is faster than TCP since it will just send and not wait for any acknowledgment.
      That's my understanding, I'm a uni student and covered this a couple years ago so I might not be 100% accurate.

    • @clickandroast
      @clickandroast 3 роки тому

      I believe to lessen the overhead. Since SNMP is only used my monitoring purpose, it's not a priority protocol from control plane perspective. TCP adds way more overhead.

  • @santoshnaik5873
    @santoshnaik5873 3 роки тому

    Nice..

  • @Djcrooks
    @Djcrooks 11 місяців тому

    Are you writing backwards? that's amazing if you are

    • @rexo8161
      @rexo8161 7 місяців тому +1

      No he doesn’t, the video is mirrored. But this video is still amazing :D

    • @Djcrooks
      @Djcrooks 7 місяців тому

      Back, after I passed my certification 😎

  • @mshalit8153
    @mshalit8153 3 роки тому

    👌🙏👍