What is a Reverse Proxy? (vs. Forward Proxy) | Proxy servers explained

Поділитися
Вставка
  • Опубліковано 18 чер 2024
  • 🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
    ▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
    ► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
    ► Located in San Francisco Bay Area, CA (US citizen)
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    ► LinkedIn: / anton-putra
    ► Twitter/X: / antonvputra
    ► GitHub: github.com/antonputra
    ► Email: me@antonputra.com
    ▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬
    👉 [Playlist] Kubernetes Tutorials: • Kubernetes Tutorials
    👉 [Playlist] Terraform Tutorials: • Terraform Tutorials fo...
    👉 [Playlist] Network Tutorials: • Network Tutorials
    👉 [Playlist] Apache Kafka Tutorials: • Apache Kafka Tutorials
    👉 [Playlist] Performance Benchmarks: • Performance Benchmarks
    👉 [Playlist] Database Tutorials: • Database Tutorials
    ▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
    0:00 Intro
    0:29 What is a forward proxy?
    1:32 Forward proxy use cases
    3:36 How is a reverse proxy different?
    5:24 Benefits of reverse proxy
    5:30 Load Balancing
    6:26 Version Upgrades
    7:06 Protection from attacks
    7:38 Application firewall
    8:56 Global server load balancing (GSLB)
    9:20 Caching
    10:02 Compression
    10:18 TLS encryption
    10:57 Single IP different ports
    11:20 A/B testing
    11:36 Authentication
    ▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬
    ► GitHub: github.com/antonputra/tutoria...
    #networking #devops #cloud
  • Наука та технологія

КОМЕНТАРІ • 27

  • @AntonPutra
    @AntonPutra  3 місяці тому +3

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

    • @fkondratov
      @fkondratov 2 місяці тому

      whats up with the second video in the network playlist 🤣

    • @AntonPutra
      @AntonPutra  2 місяці тому

      @@fkondratov coming in a few days :)

  • @prabhudmoorthy
    @prabhudmoorthy 2 місяці тому +3

    Really liked the animations. Not distracting but perfectly explaining the concepts. Keep up the great work.

  • @druzzyaka
    @druzzyaka День тому +1

    Best explanation, thank you!

  • @koskoskng
    @koskoskng 3 місяці тому +1

    Tnx Anton! Best explanation ever!

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

    Amazing explanation, like always!

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

    Thanks Anton!

  • @Phyx1u5
    @Phyx1u5 3 місяці тому +1

    very clear thank you

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

    Keep going Anton ! 👉

  • @theacuere
    @theacuere 2 місяці тому

    Hello Anton, Thanks for sharing tutorials. They are aweasome!
    Can you tell me how do you make the videos, which platform/tools use to montage them?

    • @AntonPutra
      @AntonPutra  2 місяці тому +1

      Thank you, adobe suite

  • @RAHUL841991
    @RAHUL841991 2 місяці тому +1

    Amazing . can you also please create a video series on linux
    linux required for Devops engineer

    • @AntonPutra
      @AntonPutra  2 місяці тому

      sure, I'll create a playlist soon

  • @manoharmeka999
    @manoharmeka999 2 місяці тому +1

    Reverse proxy can be used to send mock responses while the applications are in development?

    • @AntonPutra
      @AntonPutra  2 місяці тому

      I guess you can hardcode something on the reverse proxy, but better just have an application that sends some mock responses via proxy. You can even run it on the same vm/server.

  • @manoharmeka999
    @manoharmeka999 2 місяці тому +1

    What if both sides are servers? The same middle thing can act as both forward and reverse proxy? Is that proxy thing a software or a hardware? What are the best options available in the market?

    • @AntonPutra
      @AntonPutra  2 місяці тому

      If both sides are servers you need service mesh like istio, linkerd etc :) Reverse proxy usually on the edge (fo example aws elb, in the same VPC, have public IP, targets all have private ips inside the same vpc). Best if you just getting started some cloud load balancers, aws, azure, gcp. For more advance use cases we usually use k8s. No even if the same proxy has both reverse and forward capabilities, they are configured and deployed differently,

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

    Is it legal to use reverse proxy only for handshake between origin server and client? So all further traffic will be exchanged between them directly

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

      We had a service that used reverse proxy to establish connection (TCP handshake) and then it communicated directly with client using UDP. IoT use case.

  • @manoharmeka999
    @manoharmeka999 2 місяці тому +2

    Reverse proxy and loan balancer is same?

    • @AntonPutra
      @AntonPutra  2 місяці тому

      It's a gray zone. Many reverse proxies have load balancing capabilities. For example, in Kubernetes, when you deploy an ingress controller (you can think of it as a reverse proxy, most popular based on nginx), it will use a network load balancer to accept and distribute traffic among ingress controller pods. Those pods act as reverse proxies and forward traffic to your application pods.

  • @staynjohnson4221
    @staynjohnson4221 22 дні тому

    At the end of the video, before your presentation has not finished, youtube suggest other videos on the screen. see this screenshot: but your presentation has not finished
    Add some seconds of black screen at the end of your videos...

    • @AntonPutra
      @AntonPutra  22 дні тому +1

      ok thanks for the feedback, i try to put those where they not interfere with content