NOS : Certificate in Computer Applications
| Home | Table of Contents |
LESSON 4
COMMUNICATION AND COMPUTER NETWORK
4.1 INTRODUCTION
Today computer is available in many offices and homes and therefore there is a need to share data and programs among various computers with the advancement of data communication facilities. The communication between computers has increased and it thus it has extended the power of computer beyond the computer room. Now a user sitting at one place can communicate computers of any remote sites through communication channel. The aim of this chapter is to introduce you the various aspects of computer network.
4.2 OBJECTIVES
After going through this lesson you will be in a position to:
4.3 DATA COMMUNICATION
We all are acquainted with some sorts of communication in our day to day life. For communication of information and messages we use telephone and postal communication systems. Similarly data and information from one computer system can be transmitted to other systems across geographical areas. Thus data transmission is the movement of information using some standard methods. These methods include electrical signals carried along a conductor, optical signals along an optical fibers and electromagnetic areas.
Suppose a manager has to write several letters to various clients. First he has to use his PC and Word Processing package to prepare his letter. If the PC is connected to all the client's PCs through networking, he can send the letters to all the clients within minutes. Thus irrespective of geographical areas, if PCs are connected through communication channel, the data and information, computer files and any other program can be transmitted to other computer systems within seconds. The modern form of communication like e-mail and Internet is possible only because of computer networking.
Basic Elements of a Communication System
The following are the basic requirements for working of a communication system.
In data communication four basic terms are frequently used. They are
4.3.1 Communication Protocols
You may be wondering how do the computers send and receive data across communication links. The answer is data communication software. It is this software that enables us to communicate with other systems. The data communication software instructs computer systems and devices as to how exactly data is to be transferred from one place to another. The procedure of data transformation in the form of software is commonly called protocol.
The data transmission software or protocols perform the following functions for the efficient and error free transmission of data.
4.3.2 Data Transmission Modes
There are three ways for transmitting data from one point to another

Fig. 4.1
4.3.3 Digital and Analog Transmission
Data is transmitted from one point to another point by means of electrical signals that may be in digital and analog form. So one should know the fundamental difference between analog and digital signals. In analog signal the transmission power varies over a continuous range with respect to sound, light and radio waves. On the other hand a digital signal may assume only discrete set of values within a given range. Examples are computer and computer related equipment. Analog signal is measured in Volts and its frequency in Hertz (Hz). A digital signal is a sequence of voltage represented in binary form. When digital data are to be sent over an analog form the digital signal must be converted to analog form. So the technique by which a digital signal is converted to analog form is known as modulation. And the reverse process, that is the conversion of analog signal to its digital form, is known as demodulation. The device, which converts digital signal into analog, and the reverse, is known as modem.

Fig 4.2:Analog Signal

Fig 4.3 :Digital Signal
4.3.4 Asynchronous and Synchronous Transmission
Data transmission through a medium can be either asynchronous or synchronous. In asynchronous transmission data is transmitted character by character as you go on typing on a keyboard. Hence there is irregular gaps between characters. However, it is cheaper to implement, as you do not have to save the data before sending. On the other hand, in the synchronous mode, the saved data is transmitted block by block. Each block can contain many characters. Synchronous transmission is well suited for remote communication between a computer and related devices like card reader and printers.
Following are the major communication devices used to day.
IN-TEXT QUESTIONS 1
1. What is communication protocol?
2. What is the difference between asynchronous and synchronous transmission?
3. State whether True or False
(a) The basic requirements for working of a communication system are sender medium and receiver.
(b) Electric or Electromagnetic encoding of data is called Transmission.
(c) In full duplex the communication channel is used in both directions at the same time.
(d) Analog signal is measured in Volts and its frequency in Hertz
(e) The technique by which a digital signal is converted to analog form is known as modulation.
4.4 COMPUTER NETWORK
A computer network is an interconnection of various computer systems located at different places. In computer network two or more computers are linked together with a medium and data communication devices for the purpose of communicating data and sharing resources. The computer that provides resources to other computers on a network is known as server. In the network the individual computers, which access shared network resources, are known as workstations or nodes.
Computer Networks may be classified on the basis of geographical area in two broad categories.
1. Local Area Network (LAN)
2. Wide Area Network (WAN)
4.4.1 Local Area Network
Networks used to interconnect computers in a single room, rooms within a building or buildings on one site are called Local Area Network (LAN). LAN transmits data with a speed of several megabits per second (106 bits per second). The transmission medium is normally coaxial cables.
LAN links computers, i.e., software and hardware, in the same area for the purpose of sharing information. Usually LAN links computers within a limited geographical area because they must be connected by a cable, which is quite expensive. People working in LAN get more capabilities in data processing, work processing and other information exchange compared to stand-alone computers. Because of this information exchange most of the business and government organisations are using LAN.
Major Characteristics of LAN
Advantages
Disadvantages
If the communication line fails, the entire network system breaks down.
Use of LAN
Followings are the major areas where LAN is normally used
4.4.2 Wide Area Network
The term Wide Area Network (WAN) is used to describe a computer network spanning a regional, national or global area. For example, for a large company the head quarters might be at Delhi and regional branches at Bombay, Madras, Bangalore and Calcutta. Here regional centers are connected to head quarters through WAN. The distance between computers connected to WAN is larger. Therefore the transmission medium used are normally telephone lines, microwaves and satellite links.
4.4.3 Characteristics of WAN
Followings are the major characteristics of WAN.
4.4.4 Examples of WAN
Difference between LAN and WAN
4.5 NETWORK TOPOLOGY
The term topology in the context of communication network refers to the way the computers or workstations in the network are linked together. According to the physical arrangements of workstations and nature of work, there are three major types of network topology. They are star topology, bus topology and ring topology.
4.5.1 Star topology
In star topology a number of workstations (or nodes) are directly linked to a central node (see, Fig. 4.3). Any communication between stations on a star LAN must pass through the central node. There is bi-directional communication between various nodes. The central node controls all the activities of the nodes. The advantages of the star topology are:
The major disadvantage of star topology is that failure of the central node disables communication throughout the whole network.

Fig. 4.3: Star Topology
4.5.2 Bus Topology
In bus topology all workstations are connected to a single communication line called bus. In this type of network topology there is no central node as in star topology. Transmission from any station travels the length of the bus in both directions and can be received by all workstations. The advantage of the bus topology is that
The disadvantage of bus topology is that any break in the bus is difficult to identify.

Fig. 4.4: Bus Topology
4.5.3 Ring Topology
In ring topology each station is attached nearby stations on a point to point basis so that the entire system is in the form of a ring. In this topology data is transmitted in one direction only. Thus the data packets circulate along the ring in either clockwise or anti-clockwise direction. The advantage of this topology is that any signal transmitted on the network passes through all the LAN stations. The disadvantage of ring network is that the breakdown of any one station on the ring can disable the entire system.
Fig. 4.5: Ring Topology
IN-TEXT QUESTIONS 2
(a) Networks used to interconnect computers in a single room, rooms within a building or buildings on one site are called Wide Area Network (WAN).
(b) The term Wide Area Network (WAN) is used to describe a computer network spanning a regional, national or global area.
(c) The speed of data transmission is much higher in WAN than in LAN.
(d) In star topology a number of workstations (or nodes) are directly linked to a central node.
(e) The advantage of the bus topology is that, If one station of the topology fails it does not affect the entire system.
4.6 INTERNET
The Internet is a network of networks. Millions of computers all over the world are connected through the Internet. Computer users on the Internet can contact one another anywhere in the world. If your computer is connected to the Internet, you can connect to millions of computers. You can gather information and distribute your data. It is very much similar to the telephone connection where you can talk with any person anywhere in the world.
In Internet a huge resource of information is accessible to people across the world. Information in every field starting from education, science, health, medicine, history, and geography to business, news, etc. can be retrieved through Internet. You can also download programs and software packages from anywhere in the world. Due to the tremendous information resources the Internet can provide, it is now indispensable to every organisation.
Origin of Internet
In 1969 Department of Defence (DOD) of USA started a network called ARPANET (Advanced Research Projects Administration Network) with one computer at California and three at Utah. Later on other universities and R & D institutions were allowed to connect to the Network. APARNET quickly grew to encompass the entire American continent and became a huge success. Every university in the country wanted to become a part of ARPANET. So the network was broken into two smaller parts MILNET for managing military sites and ARPANET (smaller) for managing non-military sites. Around 1980, NSFNET (National Science Foundation Network) was created. With the advancement of modern communication facilities, other computers were also allowed to be linked up with any computer of NSFNET. By 1990 many computers were looking up to NSFNET giving birth to Internet.
How Internet functions
Internet is not a governmental organisation. The ultimate authority of the Internet is the Internet Society. This is a voluntary membership organisation whose purpose is to promote global information exchange. Internet has more than one million computers attached to it.
E-mail stands for electronic mail. This is one of the most widely used features of Internet. Mails are regularly used today where with the help of postage stamp we can transfer mails anywhere in the world. With electronic mail the service is similar. But here data are transmitted through Internet and therefore within minutes the message reaches the destination may it be anywhere in the world. Therefore the mailing system is excessively fast and is being used widely for mail transfer.
IN-TEXT QUESTIONS 3
4.7 WHAT YOU HAVE LEARNT
In this lesson we discussed the importance and modes of communication through computers. Computers can communicate with one another through computer networking. There are two types of computer network: LAN and WAN. We discussed about the physical arrangements of computer and peripherals in network topology. There are three types of network topology: star topology, bus topology and ring topology. Also we discussed about Internet and e-mail.
4.8 TERMINAL QUESTIONS
4.9 FEEDBACK TO IN-TEXT QUESTIONS
IN-TEXT QUESTIONS 1
IN-TEXT QUESTIONS 2
IN-TEXT QUESTIONS 3