How DNS really works and how it scales infinitely?

Поделиться
HTML-код
  • Опубликовано: 4 апр 2024
  • System Design for SDE-2 and above: arpitbhayani.me/masterclass
    System Design for Beginners: arpitbhayani.me/sys-design
    Redis Internals: arpitbhayani.me/redis
    Build Your Own Redis / DNS / BitTorrent / SQLite - with CodeCrafters.
    Sign up and get 40% off - app.codecrafters.io/join?via=...
    In the video, I delved into how DNS works, from converting human-readable domain names like google.com to IP addresses, to the role of authoritative name servers and the DNS resolver in the resolution process. Exploring the complexities of DNS architecture, I highlighted the decentralized nature of DNS and the crucial role of root name servers in directing requests. Emphasizing the step-by-step resolution process, I illustrated how browsers connect to servers through DNS resolution. Stay tuned for upcoming videos on building a DNS server.
    Recommended videos and playlists
    If you liked this video, you will find the following videos and playlists helpful
    System Design: • PostgreSQL connection ...
    Designing Microservices: • Advantages of adopting...
    Database Engineering: • How nested loop, hash,...
    Concurrency In-depth: • How to write efficient...
    Research paper dissections: • The Google File System...
    Outage Dissections: • Dissecting GitHub Outa...
    Hash Table Internals: • Internal Structure of ...
    Bittorrent Internals: • Introduction to BitTor...
    Things you will find amusing
    Knowledge Base: arpitbhayani.me/knowledge-base
    Bookshelf: arpitbhayani.me/bookshelf
    Papershelf: arpitbhayani.me/papershelf
    Other socials
    I keep writing and sharing my practical experience and learnings every day, so if you resonate then follow along. I keep it no fluff.
    LinkedIn: / arpitbhayani
    Twitter: / arpit_bhayani
    Weekly Newsletter: arpit.substack.com
    Thank you for watching and supporting! it means a ton.
    I am on a mission to bring out the best engineering stories from around the world and make you all fall in
    love with engineering. If you resonate with this then follow along, I always keep it no-fluff.
  • НаукаНаука

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

  • @hemanthrs7178
    @hemanthrs7178 3 месяца назад

    Great stuff !!! Waiting for the upcoming videos

  • @ronitvardhamane6893
    @ronitvardhamane6893 2 месяца назад +2

    Man! You're amazing. You deserve all the appreciation in the world

  • @Pawansoni432
    @Pawansoni432 Месяц назад

    loved it, thanks arpit. just exceptional

  • @aryankr
    @aryankr 3 месяца назад +1

    Thank you for making it easy.

  • @raj_kundalia
    @raj_kundalia 2 месяца назад

    Thank you so much!

  • @YashPoonia.7
    @YashPoonia.7 3 месяца назад

    wow great stuff

  • @guytonedhai
    @guytonedhai 3 месяца назад +7

    Wow! Never knew that much of stuff was happening internally. Thank you Arpit for making such videos.

  • @duaprash
    @duaprash 3 месяца назад

    Wow eye opener

  • @varunpalsingh3822
    @varunpalsingh3822 3 месяца назад +1

    I leave every else video side, whenever youtube recommends your conceptual videos, love to spend time here, atleast I get something out of it, Great work Arpit :-)

  • @nirajpaudel6072
    @nirajpaudel6072 2 дня назад

    This is Dope. 🔥

  • @suchismitagoswami5609
    @suchismitagoswami5609 3 месяца назад

    Great explaination as always. One more addition to this video could be hosted zone delegation (explicitely) for better managing hosted zones ...

  • @vibhordube8240
    @vibhordube8240 24 дня назад

    superb

  • @entc_khushalnikam8124
    @entc_khushalnikam8124 Месяц назад +1

    Amazing

  • @manjosh1990
    @manjosh1990 Месяц назад

    Your videos really help me with my work. Can you also make a video on SSL certificates and cryptography?

  • @gouthamanush
    @gouthamanush 3 месяца назад +1

    Arpit, can you please throw some light on how to handle database deployments at scale?
    If there are too many objects being deployed, how to make sure that the deployments don't fail.
    Also are there any ways to have a no downtime deployment?

    • @yetanothermasterylearning
      @yetanothermasterylearning 3 месяца назад

      There are different deployment strategies to make zero downtime deployment. For example, Please check rolling restart and blue-green deployment

  • @TheIntrovertsDebrief-lq4hg
    @TheIntrovertsDebrief-lq4hg 28 дней назад

    I love your content. I urge you to use noise cancellation on your microphone because we can hear the traffic and people sounding horns.

    • @AsliEngineering
      @AsliEngineering  28 дней назад +1

      I am using Blue Yeti, supposedly the best. I have tweaked some settings, hopefully it works better the next time.

    • @TheIntrovertsDebrief-lq4hg
      @TheIntrovertsDebrief-lq4hg 28 дней назад

      @@AsliEngineeringi honestly think you’re a great teacher so that’s why I’m suggesting the improvement in noise quality. Maybe you can also look into sound proofing your room with foam insulation. Your room is quite evidently prone to echoing so I think the horn sounds are easily bounced around and going into your microphone. Sound proofing will help a lot with that.

  • @KaranGanwani
    @KaranGanwani 3 месяца назад

    sir can you please make video on internals of docker

  • @srinathshrestha3899
    @srinathshrestha3899 3 месяца назад

    Make a video on cdn and cloudfront

  • @mohitnagpal
    @mohitnagpal 3 месяца назад

    Does your anycast video mentions anything about BGP protocol? Was expecting to learn about bgp in this video.

    • @AsliEngineering
      @AsliEngineering  3 месяца назад +2

      Why would you expect BGP should be covered in a DNS video.
      By the way, my LB video skims through anycast and BGP but given the complexity, I have not covered BGP entirely, yet.

  • @karmicveda9648
    @karmicveda9648 3 месяца назад +1

    💛

  • @AmanRaj-zo7bx
    @AmanRaj-zo7bx 3 месяца назад +1

    Hey Arpit, I have subscribed to your newsletter. I watched your entire video, you have great knowledge but I was not able to get it. Try to make simple videos with simple diagrams, you wrote a lot of things but did not go through it. It may be my understanding capabilities but I just gave an honesh feedback.

    • @AsliEngineering
      @AsliEngineering  3 месяца назад +1

      There are lots of nuances that needed to be covered. Simple video would not do justice to the concept.
      I would highly recommend build an ability to read and watch dense stuff. Because that is where you build the right intuition.

    • @AmanRaj-zo7bx
      @AmanRaj-zo7bx 3 месяца назад

      @@AsliEngineering Thanks Arpit, I'll build this habit.

  • @manmohanmundhraa3087
    @manmohanmundhraa3087 День назад

    Is it possible to get away with IP address ? Instead we can directly use "unqiue url" to find the right server ? Browsing will be much faster if there is no need to find IP and thereby reducing overall traffic. what IP address can do but not possible with "unique url" ?

  • @chocotaco8396
    @chocotaco8396 3 месяца назад

    Can malicious websites not brodcast legitimate server's IP address with anycast?

  • @sohailahmad1199
    @sohailahmad1199 Месяц назад +1

    So that means, all the TLDs will have all the authoritative Name servers record in the world. If a company or service provider wants to configure their own Auth N Server, it will register a public IP for that and register it in all the TLDs?

    • @adilsheikh9916
      @adilsheikh9916 Месяц назад

      Nice question & I also had the similar doubt...next I am having assumption that if it is what it is then it should be a cluster of TLDs holding the IPs of all NS. And next assumption is that sometimes I feel few moments lag in loading the site page & that can be due to either these many hopes to identify the actual IP or the server of that website is slow

  • @bikidas5473
    @bikidas5473 3 месяца назад +1

    dns is a recursive process in itself? am i correct arpit

    • @moosaraza7584
      @moosaraza7584 3 месяца назад +2

      Yes. It is a recursive process generally done by DNS Resolver/Recursor. This Resolver is generally provided by your Internet Service Provider(ISP) or you can configure to use a third party Resolver server such as CloudFlare's.

  • @akshay__sood
    @akshay__sood 3 месяца назад +5

    Arpit i think you deleted my yesterday's comment about the DNS article. Not sure why would you do that.

    • @AsliEngineering
      @AsliEngineering  3 месяца назад +1

      I have not even read the comments. I have not deleted anything. Feel free to post it again.

    • @akshay__sood
      @akshay__sood 3 месяца назад

      @@AsliEngineering see, again I posted the same comment to your reply and it doesn't show up here...

    • @rahulpalve401
      @rahulpalve401 3 месяца назад +2

      RUclips comments have spam filter

    • @AsliEngineering
      @AsliEngineering  3 месяца назад

      @@akshay__sood RUclips must be flagging it off due to some reason. I did not even get a notification about it.

    • @akshay__sood
      @akshay__sood 3 месяца назад

      @@rahulpalve401 I ain't spamming. It was just a regular reply.

  • @rajivsarkar277
    @rajivsarkar277 Месяц назад

    Beuty