Application vs Network - Performance Analysis using Wireshark

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

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

  • @mohammadchavoshi5568
    @mohammadchavoshi5568 4 месяца назад +1

    Awesome explanation and simulation

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

    Very good and concise Explanation.

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

    This is incredibly good and deserves more views

  • @mysys-ib2lz
    @mysys-ib2lz 9 месяцев назад

    Thank you so much, your content is exclusive and it does help in many fields to troubleshoot. I have learned computer network fundamental in my university for 2 years but I don't know how to apply concepts in real life. And you are here and show me :D

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

    Great video , Waiting for more educational videos

  • @upelister
    @upelister 9 месяцев назад +1

    Thank you for sharing knowledge and experiance..

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

    thank you so much for this video , it really helped me to solve real production issue

  • @sitomiñanco-e4h
    @sitomiñanco-e4h 9 месяцев назад +1

    Nice video , with what do you use grafana ? that is a nice dashboard .

    • @plaintextpackets
      @plaintextpackets  9 месяцев назад +1

      Use grafana as front end for Prometheus to monitor home network and devices

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

    That diagnostic is realy good for http but what if conversation is https or other?

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

      The principle should remain true... What you need to remember is that 3 way handshake is indicative of network speed and responses from applications is indicative of application speed.

    • @plaintextpackets
      @plaintextpackets  Год назад +2

      It’s similar but in HTTPS you don’t see HTTP requests in plaintext. You can still make some assumptions by looking at the TCP handshake whether the network itself is slow or lossy. There are ways to safely guess which encrypted packets represent HTTP requests but I’d have to make another video to explain how

  • @Naj-wt7rn
    @Naj-wt7rn Год назад

    Hi, very helpful.
    do you stil broadcast videos somewhere ? Do you have tweeter or any other platform?

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

      I haven’t had time for a few years now but will be posting more content soon

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

    Helpful

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

    Hello PP this is a really good session , but how do we identify application slowness then app uses UDP for communication. I have a Citrix workspace issue where udp is used to open workspace application and users are experiencing random slowness .

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

      UDP protocols are much harder to analyze. If the protocol is plaintext (like SIP) you can inspect the packet contents themselves to see when the request hits the server vs the response. Additionally if the UDP packets have any sort of sequence identifier (like IPSEC) then you can spot whether any packets are lost in transit

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

    Hey,
    really like your Video. Is there any literature you can recommend regarding this topic?