Basic Computer Networks
Basic Computer Networks
Computer users who work in this society need to know technology incorporated into the
communication networks. Although they use only applications involved in the communication
networks, they still need to know how the communication networks work to improve their
performance by using networks more efficiently and effectively.
Page 1 of 11
5.2.1.1 Generic Forms of Networks
Networking of computers provides a communication link between the users, and provides access
to information. Networking of computers has several uses, described as follows:
Page 2 of 11
Figure 5.1: A network of computers, printer and scanner
There are many components for a communication network. The basic three components are a
host computer, a client, and a circuit. Besides these components, others include front-end
processors, teleprocessing software, input terminals, and specialists.
The host computer or server (a mainframe, minicomputer, or microcomputer) is the main unit in
the communication network. It stores data and programs that can be accessed by the clients. The
host computer is responsible for performing the data processing tasks of the network. After
processing has occurred, the data or information is routed back to a front-end processor. In
distributed processing or client-server computing, several host computers may be tied together
by the data communication network.
ii. Client
The client is a hardware device (a terminal or microcomputer) at the opposite end of a host
computer of a communication circuit. It usually provides end users with access to the data and
software on the server. The client is an input/output device.
The most widely used computer input/output devices for a communication network are the
terminals. There are several types of terminals in common use in business today. The most
familiar type of input/output terminal for most end users is the keyboard terminal.
Page 3 of 11
iii. Circuit
The circuit is a communication channel that allows the data and information to move through the
pathway. It includes several types of lines, such as twisted wires, coaxial cables, and fiber optic
cables. It also contains wireless transmission circuits such as microwaves and satellites, and it is
becoming more popular.
v. Teleprocessing Software
Besides the hardware mentioned previously in this chapter, the host and the front-end processor
must contain software in order for the network system to run effectively. Software may also be
located in the terminals and the cluster control units.
Data communications can be carried from one location to another through a variety of
communications channels. These communications media include telephone lines (twisted pairs),
coaxial cable, fiber-optic cable, microwave, and satellite. In general, there can be two ways of
connecting microcomputers with each other and with other equipment: guided and radiated
media.
Guided Media: Refer to channels that allow the transmission of data and information
through a physical media such as a twisted pair wire, coaxial cable, or fiber optic cable.
Radiated media: Refer to those that transmit data and information through the air such as
microwave, or satellite.
The diameters and transmission capacities of the three kinds of cable are compared below:
i. Twisted Pair
The telephone lines used to carry most of the voice and data communications consist of a pair of
Page 4 of 11
ii. Coaxial Cable
Coaxial cable can be used for telephone lines for transmission at a high frequency. Coaxial cable
The wireless technology is used for broadcasting in radio and television communication, for
communication using mobile phones and pagers, for connecting components of computers using
Page 5 of 11
Bluetooth technology, for Internet connection using Wi-Fi, Wireless LAN, PDA, and in remote
controls for television, doors etc.
The wireless networks have two main components—the wireless access points that include the
transmitter along with the area it can cover, and the wireless clients like mobile handsets, laptops
with Ethernet cards etc.
The access point receives data frames from the computers attached to it wirelessly, checks the
frames, and transmits them to their destination. The coverage area of a transmitter depends on
the output power of the transmitter, its location, and the frequency used to transmit the data.
Higher frequencies require a clear line of sight as compared to lower frequencies.
The speed of wireless connection is determined by the distance of the wireless client device from
the access point, the obstruction-free path (walls, trees etc.), interference, and the number of
users using the network at a given time.
Wireless networks can be divided into three categories based on their use:
i. Bluetooth technology to connect the different components of the computer in a room, a
small office or home.
ii. Wireless LAN is used to connect computers and devices wirelessly in a LAN, for
example, different computers or devices in an office or campus.
iii. Wireless WAN is used to connect wide area systems, for example access to Internet via
mobile devices like cell phone, PDAs and laptops.
Coding
In all digital communications channels, computers transmit data and information in forms of
binary codes. Both sender and receiver of the data and information should have a standard for
both to understand them.
A coding scheme for communications is a binary system, as in the computer systems. The
system consists of groups of bits (0 or 1) that represent characters. In computer systems, a byte is
a group of bits and represents a character. In data communications, a byte is the same, but some
codes use different number of bits such as 5, 7, 8 or 9.
There are two predominant coding schemes; ASCII and EBCDIC. ASCII refers America
Standard Code for Information Interchange. It is the most popular code for data communications
and is the standard code on most communications terminals. Among two types of ASCII, a 7-bit
code can make 128 character combinations, and an 8-bit can do 256 combinations. EBCDIC
Page 6 of 11
refers Extended Binary Coded Decimal Interchange Code. It is IBM's standard information code,
and has 8 bits for a character.
Networks can be classified by their topology, which is the basic geometric arrangement of the
network. Different types of network configurations exist for network designers to choose from. It
may refer to the way in which the nodes of a network are linked together.
Four basic types of network configurations are star, bus, ring, hierarchical and mesh. Ring, bus,
and star topologies are commonly used in LANs and BNs. Star and mesh topologies are
commonly used in MANs and WANS. The networks are usually built using a combination of
several different topologies.
i. Star
ii. Bus
iii. Ring iv. Hierarchical
v. Mesh
vi. Hybrid
i. Star Topology
A star topology is one in which a central unit provides a link through which a group of smaller
computers and devices is connected. In the star
network, all interactions between different
computers in the network travel through the
host computer. The central unit will poll each
to decide whether a unit has a message to send.
If so, the central computer will carry the
message to the receiving computer.
Page 7 of 11
bus) connects all of the computers in the network. As data travels along the path of
the cable, each unit performs a query to determine if it is the intended recipient of the
message. The bus network is less expensive than the star configuration and is thus
widely in use for systems that connect only a few microcomputers and systems that
do not emphasize the sharing of common resources.
This type of network is commonly used in systems that connect widely dispersed mainframe
computers. A ring network allows organizations to engage in distributed data processing system
in which computers can share certain resources with other units while maintaining control over
their own processing functions. However, a failure in any of the linked computers can greatly
affect the entire network.
This topology is effective in a centralized corporation. For example, different divisions within a
corporation may have individual microcomputers connected to divisional minicomputers. The
minicomputers in turn may be connected to the corporation's mainframe, which contains data
and programs.
v. Mesh Topology
This is a net-like communications network in which there are at least two pathways to each node.
In a mesh topology, computers are connected to
each other by point-topoint circuits. In the
Page 8 of 11
topology, one or more computers usually become switching centers,
interlinking computers with others.
Although a computer or cable is lost, if there are other possible routes through the network, the
damage of one or several cables or computers
may not have vital impact except the involved computers. However, if there are only few cables
in the network, the loss of even one cable or device may damage the network seriously.
• Information sharing: This refers to having users who access the same data files, exchange
information via electronic mail, or search the Internet for information. The main benefit of
information sharing is improved decision making, which makes it generally more important
than resource sharing.
• Resource sharing: It refers to one computer sharing a hardware device (e.g., a printer) or a
software package with other computers on the network. The main benefit of resource sharing
is cost savings.
Page 9 of 11
ii. MANs (Metropolitan Area Networks (MANs))
The next larger network than LAN may be the Metropolitan Area Networks (MANs). MAN
usually spans a geographical area that usually encompasses a city or county area. It interconnects
various buildings or other facilities within this citywide area. For example, linkages can be
established between two commercial buildings. A more recent use of MAN technology has been
the rapid development of cellular phone systems.
A wide area network (WAN) is one that operates over a vast distance (e.g., nationwide). Its
nodes may span cities, states, or national boundaries. This network interconnects computers,
LANS, BNs, MANS, and other data transmission facilities. Typically, WAN will employ
communications circuits such as long- distance telephone wires, microwaves and satellites. FOR
example, nationwide automated teller machines used in banking represent a common application
of a wide area network.
5.5 Summary
In this lesson we have learned the following
5.7 Scorecard
20-17 Excellent
Page 10 of 11
16 - 14 Good
13-10 Satisfactory
<10 Read topic again
1. Berkeley, Edmund (1949). Giant Brains, or Machines That Think. John Wiley &
Sons.
2. Cohen, Bernard (2000). Howard Aiken, Portrait of a computer pioneer. Cambridge,
Massachusetts: The MIT Press. ISBN 978-0-2625317-9-5.
3. Ligonnière, Robert (1987). Préhistoire et Histoire des ordinateurs. Paris: Robert Laffont.
ISBN 9-782221-052617.
Page 11 of 11