{"id":1462,"date":"2022-07-28T21:35:35","date_gmt":"2022-07-28T21:35:35","guid":{"rendered":"https:\/\/diringkas.com\/?p=1462"},"modified":"2022-07-28T21:35:37","modified_gmt":"2022-07-28T21:35:37","slug":"cara-kerja-internet","status":"publish","type":"post","link":"https:\/\/diringkas.com\/en\/how-the-internet-work\/","title":{"rendered":"How Does the Internet Work? Simple and Detailed Explanation"},"content":{"rendered":"\r\n\r\nWhen you visit this website, you have done what is called using the internet, it occurred to us, how does the internet work? Here I will explain simply and in detail.\r\n\r\n\r\n<h2 class=\"wp-block-heading\">How the internet works<\/h2>\r\n\r\n<h3 class=\"wp-block-heading\">Easy explanation<\/h3>\r\n\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" class=\"wp-image-1466 lazyload\" data-src=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-1024x576.jpg\" alt=\"how does the internet work\" data-srcset=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-1024x576.jpg 1024w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-300x169.jpg 300w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-768x432.jpg 768w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-1536x864.jpg 1536w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-2048x1152.jpg 2048w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-18x10.jpg 18w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/internet1-150x84.jpg 150w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\" \/><\/figure>\r\n\r\n\r\nThe scenario is when visiting a website, the first thing you do is open a browser and then type in the address of the website you want to go to or usually open <em>a search engine<\/em> and enter the search you are looking for, then click on the search results and enter the website you are targeting.\r\n\r\n\r\n\r\nWhen doing the above, what happens is the browser acts as an intermediary between you and the website to display visuals from that website, then the internet acts as a bridge to that website.\r\n\r\n\r\n\r\nWhen you press enter after typing a keyword in <em>a search engine<\/em> , the internet sends an HTTP request to the website&#8217;s server to send a copy to you using TCP\/IP, then when the server accepts your request, it sends a copy of the website to your browser.\r\nAfter the browser receives a copy of the website, the browser will display the requested page from the website server.\r\n\r\n\r\n\r\nSimply put, when we <strong>download,<\/strong> what the internet does is <strong><em>Request<\/em><\/strong> , while when <strong>uploading,<\/strong> the internet does <strong><em>a Post<\/em><\/strong> .\r\n\r\n\r\n<h3 class=\"wp-block-heading\">Technical Explanation<\/h3>\r\n\r\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">The <strong>Internet<\/strong> (or <strong>internet<\/strong> ) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP\/IP) to communicate between networks and devices.\r\n\r\n<cite><a href=\"https:\/\/en.wikipedia.org\/wiki\/Internet\">Wikipedia<\/a><\/cite><\/blockquote>\r\n\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" class=\"wp-image-1467 lazyload\" data-src=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-1024x576.jpg\" alt=\"TCP UDP IP\" data-srcset=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-1024x576.jpg 1024w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-300x169.jpg 300w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-768x432.jpg 768w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-1536x864.jpg 1536w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-2048x1152.jpg 2048w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-18x10.jpg 18w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet3-150x84.jpg 150w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\" \/><\/figure>\r\n\r\n\r\nFrom the quote above, we know that the internet itself is a collection of many computers connected to each other using the TCP\/IP protocol to communicate with each other.\r\n\r\n\r\n\r\nThe internet itself is divided into several types of protocols, for details you can check <a href=\"https:\/\/id.wikipedia.org\/wiki\/Protokol_Internet\">Internet Protocol<\/a> . Of the many existing protocols, the ones we encounter most often are the Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) protocols.\r\n\r\n\r\n\r\nExamples of the TCP protocol are HTTP and FTP, TCP is in charge of negotiating <em>requests<\/em> and <em>posts<\/em> between hosts.\r\nActivities that involve TCP include browsing the internet, watching TikTok, YouTube, Facebook, downloading games, etc.\r\n\r\n\r\n\r\nWhile UDP is a protocol whose job is to make <em>requests<\/em> and <em>posts<\/em> without negotiating, this type of connection is usually used in games.\r\n\r\n\r\n\r\nNow, after knowing about TCP and UDP in simple terms, the main question is <strong>how does the internet work<\/strong> ?\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" class=\"wp-image-1468 lazyload\" data-src=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-1024x576.jpg\" alt=\"\" data-srcset=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-1024x576.jpg 1024w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-300x169.jpg 300w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-768x432.jpg 768w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-1536x864.jpg 1536w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-2048x1152.jpg 2048w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-18x10.jpg 18w, https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-2-150x84.jpg 150w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\" \/><\/figure>\r\n\r\n\r\nThe internet works using <em>a packet routing network<\/em> that follows the Internet Protocol (IP) and TCP.\r\nTCP and IP work together to ensure that <em>requests<\/em> sent by users are sent to the intended server\/host with a secure connection, no matter what device is used and where you are.\r\n\r\n\r\n\r\nData sent on the internet by us, usually in the form of <em>messages<\/em> and <em>packets<\/em> . The data sent to the internet is called <em>messages<\/em> , but before the data is sent to other servers\/hosts, the data is cut into smaller sizes and those small data are called <em>packets<\/em> .\r\n\r\n\r\n\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\r\n\r\n\r\n\r\nThe internet identifies the data sender and the destination host using <em>an IP address<\/em> .\r\n<em>The IP address<\/em> itself is a number, for example: 127.0.0.1 (Local IP address).\r\n\r\n\r\n\r\nSource: <a href=\"https:\/\/www.hp.com\/us-en\/shop\/tech-takes\/how-does-the-internet-work\" rel=\"nofollow\">How does the internet work<\/a> , <a href=\"https:\/\/en.wikipedia.org\/wiki\/Internet_Protocol\" rel=\"nofollow\">Internet Protocol<\/a>\r\n\r\n\r\n\r\nMaybe your internet has a problem, try reading this <a href=\"https:\/\/diringkas.com\/web-stories\/restart-indihome-mulu\/\">Slow Wifi Solution<\/a> .\r\n\r\n\r\n\r\nThat&#8217;s how the internet works, maybe you are confused by the explanation above, please comment below to ask! Or maybe you want to correct it by commenting below \ud83d\ude00\r\n\r\n\r\n\r\nThank you for visiting!\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>When you visit this website, you have done what is called using the internet, it occurred to us, how does<\/p>\n","protected":false},"author":1,"featured_media":1465,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[196,195,194,193],"class_list":["post-1462","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-knowledge","tag-apa-itu-internet","tag-bagaimana-internet-bekerja","tag-cara-kerja-internet","tag-internet","resize-featured-image"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Does the Internet Work? Simple and Detailed Explanation<\/title>\n<meta name=\"description\" content=\"When you visit this website, you have done what is called using the internet, it occurred to us, how does the internet work? Here I will explain simply and in detail. How the internet works Easy explanation The scenario is when visiting a website, the first thing you do is open a browser and then&hellip;\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/When%20you%20visit%20this%20website,%20you%20have%20done%20what%20is%20called%20using%20the%20internet,%20it%20occurred%20to%20us,%20how%20does%20the%20internet%20work?%20Here%20I%20will%20explain%20simply%20and%20in%20detail.%20How%20the%20internet%20works%20Easy%20explanation%20The%20scenario%20is%20when%20visiting%20a%20website,%20the%20first%20thing%20you%20do%20is%20open%20a%20browser%20and%20then&hellip;\" \/>\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? Simple and Detailed Explanation\" \/>\n<meta property=\"og:description\" content=\"When you visit this website, you have done what is called using the internet, it occurred to us, how does the internet work? Here I will explain simply and in detail. How the internet works Easy explanation The scenario is when visiting a website, the first thing you do is open a browser and then&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/diringkas.com\/en\/how-the-internet-work\/\" \/>\n<meta property=\"og:site_name\" content=\"RingRing-Diringkas\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-28T21:35:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-28T21:35:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-thumbnail.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2240\" \/>\n\t<meta property=\"og:image:height\" content=\"1260\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vrory\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vrory\" \/>\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:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/\"},\"author\":{\"name\":\"Vrory\",\"@id\":\"https:\\\/\\\/diringkas.com\\\/#\\\/schema\\\/person\\\/8f62bda68ac9483eece5601234115798\"},\"headline\":\"How Does the Internet Work? Simple and Detailed Explanation\",\"datePublished\":\"2022-07-28T21:35:35+00:00\",\"dateModified\":\"2022-07-28T21:35:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/\"},\"wordCount\":528,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/#\\\/schema\\\/person\\\/8f62bda68ac9483eece5601234115798\"},\"image\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Internet-thumbnail.jpg\",\"keywords\":[\"apa itu internet\",\"bagaimana internet bekerja\",\"cara kerja internet\",\"internet\"],\"articleSection\":[\"Knowledge\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/\",\"url\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/\",\"name\":\"Bagaimana Cara Kerja Internet? Penjelasan Simpel dan Detail\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Internet-thumbnail.jpg\",\"datePublished\":\"2022-07-28T21:35:35+00:00\",\"dateModified\":\"2022-07-28T21:35:37+00:00\",\"description\":\"Ketika kamu mengunjungi website ini, kamu sudah melakukan yang namanya menggunakan internet, bagaimana sih cara kerja internet?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#primaryimage\",\"url\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Internet-thumbnail.jpg\",\"contentUrl\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Internet-thumbnail.jpg\",\"width\":2240,\"height\":1260,\"caption\":\"bagaimana cara kerja internet\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/how-the-internet-work\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/diringkas.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Does the Internet Work? Simple and Detailed Explanation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/diringkas.com\\\/en\\\/\",\"name\":\"RingRing-Diringkas\",\"description\":\"Kami meringkas apapun yang Anda cari!\",\"publisher\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/#\\\/schema\\\/person\\\/8f62bda68ac9483eece5601234115798\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/diringkas.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/diringkas.com\\\/en\\\/#\\\/schema\\\/person\\\/8f62bda68ac9483eece5601234115798\",\"name\":\"Vrory\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/sho-byutipul.jpg\",\"url\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/sho-byutipul.jpg\",\"contentUrl\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/sho-byutipul.jpg\",\"width\":736,\"height\":1104,\"caption\":\"Vrory\"},\"logo\":{\"@id\":\"https:\\\/\\\/diringkas.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/sho-byutipul.jpg\"},\"description\":\"Writer and proudly owner of Diringkas.com! I like to Staying up-to-date with the latest tech advancements, playing video games, discovering new games, and writing about them.\",\"sameAs\":[\"https:\\\/\\\/diringkas.com\"],\"url\":\"https:\\\/\\\/diringkas.com\\\/en\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Does the Internet Work? Simple and Detailed Explanation","description":"When you visit this website, you have done what is called using the internet, it occurred to us, how does the internet work? Here I will explain simply and in detail. How the internet works Easy explanation The scenario is when visiting a website, the first thing you do is open a browser and then&hellip;","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":"When you visit this website, you have done what is called using the internet, it occurred to us, how does the internet work? Here I will explain simply and in detail. How the internet works Easy explanation The scenario is when visiting a website, the first thing you do is open a browser and then&hellip;","og_locale":"en_US","og_type":"article","og_title":"How Does the Internet Work? Simple and Detailed Explanation","og_description":"When you visit this website, you have done what is called using the internet, it occurred to us, how does the internet work? Here I will explain simply and in detail. How the internet works Easy explanation The scenario is when visiting a website, the first thing you do is open a browser and then&hellip;","og_url":"https:\/\/diringkas.com\/en\/how-the-internet-work\/","og_site_name":"RingRing-Diringkas","article_published_time":"2022-07-28T21:35:35+00:00","article_modified_time":"2022-07-28T21:35:37+00:00","og_image":[{"width":2240,"height":1260,"url":"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-thumbnail.jpg","type":"image\/jpeg"}],"author":"Vrory","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Vrory","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#article","isPartOf":{"@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/"},"author":{"name":"Vrory","@id":"https:\/\/diringkas.com\/#\/schema\/person\/8f62bda68ac9483eece5601234115798"},"headline":"How Does the Internet Work? Simple and Detailed Explanation","datePublished":"2022-07-28T21:35:35+00:00","dateModified":"2022-07-28T21:35:37+00:00","mainEntityOfPage":{"@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/"},"wordCount":528,"commentCount":1,"publisher":{"@id":"https:\/\/diringkas.com\/#\/schema\/person\/8f62bda68ac9483eece5601234115798"},"image":{"@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#primaryimage"},"thumbnailUrl":"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-thumbnail.jpg","keywords":["apa itu internet","bagaimana internet bekerja","cara kerja internet","internet"],"articleSection":["Knowledge"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/diringkas.com\/en\/how-the-internet-work\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/","url":"https:\/\/diringkas.com\/en\/how-the-internet-work\/","name":"Bagaimana Cara Kerja Internet? Penjelasan Simpel dan Detail","isPartOf":{"@id":"https:\/\/diringkas.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#primaryimage"},"image":{"@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#primaryimage"},"thumbnailUrl":"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-thumbnail.jpg","datePublished":"2022-07-28T21:35:35+00:00","dateModified":"2022-07-28T21:35:37+00:00","description":"Ketika kamu mengunjungi website ini, kamu sudah melakukan yang namanya menggunakan internet, bagaimana sih cara kerja internet?","breadcrumb":{"@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/diringkas.com\/en\/how-the-internet-work\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#primaryimage","url":"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-thumbnail.jpg","contentUrl":"https:\/\/diringkas.com\/wp-content\/uploads\/2022\/07\/Internet-thumbnail.jpg","width":2240,"height":1260,"caption":"bagaimana cara kerja internet"},{"@type":"BreadcrumbList","@id":"https:\/\/diringkas.com\/en\/how-the-internet-work\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/diringkas.com\/"},{"@type":"ListItem","position":2,"name":"How Does the Internet Work? Simple and Detailed Explanation"}]},{"@type":"WebSite","@id":"https:\/\/diringkas.com\/en\/#website","url":"https:\/\/diringkas.com\/en\/","name":"RingRing-Diringkas","description":"Kami meringkas apapun yang Anda cari!","publisher":{"@id":"https:\/\/diringkas.com\/en\/#\/schema\/person\/8f62bda68ac9483eece5601234115798"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/diringkas.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/diringkas.com\/en\/#\/schema\/person\/8f62bda68ac9483eece5601234115798","name":"Vrory","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/diringkas.com\/wp-content\/uploads\/2023\/03\/sho-byutipul.jpg","url":"https:\/\/diringkas.com\/wp-content\/uploads\/2023\/03\/sho-byutipul.jpg","contentUrl":"https:\/\/diringkas.com\/wp-content\/uploads\/2023\/03\/sho-byutipul.jpg","width":736,"height":1104,"caption":"Vrory"},"logo":{"@id":"https:\/\/diringkas.com\/wp-content\/uploads\/2023\/03\/sho-byutipul.jpg"},"description":"Writer and proudly owner of Diringkas.com! I like to Staying up-to-date with the latest tech advancements, playing video games, discovering new games, and writing about them.","sameAs":["https:\/\/diringkas.com"],"url":"https:\/\/diringkas.com\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/posts\/1462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/comments?post=1462"}],"version-history":[{"count":0,"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/posts\/1462\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/media\/1465"}],"wp:attachment":[{"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/media?parent=1462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/categories?post=1462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/diringkas.com\/en\/wp-json\/wp\/v2\/tags?post=1462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}