The Http and the Web | Http Explained | Request-Response Cycle

  Рет қаралды 718,488

The TechCave

The TechCave

Күн бұрын

Пікірлер: 260
8 жыл бұрын
Hello, nice video. But some corrections / constructive critisism. HTTP is stateless, but not connectionless as you say in the video. HTTP uses TCP for the underlying connection: "Transport Layer: TCP is a connection-oriented transport protocol. UDP is connectionless." So actually the client does NOT disconnect after it has sent the request, it will keep the connection open until it receives the response, then it disconnects. No state is kept for this HTTP transaction, this is why it is called stateless. Any new HTTP request will cause a new TCP connection. Of course this is a simplification, in the real world this would be very inefficient, so web servers make use of Keep-alives to enable reusing the same TCP connection for multiple requests.
@TheTechCave
@TheTechCave 8 жыл бұрын
In this video I tried to talk just in the application layer. thanks for the clarification ^^
@dipsmoke
@dipsmoke 8 жыл бұрын
"At the application layer, HTTP is connectionless. However, HTTP requires a connection oriented service to operate, and that is where TCP comes into play". In other words you can't just say wether its connection less or connection oriented without further explanation of your statement. And basically both of them can be true, depending on the explanation.
@MR2SpyerJournal
@MR2SpyerJournal 7 жыл бұрын
With understanding of the OSI reference model, he isn't wrong. This is helpful for me as a beginner to make it less complicated. Obviously there is some connection on some level of the OSI model IP/TCP model.
@xuxamelo
@xuxamelo 7 жыл бұрын
OSI model is composed of 7 layers however the "TCP/IP" stack is composed of 5 layers. The OSI model it is a "standard" it is not meant to be built. it describes a standard. TCP/IP it was built by the OSI model standard... thought ;)
@RAGHAVENDRASINGH17
@RAGHAVENDRASINGH17 7 жыл бұрын
👍
@Metroidam11
@Metroidam11 5 жыл бұрын
I've been reading about HTTP headers and it wasn't clicking for me. Found this video and it all makes sense now! Thank you so much!
@TheTechCave
@TheTechCave 3 жыл бұрын
Almost Six years since I uploaded this video! I just want to say thank you for all of you! This makes me feel nostalgic. I couldn't focus solely on the channel during this time, but hopefully, I'll come back stronger this time. Support me by liking, sharing, and subscribing. Also you support the The TechCave via ko-fi.com/thetechcave
@jonas7438
@jonas7438 3 жыл бұрын
My professor linked your video in his course at university :D
@manojjustmanoj1297
@manojjustmanoj1297 2 жыл бұрын
This is a crystal clear explanation for beginners like me
@seeboonsoo
@seeboonsoo 8 жыл бұрын
Best video ever to explain HTTP protocol. Thanks.
@attiqahmad7160
@attiqahmad7160 5 жыл бұрын
Really impressive.....the way you divided the whole tutorial..thats amazing and at the the summary...MAY GOD SHOWER YOU WITH MORE KNOWLEDGE
@ivandariopenalozarojas5077
@ivandariopenalozarojas5077 4 жыл бұрын
Every educational video should be like this: concise and insightful. It is difficult to find videos like this.
@Berjoujii
@Berjoujii 6 жыл бұрын
Great video. one suggestion: try using a bright text color when using a dark background. thanks for the clear and simple explanation
@MajdyCalisthenics
@MajdyCalisthenics 2 жыл бұрын
this explanation was the most usefull one for me! thanks!
@latikacoder
@latikacoder 5 жыл бұрын
Hi Tech Cave, The technical explanation in the video are really clear and understandable just like a story and hence simplifying the process of the learning technical stuffs Just one request,can you please keep uploading more technical videos .It would be really helpful !!
@RussellTeapot
@RussellTeapot 7 жыл бұрын
fantastic explanation! concise yet thorough enough, and most importantly, clearly presented. thank you very much
@Leonardo-jv1ls
@Leonardo-jv1ls 6 жыл бұрын
To understand how this things works is just think about a client/waiter/cooker relationship. All of them apply the same concept.
@wmegamo6879
@wmegamo6879 4 жыл бұрын
Cook, not cooker
@antonielojeda5476
@antonielojeda5476 4 жыл бұрын
True, like an AutoMac
@mahditeymuri5650
@mahditeymuri5650 4 жыл бұрын
this video more works for java script programmers than any body else does. specially in about 4:41 timeline you can see title of a java script program syntax. i.e i used java script as an application program for a while it's suggested by web-programmers
@proalexv
@proalexv Жыл бұрын
Great Video! To claify, HTTP is a format to send data via the internet to other computers. Is this a good way to summarize it?
@joshuaf.5398
@joshuaf.5398 3 жыл бұрын
You mentioned there are some good books out there on this topic. Can you suggest some?
@LiEnby
@LiEnby 4 жыл бұрын
1:24 ? wtf no- the client stays connected until the server has the response ready and then it connects and sends it the response and only after its sent the response from the server does it disconnect .. it is re-established again for the next request (at least in http1.1, http2.0 is different)
@sanjitpaul2953
@sanjitpaul2953 3 жыл бұрын
You have created a clear immage of http. Thanks Sir.
@ontologie8667
@ontologie8667 2 жыл бұрын
very nice explanation, many thanks dude.
@kyi3234
@kyi3234 2 жыл бұрын
Thank you so much indeed sir. It is real helpful lessons for me.
@Arganoid
@Arganoid 7 жыл бұрын
The middle box in the "user case" at 7:41 has been copy/pasted from the request's user case. eg "Host" is not a header parameter in the response.
@ap6471
@ap6471 3 жыл бұрын
Underrated channel dude. Thanks !
@arthurqa91
@arthurqa91 8 жыл бұрын
hey thank you for the video!!, it is very summed up and it works for a brush up for networking purposes, hope that you get more like later on!!
@TheTechCave
@TheTechCave 8 жыл бұрын
You're Welcome!
@VineetKumar1993
@VineetKumar1993 8 жыл бұрын
WebDev Cave , Keep Creating videos. Your videos are just superb. Subscribed you
@JorgeCasasLópez
@JorgeCasasLópez Жыл бұрын
Great resource to learn about HTTP. Thanks for posting
@ChicagoHoodlum
@ChicagoHoodlum 8 жыл бұрын
Thank you, good explanation of what HTTP is!
@basilokumu
@basilokumu 7 жыл бұрын
Thank you so much, this is the best explanation of how HTTP works, and I like the way you use the graphics to explain what you are talking about, simple, clear and concise.
@namanmehta5243
@namanmehta5243 7 жыл бұрын
Nice Video! i finally understood how and why Request and Response works Thank You :)
@zoverlvx8094
@zoverlvx8094 6 жыл бұрын
You really ought to consider a Patreon. You've got great content.
@ycombinator765
@ycombinator765 4 жыл бұрын
everything aside, your voice is on another level. I don't know but I am in love with it!
@Criteria12
@Criteria12 7 жыл бұрын
you have a little mistake. the request and response happens in the same connection the client:- 1- open a connection to server 2- send request The server:- 1- accept connection 2-accept request 3- send response 4- close the connection
@mohsenmadi3590
@mohsenmadi3590 6 жыл бұрын
Sounds so correct. This is what I always knew of until the video confused me actually. No such thing as connect-to-server, close, connect-to-client, close. It's only a connect-to-server, do things, send back response, close. Here: en.wikipedia.org/wiki/HTTP_persistent_connection
@ZzBiazZ
@ZzBiazZ 6 жыл бұрын
Wow, your content is great !! Thank you so much dude ^^
@affy2255
@affy2255 3 жыл бұрын
Great video! Thank you so much!
@구독계-l7q
@구독계-l7q 3 жыл бұрын
thank you so much for the explanation in the easiest way! this video is so much helpful for me!
@edwardkasimir8016
@edwardkasimir8016 3 жыл бұрын
this video begins at 0:33
@Myfriendmrlack
@Myfriendmrlack 2 жыл бұрын
Can you explain a little more specifically and detailed how the http message gets from your computer to the service and back? For instance, does you browser run methods that invoke your OS to send it to your modem which runs code to send it to some service center that then runs code to send it to the server and then repeats the process all the way back and read again by your browser? How are all these things authenticated? This is just my guess but I've never seen it explained in that type of detail
@wemode2998
@wemode2998 4 жыл бұрын
Felt very comprehensive. Thanks !
@nobody-ho4rh
@nobody-ho4rh 6 жыл бұрын
brother please make some videos on cookies also . i want to understand them
@donpagnotta
@donpagnotta 20 күн бұрын
Wait. Isn't the URI in the Start Line of the HTTP Message actually a URN?
@nixes1636
@nixes1636 9 ай бұрын
Your videos are so great. Hope you make more.
@srb1855
@srb1855 3 жыл бұрын
Thank you for the informative video. I have however a question regarding the connectionless nature of http as per your explanation. Since HTTP/S runs on top of TCP 80 / 443 which is a connection-oriented protocol, why then is HTTP considered connectionless?
@fadyaldhaim4766
@fadyaldhaim4766 20 күн бұрын
the video is bullshit
@sharinglanguage
@sharinglanguage 2 жыл бұрын
Simple and clear, very good. Thank you.
@modolief
@modolief 2 жыл бұрын
1:18 - Three important things about the http protocol
@masegomsomi
@masegomsomi 5 жыл бұрын
This video is extremely helpful!! Thank you!
@VinyZikss
@VinyZikss 5 жыл бұрын
I love finding new accents and stuff, so, out of curiosity, what part of the world are you from?
@TheTechCave
@TheTechCave 5 жыл бұрын
Morocco :)
@VinyZikss
@VinyZikss 5 жыл бұрын
@@TheTechCave That's very cool thanks :)
@makshrech1263
@makshrech1263 2 жыл бұрын
2023 still awesome!
@baryaley
@baryaley 2 жыл бұрын
Which book is best?
@bintehawa7712
@bintehawa7712 4 жыл бұрын
Amazing upload more and more vedio good way of teaching . God bless you . Keep it up, From Pakistan 🇵🇰
@amanjat5609
@amanjat5609 5 жыл бұрын
A Big Thankyou SIR This video has cleared all my doubts. I am from INDIA.
@Mr19242
@Mr19242 6 жыл бұрын
Just amazing video on HTTP :)
@manishasharma-xz9tx
@manishasharma-xz9tx 7 жыл бұрын
sir I have one query about when client disconnected from the server then how can server re- establish the connection...how server knows about the request
@manishasharma-xz9tx
@manishasharma-xz9tx 7 жыл бұрын
plz rply sir 😯
@TheTechCave
@TheTechCave 7 жыл бұрын
Hey manisha! I'm sorry for the late reply. After a request is made, the server receives all the required data about the client to operate an send back the response. When the client receives the response, the disconnection happens in the application layer. On the low levels, nothing gets really disconnected. The server knows about thanks to the TCP layer. I hope this helps. And Sorry for my late reply again!
@blackmouthblackface
@blackmouthblackface 5 жыл бұрын
Good pick up, this is a mistake in the slide. The client waits for the response before disconnecting from the server because otherwise how would the server know who to deliver the response to, and if it did this would not be 'connectionless'
@frankrye3009
@frankrye3009 6 жыл бұрын
Definitely learnt something here. Thanks a lot!!!
@ricen0odle118
@ricen0odle118 4 жыл бұрын
finally a video that explains this well, thx
@UsefulProgrammer
@UsefulProgrammer 6 жыл бұрын
Thanks for this. It's a great start to HTTP, but I'm looking for something a LOT more detailed with practice work. Do you have any suggestions?
@TheTechCave
@TheTechCave 6 жыл бұрын
You can dive deeper through detailed books like "Restful Web Services" by Richardson and Ruby. In terms of practice, side projects using public APIs or develop your own Complex API.
@hoax_abhii
@hoax_abhii 3 жыл бұрын
@@TheTechCave that's nice thanks for this info 🙂
@osamaato921
@osamaato921 Жыл бұрын
Sound quality should be considered
@aybrl
@aybrl 6 жыл бұрын
The same name, the same passion and maybe the same country hahaha keep it up bro :D
@TheTechCave
@TheTechCave 6 жыл бұрын
Yup! Your family name is common in my region!
@vladimirchudyk995
@vladimirchudyk995 5 жыл бұрын
Thanks m8! A lot of concepts cleared out! :)
@pratikdhore1006
@pratikdhore1006 5 жыл бұрын
Http is stateless not connectionless. As it uses TCP it couldn’t be connectionless.
@yusufalfatih8276
@yusufalfatih8276 8 жыл бұрын
مشكوووور علي الفيديو اخ ايوب . ياريت لو تنزل فيدوهات اكتر
@TheTechCave
@TheTechCave 7 жыл бұрын
Hey! Thanks Yusuf! New videos will be uploaded soon. Stay Tuned! ;)
@linht4962
@linht4962 6 жыл бұрын
Thanks for great video. But can someone in here tell me the header or body is required? what would happen if I did not put header or data to the body of http request? What is the require fields for header?
@jagadeeshtadi
@jagadeeshtadi 5 жыл бұрын
@The TechCave I must say that is a pretty good content to learn. However, I would like understand HTTP thoroughly. Could you please suggest a way to achieve this or even a book would do ? Thank you in adavance.
@priyavarghese8142
@priyavarghese8142 4 жыл бұрын
Hello, this video is very helpful, simple and easily understandable.
@jayasreemp4053
@jayasreemp4053 6 жыл бұрын
Thankyou so much..got clear basic idea about this topic!
@sensesound1359
@sensesound1359 4 жыл бұрын
2:12 anew? is it again?
@uchep3616
@uchep3616 8 жыл бұрын
Thank you. This video is awesome and so simplified :)
@Lurker779
@Lurker779 4 жыл бұрын
What is the difference between URI and URL?
@hb2917
@hb2917 5 жыл бұрын
Thanks for the video simple and straightforward
@universenerdd
@universenerdd 4 жыл бұрын
I was going to POST an http joke, but you might not GET it
@webfixstar5132
@webfixstar5132 7 жыл бұрын
Good pressentation ! could you tell different between http and http200 /http2006 and is it support from C panel host ?
@sagisar
@sagisar 3 жыл бұрын
man that's an amazing video.. so clearly explained by you, thank you!!
@devongrey1237
@devongrey1237 4 жыл бұрын
this is such a great explanation
@TheTechCave
@TheTechCave 4 жыл бұрын
Thank you!
@nishanthsubramanya1931
@nishanthsubramanya1931 7 жыл бұрын
Hands Down! Best One
@catsworld8409
@catsworld8409 6 жыл бұрын
Super delivery of message nice and thank you
@sachinmavi1381
@sachinmavi1381 5 жыл бұрын
Bro, UDP is connectionless but TCP is connection-oriented. So, HTTP is connection-oriented as it follows TCP
@imadabab
@imadabab 4 жыл бұрын
Excellent tutorial. Thanks a lot.
@domaincontroller
@domaincontroller 4 жыл бұрын
very good....teaching skills
@arhabersham
@arhabersham 6 жыл бұрын
Why this video doesn't have more views?
@arunatennekoon2556
@arunatennekoon2556 5 жыл бұрын
I want to see
@kianooshmashayekhi2829
@kianooshmashayekhi2829 5 жыл бұрын
good and informative . providing free information is a nice job
@mohangupta5114
@mohangupta5114 6 жыл бұрын
Thanks for making such a good video and sharing your knowledge
@Metrostar95
@Metrostar95 5 жыл бұрын
Thank you for this video! very helpful!
@bikashyadav1421
@bikashyadav1421 4 жыл бұрын
Very well said Sir. Thank you very much
@wilmsg3875
@wilmsg3875 4 жыл бұрын
Well explained. Love it :)
@sneakyboii732
@sneakyboii732 9 ай бұрын
dang, this video's good, thanks for the info
@yiannisserpico2646
@yiannisserpico2646 5 жыл бұрын
It is an excellent learning video. Thank you teacher for sharing your knowledge!
@sahilsinghrawat1378
@sahilsinghrawat1378 7 жыл бұрын
Hi, web devcave you explained about http is much usefully for me and i i learned more form this video, now i want to learned about "Www(world Wide Web)" in detail. So please upload About "www".
@QuinnFavo
@QuinnFavo 3 жыл бұрын
Clear and concise, thanks
@pragyamaru1985
@pragyamaru1985 Жыл бұрын
Informative.
@mingjiesong5042
@mingjiesong5042 5 жыл бұрын
Thank you this video is so helpful !!!
@PK-db9qj
@PK-db9qj 7 жыл бұрын
Hey I read that TCP is connection oriented but here http is connectionless and if it TCP based ...then how is it possible?
@TheTechCave
@TheTechCave 7 жыл бұрын
HTTP is connectionless only on the application level. HTTP is just an abstraction over TCP. Connectionless here is related to the statelessness of the protocol.
@PK-db9qj
@PK-db9qj 7 жыл бұрын
WebDev Cave .ok thanks for clarification.
@mexicanmoustache8180
@mexicanmoustache8180 7 жыл бұрын
Very informative video! thanks! :D
@Major7Sharp5
@Major7Sharp5 7 жыл бұрын
thank you for the explanation !
@joseangelservin4724
@joseangelservin4724 4 жыл бұрын
Nice Video, good explanation
@emanuelgabbay
@emanuelgabbay 6 жыл бұрын
Thanks! Very well explained
@nicolegillett6949
@nicolegillett6949 3 жыл бұрын
really excellent video, cheers
@litocroy7147
@litocroy7147 5 ай бұрын
"Protocol" is literally specified within "HTTP". Who's gonna tell him?
@shivambharati1338
@shivambharati1338 3 жыл бұрын
Thanks for such great knowledge
@swapnilkrishnaupadhyay3385
@swapnilkrishnaupadhyay3385 6 жыл бұрын
Good explanation bro
@computereverywhere230
@computereverywhere230 5 жыл бұрын
It was really helpful👍👍👍
@bohyun611
@bohyun611 4 жыл бұрын
thanks, great content!
@danci947
@danci947 6 жыл бұрын
Very useful video. Thank you so much.
@williamzinser9924
@williamzinser9924 4 жыл бұрын
I have a package being delivered S pobox address iam not sure if UPS will drop it off theres a po..box drop off box in belpre ohio,rite aid.store1430 can they send it there if it's in
What is HTTP? How the Internet Works! #1
17:26
FollowAndrew
Рет қаралды 171 М.
HTTP 1 Vs HTTP 2 Vs HTTP 3!
7:37
ByteByteGo
Рет қаралды 365 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
How does HTTPS work? What's a CA? What's a self-signed Certificate?
11:02
APIs | REST | REST APIs Demystified
16:48
The TechCave
Рет қаралды 299 М.
HTTP Polling vs SSE vs WebSocket vs WebHooks
22:22
ByteVigor
Рет қаралды 17 М.
Web Server Concepts and Examples
19:40
WebConcepts
Рет қаралды 272 М.
HTTP Crash Course & Exploration
38:30
Traversy Media
Рет қаралды 1,1 МЛН
HTTPS, SSL, TLS & Certificate Authority Explained
43:29
Laith Academy
Рет қаралды 157 М.
How The Web Works - The Big Picture
12:25
Academind
Рет қаралды 549 М.
What is a Protocol? (Deepdive)
18:14
LiveOverflow
Рет қаралды 186 М.