mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 23:48:03 +00:00
Deployed 1c8e9f7 with MkDocs version: 1.0.4
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="../../img/favicon.ico">
|
||||
<title>Introduction - school_of_sre</title>
|
||||
<title>Introduction - SchoolOfSRE</title>
|
||||
<link href="../../css/bootstrap-custom.min.css" rel="stylesheet">
|
||||
<link href="../../css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="../../css/base.css" rel="stylesheet">
|
||||
@@ -39,7 +39,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="../..">school_of_sre</a>
|
||||
<a class="navbar-brand" href="../..">SchoolOfSRE</a>
|
||||
</div>
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
@@ -49,50 +49,57 @@
|
||||
<li >
|
||||
<a href="../..">Home</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Git <b class="caret"></b></a>
|
||||
<li class="dropdown active">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Fundamentals Series <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#">Git</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li >
|
||||
<a href="../../git/git-basics/">Git Basics</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../git/branches/">Working With Branches</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../git/github-hooks/">Github and Hooks</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown active">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Linux Networking <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#">Linux Networking</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li class="active">
|
||||
<a href="./">Introduction</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../dns/">DNS</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../udp/">UDP</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../http/">HTTP</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../tcp/">TCP</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../ipr/">Routing and Conclusion</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
@@ -146,32 +153,38 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Big Data <b class="caret"></b></a>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Data <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li class="dropdown-submenu">
|
||||
<a href="#">Big Data</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/intro/">Introduction</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/overview/">Overview of Big Data</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/usage/">Usage of Big Data techniques</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/evolution/">Evolution of Hadoop</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/architecture/">Architecture of Hadoop</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li >
|
||||
<a href="../../big_data/tasks/">Tasks and conclusion</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
@@ -187,7 +200,7 @@
|
||||
</li>
|
||||
|
||||
<li >
|
||||
<a href="../../security/network_security/">Network Securuty</a>
|
||||
<a href="../../security/network_security/">Network Security</a>
|
||||
</li>
|
||||
|
||||
<li >
|
||||
@@ -221,16 +234,17 @@
|
||||
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
|
||||
<ul class="nav bs-sidenav">
|
||||
<li class="main active"><a href="#linux-networking-fundamentals">Linux Networking Fundamentals</a></li>
|
||||
<li><a href="#pre-reads">Pre - Reads</a></li>
|
||||
<li><a href="#prerequisites">Prerequisites</a></li>
|
||||
<li><a href="#what-to-expect-from-this-course">What to expect from this course</a></li>
|
||||
<li><a href="#what-is-not-covered-under-this-course">What is not covered under this course</a></li>
|
||||
<li><a href="#course-content">Course Content</a></li>
|
||||
<li><a href="#table-of-contents">Table of Contents</a></li>
|
||||
</ul>
|
||||
</div></div>
|
||||
<div class="col-md-9" role="main">
|
||||
|
||||
<h1 id="linux-networking-fundamentals">Linux Networking Fundamentals</h1>
|
||||
<h2 id="pre-reads">Pre - Reads</h2>
|
||||
<h2 id="prerequisites">Prerequisites</h2>
|
||||
<p>This course requires high-level knowledge of commonly used jargon in TCP/IP stack like DNS, TCP, UDP and HTTP. Basic familiarity with Linux jargon is sufficient to start this course. This course also expects basic exposure to Linux command-line tools. The course will require you to install certain utilities and run them as a part of the course exercises.</p>
|
||||
<h2 id="what-to-expect-from-this-course">What to expect from this course</h2>
|
||||
<p>Throughout the course, we cover how an SRE can optimize the system to improve their web stack performance and troubleshoot if there is an issue in any of the layers of the networking stack. This course tries to dig through each layer of traditional TCP/IP stack and expects an SRE to have a picture beyond the bird’s eye view of the functioning of the Internet.</p>
|
||||
@@ -238,7 +252,15 @@
|
||||
<p>This course spends time on the fundamentals. We are not covering concepts like HTTP/2.0, QUIC, TCP congestion control protocols, Anycast, BGP, CDN, Tunnels and Multicast. We expect that this course will provide the relevant basics to understand such concepts</p>
|
||||
<h2 id="course-content">Course Content</h2>
|
||||
<h3 id="birds-eye-view-of-the-course">Birds eye view of the course</h3>
|
||||
<p>The course covers the question “What happens when you open linkedin.com in your browser?” The course follows the flow of TCP/IP stack.More specifically, the course covers topics of Application layer protocols DNS and HTTP, transport layer protocols UDP and TCP, networking layer protocol IP and Data Link Layer protocol </p></div>
|
||||
<p>The course covers the question “What happens when you open linkedin.com in your browser?” The course follows the flow of TCP/IP stack.More specifically, the course covers topics of Application layer protocols DNS and HTTP, transport layer protocols UDP and TCP, networking layer protocol IP and Data Link Layer protocol </p>
|
||||
<h2 id="table-of-contents">Table of Contents</h2>
|
||||
<ol>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/linux_networking/dns/">DNS</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/linux_networking/udp/">UDP</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/linux_networking/http/">HTTP</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/linux_networking/tcp/">TCP</a></li>
|
||||
<li><a href="https://linkedin.github.io/school-of-sre/linux_networking/ipr/">IP Routing</a></li>
|
||||
</ol></div>
|
||||
</div>
|
||||
|
||||
<footer class="col-md-12">
|
||||
|
||||
Reference in New Issue
Block a user