How Giphy uses CDN to serve 10 billion GIFs every day

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 27

  • @rite2riddhi
    @rite2riddhi 2 роки тому +1

    becoming my go to channel for system design

  • @nikhiltaneja6673
    @nikhiltaneja6673 2 роки тому +3

    You missed talking push vs pull type of CDN

  • @navinmittal4809
    @navinmittal4809 2 роки тому +1

    Great video. Thank you for sharing the link to the engineering blog as well. Your video made it easier to go through the blog.

    • @MASTERISHABH
      @MASTERISHABH 3 місяці тому

      Where did he share the link in description? I don't find it.

  • @mylaidbacklife
    @mylaidbacklife 11 місяців тому

    Man you have such an excellent way of putting up things!

  • @yakshitjain5374
    @yakshitjain5374 2 роки тому +2

    Awesome Content as always! ❤️

  • @satheeshdannuri9975
    @satheeshdannuri9975 26 днів тому

    If a CDN utilizes independent edge servers, the amount of content that can be cached is limited. Isn't this limitation could lead to frequent evictions, ultimately undermining the primary purpose of the cache?

  • @daemonstark
    @daemonstark 2 роки тому +1

    Great Content! Loved it! Its always a blast when learning new features of CDN, I've been accustomed with Akamai CDN and have been amazed time and time again since I first learnt about it, by how significant role it plays in any system design scenario, and how it should be utilized to the fullest (also with caution) to minimize load on your origin servers.

  • @protyaybanerjee5051
    @protyaybanerjee5051 Рік тому

    There's a name for this pattern, due to which multi-level caching is required. It's called a thundering herd problem.
    Based on scenarios, multiple ways we can handle this. For example, Facebook uses Memcached to cache data, but it also configures some threshold, so that not all requests, goes to DB.
    It can also be done using a Server director pattern.

  • @FWTteam
    @FWTteam Рік тому

    I'm still wondering why your subscribers are so low, your channel deserves more.

    • @AsliEngineering
      @AsliEngineering  Рік тому

      Haha. Even I wonder the same 😅 I have covered some really interesting and useful topics.
      The Internet is beyond my understanding 🙃

    • @MASTERISHABH
      @MASTERISHABH 3 місяці тому

      That's cause he doesn't share the original link of the blog in the description.

  • @ankurrajput2367
    @ankurrajput2367 27 днів тому

    Hi Arpit ,
    Can you please the prerequisites to fallow your provided video as beginner

  • @sujalgupta6100
    @sujalgupta6100 Рік тому

    As a final year student, what subjects do I need to have a good grasp on to best understand these concepts of system design.

  • @gmmkeshav
    @gmmkeshav Рік тому

    Sir
    we say that video is just combination of images and sound
    but what about gif?
    how gif are made programmatically?

  • @harryrichard-f4l
    @harryrichard-f4l 4 місяці тому

    where is the engineering blog please

  • @5590priyank
    @5590priyank Рік тому

    does the structure of edge + shield + origin form kind of binary tree? otherwise sheild servers will be overloaded for viral content

  • @mahimahidhar
    @mahimahidhar Рік тому

    Hey Arpit! The availability of edge servers is limited by the availability of the shield servers. Further the geographical "nearness" is impacted since multiple edge servers map to single shield server. How do they get around this?

    • @AsliEngineering
      @AsliEngineering  Рік тому

      Shield servers are localised for a set of local edge servers.
      If sheild servers are down edge can always fallback to origin.

  • @sanskarsharma9494
    @sanskarsharma9494 Рік тому

    thanks for the content :]

  • @iamsajithk
    @iamsajithk Рік тому

    Can the edge server pull and cache contents from nearest edge server if needed?

  • @sourabhkhandelwal1568
    @sourabhkhandelwal1568 2 роки тому

    Amazing content.

  • @apptrendz
    @apptrendz 2 роки тому

    Can we leverage CDN functionality in microservice architecture ?

  • @MrAtomUniverse
    @MrAtomUniverse 2 роки тому

    Did they use rust ?

  • @sachinjindal4921
    @sachinjindal4921 2 роки тому

    Awesome 😎