

{"id":111131,"date":"2022-12-12T11:00:39","date_gmt":"2022-12-12T05:30:39","guid":{"rendered":"https:\/\/data-flair.training\/blogs\/?p=111131"},"modified":"2022-12-12T11:14:47","modified_gmt":"2022-12-12T05:44:47","slug":"ssh-vs-telnet","status":"publish","type":"post","link":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/","title":{"rendered":"SSH vs Telnet \u2013 Difference Between SSH and Telnet"},"content":{"rendered":"<p>In this article, we will compare 2 of the best network protocols &#8211; SSH and Telnet. Both of them are very similar when it comes to the facility they provide. But why was SSH even created when Telnet already existed? Is Telnet better than SSH, or is it the other way around? What is the difference between the two?<\/p>\n<p>Well, in this article, we will be answering precisely these. By the end of the article, we will finish comparing SSH and telnets along with their disadvantages and advantages and try to find a winner between the two network protocols.<\/p>\n<p>Before we compare SSH and Telnet, let us start from the basics by discussing what they are.<\/p>\n<h3>What is SSH?<\/h3>\n<p>SSH is the abbreviation for Secure Socket Shell or Secure Shell. SSH is a protocol to connect to a remote server or system securely. It uses an SSH (a secure protocol)as the data transfers between the client and the host in an encrypted manner.<\/p>\n<p>The prime role of the SSH command in Linux is to manage remote systems. Although usually, this would be another Linux system, it could also be a router, firewall, or even a computer with a different operating system.<\/p>\n<p>In simple terms, the ssh command lets you remotely log in to another system and gives you a terminal that allows you to fully access the remote system as if you were physically in front of the machine.<\/p>\n<p>By definition, SSH is a cryptographic network protocol used for an encrypted connection between a client and a server. There are many SSH clients available for both commercial and free. SSH is so widely used that it is also available on macOS and windows.<\/p>\n<h3>What is Telnet?<\/h3>\n<p>Telnet is the abbreviation for TErminal NEtwork. Telnet, just like SSH, is also a network protocol that can virtually access a computer and provide two-way communication between 2 machines. In addition, this protocol enables one computer to connect to the local computer.<\/p>\n<p>Telnet follows TCP (Transmission Control Protocol) networking protocol to create remote sessions. ISO gives the TCP protocol for terminal service. Through Telnet, users can log on as regular users with the privileges granted to the specific applications and data on that computer.<\/p>\n<p>Upon successful connection between the local and remote computer, the local computer will display whatever is being performed on the remote computer. The Local computer uses a telnet client program, and the remote computer uses a telnet server program.<\/p>\n<p>The telnet network protocol is mainly used by program developers and those who need to use specific applications or data on a remote machine. Users can also use this Telnet to ping a port to find if it is open.<\/p>\n<h3>Terminology<\/h3>\n<p>Before we head any further, let us familiarise ourselves with the terminology related to the world around network protocols.<\/p>\n<h4>1. Service<\/h4>\n<p>Service refers to software running in the background to be used by computers other than the one it is already installed on.<\/p>\n<h4>2. Host<\/h4>\n<p>Host refers to literally any computer. Computers are called hosts because, technically, a computer can host an application useful to another computer.<\/p>\n<h4>3. Local<\/h4>\n<p>Local refers to the computer which you or some software are using.<\/p>\n<h4>4. Remote<\/h4>\n<p>Remote refers to a computer you are physically not in front of.<\/p>\n<h3>How does SSH work?<\/h3>\n<p>If we want to establish an SSH connection, we need two primary components, a client and a host. The host can be a domain name, IP address, server, and more. The client uses the specified host information to establish the connection. If all the credential provided is verified, an encrypted connection is established.<\/p>\n<p>The host contains an SSH process ready to request the client connection through a TCP or IP port. Immediately when the client initiates a connection, the host responds with the necessary information.<\/p>\n<p>Once the provided information is verified, SSH establishes a new connection for the available environment. Here is a diagram to get a gist of how SSH works:<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/how-does-ssh-works.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-111213\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/how-does-ssh-works.webp\" alt=\"how does ssh works\" width=\"972\" height=\"339\" \/><\/a><\/p>\n<h3>How does Telnet work?<\/h3>\n<p>As we say above, Telnet is a client-server protocol that can open a command line on a remote computer (mostly a server). Therefore, the telnet network protocol requires a server application on the remote system you want to manage, and the client application needs to be installed on the local machine.<\/p>\n<p>Telnet works with what is called a virtual terminal connection emulator. Telnet uses Transmission Control Protocol (TCP) and port 23 to connect with a remote system. However, FTP may also be used along with Telnet for users working to send data files.<\/p>\n<p>Commands are sent from the local computer to the remote computer using the Network Virtual Terminal (NVT) format that is received and interpreted by the server and sent to the appropriate application. Here is a diagram to get a gist of how Telnet works:<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/how-does-telnet-work.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-111214\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/how-does-telnet-work.webp\" alt=\"how does telnet work\" width=\"840\" height=\"440\" \/><\/a><\/p>\n<h3>Few important SSH command<\/h3>\n<p>Some important SSH commands include:<\/p>\n<p><strong>1. ls-<\/strong> This command shows the contents of a directory (list the files).<\/p>\n<p><strong>2. cd<\/strong>\u2013 This command helps you to change the directory.<\/p>\n<p><strong>3. mkdir<\/strong>\u2013 This command helps create a new directory (folder).<\/p>\n<p><strong>4. touch\u2013<\/strong> This command allows you to remove a file.<\/p>\n<h3>Few important Telnet command<\/h3>\n<p>Some important SSH commands include:<\/p>\n<p><strong>1. Close<\/strong> &#8211; This command helps close an existing Telnet connection.<\/p>\n<p><strong>2. Quit &#8211;<\/strong> This command is used to exit from Telnet.<\/p>\n<p><strong>3. Timing Mark<\/strong> &#8211; This command defines the timing marks.<\/p>\n<p><strong>4. Terminal Type\/Speed<\/strong> &#8211; This command sets the terminal type and speed.<\/p>\n<h3>Advantages of SSH<\/h3>\n<p>A few benefits of SSH include the following:<\/p>\n<ul>\n<li>SSH is available free for non-commercial use.<\/li>\n<li>It may offer multiple services using the same connection.<\/li>\n<li>SSH provides privacy of your data through strong encryption.<\/li>\n<li>SSH authenticates the proof of identity of senders and receivers.<\/li>\n<li>It allows you to back, forward, or encrypt other TCP-based sessions.<\/li>\n<\/ul>\n<h3>Advantages of Telnet<\/h3>\n<p>A few benefits of Telnet include the following:<\/p>\n<ul>\n<li>Telnet can be used to send and receive information.<\/li>\n<li>Telnet supports user authentication.<\/li>\n<li>It enables the collaboration of multiple users.<\/li>\n<li>You can use it to send and receive information.<\/li>\n<li>Telnet\u2019s remote login saves your research hours.<\/li>\n<\/ul>\n<h3>Disadvantages of SSH<\/h3>\n<p>A few drawbacks of SSH are as follows:<\/p>\n<ul>\n<li>SSH does not allow you to run GUI tools.<\/li>\n<li>SSH cannot protect users from attacks made through other protocols.<\/li>\n<li>This protocol does not protect Trojan horses or viruses.<\/li>\n<li>SSH cannot fix all TCP\u2019s problems since TCP runs below SSH.<\/li>\n<li>The SSH protocol is not entirely secure.<\/li>\n<\/ul>\n<h3>Disadvantages of Telnet<\/h3>\n<p>A few drawbacks of Telnet are as follows:<\/p>\n<ul>\n<li>Port numbers can be exploited.<\/li>\n<li>Dynamic port is not supported.<\/li>\n<li>Telenet displays only text and numbers, no graphics and colours.<\/li>\n<li>Telnet does not encrypt any data sent over the connection.<\/li>\n<\/ul>\n<h3>SSH vs Telnet<\/h3>\n<p>Now that we have laid down the fundamentals, let us get back to the main motto of this article &#8211; SSH vs Telnet. So let us compare them in different aspects:<\/p>\n<p><strong>Security<\/strong><\/p>\n<p>Telnet does not use any security measures like SSH does when sending data. This makes the data highly vulnerable. This is why using Telnet on private, trusted networks is recommended.<\/p>\n<p>On the other hand, SSH is all about security &#8211; so secure that it is written in its name. In addition, SSH uses Key pair authentication, where public and private keys are generated. This makes it extremely difficult to decrypt and read the exchanged data.<\/p>\n<p><strong>Authentication<\/strong><\/p>\n<p>Telnet does not use any authentication protocols or mechanisms when establishing a connection between 2 systems.<\/p>\n<p>On the other hand, SSH uses key pair authentication, where the Private key remains with the client, and the public key is sent to the server. The two systems can establish a secure connection if and only if both the keys match &#8211; by comparing the private key to the public key.<\/p>\n<p><strong>Data Formats<\/strong><\/p>\n<p>Telnet uses Network Virtual Terminal (NVT) format and transfers the data as plain text.<\/p>\n<p>SSH uses an encrypted format and a secure connection to transfer the data between the two systems.<\/p>\n<p>To sum up, here is a table differentiation between the two network protocols:<\/p>\n<table>\n<tbody>\n<tr>\n<td><strong>TELNET<\/strong><\/td>\n<td><strong>SSH<\/strong><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Telnet uses port 23, which was designed specifically for LAN.<\/span><\/td>\n<td><span style=\"font-weight: 400\">By default, SSH runs on port 22. You can later change it if you wish.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">No privileges are provided for the user\u2019s authentication.<\/span><\/td>\n<td><span style=\"font-weight: 400\">Key pair authentication is provided for the user\u2019s authentication.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Best suited for Private networks.<\/span><\/td>\n<td><span style=\"font-weight: 400\">Best situated for public networks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Telnet transfers the data in plain text.<\/span><\/td>\n<td><span style=\"font-weight: 400\">SSH encrypts the data shared between the 2 systems.\u00a0<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Requires low bandwidth usage.<\/span><\/td>\n<td><span style=\"font-weight: 400\">Requires high bandwidth usage.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Vulnerable to security attacks.<\/span><\/td>\n<td><span style=\"font-weight: 400\">Protects data from security attacks.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Used in Linux and Windows.<\/span><\/td>\n<td><span style=\"font-weight: 400\">Used in most Operating systems.<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400\">Data sent using telnet cannot be easily interpreted by hackers.<\/span><\/td>\n<td><span style=\"font-weight: 400\">Passwords and Usernames can be prone to malicious attacks.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>We can see that there is no winner; both are similar yet very different. Each network protocol has its own pros and cons. However, we can still discuss under what scenarios we can use each network protocol to make the best out of them.<\/p>\n<h3>When do you use SSH?<\/h3>\n<p>Since SSH is way more secure than Telnet and offers more functionality than Telnet (secure file transfer and port forwarding), you can use SSH whenever you want to connect to a remote system over the Internet.<\/p>\n<h3>When do you use Telnet?<\/h3>\n<p>The only drawback of Telnet is that it is not as secure as SSH. Nonetheless, it is a star performer in private connections &#8211; in private connections, Telnet can perform even better than SSH. Therefore, it is recommended to use Telnet in the following Scenarios:<\/p>\n<p>1. In trusted networks like LANs that are not connected to the Internet.<br \/>\n2. When devices don\u2019t support SSH protocol.<\/p>\n<h3>Summary<\/h3>\n<p>The only drawback of Telnet is its security. Otherwise, both SSH and Telnet are of equal calibre. In this article, you have learned various topics on SSH and Telnet, like what they are, how they work, a few essential commands, and advantages and disadvantages. We have also compared both SSH and Telnet under various aspects and figured out the best scenarios to use each.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we will compare 2 of the best network protocols &#8211; SSH and Telnet. Both of them are very similar when it comes to the facility they provide. But why was SSH&#46;&#46;&#46;<\/p>\n","protected":false},"author":5,"featured_media":111147,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[27163,27164,27155,26076],"class_list":["post-111131","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-how-ssh-works","tag-how-telnet-works","tag-ssh-and-telnet","tag-ssh-vs-telnet"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SSH vs Telnet \u2013 Difference Between SSH and Telnet - DataFlair<\/title>\n<meta name=\"description\" content=\"Learn about SSH and Telnet. See their features, advantages, disadvantages and differences between SSH and Telnet.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SSH vs Telnet \u2013 Difference Between SSH and Telnet - DataFlair\" \/>\n<meta property=\"og:description\" content=\"Learn about SSH and Telnet. See their features, advantages, disadvantages and differences between SSH and Telnet.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/\" \/>\n<meta property=\"og:site_name\" content=\"DataFlair\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DataFlairWS\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-12T05:30:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-12T05:44:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/telnet-and-ssh.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"DataFlair Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:site\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DataFlair Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SSH vs Telnet \u2013 Difference Between SSH and Telnet - DataFlair","description":"Learn about SSH and Telnet. See their features, advantages, disadvantages and differences between SSH and Telnet.","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:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/","og_locale":"en_US","og_type":"article","og_title":"SSH vs Telnet \u2013 Difference Between SSH and Telnet - DataFlair","og_description":"Learn about SSH and Telnet. See their features, advantages, disadvantages and differences between SSH and Telnet.","og_url":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/","og_site_name":"DataFlair","article_publisher":"https:\/\/www.facebook.com\/DataFlairWS\/","article_published_time":"2022-12-12T05:30:39+00:00","article_modified_time":"2022-12-12T05:44:47+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/telnet-and-ssh.webp","type":"image\/webp"}],"author":"DataFlair Team","twitter_card":"summary_large_image","twitter_creator":"@DataFlairWS","twitter_site":"@DataFlairWS","twitter_misc":{"Written by":"DataFlair Team","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#article","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/"},"author":{"name":"DataFlair Team","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/7f83c342f5d1632d6f7b4b0b0f447823"},"headline":"SSH vs Telnet \u2013 Difference Between SSH and Telnet","datePublished":"2022-12-12T05:30:39+00:00","dateModified":"2022-12-12T05:44:47+00:00","mainEntityOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/"},"wordCount":1664,"commentCount":0,"publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/telnet-and-ssh.webp","keywords":["how ssh works","how telnet works","ssh and telnet","SSH vs Telnet"],"articleSection":["Linux Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/","url":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/","name":"SSH vs Telnet \u2013 Difference Between SSH and Telnet - DataFlair","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#primaryimage"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/telnet-and-ssh.webp","datePublished":"2022-12-12T05:30:39+00:00","dateModified":"2022-12-12T05:44:47+00:00","description":"Learn about SSH and Telnet. See their features, advantages, disadvantages and differences between SSH and Telnet.","breadcrumb":{"@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#primaryimage","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/telnet-and-ssh.webp","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/12\/telnet-and-ssh.webp","width":1200,"height":628,"caption":"telnet and ssh"},{"@type":"BreadcrumbList","@id":"https:\/\/data-flair.training\/blogs\/ssh-vs-telnet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Home","item":"https:\/\/data-flair.training\/blogs\/"},{"@type":"ListItem","position":2,"name":"Linux Tutorials","item":"https:\/\/data-flair.training\/blogs\/category\/linux\/"},{"@type":"ListItem","position":3,"name":"SSH vs Telnet \u2013 Difference Between SSH and Telnet"}]},{"@type":"WebSite","@id":"https:\/\/data-flair.training\/blogs\/#website","url":"https:\/\/data-flair.training\/blogs\/","name":"DataFlair","description":"Learn Today. Lead Tomorrow.","publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/data-flair.training\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/data-flair.training\/blogs\/#organization","name":"DataFlair","url":"https:\/\/data-flair.training\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","width":106,"height":48,"caption":"DataFlair"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DataFlairWS\/","https:\/\/x.com\/DataFlairWS","https:\/\/www.linkedin.com\/company\/dataflair-web-services-pvt-ltd\/","https:\/\/www.youtube.com\/user\/DataFlairWS"]},{"@type":"Person","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/7f83c342f5d1632d6f7b4b0b0f447823","name":"DataFlair Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4cf3a74600d131330b8c481d519afd1574093ed89f6d3396a95393ad223eb7cd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4cf3a74600d131330b8c481d519afd1574093ed89f6d3396a95393ad223eb7cd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4cf3a74600d131330b8c481d519afd1574093ed89f6d3396a95393ad223eb7cd?s=96&d=mm&r=g","caption":"DataFlair Team"},"description":"DataFlair Team creates expert-level guides on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. Our goal is to empower learners with easy-to-understand content. Explore our resources for career growth and practical learning.","url":"https:\/\/data-flair.training\/blogs\/author\/dfteam1\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/111131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/comments?post=111131"}],"version-history":[{"count":5,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/111131\/revisions"}],"predecessor-version":[{"id":111215,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/111131\/revisions\/111215"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media\/111147"}],"wp:attachment":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media?parent=111131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/categories?post=111131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/tags?post=111131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}