{"id":2680,"date":"2021-06-08T15:02:26","date_gmt":"2021-06-08T09:32:26","guid":{"rendered":"https:\/\/binaryterms.com\/?p=2680"},"modified":"2021-06-08T17:21:36","modified_gmt":"2021-06-08T11:51:36","slug":"routing-information-protocol","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/routing-information-protocol.html","title":{"rendered":"Routing Information Protocol"},"content":{"rendered":"<p><strong>Routing information protocol<\/strong> (RIP) is a routing protocol that lets routers of an autonomous system inform each other about the changes inside the network. It is an intra-domain routing protocol as it updates the routing tables of routers inside an autonomous system. Routing specifies all those protocols that define the route of packets from source to destination across multiple networks.<\/p>\n<p>The routing protocols upgrade the dynamic routing table whenever there is a change in the Internet. In this section, we will discuss the working of the RIP routing protocol along with its message format. We will also study the RIP timers, advantages, and disadvantages.<\/p>\n<h2>Content: Routing Information Protocol (RIP)<\/h2>\n<ol>\n<li><a href=\"#WorkingofRIP\">Working of RIP<\/a><\/li>\n<li><a href=\"#RIPExample\">RIP Example<\/a><\/li>\n<li><a href=\"#MessageFormat\">Message Format<\/a><\/li>\n<li><a href=\"#TimersinRIP\">Timers in RIP<\/a><\/li>\n<li><a href=\"#AdvantagesandDisadvantages\">Advantages and Disadvantages<\/a><\/li>\n<\/ol>\n<p><a name=\"WorkingofRIP\"><\/a><\/p>\n<h3>Working of RIP<\/h3>\n<p>As Routing Information Protocol is an intra-domain protocol it updates the routers inside the autonomous system about any change in the network such as a path failure, path validity, path expiry, etc. The RIP protocol implements the features of distance vector routing with some consideration listed below:<\/p>\n<ul>\n<li>The RIP protocol refers to all the routers and links between those routers present in the autonomous system as nodes.<\/li>\n<li>The first column in the routing table i.e., destination defines the logical address (network address) of the destination node.<\/li>\n<li>The metric or cost we see in distance vector routing is expressed by hop counts in RIP protocol. The hop count specifies a number that defines the number of links (networks) the packet has to travel to before reaching the destination.<\/li>\n<li>Any route in RIP protocol has maximum 15 hops as it an intradomain protocol. The infinite route is expressed as 16.<\/li>\n<li>The next node column in the routing table specifies the network address or the logical address of the next router to which the packet should be forwarded in order to reach the destination node.<\/li>\n<\/ul>\n<p><a name=\"RIPExample\"><\/a><\/p>\n<h3>RIP Example<\/h3>\n<p>Consider that router R<sub>1 <\/sub>wants to send a packet to the router R<sub>8<\/sub>. If you observe the figure below then you can see that there are 3 routes from router R<sub>1 <\/sub>to R<sub>8<\/sub> i.e., via R<sub>2<\/sub>, R<sub>4,<\/sub> and R<sub>5<\/sub>. The hop count value of route 1 is 3, the hop count value of route 2 is 2 and the hop count value of route 3 is 4.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-2684\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg\" alt=\"Routing Information Protocol\" width=\"502\" height=\"233\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg 502w, https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol-300x139.jpg 300w\" sizes=\"auto, (max-width: 502px) 100vw, 502px\" \/><\/p>\n<p>The route with the lowest hop count is chosen i.e., route 2 with hop count 2. The RIP also performs load balancing when there are multiple routes with same lowest hop count then the source router sends data from both the route to balance the load on the network.<br \/>\n<a name=\"MessageFormat\"><\/a><\/p>\n<h3>Message Format<\/h3>\n<p>The RIP message can either be a request message or a response message.<\/p>\n<p><strong>Request Message<\/strong><\/p>\n<p>The RIP request message enquires about some specific entries of the routing table or about all the entries of the routing table. The RIP request message can be sent by the router that has just entered the network and wants the information about its neighboring routers or by the router that contains some time-out entries.<\/p>\n<p><strong>Response Message<\/strong><\/p>\n<p>The RIP message can be classified as<em> solicited response<\/em> message and an <em>unsolicited response<\/em> message it is also referred to as an update packet. The solicited message is sent in response to the RIP request message. The solicited response message has information about the destination node that is mentioned in the RIP request message.<\/p>\n<p>The unsolicited response message is either sent at a regular interval of 30 sec or in case there is some change in the routing table. Let us discuss the format of the RIP message.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-2683\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol-Message-Format.jpg\" alt=\"Routing Information Protocol Message Format\" width=\"411\" height=\"230\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol-Message-Format.jpg 411w, https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol-Message-Format-300x168.jpg 300w\" sizes=\"auto, (max-width: 411px) 100vw, 411px\" \/><\/p>\n<p><strong>Command:<\/strong> The content of this field indicated whether the RIP message is a request message or a response message. This is an 8-bit field.<\/p>\n<p><strong>Version: <\/strong>This field indicates the version of the RIP protocol used. This is also an 8-bit field.<\/p>\n<p><strong>Family: <\/strong>This is a 16-bit field that defines the family to which the RIP protocol belongs.<\/p>\n<p><strong>Network Address: <\/strong>This is a 32-bit which indicates the address of the destination network.<\/p>\n<p><strong>Distance: <\/strong>This is a 32-bit field that defines the hop count from the router that advertises the RIP message to the destination router.<br \/>\n<a name=\"TimersinRIP\"><\/a><\/p>\n<h3>Timers in Routing Information Protocol<\/h3>\n<p>To regulate the operation of the Routing Information Protocol, it is accompanied by three timers a periodic timer, an expiration timer, and a garbage-collection timer.<\/p>\n<p><strong>1. Periodic Timer<\/strong><\/p>\n<p>For each particular route in the routing table, a periodic timer is set between 25 sec and 35 sec. The router receives an update message for that particular before the periodic timer reaches 0. Once the route is updated the timer is set again.<\/p>\n<p><strong>2. Expiration Timer<\/strong><\/p>\n<p>Whenever a router in an autonomous system receives any update message for a particular route at that time the expiration counter is set to 180 for that particular route. In the section above, we have seen the update message (unsolicited message) is sent every 30 sec.<\/p>\n<p>Now if the expiration counter reaches 0 and due to some reason, the update message is not received for that particular route, the route gets expired and its metric is set to 16 which means the route is unreachable.<\/p>\n<p><strong>3. Garbage Collection<\/strong><\/p>\n<p>When information regarding a certain route becomes invalid the routing table does not remove that route immediately. Instead, the routing table displays the invalid route with the metric 16 and sets the garbage-collection timer to 120 sec. When the timer count reaches 0 the route is removed from the routing table and this removal is informed to the neighboring routers.<br \/>\n<a name=\"AdvantagesandDisadvantages\"><\/a><\/p>\n<h3>Advantages and Disadvantages of RIP<\/h3>\n<p><strong>Advantage of RIP Protocol<\/strong><\/p>\n<ol>\n<li>The RIP protocol is easy to implement.<\/li>\n<li>Most convenient for a small network.<\/li>\n<li>RIP also perform load balancing.<\/li>\n<\/ol>\n<p><strong>Disadvantages of RIP Protocol<\/strong><\/p>\n<ol>\n<li>The RIP sent the update message to its neighboring router at a regular interval of 30 sec, it increases the traffic of the network.<\/li>\n<li>RIP has a maximum hop count of 15 which limits its use in a large network.<\/li>\n<li>RIP does not guarantee the shortest path as it only chooses the closest path by observing the hop count.<\/li>\n<\/ol>\n<p>So, this is all about the Routing Information Protocol that updates the routers in an autonomous system about the changes in the network. The RIP protocol has been advanced to the newer version RIPv2 and RIPng that overcomes the shortcomings of the previous version RIPv1.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Routing information protocol (RIP) is a routing protocol that lets routers of an autonomous system inform each other about the changes inside the network. It is an intra-domain routing protocol as it updates the routing tables of routers inside an autonomous system. Routing specifies all those protocols that define the route of packets from source [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-2680","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-computer-networks","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Wha is Routing Information Protocol (RIP)? Working, Example, Timer, Format, Advantages &amp; Disadvantages - Binary Terms<\/title>\n<meta name=\"description\" content=\"Routing information protocol (RIP) is an intradomain routing protocol that implements distance vector routing protocol to define the path of packet from source to destination.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/routing-information-protocol.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wha is Routing Information Protocol (RIP)? Working, Example, Timer, Format, Advantages &amp; Disadvantages - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"Routing information protocol (RIP) is an intradomain routing protocol that implements distance vector routing protocol to define the path of packet from source to destination.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/routing-information-protocol.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-08T09:32:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-08T11:51:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Routing Information Protocol\",\"datePublished\":\"2021-06-08T09:32:26+00:00\",\"dateModified\":\"2021-06-08T11:51:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html\"},\"wordCount\":1023,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg\",\"articleSection\":[\"Computer Networks\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/routing-information-protocol.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html\",\"url\":\"https:\/\/binaryterms.com\/routing-information-protocol.html\",\"name\":\"Wha is Routing Information Protocol (RIP)? Working, Example, Timer, Format, Advantages & Disadvantages - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg\",\"datePublished\":\"2021-06-08T09:32:26+00:00\",\"dateModified\":\"2021-06-08T11:51:36+00:00\",\"description\":\"Routing information protocol (RIP) is an intradomain routing protocol that implements distance vector routing protocol to define the path of packet from source to destination.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/routing-information-protocol.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg\",\"width\":502,\"height\":233,\"caption\":\"Routing Information Protocol\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/routing-information-protocol.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Routing Information Protocol\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wha is Routing Information Protocol (RIP)? Working, Example, Timer, Format, Advantages & Disadvantages - Binary Terms","description":"Routing information protocol (RIP) is an intradomain routing protocol that implements distance vector routing protocol to define the path of packet from source to destination.","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:\/\/binaryterms.com\/routing-information-protocol.html","og_locale":"en_GB","og_type":"article","og_title":"Wha is Routing Information Protocol (RIP)? Working, Example, Timer, Format, Advantages & Disadvantages - Binary Terms","og_description":"Routing information protocol (RIP) is an intradomain routing protocol that implements distance vector routing protocol to define the path of packet from source to destination.","og_url":"https:\/\/binaryterms.com\/routing-information-protocol.html","og_site_name":"Binary Terms","article_published_time":"2021-06-08T09:32:26+00:00","article_modified_time":"2021-06-08T11:51:36+00:00","og_image":[{"url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg","type":"","width":"","height":""}],"author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/routing-information-protocol.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Routing Information Protocol","datePublished":"2021-06-08T09:32:26+00:00","dateModified":"2021-06-08T11:51:36+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/routing-information-protocol.html"},"wordCount":1023,"commentCount":1,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"image":{"@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg","articleSection":["Computer Networks"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/routing-information-protocol.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/routing-information-protocol.html","url":"https:\/\/binaryterms.com\/routing-information-protocol.html","name":"Wha is Routing Information Protocol (RIP)? Working, Example, Timer, Format, Advantages & Disadvantages - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage"},"image":{"@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg","datePublished":"2021-06-08T09:32:26+00:00","dateModified":"2021-06-08T11:51:36+00:00","description":"Routing information protocol (RIP) is an intradomain routing protocol that implements distance vector routing protocol to define the path of packet from source to destination.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/routing-information-protocol.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#primaryimage","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2021\/06\/Routing-Information-Protocol.jpg","width":502,"height":233,"caption":"Routing Information Protocol"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/routing-information-protocol.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Routing Information Protocol"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/2680","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=2680"}],"version-history":[{"count":7,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/2680\/revisions"}],"predecessor-version":[{"id":2689,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/2680\/revisions\/2689"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=2680"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=2680"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=2680"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}