Networking Interview Question and Answers
Networking Interview Question and Answers
1. What is a network?
It is a set of devices connected by communication links. A node can be a computer
or any other device capable of sending and/or receiving data generated by other
nodes on the network.
2. What is a protocol?
It is a set of rules that governs data communication.
3. What is multiplexing?
Multiplexing is the process of dividing a link, the physical medium, into logical
channels for better efficiency. Here medium is not changed but it has several
channels instead of one.
4. Define bandwidth?
The range of frequencies that a medium can pass is called bandwidth. It is the
difference between the highest and lowest frequencies that the medium can
satisfactorily pass.
BUS topology
STAR topology
RING topology
MESS topology
Data link layer is responsible for carrying packets from one hop (computer or router)
to the next. The duties of data link layer include packetizing, addressing, error control,
flow control, medium access control.
Virtual channel is normally a connection from one source to one destination, although
multicast connections are also permitted. The other name for virtual channel is virtual
circuit.
It is the exchange of data between two devices via some form of transmission
medium such as wire cable. The communicating system must be part of a
communication system made up of a combination of hardware and software. The
effectiveness of a data communication system depends on three fundamental
characteristics: delivery, accuracy and timeliness.
It provides a dedicated link between two devices. The entire capacity of the link is
reserved for transmission between the two devices.
The concept of including extra information in the transmission solely for the purpose
of comparison. This technique is called redundancy.
15. What is subnet?
In multipoint connection more than two specific devices share a single link. Here the
capacity of the channel is shared either separately or temporally.
Every line has an upper limit and a lower limit on the frequency of signals it cancarry.
This limited range is called the bandwidth.
Packet switching
Message switching
24. Compare analog and digital signals?
Analog signals can have an infinite number of values in a range but digital signal can
have only a limited number of values.
ARP - Address resolution protocol is used to associate the 32-bit IP address with
the 48-bit physical address, used by a host or a router to find the physical address
of another host on its network by sending a ARP query packet that includes the IP
address of the receiver.
RARP - Reverse address resolution protocol allows a host to discover its Internet
address when it knows only its physical address.
ICMP is Internet Control Message Protocol, a network layer protocol of the TCP/IP
suite used by hosts and gateways to send notification of datagram problems back to
the sender.
One of two sublayers of the data link layer of OSI reference model, as defined by the
IEEE 802 standard. This sublayer is responsible for maintaining the link between
computers when they are sending data across the physical network connection.
A network in which there are multiple network links between computers to provide
multiple paths for data to travel.
Digital signals are aperiodic.so instead of using period and frequency we use bit
interval and bit rate respectively. Bit interval is the time required to send one single
bit. Bit rate is the number of bit intervals per second.
31. What is sampling?
It is an analog to digital conversion method which takes analog signals, samples it and
generates a series of pulse based on the results of the sampling. It is not used indata
communication because the series of pulses generated still of any amplitude. Tomodify
it we use pulse code modulation.
According to this theorem, the sampling rate must be at least 2 times the highest
frequency of the original signal.
It is the regulation of sender’s data rate so that the receiver buffer doesn’t become
overwhelmed. i.e. flow control refers to a set of procedures used to restrict the
amount of data that the sender can send before waiting for acknowledgement.
Virtual channel is normally a connection from one source to one destination, although
multicast connections are also permitted. The other name for virtual channel is virtual
circuit.
The internet address (IP address) is 32bits that uniquely and universally defines a
host or router on the internet.
The portion of the IP address that identifies the network is called net id. The portion
of the IP address that identifies the host or router on the network is called host id.
Subnetting divides one large network into several smaller ones. It adds an
intermediate level of hierarchy in IP addressing.
It is an electronic down bridge which is used to enhance the security of a network. It’s
configuration has two components.
Two routers
Application gateway
They divide large network into smaller components. They can relay frames between
two originally separated LANs. They provide security through partitioning traffic.
They operate on physical and data link layer of OSI model.
It is a protocol converter. A gateway can accept a packet formatted for one protocol
and convert it to a packet formatted for another protocol. It operates on all the seven
layers of OSI model.
Entities comprising the corresponding layers on different machines are called peers.
Broadcast system allow addressing a packet to all destination by using a special code
in address field. when packet is transmitted it is received and processed by every
machine on the network.
Server-based network
Peer-to-peer network
TELNET
FTP
SMTP
Server-based network
Peer-to-peer network
TELNET
FTP
SMTP
SMTP
TCP
UDP
It is a standard for specifying any kind of information on the World Wide Web.
World Wide Web is a repository of information spread all over the world and linked
together. It is a unique combination of flexibility, portability, and user-friendly features.
The World Wide Web today is a distributed client-server service, in which a client
using a browser can access a service using a server. The service provided is
distributed over many locations called web sites.
It is the main protocol used to access data on the World Wide Web. The protocol
transfers data in the form of plain text, hypertext, audio, video, and so on. It is so
called because its efficiency allows its use in a hypertext environment where there
are rapid jumps from one document to another.
The TCP/IP protocol that supports electronic mail on the internet is called Simple Mail
Transfer Protocol. SMTP provides for mail exchange between users on the same or
different computer and supports Sending a single message to one or more recipient
Sending message that include text, voice, video, or graphics. Sending message to
users on network outside the internet.
When a user logs into a local time-sharing system, it is called local login. When a
user wants to access an application program or utility located on a remote
machine, he or she performs remote login.