20 System Design Concepts Explained in 10 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ค. 2024
  • 🚀 neetcode.io/ - A better way to prepare for coding interviews!
    A brief overview of 20 system design concepts for system design interviews.
    Checkout my second Channel: @NeetCodeIO
    🧑‍💼 LinkedIn: / navdeep-singh-3aaa14161
    🥷 Discord: / discord
    🐦 Twitter: / neetcode1
    📷 Instagram: / neetcodeio
    🎵 TikTok: / neetcode.io
    0:00 - Intro
    0:22 - Vertical Scaling
    0:39 - Horizontal Scaling
    1:05 - Load Balancers
    1:50 - Content Delivery Networks
    2:25 - Caching
    2:52 - IP Address
    3:05 - TCP / IP
    2:52 - IP Address
    3:58 - Domain Name System
    4:41 - HTTP
    5:45 - REST
    6:05 - GraphQL
    6:35 - gRPC
    7:22 - WebSockets
    7:58 - SQL
    8:25 - ACID
    8:55 - NoSQL
    9:20 - Sharding
    9:45 - Replication
    10:20 - CAP Theorem
    10:50 - Message Queues
    #system #design #interview
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 379

  • @yogeshputtaswamy8464
    @yogeshputtaswamy8464 ปีที่แล้ว +499

    I love how the topics are connected to one another in a simple and neat way.

    • @pepperdayjackpac4521
      @pepperdayjackpac4521 ปีที่แล้ว +80

      dont you mean "neet" way?

    • @BERNOUSSAMA
      @BERNOUSSAMA 8 หลายเดือนก่อน +19

      can't believe he missed it

    • @its_me_tabs
      @its_me_tabs 7 หลายเดือนก่อน +5

      In a neet way!

  • @avishkahettiarachchi8617
    @avishkahettiarachchi8617 11 หลายเดือนก่อน +322

    System design concepts explained in the video 👇
    1. Vertical scaling - refers to increasing the resources (such as CPU, memory, or storage) of a single machine to improve its performance or handle higher workloads.
    2. Horizontal scaling -adding more servers to a system to distribute the workload and increase overall capacity and performance.
    3. Load balancer - A load balancer is a network device or software that evenly distributes incoming network traffic across multiple servers or resources to optimize performance and ensure high availability.
    4. Content delivery networks - Content Delivery Networks (CDNs) are distributed networks of servers located geographically closer to end users, designed to deliver web content efficiently by caching and serving it from nearby locations
    5. Caching - Caching is the process of storing frequently accessed data or content in a temporary storage location (cache) to improve retrieval speed and reduce the need for repeated requests
    6. Internet Protocol Address - An IP address is a unique numerical label assigned to each device connected to a computer network
    7. TCP - TCP (Transmission Control Protocol) is a communication protocol that ensures reliable, connection-oriented transmission of data by dividing it into smaller packets, numbering them, and reassembling them at the receiving end.
    8. DNS - DNS (Domain Name System) is a decentralized naming system that translates human-readable domain names into IP addresses
    9. HTTP - HTTP (Hypertext Transfer Protocol) is a protocol that governs the communication between web browsers and servers, allowing for the retrieval and transfer of web pages and resources over the internet.
    10. REST - REST (Representational State Transfer) is an approach to designing web services that uses standard HTTP methods and URLs to facilitate communication between clients and servers.
    11. GraphQL - GraphQL is a query language for APIs that provides a flexible and efficient way for clients to request and retrieve data from servers by allowing them to specify exactly what data they need. Using single query it can fetch multiple resources without overfetching as well.
    12. gRPC - gRPC (Google Remote Procedure Call) is an open-source framework that enables efficient communication and interoperation between services by defining the interface and data contracts using Protocol Buffers and facilitating bi-directional streaming and error handling.
    13. web sockets - WebSockets is a communication protocol that provides full-duplex, real-time, and bidirectional communication between a client and a server over a single, long-lived connection.WebSockets can be used in applications such as chat systems or real-time collaboration tools, where instant and continuous data exchange between clients and servers is required.
    14. SQL - SQL (Structured Query Language) is a programming language used for managing and manipulating relational databases, allowing users to perform tasks such as querying data, defining database structure, and modifying data records. SQL is considered to use when fast retrieval of data is needed
    15. ACID compliance - ACID (Atomicity, Consistency, Isolation, Durability) compliance is a set of properties that ensure reliability and integrity in database transactions, guaranteeing that they are executed reliably, consistently, and without interference.
    16. NoSQL databases - NoSQL (Not Only SQL) databases are a class of databases that provide flexible, schema-less data models and horizontal scalability, making them suitable for handling large volumes of unstructured or semi-structured data.
    17. Sharding - Sharding is a technique in database management where data is horizontally divided and distributed across multiple servers or nodes to improve performance, scalability, and load balancing.
    18. Replication - Replication is the process of creating and maintaining identical copies of data across multiple servers or nodes, providing redundancy, fault tolerance, and improved data availability in distributed systems.
    19. CAP thoerem - The CAP theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance, and therefore, trade-offs must be made between these three properties.
    20. Message Queues - Kind of like databases because they have durable storage. They can be replicated for redunduncy or sharded for scalability. This can be used in task distribution and workload decoupling.

    • @Sanadtm
      @Sanadtm 10 หลายเดือนก่อน +7

      Thanks Brother

    • @Jambajakumba
      @Jambajakumba 10 หลายเดือนก่อน +4

      Thanks man! God bless you

    • @JazzEnrico
      @JazzEnrico 10 หลายเดือนก่อน +2

      Thanks man :)

    • @kubrenh8976
      @kubrenh8976 8 หลายเดือนก่อน +3

      You fucking legend. I was going to make some notes. You saved me time. Cheers

    • @bithon5242
      @bithon5242 7 หลายเดือนก่อน +1

      HOLY BASED

  • @anantprakashsingh8777
    @anantprakashsingh8777 ปีที่แล้ว +40

    5:30 years and years of watching TH-cam videos and this has to be the most compelling way of asking for a sub yet, I would've subscribed had I not been subscribed already.

  • @purpledaddy6077
    @purpledaddy6077 ปีที่แล้ว +88

    Well done! Very digestible explanation with great motion graphics to help illustrate!

  • @oleshko-g
    @oleshko-g 11 หลายเดือนก่อน +19

    Oh. My. Gosh. This is THE most concise video about Systems design I’ve seen. All this fragmented things I’ve heard finally make sense together. Thank you 🙏

  • @aaroncohen6577
    @aaroncohen6577 ปีที่แล้ว +6

    This is so well put together. So clear, concise and great graphics.

  • @ravinders9221
    @ravinders9221 ปีที่แล้ว +17

    Crisp & clear content. You were able to cover most of the important topics in just 10 min. Nice keep up the good work.

  • @andrewkicha1628
    @andrewkicha1628 11 หลายเดือนก่อน +8

    Great job, I like how you balance between conciseness and covering just enough details so that people can further learn it if they are interested in a concept

  • @AnandSadasivan
    @AnandSadasivan ปีที่แล้ว +3

    Best ever! Compact and interesting intro to system design concepts!!! Excellent!

  • @meNoBatman
    @meNoBatman ปีที่แล้ว +83

    Bowing down to this incredibly well made content. Thank you so much!

  • @rahulsbhatt
    @rahulsbhatt ปีที่แล้ว +63

    Thank you for your hard work!

    • @Vikas_Kumar_Singh
      @Vikas_Kumar_Singh 8 หลายเดือนก่อน +6

      @@sunset7456 thats much more than 5$ bro 4000/80 is 50 dollars

    • @Nickator
      @Nickator 8 หลายเดือนก่อน +12

      Bro just dropped 4k 💀

    • @dart_ariz604
      @dart_ariz604 6 หลายเดือนก่อน

      @@Nickator no bro actuallybri dropped class 4..😂😂

    • @Cringy69
      @Cringy69 12 วันที่ผ่านมา +1

      bhai....kitne ki package lagni hoti hai....aise 4k donate karne ke liye???

  • @priyammondal
    @priyammondal ปีที่แล้ว +7

    So much information in 11 minutes. Thank you for making it happen. Very helpful.

  • @KingstonFortune
    @KingstonFortune 8 หลายเดือนก่อน +9

    CS590 Software Architecture summarized in 10 mins, awesome...this was definitely the most bulky course and you did way better than my professor in explaining

  • @abeebraheem1489
    @abeebraheem1489 5 หลายเดือนก่อน

    This is the best short video I have ever seen about the system design. Keep up the good work.

  • @wasiflatifhussain
    @wasiflatifhussain ปีที่แล้ว +1

    The most creative way to ask people to subscribe! If I could, I would have subscribed 10 more times. Absolute genius!

  • @sudiproy4413
    @sudiproy4413 ปีที่แล้ว +39

    The best part is that I am already familiar with most of the concepts mentioned in the video. Still, I didn't realize it fell under the 'System Design' category since I am a self-taught backend developer.

    • @joaquin67
      @joaquin67 ปีที่แล้ว +3

      Interesting. This just further proves that frontend and backend really do have a distinct divide. Client side and server side. Client side definitely focusing more on human interaction, server side focusing more on the "motor/engine" of an app.

    • @amcmillion3
      @amcmillion3 10 หลายเดือนก่อน +3

      @@joaquin67 Yea. I had it put to me perfectly by a senior on my team. Backend developers are really just data plumbers. We build all the underground plumbing for data to be moved around. Front end developers build the fancy sinks, toilets, showers, etc... that get the data from the plumbing.

    • @joaquin67
      @joaquin67 10 หลายเดือนก่อน +1

      @@amcmillion3 I always love hearing the house analogy further improved as both are equally important. For example, I wish I had more outlets in my apartment that was built in the 80s, and more cabinets for things. Likewise, I wish the plumbing in my 2nd restroom didn't have the hot/cold water temperatures reversed. Backend is the bridge between data and frontend, frontend provides interaction between backend and human. Unfortunately, the human is the only level in the stack that can't always be debugged lol

  • @Casanovajosh
    @Casanovajosh ปีที่แล้ว

    Most valuable 10 mins was spend! No second was wasted. kudo to you!

  • @apipolaris
    @apipolaris 11 หลายเดือนก่อน +2

    OMG tha was the most direct and simple way to explain a lot of important concepts! Every dev should watch this to understand more about the macro dev world

  • @doctorrusty6494
    @doctorrusty6494 ปีที่แล้ว +3

    Very good summary of different but related concepts. I wish there were videos like this when I was starting as a Junior Dev 😯

  • @sivan2878
    @sivan2878 ปีที่แล้ว

    Awesome summary, I was actually looking for it.

  •  ปีที่แล้ว +1

    OMG I loved the video, so well explained in a short amount of time. The perfect combination 😎❤️

  • @guhkunpatata3150
    @guhkunpatata3150 ปีที่แล้ว +3

    i can see my years learning web in 10 minutes. very well made content and great explanation.

  • @pirateg3cko
    @pirateg3cko ปีที่แล้ว +1

    Thanks! Keep it up, NeetCode!

  • @AaronJOlson
    @AaronJOlson ปีที่แล้ว +1

    Thank you for making this! Another highly informative video! I am so impressed with your animations. Are you using remotion to make those? Or it is all after effects skills?

  • @vishaldesaiVMD
    @vishaldesaiVMD 8 หลายเดือนก่อน

    Wow! This video is impressively well-crafted, managing to be both concise and thorough simultaneously.

  • @uchungnguyen1474
    @uchungnguyen1474 9 หลายเดือนก่อน

    This is just gold! Thank you!

  • @vitalyl1327
    @vitalyl1327 ปีที่แล้ว +22

    NoSQL is older than relational databases. All DBMSes were NoSQL prior to that Codd paper. All the flavours existed back then, in the late 60s - early 70s - document, hierarchical, graph-based.

    • @joeeeee8738
      @joeeeee8738 ปีที่แล้ว

      Really? Wow I wouldn't have thought so!

  • @uwontlikeit
    @uwontlikeit 5 หลายเดือนก่อน +2

    Man I bought your lifetime subscription and I can say you have a talent to explain complex concepts in a simple language. You should expand your course to more areas - for example Cloud services (AWS, GCP, Azure...) - there are tons of content topics there and there are no content for those topics on youtube in terms of explaining as good as yours. You should do it bro!

  • @libin4403
    @libin4403 11 หลายเดือนก่อน

    Excellent content mate !

  • @edh9500
    @edh9500 7 หลายเดือนก่อน

    Wow! That took so much knowledge to create such simplicity. Thank you.

  • @SandVision03
    @SandVision03 ปีที่แล้ว

    Clear, concise and precise

  • @tomiwaadedokun6638
    @tomiwaadedokun6638 ปีที่แล้ว +1

    Wonderful concept explanation @NeetCode

  • @Srishti9015
    @Srishti9015 7 หลายเดือนก่อน

    Great video, this is exactly what i was looking for to prepare for my interview tomorrow. Thanks!

  • @BestURLShortenerBioPageQRCode
    @BestURLShortenerBioPageQRCode 8 หลายเดือนก่อน +1

    Important topics have been updated in just 10 minutes. Thank you for your concise and clear video👍👍👍

  • @vijaymohanreddy2869
    @vijaymohanreddy2869 6 หลายเดือนก่อน

    Explained in simple and graphical way., that’s awesome!!

  • @marshall3900
    @marshall3900 2 หลายเดือนก่อน

    omg bro this is so much better than all other vids about system interview that I have seen

  • @Techgether
    @Techgether 2 หลายเดือนก่อน

    Goes to show u really understand the concept when u can explain all the terms so well and easy to understand, all while making connections to each feature! 👍🏼

  • @timtim9o5
    @timtim9o5 ปีที่แล้ว

    Great video. It connected some dots for me. Great content thank you

  • @chemsss8582
    @chemsss8582 ปีที่แล้ว

    This is the best system design video i have watched!!

  • @tonyz2203
    @tonyz2203 11 หลายเดือนก่อน

    Thanks for the video. Crystal clear.

  • @DanielTames
    @DanielTames ปีที่แล้ว +1

    Incredible video man!
    Thanks for all your effort!

  • @smtp_yurzx
    @smtp_yurzx ปีที่แล้ว

    Amazing, this is why I follow you!

  • @anujapuranik2000
    @anujapuranik2000 9 หลายเดือนก่อน

    This video is the best to just brush up the topics . Thankyou for making this very easy to understand!!!

  • @rgschuhart
    @rgschuhart ปีที่แล้ว

    Outstanding. Subscribed!

  • @Mohamed-uf5jh
    @Mohamed-uf5jh ปีที่แล้ว

    Thank you for your efforts. Very helpful.

  • @dan_le_brown
    @dan_le_brown 11 หลายเดือนก่อน

    The last part summed it up perfectly!

  • @abhaytiwari5991
    @abhaytiwari5991 ปีที่แล้ว

    Wonderful explanation 🙌

  • @Xaoticex
    @Xaoticex 4 หลายเดือนก่อน

    I keep coming back to this, you need more content like this.

  • @zeeg1529
    @zeeg1529 8 หลายเดือนก่อน +7

    oh my god, i'm halfway through and i just had to stop watching and come here to comments to tell how much i love the video. the way it is structured and how easily and smoothly it takes us from concept to concept, never breaking the flow is just amazing. very well done! thank you SO SO MUCH for putting it out here!

  • @sakthipriyane8506
    @sakthipriyane8506 ปีที่แล้ว

    Thank you for this super understandable explanation.

  • @Alim-yo3sc
    @Alim-yo3sc ปีที่แล้ว

    Nice and simple... Thank you!

  • @xcoda
    @xcoda ปีที่แล้ว +1

    I really loved all the concepts. I'm a front-end heavy full stack developer wanting to upskill in the backend department. These pointers are really helpful. Could anyone point me in the right direction to learn more advanced topics on database designs and it's efficiency?

  • @krishnajha1
    @krishnajha1 ปีที่แล้ว

    Very quick and linked information.

  • @shivthedev
    @shivthedev 8 หลายเดือนก่อน

    This is pure gold for beginners! 🙂

  • @oluwagbengakosoko9014
    @oluwagbengakosoko9014 หลายเดือนก่อน

    Wow! One of the best videos on TH-cam

  • @kalebnegussie8140
    @kalebnegussie8140 ปีที่แล้ว

    Excellent work!

  • @gabrielbott4659
    @gabrielbott4659 ปีที่แล้ว

    im so thankful for this video. i understood so much ❤❤

  • @michabajerski7360
    @michabajerski7360 9 หลายเดือนก่อน

    Brief, great video. I love this!

  • @mrsbootsworkouts
    @mrsbootsworkouts 6 หลายเดือนก่อน +1

    Thank you so much, very helpful!

  • @kishankalariya9086
    @kishankalariya9086 5 หลายเดือนก่อน

    One of the best videos I see for system design

  • @erickshaffer6615
    @erickshaffer6615 ปีที่แล้ว

    Good review to make sure I still know my basics

  • @khangdang4292
    @khangdang4292 5 หลายเดือนก่อน

    This is phenomenal!

  • @sagaravhad5198
    @sagaravhad5198 9 หลายเดือนก่อน

    The connection is really helpful. thanks!!

  • @jonobrien8848
    @jonobrien8848 ปีที่แล้ว +6

    Should have mentioned queues back when you introduced horizontal scaling since you need it there and people would understand a fundamental use case more clearly.

  • @srivardhanreddyk988
    @srivardhanreddyk988 ปีที่แล้ว

    This was beautiful!

  • @jamalhaider1617
    @jamalhaider1617 ปีที่แล้ว

    Wow man you did a great explanation in very short time.

  • @HikariSkript
    @HikariSkript ปีที่แล้ว +42

    Very Useful content, I loved the Design pattern video also.
    Had an interview on Friday, They asked about the strategy pattern, I told them how to Make FilterStrategy. 🤣 The round was was supposed to be 1 hour long but ended in half hour. I answered almost all questions. But there is no response from them.

    • @sunithaarganurkar7486
      @sunithaarganurkar7486 ปีที่แล้ว +1

      Where did you get filter strategy video in this channel?

    • @HikariSkript
      @HikariSkript ปีที่แล้ว +2

      @@sunithaarganurkar7486 Search for neetcode design pattern, watch the video, he will explain with code. Pause the video to have better understanding.

    • @spooder5022
      @spooder5022 ปีที่แล้ว

      how did it go?

    • @spooder5022
      @spooder5022 ปีที่แล้ว

      did you hear back?

    • @HikariSkript
      @HikariSkript ปีที่แล้ว +10

      @@spooder5022
      Hi, I got the response and cleared all rounds, there was a round with VP after that. The HR is delaying the offer tho, He said he will give the offer last Monday. I called again and again. No response.
      Meanwhile I got an offer from an Ad Tech company. The process was very smooth interactive interviews. Its giving 30% hike.
      The above one is a Data Science AI company.
      I am very confused should I pressurize the other company for offer or go with ad tech.

  • @DEBIEL918
    @DEBIEL918 3 หลายเดือนก่อน

    Amazing video! I hate how slow so many videos are and how much fluff they contain. You manage to explain these concepts in SUCH a simple way, which is a truly valuable and rare skill. Also +1 for the 5:29 subscribe button use case.

  • @cesarlabastida1392
    @cesarlabastida1392 9 หลายเดือนก่อน

    Great way to explain and great visuals

  • @naranyala_dev
    @naranyala_dev ปีที่แล้ว

    thank you NeetCode, enjoy the show

  • @anamshaikh5010
    @anamshaikh5010 8 หลายเดือนก่อน

    I loved your video just in the first 48 seconds
    Subscribed already!!! Keep it up!!

  • @saadatbadgujar
    @saadatbadgujar ปีที่แล้ว

    This is great 💯 Thanks ❤️

  • @great-knowlage
    @great-knowlage 19 วันที่ผ่านมา

    this explanation is just perfect 🤝🤝

  • @TheRomanianWolf
    @TheRomanianWolf 13 วันที่ผ่านมา

    Very good video!!! Thanks!

  • @lokeshpandey9968
    @lokeshpandey9968 9 หลายเดือนก่อน

    Great Work!!

  • @yuridesideri7144
    @yuridesideri7144 11 หลายเดือนก่อน

    You're truly awesome bro

  • @ajayraikar4694
    @ajayraikar4694 6 หลายเดือนก่อน

    Simple & Clear👌🏻

  • @techhackz2897
    @techhackz2897 ปีที่แล้ว

    Somehow I know every concept you had explained
    Its a good thing tho
    Love you video keep up the good work❤

  • @ankittayal8291
    @ankittayal8291 9 หลายเดือนก่อน +2

    Scaling- (because getting more users)
    Vertical scaling (add resources) - Increasing CPU,RAM
    Horizontal scaling (add replica) - Increasing number of machines
    - scale infinitely, Redundancy, Fault tolerance, don't need good machines
    load balancer (server known as reverse proxy) {directs incoming requests to the apporiate server using algorithms like Round Robin(balance traffic by cycling through pool of servers) Hashing( hashing incoming request ID) }
    Static content- Content Delivery Networks CDN (network of servers located all over the world) (copying files from origin server to CDN servers done by push or pull basis)
    Cashing - storing frequently accessed data to RAM
    IP - Internet Protocol Address Internet protocol suite (IP , TCP, UDP)
    DNS Domain name system - buy from DNS registrar , create DNS A record (IP address of my server)
    Application layer protocol - HTTP Hypertext Transfer Protocol (client server model){client initiates a request which includes 1.Request Header(Address of destination and client, metadata), 2.Request Body}
    API Paradigms (REST API, GraphQL, gRPC)
    REST Representational State Transfer (standardization around HTTP API making them Stateless and following Consisting Guidelines){successful request should include 200 OK code in its response header, bad req from client would return a 400 Bad Request code, Issue with server 500 Internal server error level code}
    GraphQL(single request aka query)(fetch multiple resources with single request, no over fetching)
    gRPC (RPC framework){server to server communication}
    gRCP web - Protocol Buffers(data is serialized in binary format {storage efficient}) - performance improvement compared to JSON (used by REST API)(human readable)
    web sockets - Bidirectional Communication
    SQL (Relational Database Management System like MySQL, PostgreSQL){Efficient Storage using data structures like B-Trees, Fast & Power Retrieval of data using SQL(Structured Query Language) queries since data is organized into rows and tables}(RDMS is ACID compliance(Atomicity{Every transcation is All or Nothing}, Consistency{foreing key and other constraints will always be enforced}, Isolation{different concurrent transcations wont interfere with each other}, Durability{data is stored on disk}))
    NoSQL(Non relational databases)(No consistency){consistency makes DBs harder to scale} (NO enforcing of foreign key constraints){break up DB and scale horizontally (sharding)} DynamoDB(key-value stores), MongoDB(Document Stores), neo4j(graph DBs)
    sharding done by shard key (range based sharding)(like ID of person)
    Replication-(read only copies) (Leader follower Replication){ (every write would be sent to leader who sends them to followers, every read can go to leader or follower) Leader-->(replication)-->follower} -
    (leader leader replication)Replica for every region - CAP theorem (to keep replicain sync)

    Message Queues (System receiving more data than it can process) durable storage and can be replicated for redundancy or sharded for scalability
    (Replication and sharding){ (read/write)Leader-->(replication)-->follower(read)}

  • @aks9842
    @aks9842 9 หลายเดือนก่อน

    This video is very informative, thanks for this high quality video ❤️

  • @biswajitnaik8225
    @biswajitnaik8225 4 หลายเดือนก่อน

    love it ,nice explanation

  • @InfoBuzz1130
    @InfoBuzz1130 10 หลายเดือนก่อน

    very well explained and easy to understand . thanks

  • @pranayjain._
    @pranayjain._ 11 หลายเดือนก่อน

    Best video out there!

  • @dirtydamoan2919
    @dirtydamoan2919 ปีที่แล้ว

    great video, thanks!

  • @Akhilshark9
    @Akhilshark9 ปีที่แล้ว

    Thanks! Great video

  • @chethan93
    @chethan93 5 หลายเดือนก่อน

    Best video I've seen in some time 😁👌🏽

  • @cameronmx9
    @cameronmx9 6 หลายเดือนก่อน

    Great content!

  • @vyking1972
    @vyking1972 ปีที่แล้ว

    Thank you. Its a gem.

  • @diegochecarelli7587
    @diegochecarelli7587 ปีที่แล้ว

    amazing video! thx

  • @lisali5719
    @lisali5719 ปีที่แล้ว

    This is pretty good 🔥

  • @sscapture
    @sscapture 2 หลายเดือนก่อน

    You're so talented!!!!!!

  • @sakarienuh6293
    @sakarienuh6293 11 หลายเดือนก่อน

    bro no wonder the name of ur channel is neet because the video i've just watched is so neat really. this is the first time visiting ur channel and i hope i find many more amazing video like this one. Thank u

  • @jenithmehta9603
    @jenithmehta9603 4 หลายเดือนก่อน

    Hey, it was a good and interesting video. Thanks.
    Writing summary for my understanding.
    1. Horizontal scaling is better
    2. Load balancers are used to choose which server to interact with
    3. CDN are placed across the world, they help in faster delivery of static data.
    4. Rest API - standardization of api request
    5. Graphql - Ask only the data that required
    6. Storage - Relational(Sql), Non relational (mongo)
    7. Caching, message queues - Redis, Kafka

  • @atift5465
    @atift5465 ปีที่แล้ว +1

    This is an AMAZING Systems Design video covering all the key components and explaining them very well.

  • @mahdijamil6473
    @mahdijamil6473 หลายเดือนก่อน

    3:45 It's called segmant because we are on transport layer. You use tcp/ip model so I think both packet or segment are the same

  • @yasin_bhojani
    @yasin_bhojani ปีที่แล้ว

    Great Video ❤

  • @awesomebearaudiobooks
    @awesomebearaudiobooks ปีที่แล้ว +4

    Yay! With NeetCode, I can finally jump from a trainee-level to a senior-level in just 11 minutes!
    But wait, where can I get the actual physical box? Also, does one need to necessarily add milk, or can I just chew them 20 Must-Known System Design Concepts like potato chips?

  • @PM-lv6cp
    @PM-lv6cp ปีที่แล้ว

    Thank you NeetCode :)

  • @EE12345
    @EE12345 หลายเดือนก่อน

    This is so well made

  • @maxlevelmedia7448
    @maxlevelmedia7448 10 หลายเดือนก่อน

    The elegance of his explanations is greatly overpowered by the hilarity of reading "range-based sharding." I thought sharding was bad enough when kept local