Computer Networks Lab Viva Questions
Computer Networks Lab Viva Questions
Computer Networks Lab Viva Questions
), TAMAKA, KOLAR
2. What is a Link?
At the lowest level, a network can consist of two or more computers directly connected by some
physical medium such as coaxial cable or optical fiber. Such a physical medium is called as Link.
3. What is a node?
A network can consist of two or more computers directly connected by some physical medium such as
coaxial cable or optical fiber. Such a physical medium is called as Links and the computer it connects is
called as Nodes.
8. What are the criteria necessary for an effective and efficient network?
a. Performance
It can be measured in many ways, including transmit time and response time.
b. Reliability
It is measured by frequency of failure, the time it takes a link to recover from a failure, and the
network's robustness.
c. Security
Security issues includes protecting data from unauthorized access and virues.
9. Name the factors that affect the performance of the network?
a. Number of Users
b. Type of transmission medium
c. Hardware
d. Software
10. Name the factors that affect the reliability of the network?
a. Frequency of failure
b. Recovery time of a network after a failure
11. Name the factors that affect the security of the network?
a. Unauthorized Access
b. Viruses
31. Which layer links the network support layers and user support layers?
The Transport layer links the network support layers and user support layers.
40. What are the different link types used to build a computer network?
a. Cables
b. Leased Lines
c. Last-Mile Links
d. Wireless Links
99. What are the data units at different layers of the TCP / IP protocol suite?
The data unit created at the application layer is called a message, at the transport layer the data unit
created is called either a segment or an user datagram, at the network layer the data unit created is called
the datagram, at the data link layer the datagram is encapsulated in to a frame and finally transmitted as
signals along the transmission media.
101. What is the minimum and maximum length of the header in the TCP segment and IP
datagram?
The header should have a minimum length of 20 bytes and can have a maximum length of 60
bytes.
103. What is the difference between TFTP and FTP application layer protocols?
The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files from a remote host but does
not provide reliability or security. It uses the fundamental packet delivery services offered by UDP.
The File Transfer Protocol (FTP) is the standard mechanism provided by TCP / IP for copying a file
from one host to another. It uses the services offer by TCP and so is reliable and secure. It establishes
two connections (virtual circuits) between the hosts, one for data transfer and another for control
information.
110. What is the difference between routable and non- routable protocols?
Routable protocols can work with a router and can be used to build large networks. Non-
Routable protocols are designed to work on small, local networks and cannot be used with a
router.
111. Why should you care about the OSI Reference Model?
It provides a framework for discussing network operations and design.
151. What are the other error detection & correction algorithms?
Parity check
LRC Longitudinal Redundancy Check
CRC Cyclic Redundancy Check
FC Fire codes
BCH Bose-Chaudhuri-Hocquenghem
RS Reed-Solomon
HC Hamming codes
Turbo Codes
VCC Virerbi Convilutional Coding for Forward error Correction (FEC)
Golay