Computer Network Questions-I

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

COMPUTER NETWORKS

Qus 1. What is network? What are its goals and applications?


Ans: A computer network is a system in which computers are connected to share
information and resources.
Goals of network:
1. Resource sharing: The aim to make all programs, data and peripherals available to
anyone on the network irrespective of the physical location of the resources and the
users.
2. Reliability: A file can have copies on two or more machines, so if one of them is
unavailable due to hardware or software crash, the other copies could be used. E.G.:
Railway reservation, Airways reservation etc.
3. Cost Factor: Personal computers have better price/performance ratio as the
important data are stored on file server machine available for sharing.
Application of network:
1. Access the remote database: User can access to remote database sitting at his home
to make reservation for airplanes, trains hotels and so on anywhere in the world with
instant confirmation.
2. Communication facilities: Using Network, user can share text, images, digitized
voice or movie to any users anywhere in the world.
3. Cost deduction: Using computer network communication system, amount required
for travelling of user or data from one location to another can be reduced to very less and
also saves energy for the same.

Qus 2 Write two advantages and disadvantages of networks.


Ans: Advantages:
1. Data or information can be shared among the user.
2. Fast communication can be achieved.
Disadvantages:
1. Expensive to install network.
2. Sophisticated Hardware and Software technology is required.

Qus 3 What is MAC address?


Ans: A Media Access Control address MAC address is a unique identifier assigned to
most network adapters or network interface cards NICs by the manufacturer for
identification, and used in the Media Access Control protocol sub layer. It is the physical
address assigned to every computer in a network. Eg : 10 : B5 : 03 : 63 : 2E : AC

Qus 4 What is IP address?


Ans: A unique number consisting of 4 parts separated by dots, e.g. 165.113.245.2
Every machine on a TCP bar/IP Network has a unique identifying number called an IP
Address. It is the Logical address of every machine in the network.

Qus 5 What is a modem? What is its function?


Ans: : A MODEM is computer peripheral that connects a workstation to other work station
via telephone lines and facilitates communication. Its name is derived from Modulator /
DEModulator.
A MODEM converts digital signals into analog signals and vice versa. There are two types of
modems, namely internal modem and external modem.

Qus 6 What are hubs? What are its types?


Ans: A hub is hardware device used to connect several computers together.
It is of two types Active or Passive HUBs.
 Active hub is one which amplifies the signal as it moves from one connected device to
another.
 Passive hub allows the signal to pass from one computer to another computer without
any change.

Qus 7 What is the role of a switch in a network?


Ans:  A switch is a device that is used to segment networks into different sub networks
called subnets or LAN segments. Segmenting the network into smaller subnets prevents
traffic overloading in a network.
 A switch is responsible for filtering i.e. transforming data in a specific way and for
forwarding packets a piece of message between LAN segments.
 Switch support any packet protocol. LANs that are segmented through switches are
called switched LANs.

Qus 8. Why is Switch called an intelligent hub?


Ans : Switch is an intelligent hub because unlike hub, switch gathers information and
sends data only to the intended receiver while conserving bandwidth where as hub
broadcasts the data to all the devices connected thus sharing bandwidth.

Qus 9. Briefly discuss the role of following devices in the context of networking.
i Repeater
ii Gateway.

Ans:  Repeater – A repeater amplifies the input signal to an appropriate level and
works at the physical level of the OSI model. Sometimes the signal on the Internet
becomes weak before reaching the destination node. Thus, repeater is used to regenerate
the incoming packet and amplify it and then transmit it to another segment of the
network.
 Gateway – A network gateway is an internetworking system capable of joining together
two networks that use different base protocols. A network gateway can be implemented
completely in software, completely in hardware, or as a combination of both. Depending
on the types of protocols they support.

Qus 10. What is TCP/IP?


Ans. TCP/IP (Transmission Control Protocol/Internet Protocol) is a protocol for
communication between computers used as a standard for transmitting data over
networks and is the basis for standard internet protocols. It is also responsible for
assembling packets at the receiver’s side.
Qus 11. What are the factors that must be considered before making a choice
for the topology?
Ans: Cost of Expenses required for implementation of network, Reliability of a particular
topology and flexibility of system for future adjustment; are the various factors that must
be considered before making a choice for the topology.

Qus 12. Write few advantages and few disadvantages of bus Topology.
Ans: Advantages :
1. Easy to connect a computer or peripheral to a linear bus.
2. Requires less cable length than a star topology.
3. It is suitable for small networks.
Disadvantages:
1. Entire network shuts down if there is a break in the main cable.
2. Terminators are required at both ends of the backbone cable.
3. Fault diagnosis and fault isolation is difficult.

Qus 13. Briefly mention few advantages and few disadvantages of star topology.
Ans: Advantages :
1. Installation and maintenance of network is easy and takes less time.
2. Easy to detect faults and to fault isolation is easier.
3. The rate of data transfer is fast as all the data packets or messages are transferred
through central hub.
4. One Device per Connection : As the nodes are not connected to each other, any
problem in one node does not hamper the performance of other nodes in the network.

Disadvantages :
1. Requires more cable length than a linear topology.
2. Central node dependency : All nodes of star topology are dependent on central hub or
central node, therefore, any problem in the central node makes the entire network
inoperable.

Qus 14. Write few advantages and few disadvantages of Ring Topology.
Ans: Advantages :
1. The data is transmitted in one direction only and, hence, the transmission rate increases.
2. The adding or removing of network nodes is easy
3. It is suitable for optical fibre.

Disadvantages:
1. Node failure causes network failure.
2. Fault diagnosis and fault isolation is difficult.
3. Transmission speed becomes slower with an increase in the number of nodes.
4. For proper communication between each node, it is required that each computer must
be turned on.
Qus 15. Write few advantages and few disadvantages of Mesh Topology.

Ans: Advantages :
1. Each communicating device carries its own data through its own dedicated link,
hence eliminating traffic problems.
2. A mesh topology is robust. If one link becomes unusable, it does not affect the entire system.

Disadvantages:
1. Mesh topology is highly expensive to set up and involves high maintenance costs because of
the amount of cabling and the number of I/O ports required.
2. Set-up and maintenance of this topology is very difficult.

You might also like