Kaushik you truly changed my life!! The reason i could understand Java the way i do is all because of you Thank you!
@Java.Brains3 жыл бұрын
Thank you for your comment! :)
@carmenlilianaromano28803 жыл бұрын
@@Java.Brains Si
@Ajith4u813 жыл бұрын
I have searched several places to understand the exact difference. This is the best video tutorial i have ever seen till date. Hats off to the media. Also all the other informations shared by this channel is worth watching and is unmatched
@rajd2792 Жыл бұрын
Brevity , Clarity and Simplicity -> Thanks , now i have understood it well.
@charleslamb58102 жыл бұрын
WOW! You just earned yourself another subscriber. I have been trying to understand the concept of forward proxies for months, and after many tutorials and articles you finally explained it in a way that I understood. My confusion was what the hell a forward proxy was, and I never thought that your ISP or wifi network is the proxy server. Of course I already understood the reverse proxy for things like load balancers and caching, but now I understand both. Thanks again
@arv1ndvlogs3 жыл бұрын
The way you explain the concepts are awesome and easily understandable. Keep up the great work!
@Youvidya3 жыл бұрын
you are gem.. you explain in simple language with which even freshers can understand :) thanks for your efforts.
@mostinho7 Жыл бұрын
Done thanks! Proxy sits between the client and the server
@VladislavChernykh433 жыл бұрын
Thanks Kaushik, the clearest explanation ever on that topic. Awesome
@asjjain1911833 жыл бұрын
Kaushik you are simply great. The way you teach is awesome. I love you.
@HappyBoySidd3 жыл бұрын
Your explanation skills are really good.. way better than anyone else teaching on KZbin
@MrAJ-em3ue2 жыл бұрын
i never used to comment on tutorial videos like this , here is one worth commenting..
@ezekielkoontz52673 жыл бұрын
That was a super well made video! I was setting up a permanent Plex server but I kept on hearing that, for a bunch of different Servarr applications, you needed to set up a reverse proxy. Now I finally get why that's the case!
@niharika5723 ай бұрын
its the best ever explanation of proxy that i could find. Great job (Y)
@cangurdal9264 Жыл бұрын
Very clear explanation, this topic can be so confusing when going details. But your simplistic approach make the concept very understandable. Very nice work 👏🏽👏🏽👏🏽
@yrusTube3 жыл бұрын
Beautifully explained, short concise and simple.
@songadal81193 жыл бұрын
Thank you very much. This video helped me to know the use case and the differences between the both proxy types.
@danieleskyline2 жыл бұрын
Very simple and clear explaination. Thank you so much
@danthe1st3 жыл бұрын
In concludion: Forward proxy==school or corporate network Reverse proxy==nginx
@nojerome4972 жыл бұрын
Great intro, it actually pulled me in to watch the rest.
@foruvasanth2 жыл бұрын
Thats an amazing introduction to Proxy definition!
@skullwise3 жыл бұрын
Thanks, Kaushik. I think even Service Registry(Eg Eureka) uses the concept of a reverse proxy.
@Abdullah-Alhariri3 жыл бұрын
thank you so much, dude. keep uploading these kinds of videos. they are very helpful.
@vtreanor2 жыл бұрын
Good job, no wasted chatter.
@mickeandersson64672 жыл бұрын
Thank you for a great explanation of these two concepts.
@anzarsainudeen8806 Жыл бұрын
Super, clear explanation , awesome 😊
@Matthieufleere3 жыл бұрын
Very nice and clear presentation. Thank you :)
@sundaramjha17763 жыл бұрын
Wow what a topic taken by u. Please take more server related topic like loadbalancer, https, websocket etc.... Really like ur video 👍
@Java.Brains3 жыл бұрын
Sure I will
@zidrexandag063 жыл бұрын
@@Java.Brains thank you koushik, I got a job thanks to your videos. I take the lessons you teach to my heart
@farrukhijaz3 жыл бұрын
Start won me over :)
@ManojSharmaMJS3 жыл бұрын
Kaushik you're really awesome...the way you explain all topics is really different, and I really love the way you explain the mindset (from development team and user's perspective) behind each and every subject/topic/tech.
@paulhagan3348 Жыл бұрын
great job, very clear to understand
@ashishsadana13653 жыл бұрын
superb... second episode came so quickly...
@Java.Brains3 жыл бұрын
Yup, I'll try to post more regularly
@ashishsadana13653 жыл бұрын
@@Java.Brains I feel like meeting you sometime... and thank you in person... I am really thankful to you for all your tutorials...
@srinidhikoundinya183 жыл бұрын
Hi....when is your docker course coming out ?? Eagerly waiting for it :)
@brianmisasa9 ай бұрын
Clear and concise
@moodeylol33 жыл бұрын
think you man ...im gonna take my security + exam this week
@mahdi579610 ай бұрын
Very well explained. Thanks
@caty863 Жыл бұрын
Back in 2010, I was a webmaster of a portal whose some pages had to be served by a Tomcat server. So, I had to set a reverse proxy in my Apache24 server so that the requests for those pages would be properly forwarded to Tomcat.
@rajakvk28373 жыл бұрын
Please cover Cloud infrastructures as well. Myself became fan of your channel.
@SinanMustafov6193 жыл бұрын
Would you consider making videos about different design patterns?
@xsilverx11982 жыл бұрын
Amazing explanation 👏 thank you
@SubtleAsh-TheImmortal2 жыл бұрын
Koushik you're fab!
@ankitkanyal83923 жыл бұрын
Great video loved the way u explained things
@Java.Brains3 жыл бұрын
Glad you liked it
@ashokkumartalupula75032 жыл бұрын
Very well explained👌 Thank you🙏
@rasathuraisivaram83013 жыл бұрын
The name should be changed to programming Brains instead of Java Brains. Thanks Kaushik for your new video
@yomista2 жыл бұрын
So easy to understand and detailed. Subbed!~
@yashpandey95503 жыл бұрын
Hi Kaushik, great content as always. But having a single reverse proxy means that if that server goes down then the end user can't access your services (Single point of failure). How do you make sure it's taken care of. Do we have multiple reverse proxies! I know forwarding requests and load balancing is not as processor intensive as actually serving those requests but still I think something like this can happen and your reverse proxy server can go down. What do you do in that scenario?
@Java.Brains3 жыл бұрын
With things like load balancers and reverse proxies, high availability is handled differently. You basically have active and passive servers with a hearbeat mechanism to make sure the reverse proxy is up, and the instant it goes down, you automatically switch to the passive reverse proxy and reroute the network so that the failing proxy isn't being routed to. This HAS to be done because if we were to run multiple reverse proxies running active at the same time, you'd need another reverse proxy to load balance between them, and the problem repeats!
@tomknud3 жыл бұрын
Nice explanation of all that. Thanks
@chintansanghavi40832 жыл бұрын
Nicely explained.
@piters1013 жыл бұрын
As always great video and simple and understandable explanation
@sonofgod003 жыл бұрын
Thanks kaushik sir.
@beamer54043 жыл бұрын
Very well explained. So neat. Thanks.
@yofuru2 жыл бұрын
Really good explanation, thank you for sharing this very nicely integrated knowledge!
@ganeshramanan47563 жыл бұрын
Thanks for sharing knowledge, may I assume api gateways are use case of reverse proxy?
@AKatyal903 жыл бұрын
Brilliantly explained !!
@sachintha6593 жыл бұрын
clear explanation
@mehargayatri79363 жыл бұрын
Very clear explanation Thanks a lot
@Java.Brains3 жыл бұрын
Glad it helped
@Ayush-Pro-Max-Ultra3 жыл бұрын
Thanks Kaushik!
@pazhanikumar85849 ай бұрын
nice explanation.
@harshraj22_3 жыл бұрын
Hey ! What's difference between reverse proxy and API gateway ? From your explanation, they both seem to be same
@vm16622 жыл бұрын
I have the same question. Or is an API gateway an example of reverse proxy? Were you able to find out?
@vm16622 жыл бұрын
The video also mentions about it @8:25. Looks like a gateway is an example of reverse proxy: An API gateway sits between clients and services. It acts as a reverse proxy, routing requests from clients to services. It may also perform various cross-cutting tasks such as authentication, SSL termination, and rate limiting. If you don't deploy a gateway, clients must send requests directly to front-end services. Source: docs.microsoft.com/en-us/azure/architecture/microservices/design/gateway#:~:text=An%20API%20gateway%20sits%20between,directly%20to%20front%2Dend%20services.
@alisharifi95412 жыл бұрын
fucking well explained unlike many other channels which just want to complicate the concept
@hamidja15372 жыл бұрын
Thanks for sharing
@clonger2043 жыл бұрын
Great video, many thanks.
@AnatolyLeonov2 жыл бұрын
Thanks :) Useful video
@dansmith50372 жыл бұрын
great video!
@knowledgeseeker35303 жыл бұрын
Are there any plans to teach Microservices Architectural Patterns?
@rithysong8704 Жыл бұрын
thank youuuu
@kevinvelasquez9479 Жыл бұрын
I loved it, thank you.
@janodost46303 жыл бұрын
Thanks!
@AkumaNoKuma2 жыл бұрын
thanks!
@james_nt Жыл бұрын
thanks bro
@nuttButterAMK3 жыл бұрын
You are the best
@shashankjakhmola62263 жыл бұрын
What is the difference between load balancing server , api gateway and reverse proxy?
@anonymous90483 жыл бұрын
Can we say that needing only one public IP is a valid advantage of a reverse proxy?
@hidayathidayat44693 жыл бұрын
video that made me stop google "what is reverse proxy"
@matthiasgiger18753 жыл бұрын
😂 very smart that proxy college concept
@helloworld44023 жыл бұрын
Can you make a video on OSI model
@lakshbk3 жыл бұрын
What iS difference between nat gateway and proxy?
@georgebanin481211 ай бұрын
So what exactly is the difference between a gateway and a proxy server
@sushantbanuagriya55543 жыл бұрын
So, If reverse proxy is also acts as load balancing.. Then can we configure external load balancer with reverse proxy ? As I have seen in AWS ElasicBeanstalk can be configure with LB and reverse proxy.. But didn't understand the use of both.. Can anyone help me for this understanding ?
@shredder_plays3 жыл бұрын
What I understood was forward proxy is forwarding an request to single server where as reverse proxy is used in a scenario where multiple servers are there correct me if i am wrong
@Java.Brains3 жыл бұрын
Well, there are multiple clients and multiple servers, so multiples on both sides. Forward proxy is associated with clients and reverse proxy with servers, like I mention in the video.
@shredder_plays3 жыл бұрын
@@Java.Brains okay but then in the diagram at 06:39 why you used reverse proxy in between outside world and group of servers it has to be among servers only na I found same diagram in both forward proxy and in reverse proxy I am confused
@Java.Brains3 жыл бұрын
I'd recommend the two diagrams I explain starting at 5:54. But yes, you are right. The reverse proxy is usually the gateway server among servers. The request could be coming from anywhere, any client or a forward proxy.
@akshaykhule19063 жыл бұрын
If you want to learn java, spring, jpa, micro services, who is better in this planet than java brains.
@nournote3 жыл бұрын
The example with Gmail is misleading. That goes against TLS which assures end to end encryption.
@Java.Brains3 жыл бұрын
Not really. The proxy would just tunnel TLS though it. End to end encryption still works with proxies.
@rasathuraisivaram83013 жыл бұрын
TLS will be client to proxy and proxy to gmail server
@nournote3 жыл бұрын
@@Java.Brains does it mean the proxy has user credentials/or session keys?
@aruneshsrivastava71542 жыл бұрын
why does not a proxy can work as Load balancer and API gateway , its between client and server whereas reverse revers proxy is between a server and client .. reverse way , as i understood .. what is need to load balance there .. asa its going to client from the server