{"id":1792,"date":"2026-02-06T15:34:50","date_gmt":"2026-02-06T15:34:50","guid":{"rendered":"https:\/\/www.xopsschool.com\/tutorials\/?p=1792"},"modified":"2026-02-06T15:34:51","modified_gmt":"2026-02-06T15:34:51","slug":"how-does-the-internet-work","status":"publish","type":"post","link":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/","title":{"rendered":"How Does the Internet Work?"},"content":{"rendered":"\n<p>The <strong>Internet<\/strong> is a global network of interconnected computers that communicate using standard protocols to share data across the world.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE\" alt=\"\"\/><\/figure>\n\n\n\n<p>In simple words:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The Internet works by breaking data into small pieces (called packets), sending them through cables and routers, and reassembling them at the destination.<\/p>\n<\/blockquote>\n\n\n\n<p>Let\u2019s understand step-by-step.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step-by-Step: What Happens When You Open a Website?<\/h2>\n\n\n\n<p>Suppose you open <strong><a href=\"http:\/\/www.google.com\/\">www.google.com<\/a><\/strong> in your browser.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: You Enter a Website Name (Domain Name)<\/h3>\n\n\n\n<p>You type: <code>www.google.com<\/code><\/p>\n\n\n\n<p>But computers don\u2019t understand names \u2014 they understand <strong>IP addresses<\/strong> (like <code>142.250.183.36<\/code>).<\/p>\n\n\n\n<p>So your system asks:<\/p>\n\n\n\n<p>\ud83d\udc49 \u201cWhat is the IP address of google.com?\u201d<\/p>\n\n\n\n<p>This is done using:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">DNS (Domain Name System)<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/andreyka26.com\/assets\/2023-08-21-how-to-create-domain-and-point-it-to-your-id-address\/logo-wide.png\" alt=\"Image\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/cdn.shortpixel.ai\/spai\/q_lossy%2Bret_img%2Bto_webp\/wp-public-fs.s3.ap-south-1.amazonaws.com\/tasks\/165d58952b1e9854faee9d165e220fad987e31ad63557b\/images\/602c130c2edd0f001a8d5ed9-65df147eb8c35.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>DNS converts:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>www.google.com \u2192 142.250.x.x\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Your Data Is Broken into Packets<\/h3>\n\n\n\n<p>Your request is divided into small units called <strong>data packets<\/strong>.<\/p>\n\n\n\n<p>Each packet contains:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Source IP<\/li>\n\n\n\n<li>Destination IP<\/li>\n\n\n\n<li>Data<\/li>\n\n\n\n<li>Sequence number<\/li>\n<\/ul>\n\n\n\n<p>Think of it like sending a book in many small envelopes.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Packets Travel Through Routers<\/h3>\n\n\n\n<p>The packets travel through:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your WiFi Router<\/li>\n\n\n\n<li>Your ISP (Internet Service Provider)<\/li>\n\n\n\n<li>Multiple backbone routers<\/li>\n\n\n\n<li>Google\u2019s data center<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.oracle.com\/cd\/E18752_01\/html\/816-4554\/figures\/nwt_routing_domains.png\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Each router checks:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u201cWhere should I send this packet next?\u201d<\/p>\n<\/blockquote>\n\n\n\n<p>And forwards it toward the destination.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Server Responds<\/h3>\n\n\n\n<p>The website server (Google\u2019s server) receives your request and sends back:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>HTML<\/li>\n\n\n\n<li>CSS<\/li>\n\n\n\n<li>JavaScript<\/li>\n\n\n\n<li>Images<\/li>\n<\/ul>\n\n\n\n<p>Again in <strong>packets<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Your Browser Reassembles the Data<\/h3>\n\n\n\n<p>Your computer:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Collects all packets<\/li>\n\n\n\n<li>Arranges them in correct order<\/li>\n\n\n\n<li>Displays the webpage<\/li>\n<\/ul>\n\n\n\n<p>And you see the website <\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Technologies That Make Internet Work<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1\ufe0f\u20e3 TCP\/IP Protocol<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TCP<\/strong> \u2192 Ensures data arrives correctly<\/li>\n\n\n\n<li><strong>IP<\/strong> \u2192 Provides addressing system<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2\ufe0f\u20e3 Routers<\/h3>\n\n\n\n<p>Forward packets between networks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3\ufe0f\u20e3 DNS<\/h3>\n\n\n\n<p>Converts domain names to IP addresses.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4\ufe0f\u20e3 Cables<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fiber optic cables<\/li>\n\n\n\n<li>Undersea cables<\/li>\n\n\n\n<li>Wireless signals<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Real Example Flow (Interview Style)<\/h2>\n\n\n\n<p>When a user types a URL:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>DNS resolves domain to IP.<\/li>\n\n\n\n<li>TCP connection is established (3-way handshake).<\/li>\n\n\n\n<li>HTTP\/HTTPS request is sent.<\/li>\n\n\n\n<li>Server processes request.<\/li>\n\n\n\n<li>Response is returned.<\/li>\n\n\n\n<li>Browser renders content.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Simple Analogy<\/h2>\n\n\n\n<p>Internet works like a <strong>postal system<\/strong>:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Internet<\/th><th>Real Life<\/th><\/tr><\/thead><tbody><tr><td>IP Address<\/td><td>Home Address<\/td><\/tr><tr><td>Data Packet<\/td><td>Letter<\/td><\/tr><tr><td>Router<\/td><td>Post Office<\/td><\/tr><tr><td>DNS<\/td><td>Contact Directory<\/td><\/tr><tr><td>TCP<\/td><td>Courier tracking<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Internet is a global network of interconnected computers that communicate using standard protocols to share data across the world. In simple words: The Internet works by breaking data into small pieces (called packets), sending them through cables and routers, and reassembling them at the destination. Let\u2019s understand step-by-step. Step-by-Step: What Happens When You Open &#8230; <a title=\"How Does the Internet Work?\" class=\"read-more\" href=\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\" aria-label=\"Read more about How Does the Internet Work?\">Read more<\/a><\/p>\n","protected":false},"author":200020,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1792","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Does the Internet Work? - XOps Tutorials!!!<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Does the Internet Work? - XOps Tutorials!!!\" \/>\n<meta property=\"og:description\" content=\"The Internet is a global network of interconnected computers that communicate using standard protocols to share data across the world. In simple words: The Internet works by breaking data into small pieces (called packets), sending them through cables and routers, and reassembling them at the destination. Let\u2019s understand step-by-step. Step-by-Step: What Happens When You Open ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\" \/>\n<meta property=\"og:site_name\" content=\"XOps Tutorials!!!\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-06T15:34:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T15:34:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE\" \/>\n<meta name=\"author\" content=\"Pritesh Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pritesh Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\"},\"author\":{\"name\":\"Pritesh Kumar\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\"},\"headline\":\"How Does the Internet Work?\",\"datePublished\":\"2026-02-06T15:34:50+00:00\",\"dateModified\":\"2026-02-06T15:34:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\"},\"wordCount\":339,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\",\"name\":\"How Does the Internet Work? - XOps Tutorials!!!\",\"isPartOf\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE\",\"datePublished\":\"2026-02-06T15:34:50+00:00\",\"dateModified\":\"2026-02-06T15:34:51+00:00\",\"author\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage\",\"url\":\"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE\",\"contentUrl\":\"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.xopsschool.com\/tutorials\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Does the Internet Work?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#website\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/\",\"name\":\"XOps Tutorials!!!\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1\",\"name\":\"Pritesh Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g\",\"caption\":\"Pritesh Kumar\"},\"description\":\"Devops Engineer at Cotocus pvt.ltd\",\"url\":\"https:\/\/www.xopsschool.com\/tutorials\/author\/priteshcotocus\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Does the Internet Work? - XOps Tutorials!!!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/","og_locale":"en_US","og_type":"article","og_title":"How Does the Internet Work? - XOps Tutorials!!!","og_description":"The Internet is a global network of interconnected computers that communicate using standard protocols to share data across the world. In simple words: The Internet works by breaking data into small pieces (called packets), sending them through cables and routers, and reassembling them at the destination. Let\u2019s understand step-by-step. Step-by-Step: What Happens When You Open ... Read more","og_url":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/","og_site_name":"XOps Tutorials!!!","article_published_time":"2026-02-06T15:34:50+00:00","article_modified_time":"2026-02-06T15:34:51+00:00","og_image":[{"url":"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE","type":"","width":"","height":""}],"author":"Pritesh Kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pritesh Kumar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#article","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/"},"author":{"name":"Pritesh Kumar","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1"},"headline":"How Does the Internet Work?","datePublished":"2026-02-06T15:34:50+00:00","dateModified":"2026-02-06T15:34:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/"},"wordCount":339,"commentCount":0,"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage"},"thumbnailUrl":"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/","url":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/","name":"How Does the Internet Work? - XOps Tutorials!!!","isPartOf":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage"},"image":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage"},"thumbnailUrl":"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE","datePublished":"2026-02-06T15:34:50+00:00","dateModified":"2026-02-06T15:34:51+00:00","author":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1"},"breadcrumb":{"@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#primaryimage","url":"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE","contentUrl":"https:\/\/media.licdn.com\/dms\/image\/v2\/C5612AQHzoVN4iU3dsg\/article-inline_image-shrink_1500_2232\/article-inline_image-shrink_1500_2232\/0\/1520040109272?e=1770854400&amp;v=beta&amp;t=LzVJvAj5bk-YqaF4Zg9B-_wVDoeiIlDd2QyjJzIs8fE"},{"@type":"BreadcrumbList","@id":"https:\/\/www.xopsschool.com\/tutorials\/how-does-the-internet-work\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.xopsschool.com\/tutorials\/"},{"@type":"ListItem","position":2,"name":"How Does the Internet Work?"}]},{"@type":"WebSite","@id":"https:\/\/www.xopsschool.com\/tutorials\/#website","url":"https:\/\/www.xopsschool.com\/tutorials\/","name":"XOps Tutorials!!!","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xopsschool.com\/tutorials\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/121833f332dc4a3674d2904cface44f1","name":"Pritesh Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.xopsschool.com\/tutorials\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/231a0e8b7a02636f2fbacf8dcf4494cb1cc0d49ecc9a8165fbaeaeeaf102641a?s=96&d=mm&r=g","caption":"Pritesh Kumar"},"description":"Devops Engineer at Cotocus pvt.ltd","url":"https:\/\/www.xopsschool.com\/tutorials\/author\/priteshcotocus\/"}]}},"_links":{"self":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/1792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/users\/200020"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/comments?post=1792"}],"version-history":[{"count":1,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/1792\/revisions"}],"predecessor-version":[{"id":1793,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/posts\/1792\/revisions\/1793"}],"wp:attachment":[{"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/media?parent=1792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/categories?post=1792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xopsschool.com\/tutorials\/wp-json\/wp\/v2\/tags?post=1792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}