Network Que Ans RD
Network Que Ans RD
Multiplexing?
Multiplexing is the process of combining multiple signals into one
signal, over a shared medium. If analog signals are multiplexed,
it is Analog Multiplexing and if digital signals are multiplexed,
that process is Digital Multiplexing.
Types of Multiplexers
1)Analog Multiplexing
2)Digital Multiplexing
Synchronous TDM
Asynchronous TDM
o Peer-To-Peer network
o Client/Server network
Peer-To-Peer network
Passive attacks
Connectionless Service
Three Keys
Knowledge about the whole network: Each router shares its
knowledge through the entire network. The Router sends its
collected knowledge about the network to its neighbors.
Routing only to neighbors: The router sends its knowledge
about the network to only those routers which have direct links.
The router sends whatever it has about the network through the
ports. The information is received by the router and uses the
information to update its own routing table.
Applications of UDP
-----Used for simple request-response communication when
the size of data is less and hence there is lesser concern about
flow and error control.
-----It is a suitable protocol for multicasting as UDP supports
packet switching.
-UDP is used for some routing update protocols like
RIP(Routing Information Protocol).
-----UDP is widely used in online gaming, where low latency
and high-speed communication is essential for a good gaming
experience. Game servers often send small, frequent packets
of data to clients, and UDP is well suited for this type of
communication as it is fast and lightweight.
-----Streaming media applications, such as IPTV, online radio,
and video conferencing, use UDP to transmit real-time audio
and video data. The loss of some packets can be tolerated in
these applications, as the data is continuously flowing and
does not require retransmission.
13) Authentication
is the process of verifying the identity of a user or information.
User authentication is the process of verifying the identity of a
user when that user logs in to a computer system.
Parity Check One extra bit is sent along with the original bits
to make number of 1s either even in case of even parity, or odd
in case of odd parity.
• Error Correction
Error Correction codes are used to detect and correct the errors
when data is transmitted from the sender to the receiver.In the
digital world, error correction can be done in two ways:
The first one, Backward Error Correction, is simple and can only
be efficiently used where retransmitting is not expensive. For
example, fiber optics. But in case of wireless transmission
retransmitting may cost too much. In the latter case, Forward
Error Correction is used.
15) Explain OSI reference model in detail with neat
diagram