Flooding | Routing Algorithms | Computer Networks | Part 4

Sdílet
Vložit
  • čas přidán 14. 06. 2021
  • SUBSCRIBE to Ankit Verma!
    www.youtube.com/@DrAnkitVerma...
    Flooding | Routing Algorithms | Broadcasting | Computer Networks | CN | Part 4 | AV | Ankit Verma
    Search Terms:
    routing algorithms in computer networks
    routing algorithm in computer networks
    routing algorithms
    routing algorithm
    flooding algorithm in computer networks
    flooding in computer networks

Komentáře • 7

  • @zigzag8099
    @zigzag8099 Před 2 lety +4

    Sir correct me if I am wrong
    duplication occurs when packet arrives more than once to the destination
    here, at C and I the packet is discarded and only one packet reached F(destination), so no duplication.
    however. If there are multiple paths from S to F , than duplication may occur coz of broadcasting

    • @DrAnkitVerma
      @DrAnkitVerma  Před 2 lety +5

      Flooding routing algorithm, make duplicate copies of packet and broadcast it (means forward packet to all paths) because destination router path is not known. Packet contain destination router address. Every router in the path read the address, if address not matching then router discard packet and forward that packet to next router. Once destination address matches with a router, means it is destination router and packet is accepted.

    • @zigzag8099
      @zigzag8099 Před 2 lety +2

      @@DrAnkitVerma understood sir, thank you

  • @d21gauravbalodi98
    @d21gauravbalodi98 Před 11 měsíci +4

    is this diagram for flooding or broadcasting ????

    • @DrAnkitVerma
      @DrAnkitVerma  Před 11 měsíci

      This diagram is of flooding. Flooding routing algorithm is used when destination is not known and it use broadcasting technique to send packages in all possible paths.
      This diagram can also be used to explain broadcasting.

  • @ankitmatade4710
    @ankitmatade4710 Před 6 měsíci +2

    Same name