Starting a Blog – Part 1: How the Internet Works

OK, I don’t pretend to be an expert, but I’ve had one or two people (Hi, Lynn!) ask me about blogging. In particular, they’re interested in starting their own for one reason or another.

Rather than reply in a series of emails, I thought I’d post my notes here. Not only is it (hopefully) informative, but experiential as well. Learn about a blog… on a blog!

This won’t be a particularly technical overview, since I’m not a tech guy; but it should help you understand the pieces involved. I’m certain there are mistakes. (Feel free to post corrections in the comments, but please don’t get bogged down in details. I’m not teaching a computer science course; I’m trying to give what I think are the necessary details to get non-techies started.)

Also, it’s easy to get lost in jargon, so I’ll skip as much of it as possible. I can’t avoid it all, so I’ll put it in italics when necessary.

Part 1: How the Internet Works

Nice easy topic here, eh? Well here’s my take on it.

Every computer and website on the net has an address, called an IP address. This is a series of four numbers (e.g. 100.200.300.400) When you view a website, data is being transmitted between one address, the website’s, and another, your computer’s. It’s a lot like regular mail or a phone call: You send a postcard requesting a catalogue; the company mails you a catalogue. Same idea; different technology.

OK, but those numbers are ugly and hard to remember. They’re good for computers, but not for people. Well, someone really smart came up with a solution: Let’s map IP addresses to something more catchy, like words. So, instead of remembering 102.384.600.014 we only have to know www.somewebsite.com. Computers translate the words into an IP addrress and everyone’s happy. Those words are called a domain or domain name.

The web pages that get passed to your computer from the website is stored in special text files written in HTML (HyperText Mark-up Language). HTML files look like regular text documents plus tags, special descriptors wrapped in brackets that tell your browser what the text is. (I’ll get into HTML later. You don’t need to become an expert, but it’s very useful to understand the basics.) Some web pages are static: they are written once in complete form, and they don’t change very often. More and more, however, they are dynamic . Most of the information in the file doesn’t exist until you ask to see it. At that moment the server (the computer with files for the website you are viewing) does some programming magic and creates the the actual web page you wind up seeing.

If you ever want to see an HTML file, open a web page, and select View…Source (or similar) from the menu. You should get a text file with all kinds of extra stuff. If you sift thru it, however, you should be able to find just about all the words you read on the web page. (Sometimes the words are really a picture; that won’t show up, but a tag referring to the picture will be there.)

Finally, the browser. A browser is a program that communicates with websites primarily by requesting, reading and displaying HTML files. You probably use Internet Explorer from Microsoft, but there are several others out there: Netscape Navigator, Mozilla Firefox (my favorite), and Apple Safari (only available on the Mac OS) to name a few.

Next time: What’s a Blog?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s