Programming.a.baby - (Cmd) Tracert - Trace Route to Your ISP
By pol1ce
Cmd.exe - Article 1
CMD
Hi there.
These "(Cmd) series" are a collection of some home computer work that you can do even if you do not understand much about programming.
Other ramifications
Case you do not know, I've other ramifications of my Programming.a.baby series:
- Programming.a.baby (Windows) ...
- Programming.a.baby (Cmd) ...
- Programming.a.baby (Webdesign) ...
- Programming.a.baby (Html5) ...
- Programming.a.baby (Css) ...
- Programming.a.baby (Asp) ...
What is CMD
Cmd or Command Prompt a Windows Program that simulates Ms-Dos commands, since NT based Operating Systems are not dependent of Dos anymore, they had to create this application, so the user can do some easy fast "programming" with his computer.
What is MS-Dos
IS a operating system near the low level machine languages based in Unix that in past Microsoft used to build some Dos based operating systems like Win95,98...etc
Why i need Cmd?
Let me tell you that users that knows Dos since long time ago, still using Cmd.exe to fast solve some problems, getting some info...etc
If you never used before, after you try some steps that i will teach you for free, you will use it more and more.
Lets Learn how
- Press MS + R to open the Run.exe Windows Application (MS is your Microsoft Windows Logotype Keyboard Key near the Alt key ) (Learn More about Shortcut Keys Here)
- When run.exe window opens, write "cmd" and press "Enter"
- The Cmd "black window" will appear into your Desktop and you are ready to work
Now we will gonna use the "Cmd" to make a small route operation tracing a route between You and your ISP (Internet Service Provider), we call it "Tracert"
Why i need to make a "Tracert"
- Because you can watch how many Computers, Routers...etc are between You and your ISP and find if your connection is suffering be cause of this "filters"
- Because you can see the "ms" (milliseconds) that it takes you to connect to your ISP and to the world, finding if your connexion is good or bad at the moment you are doing the Tracert.
Action
Returning to the Cmd Console:
- If you know the name of your ISP in the Internet use as argument, instead of domain.com, if not, use a stable website like yahoo (tracert yahoo.com)
- Write "tracert domain.com" (without the quotes obvious) and press Enter
- Watch all the jumps it does and wait until it finishes
You will see all the "IPs" "Internet Ports" and "ms" delay you take to reach your destiny
Please take a look on the "Image 1" I'm providing for you
Image 1
My other CMD Articles »»»
- Programming.a.baby - (Cmd) Net Stat
Hello. If you come from my previous Article [ Programming.a.baby - (Cmd) Trace Route to Your ISP ], you already know what we are talking about here. If not, please visit the previous Hub and then return...
««« My other Articles
- Programming.a.baby - (WebDesign) Images on Web Pages
This is a Article about images on web pages, yes is true that I've more articles about web pages and htm5, but we want to focus only in the design and quality of what we send and insert in web pages. If you... - Programming.a.baby - (Windows) Shortcut Keys for Int...
This article is for people that: Use IE (Internet Explorer) Have an English version of IE (of course the shortcuts will works with some other languages, but some may be a bit different depending the IE's... - Programming.a.baby - (Css) Object Position
Hi again (i think) Are you prepared for a new Css Lesson? (yeahhhh ;) ) Remember my last Article ? Programming.a.baby - (Css) My first Css Doc , in that article i already explained you how to build a Css... - Programming.a.baby - (Html5) Meta Tags Robots
Hi again, if you read my Previous articles ( Programming.a.baby - (Html5) Meta Tags ) and ( Programming.a.baby - (Html5) Meta Tags B) you should know already the follow: What is a Meta Tag What kind of Meta... - Programming.a.baby - (Asp) My first Asp Page
In this Article i will gonna teach you how to write a simple Asp page the easy way i can. If you need to test your Asp pages you have 3 choices: (Windows) Install or have an IIS web server (Linux)...