How an HTTP Request Gets Served - In Great Detail

Поділитися
Вставка

КОМЕНТАРІ •

  • @fairalbion
    @fairalbion 4 дні тому +96

    Each of these steps has a huge number of background operations going on to make it happen. I'm a retired DNS guy, and that process alone could occupy one of Dave's videos.

    • @johntoe6127
      @johntoe6127 4 дні тому +13

      Computing is a perfect example of the Dunning-Kruger effect. The average person completely under estimates the complexity behind things that have become common.

    • @brodie3088
      @brodie3088 4 дні тому +7

      @@johntoe6127 definitely. I know a guy who is like a 10x dev wizard type dude. His motto is "all I know is that I know nothing". Personally I gave up on being a web dev about a year and a half after I became competent enough to do some cool stuff. The realization that just because you made it work doesn't mean you didn't build it in a way that somebody smarter than you would consider stupid is a tough one to stomach.

    • @Bunny99s
      @Bunny99s 4 дні тому

      @@johntoe6127 The Dunning-Kruger effect has nothing to do with underestimating the complexity but only with over estimating the own knowledge. Those are two very different things. Explaining how DNS roughly works is perfectly fine, even when you don't know every little detail. Telling a lay person that it's essentially a telepone book for the internet is enough to get an idea what it does or what it's there for.
      As long as you don't claim you know everything about DNS, there's nothing wrong with only having partial knowledge. I for myself have written my own DNS server from scratch in C# which currently runs on my raspberry pi with mono :P Though I've only implemented what I needed / wanted and it was more a proof-of-concept / learning project. I've read through most of the RFCs. I didn't implement any DNSSEC stuff. Though my server supports both, UDP and TCP requests. It does not act as a resolver for other zones than my own as I only serve my own records. Currently every request and response is written as a hex dump to the console :) Runs stable for over a year non-stop now. So I don't consider myself as a DNS expert, by no means, but I have a fairly good understanding of the basic protocol, even though I don't implement every extension (DoT, DoQ, DoH, TSIG, ...).
      Though it's funny to see how many requests come in to check the "bind" version as most would assume that a DNS server is some variant of bind. Berkeley has set quite a few standards over the time.
      A lot of people who "work" with DNS don't really understand the fine details of the protocol either. Most work only on the configuration level. DNS has a fascinating "name compression" system for requests as each part of a domain name is split into it's individual labels and when multiple things are requested or returned, the protocol can use back references to labels that already existed. Those can even be recursive. Quite fun to implement a parser and encoder for that. I often miss many concept of the "old days" where they tried to spare every bit without the need to make it overly complicated. Modern day development is more about: "we do have the CPU power, memory and bandwidth, so f-it". The "old" protocols were all designed to be easily parsable by hardware implementations. Most modern stuff is just a mess with tons of overhead.

    • @mikko-penttieinarieronen
      @mikko-penttieinarieronen День тому +1

      @@johntoe6127 I like to adapt the Coastline paradox into computing and technology or any other process-related subjects. The more you dig into each component or step, the more questions you'll end up having :D And often you forget some of the old stuff you have learned, so it's impossible for one person to handle/understand everything.

  • @fieryweasel
    @fieryweasel 4 дні тому +109

    He forgot the step of hurriedly closing the tab when your boss walks over.

    • @michaeltyniec7010
      @michaeltyniec7010 4 дні тому +11

      Tetris had that feature - a certain keystroke would switch it to Lotus 1-2-3 (DOS mode) if your boss was coming over.

    • @robertbelanger2834
      @robertbelanger2834 4 дні тому +6

      @@michaeltyniec7010 That was the BOSS key, the first one to learn when playing on company computers...

    • @daniellundqvist5012
      @daniellundqvist5012 4 дні тому +3

      I did the Tetris thing in reverse, I incorporated a sourcecode version of tetris into the system that would start with the Break key, and stop with the Escape key😂

    • @FlameStrykeShadowDark
      @FlameStrykeShadowDark 4 дні тому +1

      .....or when the tab inexplicably begins blaring music.....

  • @RichardCollette42
    @RichardCollette42 4 дні тому +57

    Hey, Dave. As someone who has been teaching this stuff for nearly 30 years, I can say without hesitation that you are excellent at it. I found myself saying out loud, "Dave, you forgot to mention ..." only for you to say it five seconds later. I recommend your channel to my students. On a side note, how about a follow-up video on TCP vs. UDP and, more importantly, QUIC? I'm amazed at how little info there is on QUIC in the traditional educational resources I (must) use. Perhaps more Layer 3 info on how IP works as well.

    • @Richardincancale
      @Richardincancale 4 дні тому +8

      Yes - maybe another follow up video on how a UA-cam video of Dave gets to you - with distributed network of YT servers and use of QUIC to overcome the round trip time that was a problem video over TCP - especially over 4G and / or satellite - my domain!

    • @PeterBachman
      @PeterBachman 2 дні тому +1

      QUIC makes the certificate key exchange simpler than TCP, fewer round trips, better suited for streaming

  • @zoltannemeth8864
    @zoltannemeth8864 4 дні тому +9

    Back before the internet existed, this process was all done manually, I used to hate the three-way handshakes, but I did enjoy the cookies!
    Seriously, another great video Dave! Thank you for sharing your experience and knowledge with us!

  • @nomadic_shadow
    @nomadic_shadow 4 дні тому +19

    If you started an “in great detail “ series dave, I don’t think anyone would be mad.

    • @zoltannemeth8864
      @zoltannemeth8864 4 дні тому +2

      This would be awesome!

    • @steamer1
      @steamer1 3 дні тому

      I think you'll find I second this motion.

    • @alex-m-jones
      @alex-m-jones 2 дні тому

      Dave I think a SYN is an empty packet with the SYN flag set.

  • @Atsumari
    @Atsumari 4 дні тому +7

    I am a web tech and manage servers for websites I am glad you went over this. There are so many people who think this is magical and that the internet just works; no it doesn't there is a lot fo work, systems, deamons and configuration files involved. The internet is fascinating and humbling if you understand all the work that goes into making it work and keeping it up.

    • @subbastionbastion2167
      @subbastionbastion2167 4 дні тому

      The protocols doesn't explain how it works at all honestly. Like how the ip address knows where it is in the world and how a device connects to it. Dns to ip ok but what does the ip do

  • @bw6378
    @bw6378 4 дні тому +23

    Apache and nginx but no IIS? Oh, the irony is not lost on me!!! LOL. Thanks for the video!

  • @jholloway77
    @jholloway77 4 дні тому +22

    I built myself a simple HTTP 1.0 server in C as a little project. Learned so much about how the protocols work, how sockets work, and how to build something according to documentation & specs. One of my favorite projects that I've done for fun.

    • @julianocardarelli5106
      @julianocardarelli5106 4 дні тому +2

      Any specific library to handle sockets and open tcp port on server side?

    • @jholloway77
      @jholloway77 4 дні тому

      @@julianocardarelli5106 @julianocardarelli5106 It was a very, very simple server just using the standard POSIX libraries built into FreeBSD. Nothing external required. I'd share a link to the github, but UA-cam keeps filtering out comments with links

    • @brianjuergensmeyer8809
      @brianjuergensmeyer8809 4 дні тому +3

      Nothing teaches you how something works until you try to implement it to spec.

    • @jholloway77
      @jholloway77 4 дні тому

      @julianocardarelli5106 it was a basic application and just use the libraries found in any POSIX system. I made mine on FreeBSD

    • @fakedevdutt
      @fakedevdutt 3 дні тому

      TF nerd! nice work tho

  • @YoutubeBorkedMyOldHandle_why
    @YoutubeBorkedMyOldHandle_why 18 годин тому

    Dave ... even more amazing than this incredibly complex series of steps to display a web page, is that you managed to rattle off the entire sequence without skipping a beat. Unbelievable.

  • @yoman912567
    @yoman912567 4 дні тому +3

    These are my favorite types of videos!
    You do such a good job and explain a level deeper than so many other channels.
    I learn more in these type of vids than years of UA-cam IT osmosis.

  • @ionamygdalon2263
    @ionamygdalon2263 2 дні тому

    Nobody can explain these things better than Dave! I often send these videos to people I know who are struggling with these concepts and they all tell me how much it helped!! WELL DONE DAVE 👍👍👍

  • @larrycleeton
    @larrycleeton 4 дні тому +4

    It frightens me that I have intimate knowledge of everything you described. Kudos on leaving out the really boring details. One of my minor claims to fame as a former employee is I personally removed the gopher protocol from Internet Explorer that became version 7. 😎

    • @sdrc92126
      @sdrc92126 4 дні тому

      In the olden days, it took decades to earn these things

  • @grottyboots
    @grottyboots 3 дні тому

    Love these deep dives into technical subjects. Your explanations are so damned good! I recall reading Comer's "Internetworking with TCP/IP Volume One" and being blown away at the brilliance of TCP/IP. Keep up the great videos, sir!

  • @christophermcdonald8732
    @christophermcdonald8732 День тому

    Awesome explanation Dave! Fascinating to see the details, keep it coming!

  • @kevinL5425
    @kevinL5425 4 дні тому +1

    You really appreciate how much work the computer and network is doing when implementing it with RFC 1149. Personally I think that implementation is for the birds but some people have used it.

  • @javabeanz8549
    @javabeanz8549 4 дні тому +1

    Great explanation Dave! For how complex the process is, I think that you broke it down quite well, to be digestible for the general public.

  • @JV-bw2fw
    @JV-bw2fw 4 дні тому +1

    Excellent video sir; thank you for all the effort, time and dedication that goes into each of the videos you make. Please trust me when I say, there are some of us who truly value and appreciate it.

  • @FlightEagle
    @FlightEagle 4 дні тому

    The best explanation I've seen, thank you. Included correct and appropriately complete detail of the process.

  • @MrSunDevil23
    @MrSunDevil23 4 дні тому +1

    Where were you in the early 90’s when I was just learning networking and getting my MCSE… oh yeah, you were working on the OS I was learning!!! Great video as always. While this is mostly old school info for an old engineer like myself it is a great refresher and will be very VERY helpful to newbies who want to learn.

    • @toby9999
      @toby9999 4 дні тому +1

      It's all new to me... kind of. I've been struggling to understand this stuff for years. I've been a C++ Windows application developer for 28 years, but anything rated to networks does my brain in.

  • @Sir_Uncle_Ned
    @Sir_Uncle_Ned 3 дні тому +2

    As an IT networking guy I can confirm that this does paint the general picture of what happens when you request a web page; But every element of that process is a seperate rabbit hole of processes, servers, math, and ungodly gallons of caffeine to keep it all running. I can see why you didn’t go down those rabbit holes for this basic overview

  • @markmonroe7330
    @markmonroe7330 3 дні тому

    Excellent presentation. Thank you.

  • @chuckistheman2000
    @chuckistheman2000 4 дні тому +2

    I was asked this question during an interview. Pretty much answered the same way

  • @gerakore8948
    @gerakore8948 4 дні тому +2

    back in the day i used to make my own web servers that added background functionality before web 2.0 was a thing. also used this to circumvent cell phone web access limitations.

  • @jimsubtle886
    @jimsubtle886 4 дні тому

    Awesome video yet again Dave ! I was very pleased with part 1.. I cannot wait to see part 2 !!

  • @TonyGingrich
    @TonyGingrich 4 дні тому +4

    I would be interested if Mr. Plumer has any sentiments to offer regarding VB Script and ActiveX?

  • @davidjsutherland
    @davidjsutherland 4 дні тому +1

    Great content Dave. Missed the Friendly Giant ending though.

  • @wxfreak
    @wxfreak 4 дні тому +6

    Thanks Dave

  • @DavidWonn
    @DavidWonn 4 дні тому +3

    We too easily take for granted how quickly the overall process happens these days. But in the dial-up days and much slower processors, you could almost witness several of the steps happening in real-time if you knew what to monitor.

  • @billj5645
    @billj5645 4 дні тому +1

    And it's amazing that for many websites that are responsive all of this can happen in under 1 second.

  • @manuelcheta
    @manuelcheta 4 дні тому +2

    At step 10 the browser also creates the Accesibility Object Model, a tree mirroring each element on the page with details like name, role, value. The accessibility tree is created so that accessibility tools interact with it every time when those tools interact with a webpage. Basically the accessibility tools will interact with the accessibility tree, not with the web page directly.

    • @DavesGarage
      @DavesGarage  4 дні тому +1

      Did not know that, thanks for adding!

    • @brianjuergensmeyer8809
      @brianjuergensmeyer8809 4 дні тому +1

      @@DavesGarage I was involved with this in a previous existence: the gov't has legal requirements about maintaining accessibility for both desktop apps as well as web pages. There are some JS libraries that will help, but there's a lot of info that goes into cueing things like JAWS that you're in a table vs. a frame. Unfortunately, a lot of (non-government) sites tend to gloss over the accessibility aspect, leaving accessibility technology users with an unintelligible mish-mash.

  • @NathanaelNewton
    @NathanaelNewton 4 дні тому

    This is my new favorite series on all of UA-cam, please make more😮❤🎉

  • @scratchanitch
    @scratchanitch 4 дні тому +2

    Hey Dave, love these full end-to-end discussions. When you were working at Microsoft did you ever have lunch at Crossroads? If so, we probably crossed paths 🙂. More importantly - an idea for a video is for a deep dive on memory management in Windows and how it compares to Apple (and their unified memory architecture).

  • @brodie3088
    @brodie3088 4 дні тому +1

    This goes further than the request, because HTTP request is a separate concept from the browser rendering the HTML (although I guess you could say the concept's are closely tied due to the rendering process usually resulting in a waterfall of additional HTTP requests).
    Not that I am complaining though! I really liked the video

  • @sueterra3911
    @sueterra3911 4 дні тому +4

    GOT IT! Gotta run; my landline is ringing.

  • @petervandebeek5980
    @petervandebeek5980 4 дні тому

    Happy to see you included the Host file, but did not put to much attention into it. If people are going to play with it and forget, it can generate a lot of t-shooting.

  • @tubeDude48
    @tubeDude48 4 дні тому

    Well done Dave. Here's a thought. How about covering tags. I have quite a few at the top of my web page.

  • @Noam-Bahar
    @Noam-Bahar 4 дні тому

    This is the clearest explanation I've heard so far

  • @luckybutunlucky8937
    @luckybutunlucky8937 4 дні тому +17

    People will never know the satisfaction of flipping through a yellowpages and collecting the coupons in the back of it.

    • @brettspicer6463
      @brettspicer6463 4 дні тому +1

      I still remember and how they hurt over the top of the head.

    • @NotSoMuchFrankly
      @NotSoMuchFrankly 4 дні тому

      I thought it was to make prank calls more efficiently when not every possible phone number was used.
      I wonder if younger folks would understand what it means when someone would say in a movie before leaving another character they just met, "I'm in the book." I always wanted the other person to respond, "You're in the Bible?"

    • @zoltannemeth8864
      @zoltannemeth8864 4 дні тому

      “Hi, I’m an appliance repair technician, I’m calling to see if your refrigerator running?”… etc…
      Or calling a bar “I’m looking for a friend named Amanda… last name Huggenkis…”… life was so simple back in the day…
      Ah the good ‘ole days of prank calling…

  • @davidadams421
    @davidadams421 4 дні тому

    Fantastic! A great follow-up video would be explaining website performance e.g. Google Pagespeed Insights, how DOM complexity, resource sizes e.g. images, largest contentful paint, javascript blocking etc. effect the performance of the website.

  • @quambafu
    @quambafu 4 дні тому

    Great videos Dave! My 16 year old enjoyed the Hello World video and learned quite a bit.

  • @davidjowett8195
    @davidjowett8195 4 дні тому

    Once again informative and enjoyable. Thank you.

  • @liaminwales
    @liaminwales 4 дні тому

    That's the most clear description of HTTP iv seen.

  • @stevebrine4324
    @stevebrine4324 4 дні тому

    Reminds me of when I wrote a dhcp server on a 16bit microcontroller for a project about 15 years ago. All the back and forth of packets.
    So many nice libraries now.

  • @JT-kz7kq
    @JT-kz7kq 4 дні тому +1

    Excellent video as always. What about a follow-up video as to how data actually gets moved through networks and the internet (mac addresses, subnets, gateways etc)?

  • @fritzmusic
    @fritzmusic 4 дні тому +2

    I have a static IP address so this is not relevant to me. Yes, I'm being facetious. Love your informative videos Dave and always watch and upvote and comment.

    • @DavesGarage
      @DavesGarage  4 дні тому +2

      I have 5 gigabit fiber that I paid to have installed and they STILL won't give me a single static IP :-(

    • @toby9999
      @toby9999 4 дні тому

      What difference does a static IP make within the context of this video? I'm clueless 😊

    • @pete3897
      @pete3897 4 дні тому

      @@DavesGarage RFC1918, brother- make you own! :)

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

    Hi Dave, I notice in your videos that you use a Mac as your primary "PC"? The most recent so-called updates to Windows, XYZ antivirus and Google now suck up 80% of the resources of many Wintel PCs. By the time the CEOs realize how bad it is (they don't seem to use their own products), people will have abandoned the whole getup. Its shocking that YT now needs more than three minutes of non-skippable ads to meet its revenue needs. The most popular browser add-on are all ad blockers - yet the tech CEOs are oblivious. Some ads pay the bills, but too many ads (and poor content) is why so many people cut cable tv. Why does Norton (pick your own antivirus nightmare) need to log my activity? And Google? And Microsoft? Obviously to serve more ads, but that is not why anyone buys a computer, and they shouldn't be sucking up 80% of resources to serve their ads. Any suggestions?
    if these clueless CEOs keep spewing more and more ads, it won't matter how an HTTP request gets served. They are wrecking the entire web experience

  • @toby9999
    @toby9999 4 дні тому

    Wish I'd seen this five years ago. Never made any sense. I'll have to watch this a few times to absorb it.

  • @kunhuh
    @kunhuh 4 дні тому

    The single take video style is becoming his signature now. 🙂

  • @ThunderChasers
    @ThunderChasers 4 дні тому

    Love these videos. You'll have that gold play button in no time!

  • @professor-viewsalot
    @professor-viewsalot 4 дні тому

    Is that all it does, so why does it take so long?
    The bit I don't understand is how Dave gets to the end without having to add an ammusing sarcastic smile.
    Great video presentation Dave.

  • @zonegamma8197
    @zonegamma8197 4 дні тому

    I teach this subject this winter, wery useful thanks

  • @FootsieAU
    @FootsieAU 4 дні тому +3

    Great vid Dave, but what about SNI? That usually exposes the hostname of the request before the TLS handshake is complete.

    • @LotharLindinger
      @LotharLindinger 4 дні тому

      Excatly what I wanted to add. I can't believe Dave doesn't know about it but maybe his mind is already TLS 1.3 only.

    • @geepeezee5030
      @geepeezee5030 2 дні тому

      Agreed. We need more sites implementing ECH.
      Otherwise, does no good to obscure dns with DoH/Q/T/etc.

  • @kwazar6725
    @kwazar6725 4 дні тому +2

    Dave and I are similar age and done similar things. Its fun to see you tell our story

  • @kevinL5425
    @kevinL5425 4 дні тому +2

    My problem with HTTP servers is I try to get them to serve me coffee with my cookies, but I keep getting a 418 status code back. Used to happen a lot with Russian web sites.
    When I finally do find a coffee pot the picture usually shows it is empty (sigh).

  • @steamer1
    @steamer1 3 дні тому

    If you're watching this from your browser... this is what happened before it started.

  • @HughsMakersCorner
    @HughsMakersCorner 3 дні тому

    All this in the time it takes for me to have a sip of my morning coffee!

  • @robumf
    @robumf 4 дні тому

    Remember that the Internet was design with redundant in mind. All the security was added later and on top and backwards compatible to the existing protocols.

  • @kimtyson9101
    @kimtyson9101 2 дні тому

    Very nicely done!

  • @LtShifty
    @LtShifty 4 дні тому

    You should do a video on the part between steps 3 and 4, how a packet is routed across the internet from the local machine, to the gateway, to the ISP, across the internet, to the server.
    I'm more than familiar with networking, and even today I'm convinced it's still IT voodoo.

  • @MagicMan123ification
    @MagicMan123ification 4 дні тому +1

    am not ready for this , its major

  • @jemdeweare6432
    @jemdeweare6432 2 дні тому

    Interesting dave , thank you

  • @schulmastery
    @schulmastery 4 дні тому +1

    Love your content! Always wondered though, when you say " 'mostly' in it for the subs and likes", what's the rest??

    • @DavesGarage
      @DavesGarage  4 дні тому +6

      Well, I do list a book for sale. Before the book, I'd say "I'm just in this for..." but figure since I have that other incentive, I should allow for it!

  • @carlosfeliciano8687
    @carlosfeliciano8687 2 дні тому

    Great video! Thanks

  • @whophd
    @whophd 4 дні тому +1

    To this day I don’t know if I cheated: In my computing science degree, I had to write code to make a HTTP 1.0 server. So I found a 1.1 server source code and learned just enough to rip out the 1.1 support. I got a perfect score. Did I learn enough? It was a reliable implementation but I didn’t learn how to write a server.

  • @johnburgess2084
    @johnburgess2084 4 дні тому

    Thanks for the great explanation Dave. You missed the steps of announcing to Google, Facebook, TikTok and all the other nosy trackers out there what you're doing.

    • @lindadoune
      @lindadoune 4 дні тому

      Oh he did. That info is included as the smirkable "relevant data".

  • @dave_n8pu
    @dave_n8pu 4 дні тому +1

    Dave, some of us are old enough to remember both the White pages and the Yellow pages, with both of them being separate books.👴

    • @DavesGarage
      @DavesGarage  4 дні тому

      My city never hit the big time with a separate volume, it was always just the back half of the book!

  • @bramnet
    @bramnet 2 дні тому +1

    This is a question I’ve had for a long time. What prevents 3rd parties from listening for the SSL setup commands which would allow them to know the encryption (I think)?

  • @scottstefanatz
    @scottstefanatz 4 дні тому +1

    Good video, only you you didn’t mention the network socket layer that breaks the data into sized packets. Each packet contains header info about origin, destination, last network component to handle it, how many hops it has taken and time to live, and sequencing info to know how to put the data back together.

  • @DragonRides75
    @DragonRides75 4 дні тому

    another great video Dave thanks for this video

  • @ronm6585
    @ronm6585 4 дні тому

    Thanks Dave.

  • @Latrocinium086
    @Latrocinium086 4 дні тому

    Man I love these videos. Feel like I’m back at devry w a teacher who actually knows something 😂
    Any chance you can cover we assembly?

  • @tsilb
    @tsilb 4 дні тому +2

    Technically... I've read that Microsoft has been caught ignoring certain HOSTS file entries. In particular those related to Windows Update. They seem to have gone full bore into taking away your choice in the matter, with maybe some exceptions in the Enterprise space. I've also noticed it re-enabling disabled update services, replacing deleted wuauserv files, etc.
    I had to go so far as to write a Windows service to detect it and its files and ... deal with them. You behave like a virus, so I will to.

  • @notreallyme425
    @notreallyme425 4 дні тому +1

    I just watched an interesting video from Computerphile how difficult it is to end the connection. It turns out it’s the same as the two generals problem, how do you acknowledge that you’ve disconnected?

  • @bshingledecker
    @bshingledecker 2 дні тому

    Another important key in the transporting of all the itty bitty bits, is the network, or I believe they are called telco class routers set along the path that routes each block of data to where they need to go. Juniper, Cisco, Alcatel, Ciena, are a few of the makers of these monster routers. Costs of these beasts can hit a million in no time, and give a hint why the internet is not free. I would love to hear your take on networking.

  • @matttownsend7119
    @matttownsend7119 4 дні тому

    Thanks Dave. Please do the same with how packets get to and fro, and how windows security works.

  • @shantanusapru
    @shantanusapru 3 дні тому

    Anther great video, Dave!!

  • @wetwareerror9511
    @wetwareerror9511 2 дні тому

    And here I was thinking the magic smoke did it all.

  • @bslacrimosa
    @bslacrimosa 2 дні тому +1

    Do POST next!

  • @kenp1677
    @kenp1677 4 дні тому

    Thanks !

  • @hightidesed
    @hightidesed 3 години тому

    would have loved to see the electric pulses going over the wire to send the packet to the server

  • @LivvieLynn
    @LivvieLynn 3 дні тому

    Browser address bar is just one big manual GET request with some rendering. Outside of browser features for searches, local resources, or code etc.

  • @CandyGramForMongo_
    @CandyGramForMongo_ 4 дні тому +1

    You missed ARPing for the local router/host. Layer two gets snubbed again!

    • @DavesGarage
      @DavesGarage  4 дні тому +2

      When you have 7 layers, the red headed middle child will get overlooked :-)

  • @alastairnewman1233
    @alastairnewman1233 4 дні тому

    A Question. Is the Browser communicating directly with the GPU or is the Browser communicating with the GPU via the Operating System?
    And Dave. You managed to do this in 16 minutes! You packed it in and knocked the explanation out of the park. Thanks very much.

    • @DavesGarage
      @DavesGarage  4 дні тому

      Glad you liked it! I'm not up to speed on the latest browsers, but the image compositing allows them to render elements to different GPU surfaces and then merge them in the GPU, so it seems like the GPU is being used directly.

  • @NoEgg4u
    @NoEgg4u 4 дні тому +2

    Guys, I hope that you appreciate all of the engineering involved for you to view your adult content.

    • @LeahleahB
      @LeahleahB 4 дні тому

      I shouldn't be looking at adult channels as I am a child!

  • @LM-ek2hb
    @LM-ek2hb 2 дні тому

    Hmmm..? Step 8, Sending the HTTP response has always been a mystery to me. A large response is broken up into packets. Depending on the server and number of packets, some may take different routes (hops) than others. How do they all get to the their destination at the proper time or assembled properly before render time?

  • @wetwareerror9511
    @wetwareerror9511 2 дні тому

    And here I was thinking that the magic smoke did it.

  • @mds000123
    @mds000123 3 дні тому

    This was soooo good.

  • @meisievannancy
    @meisievannancy День тому

    Wow. What a memory you have.

  • @byronwatkins2565
    @byronwatkins2565 4 дні тому

    I learned a great deal; however, I also noticed that sound was not considered and that scroll bar windowing was omitted.

  • @siwiecministro1994
    @siwiecministro1994 3 дні тому +1

    There is lot of talk about telemetry/spying by Windows, but my impression is that using firewall (like simplewall or Net Peeker or even frontend to Windows Firewall called Windows Firewall Control) basically we can "disable" all of it. Is it correct impression or has Microsoft this "covered" and can establish connections even against firewall rules?
    Perhaps, you could make a video about Windows Filtering Platform or how "Firewalling" works in Windows. :)

  • @sbx1720
    @sbx1720 3 дні тому

    Hold on, is the video thumbnail cosplay of Munch's Scream?

  • @MrTorbenAnd
    @MrTorbenAnd 4 дні тому

    You forgot about the transport network. Like a 5G cellular connection in-between and some fancy caching! You almost made it sound trivial! :) and what about serdes to MAC och into the TCP/ip layers :)

    • @DavesGarage
      @DavesGarage  4 дні тому +1

      Gotta cut somewhere for length :-)

    • @MrTorbenAnd
      @MrTorbenAnd 2 дні тому

      @DavesGarage yes, keep it up like this!

  • @stargazer7644
    @stargazer7644 4 дні тому +1

    You didn't say which version of HTTP you're explaining. The latest versions are now using UDP instead of TCP.

  • @MattLaubhan12
    @MattLaubhan12 4 дні тому

    Dave: Any thoughts on NIST SSDF (Secure Software Development Framework)? Many tech folks working for companies that wish to ever do business with the US government or the EU in general moving forwards are now held to pretty extreme security standards. Sounds good on the surface...but that comes with challenges...
    No security == Optimal Performance.
    Max security == No product.
    Somewhere in between is a balance.

  • @BRBTechTalk
    @BRBTechTalk 4 дні тому +1

    8:22 I don't know that I would call advertising services "enrichment".

    • @DavesGarage
      @DavesGarage  4 дні тому +1

      That's why I did the air quotes :-)

  • @itamareshet4484
    @itamareshet4484 2 дні тому

    SNI sloves the issue that the server does't know that URL

  • @greg4367
    @greg4367 2 дні тому

    I used to think WEB processing was a pain in the neck... Now, I have a lower opinion of it.

  • @sortysciaofiscia
    @sortysciaofiscia 4 дні тому

    I'd like to see a video where you open "inspect elements" in chromium browser, and explain how a complex website such as youtube loads and renders everything.

  • @thuokagiri5550
    @thuokagiri5550 4 дні тому

    Beautiful video .do a video exclusively on rendering engine

  • @GeorgeValkov
    @GeorgeValkov 3 дні тому

    Dave, would you be curious to explore the internals of my web server?