Posts Tagged ‘Internet Protocol’

Home Networking One 0n 0ne Part 3

August 30th, 2009

Electronic imaging consumes large amounts of bandwidth and data. Current connections to the home consist primarily of modems running at 33.6 Kpbs or 56 Kpbs. For those users who deal with still images and video, these speeds are not acceptable. The home needs fatter pipes in order to proliferate any kind of imaging services or if someone is trying to sell different types of imaging appliances that intend to use the Internet infrastructure. 

The home user has to contract with an ISP for a flat-rate monthly fee. The ISP usually provides a dial-up line that the consumer uses with s standard modem. The cost of  a dial-up line is usually under $20 a month. Many new technologies have been developed with the consumer in mind in order to increase the amount of bandwidth that will be available to a home computer.

The first hurdle you have to pass is to become more familiar with many of the letters and names. One the terminology is learned, the rest is just common sense and being able to carefully follow directions. One of the very first terms you will encounter, is the word ‘protocol’. The technical definition of the word as well as the acronyms can be very complex. However, for your purpose it is quite straightforward.

A protocol is a set of rules that have been adopted as a means for devices to communicate. For instance, the HTTP protocol used by Internet browsers specifies a detailed list of methods for passing Internet data back and forth. TCP/IP or Transmission Control Protocol/Internet Protocol is a method that dictates how packets get defined and transported on a TCP/IP based network.

Note that there are a variety of ways, involving other protocols, to establish networks and their rules. In days past IBM was one of the earliest with its SNA network philosophy. This was widely used in business for decades. Though it has now been replaced by TCP/IP, it is still in use throughout the world. These are not the only two that have been adopted at one time or another. While the details are only of interest to computer geeks and professionals, there are aspects that affect how a home network builder has to proceed. If you happen to know some of them, you will be able to choose your equipment and design your network intelligently.

For instance, if one of the central parts of the home network gear is the router. However, router come in a variety of types and each one is associated with a certain protocol. Wireless routers may use the 802.11b or 802.11g protocol. It is not important to know the technical definition, but you much know that the first is rated at 11 Mb versus 54Mb throughput impacts your network.

Even though the first is rated at 11 Mb, that is the rate under ideal conditions. The real throughput is approximately 6-7 Mb.  Also keep in mind that there are 8 bits per byte. That is equal to one character of data. So the actual rate is only just about 1/8th of what you actually tend to think of when you go to transfer files. Faster gear that follows the 802.11 standard running at 100Mb should soon be available.

However, most people do not have any reason to care about the details of Ethernet protocol. The standard protocol used in Ethernet networks is 802.3. This helps to do away with some of the strangeness from another cryptic number. It is also helpful to know that 10BaseT is like a synonym for wired Ethernet networks that run at 10 megabits per second. 100BaseT is the standard for cabled Ethernet networks that use equipment running at 100 Mbps.

Every week there will be a new acronym created as well as a new unfamiliar set of numbers. Network designers are among the geekiest in the business! However, if you familiarize yourself with a few of these protocols and related items, you will soon be barking them out with the best of them.




By: Joseph Nyamache

Home Networking One 0n 0ne Part 1

August 21st, 2009

Not too many years ago, no one ever thought of having more than one computer in the home. Now that we are so dependent upon them, it is a common thing for home to have multiple computers. Before the blink of an eye, there are seven computers in the house yet there is only one printer and just one Internet connection. How is everyone going to be kept happy and productive?

The answer is to set up a network! This is none other than a group of computer components connected together with a router, hub and switch which gives its users the ability to share resources. These resources are some of the most integral parts of computer use. A network is much like a spider web. That is the basic reason why the Internet is often called the World Wide Web. Signals are constantly flowing along the network. Unlike a spider web, a computer network sends and receives those disturbances in the form of ‘packets’. Although there are other ways to perform the same function, almost all networks today operate as explained below.

On the network, the software and hardware cooperate to pass those packets.These packets are chunks of information that contain your data that is wrapped in control information. The control data allows the computers and the routers to know where and how to send your data. In most commercial and home networks, the method uses IP or Internet Protocol. Every device on the network is assigned an address such as 206.121.34.148. When you are talking about using a computer in the home these addresses are typically in the range of: 10.0.0.0 through 10.255.255.255, or 172.16.0.0 through 172.31.255.255, or 192.168.0.0 through 192.168.255.255

These are what are known as Private Addresses since they are not able to be sent unmodified over the public networks that make up the Internet. These are used by computer, routers and peripherals in your home network. These same address ranges are also used by private commercial networks. An NAT, or network address translation, and coupled with the use of a boundary router allows many companies and homes to use the same range without unintentionally passing information to and from one another over the Internet.

It may happen that your computer may have quite a different address such as 70.31.192.243. This is often true because a single computer that is connected to the Internet gets an address that is assigned by the ISP or Internet Service Provider. You then do not really have only a home network, but you are considered to be a paying customer of a commercial network. When every device, computer, router and printer, is assigned its own address, the software as well as the hardware can ascertain where the data is coming from and when it should go. This is called communication without confusion.

The router software along with the hardware, routes the data to and from the proper devices using those addresses. The method is almost exactly the same as the postal system when it routes letters from one home or business to another.




By: Joseph Nyamache