Unit 1
Unit 1
UNIT I
COMPUTER NETWORKS
1. What is a computer network?
a) A device used to display information on a computer screen
b) A collection of interconnected computers and devices that can communicate and
share resources
c) A type of software used to create documents and presentations
d) The physical casing that protects a computer’s internal components
Answer: b
Explanation: A computer network refers to a collection of computers and devices
linked together to share information, resources, and services. This interconnection
enables communication, data sharing, and collaboration among the devices within
the network.
2. What is internet?
a) A network of interconnected local area networks
b) A collection of unrelated computers
c) Interconnection of wide area networks
d) A single network
View Answer
Answer: c
Explanation: The internet is a global network formed by connecting wide area networks
(WANs), enabling worldwide communication and data sharing.
Answer: d
Explanation: Bluetooth is a wireless technology used to create a wireless personal area
network for data transfer up to a distance of 10 meters. It operates on 2.45 GHz frequency
band for transmission.
4. Which of the following computer networks is built on the top of another network?
a) overlay network
b) prime network
c) prior network
d) chief network
View Answer
Answer: a
Explanation: An overlay network is a computer network that is built on top of another
network. Some examples of an overlay network are Virtual Private Networks (VPN) and
Peer-to-Peer Networks (P2P).
TRICHY ENGINEERING COLLEGE
(A Unit of SS Group of Institutions)
Approved by AICTE & Affiliated to Anna University, Chennai
An ISO 9001:2015 Certified Institution
Sivagnanam Nagar, Trichy-Chennai NH, Konalai, Trichy - 621 105.
7. How many layers are there in the ISO OSI reference model?
a) 7
b) 5
c) 4
d) 6
Answer: a
Explanation: The seven layers in ISO OSI reference model is Application, Presentation,
Session, Transport, Network, Data link and Physical layer. OSI stands for Open System
Interconnect and it is a generalized model.
8. What are nodes in a computer network?
a) the computer that routes the data
b) the computer that terminates the data
c) the computer that originates the data
d) all of the mentioned
View Answer
TRICHY ENGINEERING COLLEGE
(A Unit of SS Group of Institutions)
Approved by AICTE & Affiliated to Anna University, Chennai
An ISO 9001:2015 Certified Institution
Sivagnanam Nagar, Trichy-Chennai NH, Konalai, Trichy - 621 105.
Answer: d
Explanation: In a computer network, a node can be anything that is capable of sending data
or receiving data or even routing the data to its destination. Routers, Computers and
Smartphones are some examples of network nodes.
Answer: b
Explanation: In the OSI model, network layer is the third layer and it provides data routing
paths for network communications. Error control is a function of the data link layer and the
transport layer.
10. How is a single channel shared by multiple signals in a computer network?
a) multiplexing
b) phase modulation
c) analog modulation
d) digital modulation
View Answer
Answer: a
Explanation: In communication and computer networks, the main goal is to share a scarce
resource. This is done by multiplexing, where multiple analog or digital signals are
combined into one signal over a shared medium. The multiple kinds of signals are
designated by the transport layer which is the layer present on a higher level than the
physical layer.
11. Which of the following devices forwards packets between networks by processing the
routing information included in the packet?
a) firewall
b) bridge
c) hub
d) router
View Answer
Answer: d
Explanation: A router is a networking device that forwards data packets between computer
networks. Routers perform the traffic directing functions on the Internet. They make use of
routing protocols like RIP to find the cheapest path to the destination.
12. What is the term for an endpoint of an inter-process communication flow across a
computer network?
a) port
b) machine
c) socket
TRICHY ENGINEERING COLLEGE
(A Unit of SS Group of Institutions)
Approved by AICTE & Affiliated to Anna University, Chennai
An ISO 9001:2015 Certified Institution
Sivagnanam Nagar, Trichy-Chennai NH, Konalai, Trichy - 621 105.
d) pipe
View Answer
Answer: c
Explanation: Socket is one end point in a two way communication link in the network. TCP
layer can identify the application that data is destined to be sent by using the port number
that is bound to socket.
14. Which layer does the data link layer take packets from and encapsulate them into
frames for transmission?
a) transport layer
b) application layer
c) network layer
d) physical layer
View Answer
Answer: c
Explanation: In computer networks, the data from application layer is sent to transport
layer and is converted to segments. These segments are then transferred to the network
layer and these are called packets. These packets are then sent to data link layer where
they are encapsulated into frames. These frames are then transferred to physical layer
where the frames are converted to bits. Error control and flow control data is inserted in
the frames at the data link layer.
16. Which type of network shares the communication channel among all the machines?
a) anycast network
b) multicast network
c) unicast network
d) broadcast network
View Answer
Answer: d
Explanation: In a broadcast network, information is sent to all stations in a network whereas
in a multicast network the data or information is sent to a group of stations in the network. In
unicast network, information is sent to only one specific station. The broadcast address of
the network is the last assigned address of the network.