How to browse web using command line part2: (Telnet)
This short introductions gives a short review of the use of telnet in connetcting the internet, telnet can be used to access smtp and pop3 servers.
The funny thing is here that if you have a very slight view of the application layer of the connections you can do a lot of things in this layer!Telnet is an application that is designed for “Telecommunication network” and was first designed in 1969, and the aim was to create a connection in the application layer on Local Area Networks.The client software of this protocol is also called telnet, which is available on all versions of operating systems, (on Vista it’s off by default, but can be turned on easily and I will describe how to turn in on in one of my articles)Also there a free telnet client available on the internet with the name PuTTy which you can easily find and download it. In here I describe a simple connection to a web page through telnet to show how easy is to browse the Internet without any browser.
If you are a VISTA user first follow these steps if you are not a VISTA user you can skip this section:
1. Go to Control Panel.
2. Click on Programs and Features
3. In the opened window click on Turn Windows features on or off on the left panel.
4. Find the Telnet Client and fill the check box. And click OK
--------------------------------------------------
Using telnet to browse the net:
1. From the start menu click run and type cmd, to open a command line window.
2. In the new command line window, type telnet google.com 80 and press Enter
3. In the command line type: GET / HTTP/1.0
It important to know that sometimes you can’t see the command you type, that is because of the default value for localecho is usually off, to turn localecho on you have to type the following command in telnet (Set localecho)
4. The source of the page will be displayed!

-
Tutorial: How to greatly speed up Windows XP
| By Duncan1 | in Software
A HUGE tutorial by me, about making Windows XP run faster, boot faster etc....
-
A Basic Guide on Internet
| By vinodh | in Computers
to know what is internet , you can view this document !!!!!!!!!!!!!!!!!!...
-
Basic Guide To The Internet
| By Mumyls | in General
The Internet is a computer network made up of thousands of networks worldwide. No one knows exactly how many comput...
-
A BASIC GUIDE TO THE INTERNET
| By yusuffjobs | in General
This article is about basic internet for the ho wants to know about internet...
-
Build a Website With Ease | By MotivatingInspiratio | in Web Development
Learn How to Build a Website With Little or No Programming Knowledge...
-
Howto use QueryString in ASP.NET for passing info between pages | By rajeshchoudhary | in Web Development
The QueryString in ASP.NET is used to pass information between pages....
-
Custom error pages in asp.net using configuration file | By rajeshchoudhary | in Web Development
In ASP.NET you can handle page level errors using OnError method of page object or Application level errors using A...
-
Build A Free Ecommerce Store Front In Less Than An Hour | By AaronMeagher | in Web Development
Are you looking to start selling online and want a quick and easy solution for your ecommerce storefront? While yo...
-
Black Hat SEO Techniques | By ChandraK | in Web Development
Black hat SEO is a technique that is used to get higher ranking for the website in a base manner. Black hat SEO is ...
-
The Active Schedule | By bini | in Motivational
The Active Schedule is a Method of re-organizing life style, which helps the intellectual mind to overcome the jam ...
-
First steps for becoming a practical programmer (1) | By bini | in Languages
The main idea if this tutorial is to give a brief guide to the non-programmers who want to jump start programming....
-
Java: Very simple (part2) | By bini | in Languages
Java is a programming language that is mostly used in many new scientific and engineering areas....
-
Java: Very simple (part1) | By bini | in Languages
Introduction: this part is just an introduction to java programming language....
-
How to find digital copy of the books online: | By bini | in General
The way to find digital copy of your books online....








No comments yet.