+ Visit England Mad for Latest News, Transfer Gossip, Fixtures and Match Results
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 39

Thread: Outrage

  1. #1
    Join Date
    Feb 2006
    Posts
    16,701

    Outrage

    FACEBOOK and its sibling forums have gone down due to an "outrage" BOOM you heard it here first

  2. #2
    Join Date
    Apr 2018
    Posts
    1,978
    We had massive outage dropout in the Tricky household,
    No Instagram,
    No Facebook,
    Even Tiktok was erratic at one point which was a big concern.
    Even the street lights went out for 20 minutes around 19.30 which maybe was just a coincidence though.
    But we battled on with stiff upper lips and survived.

  3. #3
    Join Date
    Apr 2018
    Posts
    1,978
    Oh for the days Ps, For you North folk "Les plus visités". means "Most visited" in French
    Name:  myspace 2.jpg
Views: 193
Size:  74.5 KB
    Last edited by Tricky1966; 05-10-2021 at 04:52 AM.

  4. #4
    Join Date
    Aug 2002
    Posts
    20,183
    We know. But ta for confirming the south is, in fact, abroad.

  5. #5
    Join Date
    Apr 2018
    Posts
    1,978
    Quote Originally Posted by griff View Post
    We know. But ta for confirming the south is, in fact, abroad.
    Well yes we are close to the Isle of Wight just as you lot are to Scotland.

  6. #6
    Join Date
    Apr 2018
    Posts
    1,978
    Let Tricky explain it to you in simple terms...

    Understanding How Facebook Disappeared from the Internet
    04/10/2021


    “Facebook can't be down, can it?”, we thought, for a second.

    Today at 15:51 UTC, we opened an internal incident entitled "Facebook DNS lookup returning SERVFAIL" because we were worried that something was wrong with our DNS resolver 1.1.1.1. But as we were about to post on our public status page we realized something else more serious was going on.

    Social media quickly burst into flames, reporting what our engineers rapidly confirmed too. Facebook and its affiliated services WhatsApp and Instagram were, in fact, all down. Their DNS names stopped resolving, and their infrastructure IPs were unreachable. It was as if someone had "pulled the cables" from their data centers all at once and disconnected them from the Internet.

    How's that even possible?

    Update from Facebook
    Facebook has now published a blog post giving some details of what happened internally. Externally, we saw the BGP and DNS problems outlined in this post but the problem actually began with a configuration change that affected the entire internal backbone. That cascaded into Facebook and other properties disappearing and staff internal to Facebook having difficulty getting service going again.

    Now on to what we saw from the outside.

    Meet BGP
    BGP stands for Border Gateway Protocol. It's a mechanism to exchange routing information between autonomous systems (AS) on the Internet. The big routers that make the Internet work have huge, constantly updated lists of the possible routes that can be used to deliver every network packet to their final destinations. Without BGP, the Internet routers wouldn't know what to do, and the Internet wouldn't work.

    The Internet is literally a network of networks, and it’s bound together by BGP. BGP allows one network (say Facebook) to advertise its presence to other networks that form the Internet. As we write Facebook is not advertising its presence, ISPs and other networks can’t find Facebook’s network and so it is unavailable.

    The individual networks each have an ASN: an Autonomous System Number. An Autonomous System (AS) is an individual network with a unified internal routing policy. An AS can originate prefixes (say that they control a group of IP addresses), as well as transit prefixes (say they know how to reach specific groups of IP addresses).

    Cloudflare's ASN is AS13335. Every ASN needs to announce its prefix routes to the Internet using BGP; otherwise, no one will know how to connect and where to find us.

    Our learning center has a good overview of what BGP and ASNs are and how they work.

    In this simplified diagram, you can see six autonomous systems on the Internet and two possible routes that one packet can use to go from Start to End. AS1 → AS2 → AS3 being the fastest, and AS1 → AS6 → AS5 → AS4 → AS3 being the slowest, but that can be used if the first fails.


    At 15:58 UTC we noticed that Facebook had stopped announcing the routes to their DNS prefixes. That meant that, at least, Facebook’s DNS servers were unavailable. Because of this Cloudflare’s 1.1.1.1 DNS resolver could no longer respond to queries asking for the IP address of facebook.com or instagram.com.

    route-views>show ip bgp 185.89.218.0/23
    % Network not in table
    route-views>

    route-views>show ip bgp 129.134.30.0/23
    % Network not in table
    route-views>
    Meanwhile, other Facebook IP addresses remained routed but weren’t particularly useful since without DNS Facebook and related services were effectively unavailable:

    route-views>show ip bgp 129.134.30.0
    BGP routing table entry for 129.134.0.0/17, version 1025798334
    Paths: (24 available, best #14, table default)
    Not advertised to any peer
    Refresh Epoch 2
    3303 6453 32934
    217.192.89.50 from 217.192.89.50 (138.187.128.158)
    Origin IGP, localpref 100, valid, external
    Community: 3303:1004 3303:1006 3303:3075 6453:3000 6453:3400 6453:3402
    path 7FE1408ED9C8 RPKI State not found
    rx pathid: 0, tx pathid: 0
    Refresh Epoch 1
    route-views>
    We keep track of all the BGP updates and announcements we see in our global network. At our scale, the data we collect gives us a view of how the Internet is connected and where the traffic is meant to flow from and to everywhere on the planet.

    A BGP UPDATE message informs a router of any changes you’ve made to a prefix advertisement or entirely withdraws the prefix. We can clearly see this in the number of updates we received from Facebook when checking our time-series BGP database. Normally this chart is fairly quiet: Facebook doesn’t make a lot of changes to its network minute to minute.

    But at around 15:40 UTC we saw a peak of routing changes from Facebook. That’s when the trouble began.


    If we split this view by routes announcements and withdrawals, we get an even better idea of what happened. Routes were withdrawn, Facebook’s DNS servers went offline, and one minute after the problem occurred, Cloudflare engineers were in a room wondering why 1.1.1.1 couldn’t resolve facebook.com and worrying that it was somehow a fault with our systems.


    With those withdrawals, Facebook and its sites had effectively disconnected themselves from the Internet.

    DNS gets affected
    As a direct consequence of this, DNS resolvers all over the world stopped resolving their domain names.

    ➜ ~ dig @1.1.1.1 facebook.com
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 31322
    ;facebook.com. IN A
    ➜ ~ dig @1.1.1.1 whatsapp.com
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 31322
    ;whatsapp.com. IN A
    ➜ ~ dig @8.8.8.8 facebook.com
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 31322
    ;facebook.com. IN A
    ➜ ~ dig @8.8.8.8 whatsapp.com
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 31322
    ;whatsapp.com. IN A
    This happens because DNS, like many other systems on the Internet, also has its routing mechanism. When someone types the https://facebook.com URL in the browser, the DNS resolver, responsible for translating domain names into actual IP addresses to connect to, first checks if it has something in its cache and uses it. If not, it tries to grab the answer from the domain nameservers, typically hosted by the entity that owns it.

    If the nameservers are unreachable or fail to respond because of some other reason, then a SERVFAIL is returned, and the browser issues an error to the user.

    Again, our learning center provides a good explanation on how DNS works.


    Due to Facebook stopping announcing their DNS prefix routes through BGP, our and everyone else's DNS resolvers had no way to connect to their nameservers. Consequently, 1.1.1.1, 8.8.8.8, and other major public DNS resolvers started issuing (and caching) SERVFAIL responses.

    But that's not all. Now human behavior and application logic kicks in and causes another exponential effect. A tsunami of additional DNS traffic follows.

    This happened in part because apps won't accept an error for an answer and start retrying, sometimes aggressively, and in part because end-users also won't take an error for an answer and start reloading the pages, or killing and relaunching their apps, sometimes also aggressively.

    This is the traffic increase (in number of requests) that we saw on 1.1.1.1:


    So now, because Facebook and their sites are so big, we have DNS resolvers worldwide handling 30x more queries than usual and potentially causing latency and timeout issues to other platforms.


    The vast majority of our DNS requests kept resolving in under 10ms. At the same time, a minimal fraction of p95 and p99 percentiles saw increased response times, probably due to expired TTLs having to resort to the Facebook nameservers and timeout. The 10 seconds DNS timeout limit is well known amongst engineers.


    Impacting other services
    People look for alternatives and want to know more or discuss what’s going on. When Facebook became unreachable, we started seeing increased DNS queries to Twitter, Signal and other messaging and social media platforms.


    We can also see another side effect of this unreachability in our WARP traffic to and from Facebook's affected ASN 32934. This chart shows how traffic changed from 15:45 UTC to 16:45 UTC compared with three hours before in each country. All over the world WARP traffic to and from Facebook’s network simply disappeared.


    The Internet
    Today's events are a gentle reminder that the Internet is a very complex and interdependent system of millions of systems and protocols working together. That trust, standardization, and cooperation between entities are at the center of making it work for almost five billion active users worldwide.

    Update
    At around 21:00 UTC we saw renewed BGP activity from Facebook's network which peaked at 21:17 UTC.


    This chart shows the availability of the DNS name 'facebook.com' on Cloudflare's DNS resolver 1.1.1.1. It stopped being available at around 15:50 UTC and returned at 21:20 UTC.


    Undoubtedly Facebook, WhatsApp and Instagram services will take further time to come online but as of 21:28 UTC Facebook appears to be reconnected to the global Internet and DNS working again.

    Discuss on Twitter
    Discuss on Hacker News
    Trends Outage BGP DNS
    Follow on Twitter

    Celso Martinho |@celso
    Tom Strickx |@tstrickx
    Cloudflare |Cloudflare
    ,
    Security

    Network-layer DDoS attack trends for Q4 2020
    DDoS attack trends in the final quarter of 2020 defied norms in many ways. For the first time in 2020, Cloudflare observed an increase in the number of large DDoS attacks. Specifically, the number of attacks over 500Mbps and 50K pps saw a massive uptick....

    By
    Vivek Ganti
    , Omer Yoachimik
    DDoS and Professor Tricky DOCS, DOCP.
    ,
    Last edited by Tricky1966; 05-10-2021 at 09:57 AM.

  7. #7
    Join Date
    Aug 2002
    Posts
    20,183
    Oh. Ah.

  8. #8
    Join Date
    Apr 2018
    Posts
    1,978
    Quote Originally Posted by griff View Post
    Oh. Ah.
    I bet Chalky would understand it.
    As you know he is a wizard with technology

  9. #9
    Join Date
    Aug 2002
    Posts
    20,183

  10. #10
    Join Date
    Feb 2006
    Posts
    16,701
    #anonymous

Page 1 of 4 123 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •