WEVA/Computer Networking

From WikiEducator
Jump to: navigation, search
WEVA Logo.gif

The materials on this page is by Curtesy e-tutes.com


Computer Networking


Icon objectives.jpg Objectives
In this tutorial we will look at:
  • Computer Fundamentals
  • Networking Protocols
  • LAN and WAN Technologies
  • Network Security and Management


Lesson 1: Networking Basic

Networking History

Early networks
From a historical perspective, electronic communication has actually been around a long time, beginning with Samuel Morse and the telegraph. He sent the first telegraph message May 24, 1844 from Washington DC to Baltimore MD, 37 miles away. The message? “What hath God wrought.”

Less than 25 years later, Alexander Graham Bell invented the telephone – beating out a competitor to the patent office only by a couple of hours on Valentine’s Day in 1867. This led to the development of the ultimate analog network – the telephone system.

The first bit-oriented language device was developed by Emile Baudot – the printing telegraph. By bit-oriented we mean the device sent pulses of electricity which were either positive or had no voltage at all. These machines did not use Morse code. Baudot’s five-level code sent five pulses down the wire for each character transmitted. The machines did the encoding and decoding, eliminating the need for operators at both ends of the wires. For the first time, electronic messages could be sent by anyone.

Telephone Network
But it’s really the telephone network that has had the greatest impact on how businesses communicate and connect today. Until 1985, the Bell Telephone Company, now known as AT&T, owned the telephone network from end to end. It represented a phenomenal network, the largest then and still the largest today.

WEVA Telephone Network.gif

Let’s take a look at some additional developments in the communications industry that had a direct impact on the networking industry today.


Developments in Communication
In 1966, an individual named “Carter” invented a special device that attached to a telephone receiver that would allow construction workers to talk over the telephone from a two-way radio.

Bell telephone had a problem with this and sued – and eventually lost.

As a result, in 1975, the Federal Communications Commission ruled that devices could attach to the phone system, if they met certain specifications. Those specifications were approved in 1977 and became known as FCC Part 68. In fact, years ago you could look at the underside of a telephone not manufactured by Bell, and see the “Part 68” stamp of approval.

This ruling eventually led to the breakup of American Telephone and Telegraph in 1984, thus creating nine regional Bell operating companies like Pacific Bell, Bell Atlantic, Bell South, Mountain Bell, etc.
The break up of AT&T in 1984 opened the door for other competitors in the telecommunications market. Companies like Microwave Communications, Inc. (MCI), and Sprint. Today, when you make a phone call across the country, it may go through three or four different carrier networks in order to make the connection.

WEVA telecom.gif

Now, let’s take a look at what was happening in the computer industry about the same time.


1960's - 1970's Communication
In the 1960’s and 1970’s, traditional computer communications centered around the mainframe host. The mainframe contained all the applications needed by the users, as well as file management, and even printing. This centralized computing environment used low-speed access lines that tied terminals to the host.
These large mainframes used digital signals – pulses of electricity or zeros and ones, what is called binary -- to pass information from the terminals to the host. The information processing in the host was also all digital.

WEVA Digital Network.gif


Problems faced in communication This brought about a problem. The telephone industry wanted to use computers to switch calls faster and the computer industry wanted to connect remote users to the mainframe using the telephone service. But the telephone networks speak analog and computers speak digital. Let’s take a closer look at this problem.

Digital signals are seen as one’s and zero’s. The signal is either on or off. Whereas analog signals are like audio tones – for example, the high-pitched squeal you hear when you accidentally call a fax machine. So, in order for the computer world to use the services of the telephone system, a conversion of the signal had to occur.

WEVA Digital Transmission.gif


The solution
The solution – a modulator/demodulator or “modem.” The modem takes the digital signals from the computer and modulates the signal into analog format. In sending information from a desktop computer to a host using POTS or plain old telephone service, the modem takes the digital signals from the computer and modulates the signal into analog format to go through the telephone system. From the telephone system, the analog signal goes through another modem which converts the signal to digital format to be processed by the host computer.
This helped solve some of the distance problems, at least to a certain extent.

WEVA MODEM.GIF


Multiplexing or muxing
Another problem is how to connect multiple terminals to a single cable. The technology solution is multiplexing or muxing.
What we can do with multiplexing is we can take multiple remote terminals, connect them back to our single central site, our single mainframe at the central site, but we can do it all over a single communications channel, a single line.
So what you see is we have some new terminology here in our diagram. Our single central site we refer to as a broadband connection. That's referred to as a broadband connection because whenever we talk about broadband we're talking about carrying multiple communications channels over a single communication pipe.
So what we're saying here is we have multiple communication channels as in four terminals at the remote site going back to a single central site over one common channel. But again in the case of our definition of broadband here, we're referring to the fact that we have four communication channels, one for each remote terminal over a single physical path. Now out at the end stations at the terminals, you see we have the term Baseband and what we mean by the term Baseband is, in our example, between the terminal and the multiplexer we have a single communication channel per wire, so each of those wires leading into the multiplexer has a dedicated channel or a dedicated path.
Now the function of the multiplexer is to take each of those Baseband paths and break it up and allocate time slots.
What that allows us to do is allocate a time slot per terminal so each terminal has its own time slot across that common Baseband connection between the remote terminals and the central mainframe site.
That is the function of the multiplexer is to allocate the time slots and then also on the other side to put the pieces back together for delivery to the mainframe. So muxing is our fundamental concept here. Let’s look at the different ways to do our muxing.

WEVA Multiplexer.GIF

Baseband and broadband

WEVA Baseband and Broadband.GIF


You see again the terms here, Baseband and broadband.
Again, the analogy that they're using here is that in the case of Baseband we said we had a single communications channel per physical path.
An example of some Baseband technology you're probably familiar with is Ethernet for example. Most implementations of Ethernet use Baseband technology. We have a single communications channel going over a single physical path or a single physical cable.
On the other hand on the bottom part of our diagram you see a reference to broadband and the analogy here would be multiple trains inside of a single tunnel. Maybe we see that in the real world, we're probably familiar with broadband as something we do every day, is cable TV.
With cable TV we have multiple channels coming in over a single cable. We plug a single cable into the back of our TV and over that single cable certainly we know we can get 12 or 20 or 40 or 60 or more channels over that single cable. So cable TV is a good example of broadband.

Given the addition of multiplexing and the use of the modem, let’s see how we can grow our network.


How a LAN Is Built

LAN Topologies

LAN/WAN Devices