Ch01 QA
Ch01 QA
Question bank
SUBJECT : DATA COMMUNICATIONS AND COMPUTER
NETWORKS
SUBJECT CODE : 17BScCST61
CLASS : BSC VI Sem Paper-1
Subject In charge
Smt Bhagirathi Halalli
Assistant Professor
2019-20
Data Communication and computer network question bank 2 Marks
Data communication is the exchange of data (in the form of 1s and 0s) between two devices via some
form of transmission medium (such as a wire cable).
2. What are the three criteria necessary for an effective and efficient network?
The most important criteria are performance, reliability and security. Performance of the network
depends on number of users, type of transmission medium, the capabilities of the connected h/w and
the efficiency of the s/w.
Reliability is measured by frequency of failure, the time it takes a link to recover from the failure and the
network’s robustness in a catastrophe. Security issues include protecting data from unauthorized access
and viruses.
3. What are the three fundamental characteristics determine the effectiveness of the data
communication system?
In networks, communication occurs between the entities in different systems. Two entities cannot just
send bit streams to each other and expect to be understood. For communication, the entities must
agree on a protocol. A protocol is a set of rules that govern data communication.
Co-ordination across the nodes of a network is necessary for an efficient communication. If there are no
standards, difficulties arise. A standard provides a model or basis for development to which everyone
has agreed.
7. For n devices in a network, what is the number of cable links required for a mesh and ring
topology?
Data Communication and computer network question bank 2 Marks
Ring topology – n
An active hub contains a repeater that regenerates the received bit patterns before sending them out. A
passive hub provides a simple physical connection between the attached devices.
Primary-secondary relationship: One device controls traffic and the others must transmit through it.
10. Assume 6 devices are arranged in a mesh topology. How many cables are needed? How many
ports are needed for each device?
The seven layers of the OSI model belonging to three subgroups. Physical, datalink and network layers
are the network support layers; they deal with the physical aspects of moving data from one device to
another. Session, presentation and application layers are the user support layers; they allow
interoperability among unrelated software systems. The transport layer ensures end-to-end reliable
data transmission.
12. What are header and trailers and how do they get added and removed?
Each layer in the sending machine adds its own information to the message it receives from the layer
just above it and passes the whole package to the layer just below it. This information is added in the
form of headers or trailers. Headers are added to the message at the layers 6,5,4,3, and 2. A trailer is
added at layer2. At the receiving machine, the headers or trailers attached to the data unit at the
corresponding sending layers are removed, and actions appropriate to that layer retaken.
13. The transport layer creates a communication between the source and destination. What are the
three events involved in a connection?
In the NRZ-L sequence, positive and negative voltages have specific meanings: positive for 0 and
negative for 1. in the NRZ-I sequence, the voltages are meaningless. Instead, the receiver looks for
changes from one level to another as its basis for recognition of 1s.
19. Discuss the mode for propagating light along optical channels.
There are two modes for propagating light along optical channels,
Multimode: Multiple beams from a light source move through the core in different paths. Single mode:
Fiber with extremely small diameter that limits beams to a few angles ,resulting in an almost horizontal
beam.
The phenomenon related to the bending of light when it passes from one medium to another.
Very expensive.
Fragility.
Throughput
Propagation speed
Propagation time
Wavelength
24. Give the relationship between propagation speed and propagation time?
The time required for a signal or a bit to travel from one point to another is called
Propagation time.
Data Communication and computer network question bank 2 Marks
Propagation speed is the distance, a signal or a bit travel through a medium in one second.
Effect of one wire on another is called as cross talk. One wire will be the sending antenna and the other
wire will be the receiving antenna. We can use the shielded twisted pair cable or coaxial cable for
transmission, which contains metal foil to reduce cross talk.
1. What are the network support layers and the user support layers? Network support layers:
The network support layers are Physical layer, Data link layer and Network layer.
These deals with electrical specifications, physical connection, transport timing and reliability.
The user support layers are: Session layer, Presentation layer, Application layer.
Switched virtual circuit format is comparable conceptually to dial-up line in circuit switching. In this
method, a virtual circuit is created whenever it is needed and exits only for the duration of specific
exchange.
Permanent virtual circuits are comparable to leased lines in circuit switching. In this method, the same
virtual circuit is provided between two uses on a continuous basis. The circuit is dedicated to the specific
uses.
Routers relay packets among multiple interconnected networks. They Route packets from one network
to any of a number of potential destination networks on internet routers operate in the physical, data
link and network layer of OSI model.
The pathway requiring the smallest number of relays, it is called hop-count routing, in which every link is
considered to be of equal length and given the value one.
Adaptive routing
Non-adaptive routing.
a) Single bit error: The term single bit error means that only one bit of a given data unit (such as byte
character/data unit or packet) is changed from 1 to 0 or from 0 to 1. b) Burst error: Means that 2 or
more bits in the data unit have changed from 1 to 0 from 0 to 1.
4. What is redundancy?
It is the error detecting mechanism, which means a shorter group of bits or extra bits may be appended
at the destination of each unit.
There are 4 types of redundancy checks are used in data communication. a) Vertical redundancy checks
(VRC). b) Longitudinal redundancy checks (LRC). c) Cyclic redundancy checks (CRC). d) Checksum.
The most common and least expensive mechanism for error detection is the vertical redundancy check
(VRC) often called a parity check. In this technique redundant bit called a parity bit, is appended to every
data unit so, that the total number of 0’s in the unit (including the parity bit) becomes even.
In longitudinal redundancy check (LRC), a block of bits is divided into rows and a redundant row of bits is
added to the whole block.
The third and most powerful of the redundancy checking techniques is the cyclic redundancy checks
(CRC) CRC is based on binary division. Here sequence of redundant bits, called the CRC remainder is
appended to the end of data unit.
a) In the first step, the 4 bit divisor is subtracted from the first 4 bit of the dividend.
b) Each bit of the divisor is subtracted from the corresponding bit of the dividend without
A CRC checker functions exactly like a generator. After receiving the data appended with the CRC it does
the same modulo-2 division. If the remainder is all 0’s the CRC is dropped and the data accepted.
Otherwise, the received stream of bits is discarded and the dates are resent.
a) It should not be
The error detection method used by the higher layer protocol is called checksum.
b) All sections are added together using 2’s complement to get the sum.
c) The sum is complemented and become the checksum. d) The checksum is sent with the data.
b) All sections are added together using 1’s complement to get the sum.
a) When an error is discovered, the receiver can have the sender retransmit the entire data unit.
b) A receiver can use an error correcting coder, which automatically corrects certain errors.
A hamming code can be designed to correct burst errors of certain lengths. So the simple strategy used
by the hamming code to correct single bit errors must be redesigned to be applicable for multiple bit
correction.
Flow control refers to a set of procedures used to restrict the amount of data. The sender can send
before waiting for acknowledgment.
Each receiving device has a block of memory called a buffer, reserved for storing incoming data until
they are processed.
There are 2 methods have been developed to control flow of data across communication links.
In this method, the sender sends one frame and waits for an acknowledgement before
Sending.
22. Mention the advantage and disadvantage of stop and wait flow control.
Data Communication and computer network question bank 2 Marks
Advantage: simplicity
Disadvantage: inefficiency.
Error control in the data link layer is based on Automatic repeat request (ARQ), which means
retransmission of data in 3 cases. a) Damaged frame b) Lost frame c) Lost acknowledgment.
It is the popular mechanism for continuous transmission error control. In the method, if our frame is lost
or damaged, all frames sent since the last frame acknowledged are retransmitted.
In selective reject ARQ only the specific damaged or lost frame is retransmitted. If a frame is corrupted
in transit, a NAK is returned and the frame is resent out of sequence.
It is a bit-oriented data link protocol designed to support both half-duplex and full duplex
communication over point to point and midpoint links.
Bit stuffing is the process of adding one extra 0 whenever there are 5 consecutive in the data so that the
receiver doesn’t mistake the data for a flag.
A Local Area Network (LAN) is a data communication system that allows number of independent devices
to communicate directly with each other in a limited geographic area.
a) Ethernet b) Token bus c) Token ring d) Fiber distributed data interface (FDDI)
IEEE 802.3 supports a LAN standard originally developed by Xerox and later extended by a joint venture
between digital equipment corporations. Intel Corporation and Xerox. This was called ‘Ethernet’.
38. List the most command kinds of Base band 802.3 LAN.
Fiber distributed data interface is a local areas. Network protocol standardized by ANSI and ITU-7. It
supports data rates of 100 Mbps and provides a high-speed alternative to Ethernet and token ring
access method used here is token passing.
Primary station: The primary station has the complete control of the link. The Primary station sends
commands to the secondary station.
Combined station: The combined station is one which acts either as a primary or a Secondary,
depending upon the nature and direction of the transmission. Combined station sends both commands
and responses.
Piggy backing means combining data to sent and acknowledgement of the frame received in one single
frame. Piggy backing can save bandwidth because the overhead from a data frame and an ACK frame
can be combined into just one frame