Latency vs Throughput

Поделиться
HTML-код
  • Опубликовано: 4 янв 2025

Комментарии • 36

  • @RayanMADAO
    @RayanMADAO 2 года назад +9

    Best to think of these concepts as a pipe with water flowing through it. Bandwidth is the max amount of water that can flow through it per unit time if the pipe was completely full, throughput is the more practical measurement that measures the actual amount of water flowing through the pipe per unit time

  • @umidbabasoy2035
    @umidbabasoy2035 4 года назад +21

    Throughput is not the "time" I guess, as you denote afterwards it is rate

  • @ecandil
    @ecandil 4 года назад +5

    Very good explanation for someone that had too many questions about this subject. Amazing!!

  • @anestinjames3145
    @anestinjames3145 5 лет назад +3

    Thank you very much, for the explanation. I had issue understanding it. And you just simplified them. Thank you very much.

  • @sourabhupadhyay3193
    @sourabhupadhyay3193 3 года назад

    Simple yet best. You ellaborate in a very simple manners. Liked it

  • @amar6705
    @amar6705 11 месяцев назад

    I have just got excellent clarity, Thank you.

  • @Baba-so6fh
    @Baba-so6fh Год назад

    Okay so latency is how long it takes someone to fly to a destination and back again. Throughput is how long it takes for the airline to transport a certain number of passengers from A to B

  • @shritishaw7510
    @shritishaw7510 3 года назад

    A clear and concise explanation. Thank you

  • @LuchoAcademy
    @LuchoAcademy 3 года назад +1

    Best Explanation!!!

  • @nicetomeetugaming7024
    @nicetomeetugaming7024 2 года назад

    Thanks for this amazing video sir!

  • @hackchild7199
    @hackchild7199 Год назад

    This is great. Thanks.

  • @emilianocaballero221
    @emilianocaballero221 5 лет назад +1

    Clear explanation. 10/10

  • @stefanmills3267
    @stefanmills3267 2 года назад

    Great explanation

  • @thedrivetv
    @thedrivetv 4 года назад

    What things you use to give online lectures ?, which software and devices ?

  • @adityarocker7205
    @adityarocker7205 3 года назад

    Can we say throughput as a "Speed of network" or something other 🤔

  • @Mathtricks-Prabhath-Kodisinghe

    super explonation🤗

  • @pavithramarimuthu2616
    @pavithramarimuthu2616 5 лет назад +1

    Tq sir for explaining this concept

  • @forextrader482
    @forextrader482 4 года назад

    Throughput is a rate of date to hit the serve but not a time

  • @ramkumarch1
    @ramkumarch1 2 года назад

    good explanation

  • @converter
    @converter 26 дней назад

    Latency = Amount of Delay
    Throughput = Amount of Data
    Low Latency - High Throughput (Ideal)

  • @balachandrank5694
    @balachandrank5694 3 года назад

    What is the response time??

  • @dheepanbalajil1034
    @dheepanbalajil1034 3 года назад +1

    thank you ,bro useful

  • @devilsey3
    @devilsey3 4 года назад +1

    That's why I love Indian guy tutorial :D

    • @joemamayo5945
      @joemamayo5945 4 года назад

      bruh many of my indians lecturers have a youtube channel and they are really great unlike other lecturers

  • @y.c.breddy3153
    @y.c.breddy3153 2 года назад

    Can I call letnacy as response time

    • @prasaddotcom
      @prasaddotcom 2 года назад

      No. Latency and response time both are different.

    • @RayanMADAO
      @RayanMADAO 2 года назад

      They are vaguely defined

    • @nsynch5483
      @nsynch5483 Год назад +1

      When a client makes a request, many a time the request is not immediately handled (or, attended to). The request spends some time waiting due to various reasons (e.g., the server/API is busy working on other requests, context switch to another process, garbage collection pause, etc.). This waiting time is called "latency".
      Once the request is taken up by the server/API, some time is required to process it (perform calculations/processing, database calls, etc.). This time is called "processing time".
      "Response time" is the sum of these two. Therefore =>
      Response time = latency + processing time
      "Response time" is what is experienced by the client. It is the total time elapsed from when the client makes the request till it gets the complete response from the server/API.
      Hope this clarifies the difference between "latency" and "response time".

  • @bat_man1138
    @bat_man1138 Год назад

    Nyc vid

  • @sukshithshetty4847
    @sukshithshetty4847 3 года назад

    i guess you messed up throughput defination.
    Throughput is the ( "number of successful transmitted packets/ time taken to transmit all the packets " )

  • @alexisisah9720
    @alexisisah9720 2 года назад

    Thank you very much

  • @hameedma2829
    @hameedma2829 9 месяцев назад

    great

  • @omarato99
    @omarato99 3 года назад

    Thanks!

  • @manishksharma3191
    @manishksharma3191 4 года назад

    👍

  • @adityahpatel
    @adityahpatel 7 месяцев назад

    that is not throughtput. Totally incorrect

  • @rohitgeralifechannelhealth3633
    @rohitgeralifechannelhealth3633 2 года назад

    Incorrect explanation. The time taken by the request to get the data within the server is the wait time and is part of latency calculations. Throughput is the number of requests /total time.