Computer Networking Interview Question and Answer PDF
Computer Networking Interview Question and Answer PDF
www.com-networks.com
Computer Networking Interview Q & A
1. Define Network?
A network is a set of devices connected by physical media links. A
network is recursively is a connection of two or more nodes by a
physical link or two or more networks connected by one or more nodes.
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.
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
41. What are the categories of Transmission media?
a. Guided Media
i. Twisted - Pair cable
1. Shielded TP
2. Unshielded TP
ii. Coaxial Cable
iii. Fiber-optic cable
b. Unguided Media
i. Terrestrial microwave
ii. Satellite Communication
a.) Guided Media: These are those that provide a conduit from one
device to another that include twisted-pair, coaxial cable and fiber-optic
cable. A signal traveling along any of these media is directed and is
contained by the physical limits of the medium. Twisted-pair and coaxial
cable use metallic that accept and transport signals in the form of
electrical current. Optical fiber is a glass or plastic cable that accepts
and transports signals in the form of light.
b.) Unguided Media: This is the wireless media that transport
electromagnetic waves without using a physical conductor. Signals are
broadcast either through air. This is done through radio communication,
satellite communication and cellular telephony.
95. What is Project 802?
It is a project started by IEEE to set standards to enable
intercommunication between equipment from a variety of manufacturers.
It is a way for specifying functions of the physical layer, the data link
layer and to some extent the network layer to allow for interconnectivity
of major LAN protocols.
It consists of the following:
1. 802.1 is an internetworking standard for compatibility of different LANs
and MANs across protocols.
2. 802.2 Logical link control (LLC) is the upper sublayer of the data link
layer which is non-architecture-specific, that is remains the same for all
IEEE-defined LANs.
3. Media access control (MAC) is the lower sublayer of the data link layer
that contains some distinct modules each carrying proprietary
information specific to the LAN product being used. The modules are
Ethernet LAN (802.3), Token ring LAN (802.4), Token bus LAN (802.5).
4. 802.6 is distributed queue dual bus (DQDB) designed to be used in
MANs.
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.
111. Why should you care about the OSI Reference Model?
It provides a framework for discussing network operations and design.