並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 84件

新着順 人気順

point to point protocol in computer networksの検索結果1 - 40 件 / 84件

  • The History of the URL | The Cloudflare Blog

    On the 11th of January 1982 twenty-two computer scientists met to discuss an issue with ‘computer mail’ (now known as email). Attendees included the guy who would create Sun Microsystems, the guy who made Zork, the NTP guy, and the guy who convinced the government to pay for Unix. The problem was simple: there were 455 hosts on the ARPANET and the situation was getting out of control. This issue w

      The History of the URL | The Cloudflare Blog
    • 2019-nCoVについてのメモとリンク

      リンク集目次 国内外の状況 政府機関・国際機関等 学術情報 疫学論文 分子生物学/ウイルス学論文 臨床論文 インフォデミック関係 ワクチン関係 変異株関係 時系列メモ目次 新型コロナウイルス(2020年1月6日,11日) インペリグループによる患者数推定(2020年1月18日) 患者数急増,西浦さんたちの論文(2020年1月20日,23日) WHOはPHEIC宣言せず(2020年1月23-24日) 絶対リスクと相対リスク(2020年1月26日) 研究ラッシュが起こるかも(2020年1月27日) なぜ新感染症でなく指定感染症なのか? なぜ厚労省令でなく閣議決定なのか?(2020年1月27日) コロナウイルスに対する個人防御(2020年1月27日) 国内ヒト=ヒト感染発生(2020年1月28日) フォローアップセンター設置,緊急避難等(2020年1月29日) PHEICの宣言(2020年1月3

      • The new wave of Javascript web frameworks

        The new wave of Javascript web frameworksMake sense of the proliferation of new Javascript web frameworks. A deep dive into the problems at scale and the recent evolution of innovation. IntroductionStaying current in the Javascript ecosystem is not for the faint of heart. It’s challenging for those entering the industry to follow what’s happening amongst the new libraries, frameworks, concepts, an

          The new wave of Javascript web frameworks
        • Comparing HTTP/3 vs. HTTP/2 Performance

          We announced support for HTTP/3, the successor to HTTP/2 during Cloudflare’s birthday week last year. Our goal is and has always been to help build a better Internet. Collaborating on standards is a big part of that, and we're very fortunate to do that here. Even though HTTP/3 is still in draft status, we've seen a lot of interest from our users. So far, over 113,000 zones have activated HTTP/3 an

            Comparing HTTP/3 vs. HTTP/2 Performance
          • Go: A Documentary

            Go: A Documentary by Changkun Ou <changkun.de> (and many inputs from contributors) This document collects many interesting (publicly observable) issues, discussions, proposals, CLs, and talks from the Go development process, which intends to offer a comprehensive reference of the Go history. Disclaimer Most of the texts are written as subjective understanding based on public sources Factual and ty

            • GitHub - bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

              In general, what do you need in order to communicate? A common language (for the two ends to understand) A way to address who you want to communicate with A Connection (so the content of the communication can reach the recipients) What is TCP/IP? A set of protocols that define how two or more devices can communicate with each other. To learn more about TCP/IP, read here What is Ethernet? Ethernet

                GitHub - bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
              • How Docker Desktop Networking Works Under the Hood | Docker

                Modern applications make extensive use of networks. At build time it’s common to apt-get/dnf/yum/apk install a package from a Linux distribution’s package repository. At runtime an application may wish to connect() to an internal postgres or mysql database to persist some state, while also calling listen() and accept() to expose APIs and UIs over TCP and UDP ports. Meanwhile developers need to be

                  How Docker Desktop Networking Works Under the Hood | Docker
                • Hello IPv6: a minimal tutorial for IPv4 users

                  This website uses cookies to analyze the website traffic (Google Analytics). By clicking the accept button below to see the content on this site, you consent to the use of cookies. Your choice will be remembered for 365 days or until this cookie policy considerably changes. (2023-07-12) Accept IntroductionIt might be a bit funny to call this post “Hello IPv6”, since the first draft of IPv6 was pub

                    Hello IPv6: a minimal tutorial for IPv4 users
                  • SAD DNS Explained

                    This week, at the ACM CCS 2020 conference, researchers from UC Riverside and Tsinghua University announced a new attack against the Domain Name System (DNS) called SAD DNS (Side channel AttackeD DNS). This attack leverages recent features of the networking stack in modern operating systems (like Linux) to allow attackers to revive a classic attack category: DNS cache poisoning. As part of a coordi

                    • An AnandTech Interview with Jim Keller: 'The Laziest Person at Tesla'

                      Topics Covered AMD, Zen, and Project Skybridge Managing 10000 People at Intel The Future with Tenstorrent Engineers and People Skills Arm vs x86 vs RISC-V Living a Life of Abstraction Thoughts on Moore's Law Engineering the Right Team Idols, Maturity, and the Human Experience Nature vs Nurture Pushing Everyone To Be The Best Security, Ethics, and Group Belief Chips Made by AI, and Beyond Silicon A

                        An AnandTech Interview with Jim Keller: 'The Laziest Person at Tesla'
                      • The SaaS CTO Security Checklist Redux - Gold Fig — Peace of mind for infrastructure teams

                        Doing the basics goes a long way in keeping your company and product secure. This third1 edition of the SaaS CTO Security Checklist provides actionable security best practices CTOs (or anyone for that matter) can use to harden their security. This list is far from exhaustive, incomplete by nature since the security you need depends on your company, product, and assets. (e.hasAttribute('/')) ? e.re

                          The SaaS CTO Security Checklist Redux - Gold Fig — Peace of mind for infrastructure teams
                        • Rethinking Visual Programming with Go · divan's blog

                          This is a blog version of the talk I gave at GopherCon Europe 2019 (Canary Islands Edition), where I shared my thoughts on why Visual Programming Languages have failed and revealed for the first time my experiment on visualizing Go code. I could dive in straight into the project, but I do believe to truly appreciate it, I have to explain the thought line behind it first. It starts with an almost e

                            Rethinking Visual Programming with Go · divan's blog
                          • Why your website should be under 14kB in size | endtimes.dev

                            Having a smaller website makes it load faster — that's not surprising. What is surprising is that a 14kB page can load much faster than a 15kB page — maybe 612ms faster — while the difference between a 15kB and a 16kB page is trivial. This is because of the TCP slow start algorithm. This article will cover what that is, how it works, and why you should care. But first we'll quickly go over some of

                            • Head-of-Line Blocking in QUIC and HTTP/3: The Details

                              Robin Marx is a Web Performance and network protocol researcher at Hasselt University, Belgium. He is mainly looking into HTTP/3 and QUIC performance, and develops the qlog and qvis tools to make this easier. In a previous life he was a multiplayer game programmer and co-founder of LuGus Studios. YouTube videos of Robin are either humoristic technical talks or him hitting other people with longswo

                                Head-of-Line Blocking in QUIC and HTTP/3: The Details
                              • Introducing time.cloudflare.com

                                Cloudflare has always been a leader in deploying secure versions of insecure Internet protocols and making them available for free for anyone to use. In 2014, we launched one of the world’s first free, secure HTTPS service (Universal SSL) to go along with our existing free HTTP plan. When we launched the 1.1.1.1 DNS resolver, we also supported the new secure versions of DNS (DNS over HTTPS and DNS

                                  Introducing time.cloudflare.com
                                • RFC 9562: Universally Unique IDentifiers (UUIDs)

                                   Internet Engineering Task Force (IETF) K. Davis Request for Comments: 9562 Cisco Systems Obsoletes: 4122 B. Peabody Category: Standards Track Uncloud ISSN: 2070-1721 P. Leach University of Washington May 2024 Universally Unique IDentifiers (UUIDs) Abstract This specification defines UUIDs (Universally Unique IDentifiers) -- also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform Resou

                                    RFC 9562: Universally Unique IDentifiers (UUIDs)
                                  • Building a more accurate time service at Facebook scale

                                    UPDATE: To continue our support of this public NTP service, we have open-sourced our collection of NTP libraries on GitHub. Almost all of the billions of devices connected to the internet have onboard clocks, which need to be accurate to properly perform their functions. Many clocks contain inaccurate internal oscillators, which can cause seconds of inaccuracy per day and need to be periodically c

                                      Building a more accurate time service at Facebook scale
                                    • An Engineer's Hype-Free Observations on Web3 (and its Possibilities)

                                      The Web3 ecosystem has been variously described as a collective hallucination, a massive grift, an environmental disaster, a decentralized renaissance, and the future of the Internet. That’s a lot to live up (and down) to. Here in the PSL Studio, our veteran engineering team (hi, nice to meet you!) has been building fun new Web3 projects. Along the way, we’ve been taking notes on what we’ve learne

                                        An Engineer's Hype-Free Observations on Web3 (and its Possibilities)
                                      • Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies

                                        Ever since I started learning how to code, I have been fascinated by the level of trust we put in a simple command like this one: pip install package_nameSome programming languages, like Python, come with an easy, more or less official method of installing dependencies for your projects. These installers are usually tied to public code repositories where anyone can freely upload code packages for

                                          Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies
                                        • DataSpii - A global catastrophic data leak via browser extensions

                                          DataSpii: The catastrophic data leak via browser extensions Sam Jadali SecurityWithSam.com Abstract We present DataSpii (pronounced data-spy), the catastrophic data leak that occurs when any one of eight browser extensions collects browsing activity data — including personally identifiable information (PII) and corporate information (CI) — from unwitting Chrome and Firefox users. Our investigation

                                            DataSpii - A global catastrophic data leak via browser extensions
                                          • Solving common problems with Kubernetes

                                            I first learned Kubernetes ("k8s" for short) in 2018, when my manager sat me down and said "Cloudflare is migrating to Kubernetes, and you're handling our team's migration." This was slightly terrifying to me, because I was a good programmer and a mediocre engineer. I knew how to write code, but I didn't know how to deploy it, or monitor it in production. My computer science degree had taught me a

                                              Solving common problems with Kubernetes
                                            • How Does BlueSky Work?

                                              Home Blog 2024-02-24 One of the reasons I am enthusiastic about BlueSky is because of the way that it works. So in this post, I am going to lay out some of the design and the principles behind this design, as I understand them. I am not on the BlueSky team, so these are my takes only. Let’s begin. Why does BlueSky exist? Here’s what the BlueSky Website says right now: Social media is too important

                                              • Beej's Guide to Network Programming

                                                Wait! You also have to make a call to WSAStartup() before doing anything else with the sockets library. You pass in the Winsock version you desire to this function (e.g. version 2.2). And then you can check the result to make sure that version is available. The code to do that looks something like this: #include <winsock2.h> { WSADATA wsaData; if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0) { fprin

                                                • VSeeFace

                                                  Contents About Download Terms of use Credits VSFAvatar Tutorials Manual FAQ Virtual camera Transparency Network tracking Special blendshapes Expressions VMC protocol Model posing iPhone tracking Perception Neuron ThreeDPoseTracker Troubleshooting Preview in Unity Translations Running on Linux Troubleshooting Startup Tracking/Webcam Virtual camera Model issues Lipsync Game capture Log folder Perfor

                                                  • It's always TCP_NODELAY. Every damn time. - Marc's Blog

                                                    About Me My name is Marc Brooker. I've been writing code, reading code, and living vicariously through computers for as long as I can remember. I like to build things that work. I also dabble in machining, welding, cooking and skiing. I'm currently an engineer at Amazon Web Services (AWS) in Seattle, where I work on databases, serverless, and serverless databases. Before that, I worked on EC2 and

                                                    • Unimog - Cloudflare’s edge load balancer

                                                      As the scale of Cloudflare’s edge network has grown, we sometimes reach the limits of parts of our architecture. About two years ago we realized that our existing solution for spreading load within our data centers could no longer meet our needs. We embarked on a project to deploy a Layer 4 Load Balancer, internally called Unimog, to improve the reliability and operational efficiency of our edge n

                                                      • GitHub - Blackjacx/WWDC: You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳

                                                        WWDC 2020 Session Notes Thank You 🎉 Last years WWDC Session Notes was so successful that I decided to continue this form of WWDC session summary. I would like to take the moment to thank all of you for contribution, feedback, support and reading my session notes 🙏 Intro Usually it is much faster to read through some bullet points instead of watching a 50 min session video. Then if you find somet

                                                          GitHub - Blackjacx/WWDC: You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
                                                        • Configuring Wpa2 For Mac

                                                          Visiteurs depuis le 27/01/2019 : 7786 Connectés : 1 Record de connectés : 29 Jul 19, 2016 - Whether you got a new Mac, a new Wi-Fi router, or you're visiting. None; WEP; WPA/WPA2 Personal; WPA2 Personal; Dynamic WEP. Before you change your settings, follow these steps:. Make sure that your Wi–Fi router's firmware is up to date. For AirPort Time Capsule, AirPort Extreme, or AirPort Express Base Sta

                                                            Configuring Wpa2 For Mac
                                                          • Wireless Help For Mac

                                                            Visiteurs depuis le 26/01/2019 : 5360 Connectés : 1 Record de connectés : 11 First, determine what the issue is. Knowing what's wrong will help you identify appropriate troubleshooting steps. Does the symptom occur with more than one Wi-Fi device?. Wi-Fi issues may be related to the network in question or they may be related to the Wi-Fi computer joining that network. Usually, if other computers o

                                                              Wireless Help For Mac
                                                            • Zero Trust Information

                                                              Yesterday Google ordered its entire North American staff to work from home as part of an effort to limit the spread of SARS-CoV-2, the virus that leads to COVID-19. It is an appropriate move for any organization that can do so; furthermore, Google, along with the other major tech companies, also plans to pay its army of contractors that normally provide services for those employees. Google’s large

                                                                Zero Trust Information
                                                              • Distributed Locks are Dead; Long Live Distributed Locks!

                                                                Distinguished Engineer Ensar’s primary areas of interest are distributed data, replication, consistency, and storage. He has more than seven years of hands-on expertise in designing, developing, and testing distributed algorithms, with solid experience in concurrency. He has authored a number of articles on distributed data and stream processing, and is a frequent speaker at industry conferences o

                                                                  Distributed Locks are Dead; Long Live Distributed Locks!
                                                                • Why it's too early to get excited about Web3

                                                                  Join the O'Reilly online learning platform. Get a free trial today and find answers on the fly, or master something new and useful. Learn more Decentralization versus centralization The term Web 3.0 was used in 2006 by Tim Berners-Lee, the creator of the World Wide Web, as a look forward to the next stage of the web beyond Web 2.0. He thought that the “Semantic Web” was going to be central to that

                                                                    Why it's too early to get excited about Web3
                                                                  • Web Real-Time Communications (WebRTC) transforms the communications landscape; becomes a World Wide Web Consortium (W3C) Recommendation and multiple Internet Engineering Task Force (IETF) standards

                                                                    WebRTC enables rich, interactive, live voice and video communications anywhere on the Web, boosting global interconnection Read testimonials from W3C Members. https://www.w3.org/ and https://www.ietf.org/ — 26 January 2021 — The World Wide Web Consortium (W3C) and the Internet Engineering Task Force (IETF) announced today that Web Real-Time Communications (WebRTC), which powers myriad services, is

                                                                      Web Real-Time Communications (WebRTC) transforms the communications landscape; becomes a World Wide Web Consortium (W3C) Recommendation and multiple Internet Engineering Task Force (IETF) standards
                                                                    • New zine: HTTP: Learn your browser's language!

                                                                      Hello! I’ve released a new zine! It’s called “HTTP: Learn your browsers language!” You can get it for $12 at https://wizardzines.com/zines/http. If you buy it, you’ll get a PDF that you can either read on your computer or print out. Here’s the cover and table of contents: why http? I got the idea for this zine from talking to Marco Rogers – he mentioned that he thought that new web developers / mo

                                                                      • NIST Special Publication 800-207 ゼロトラスト・アーキテクチャ

                                                                        NIST Special Publication 800-207 䝊䝻䝖䝷䝇䝖䞉䜰䞊䜻䝔䜽䝏䝱 Scott Rose Oliver Borchert Stu Mitchell Sean Connelly ᮏ᭩䛿䚸௨ୗ䜘䜚↓ᩱ䛷฼⏝ྍ⬟䛷䛒䜛䠖 https://doi.org/10.6028/NIST.SP.800-207 C O M P U T E R S E C U R I T Y 㑥ヂ䠖PwC䝁䞁䝃䝹䝔䜱䞁䜾ྜྠ఍♫ ᮏᩥ᭩䛿䚸ཎ඾䛻ἢ䛳䛶䛷䛝䜛䛰䛡ᛅᐇ䛻⩻ヂ䛩䜛䜘䛖ດ䜑䛶䛔䜎䛩䛜䚸᏶඲ᛶ䚸 ṇ☜ᛶ䜢ಖド䛩䜛䜒䛾䛷䛿 䛒䜚䜎䛫䜣䚹 ⩻ヂ┘ಟ୺య䛿䚸ᮏᩥ᭩䛻グ㍕䛥䜜䛶䛔䜛᝟ሗ䜘䜚⏕䛨䜛ᦆኻ䜎䛯䛿ᦆᐖ䛻ᑐ䛧䛶䚸䛔䛛䛺䜛ே ≀䛒䜛䛔䛿ᅋయ䛻䛴䛔䛶䜒㈐௵䜢㈇䛖䜒䛾䛷䛿䛒䜚䜎䛫䜣䚹 NIST Special Publication 800-207 䝊䝻䝖䝷䝇䝖䞉䜰䞊䜻䝔䜽䝏䝱 Scott Ros

                                                                        • Best Nas Drive For Mac

                                                                          Visiteurs depuis le 26/01/2019 : 3675 Connectés : 1 Record de connectés : 27 Best DVD Ripper for Mac/Win to Fast Rip DVD to NAS Drive MacX DVD Ripper Pro allows you to rip any DVD to MKV, MP4, MOV, AVI, FLV, WMV and more for storing on NAS drive or playback on various media players or mobile devices with ease. Jun 20, 2018 - Best NAS box for media streaming and backup. Network-attached storage (NA

                                                                            Best Nas Drive For Mac
                                                                          • Protocols, Not Platforms: A Technological Approach to Free Speech

                                                                            Essays and Scholarship Protocols, Not Platforms: A Technological Approach to Free Speech Altering the internet's economic and digital infrastructure to promote free speech By Mike Masnick August 21, 2019 After a decade or so of the general sentiment being in favor of the internet and social media as a way to enable more speech and improve the marketplace of ideas, in the last few years the view ha

                                                                              Protocols, Not Platforms: A Technological Approach to Free Speech
                                                                            • The Metaverse: What It Is, Where to Find it, and Who Will Build It — MatthewBall.co

                                                                              The Metaverse: What It Is, Where to Find it, and Who Will Build It Note: This essay was released in January 2020, expanding on a piece I wrote in 2018. In June 2021, I released a nine-part update, 'The Metaverse Primer'. In July of 2022, W. W. Norton publishes my book “The Metaverse and How It Will Revolutionize Everything”. In the spirit of openness, I’ve kept all my old essays up. But I would lo

                                                                                The Metaverse: What It Is, Where to Find it, and Who Will Build It — MatthewBall.co
                                                                              • Iota Vs Waltonchain Where Can I Earn Neos Gas For Mac

                                                                                Visiteurs depuis le 27/01/2019 : 4184 Connectés : 1 Record de connectés : 23 Iota Vs Walton Chain Where Can I Earn Neos Gas For Mac DownloadIOTA vs WaltonChain vs VeChain vs Modum vs WaBi - Documentary - Why IoT Crypto Coins Are Solid Picks. Earn With Sapna 6 days ago. SIACOIN PRICE PREDICTION & PRICE MOVING UP| SIACOIN MINING #SIACOIN #GAMESZCRYPTO. Bitcoin Ethereum Ripple Bitcoin Cash Litecoin C

                                                                                  Iota Vs Waltonchain Where Can I Earn Neos Gas For Mac
                                                                                • OpenSSH: Release Notes

                                                                                  OpenSSH Release Notes OpenSSH 9.7/9.7p1 (2024-03-11) OpenSSH 9.7 was released on 2024-03-11. It is available from the mirrors listed at https://www.openssh.com/. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed