Computer Network
Computer Network
Use a physical path to transmit data Use the atmosphere or space as the
signals medium for transmitting data signals
Typically have higher data transfer rates Typically have lower data transfer
and are more secure rates and are less secure
signals
Unit 2
8. What is IntServ?
Ans - IntServ stands for Integrated Services, which is a mechanism used in
Quality of Service (QoS) to provide end-to-end QoS guarantees for
individual network flows.
IntServ is a signaling protocol that enables end hosts to request specific
levels of QoS for each flow they generate. This request is then propagated
through the network to ensure that each network device provides the
necessary QoS treatment for the flow.
IntServ is typically used for applications that require strict QoS
guarantees, such as real-time voice and video applications. It provides a
mechanism for end hosts to reserve network resources, such as
bandwidth and buffer space, to ensure that their traffic receives the
necessary QoS treatment.
Unit 3
1.Explain types of transport layer protocol?
Ans - The transport layer protocol is responsible for providing reliable and
efficient communication between two devices on a network. There are two
commonly used transport layer protocols: Transmission Control Protocol
(TCP) and User Datagram Protocol (UDP).
Transmission Control Protocol (TCP): TCP is a connection-oriented
protocol that provides reliable data transmission. It ensures that all data
packets are delivered in the correct order, with error checking and
retransmission of lost packets. TCP is used for applications that require
reliable, error-free data transmission, such as email, file transfer, and web
browsing.
User Datagram Protocol (UDP): UDP is a connectionless protocol that
provides unreliable data transmission. It does not ensure that all data
packets are delivered or in the correct order. UDP is used for applications
that require fast, low-latency data transmission, such as online gaming,
video streaming, and voice over IP (VoIP). Since UDP does not have the
overhead of error checking and retransmission, it is faster than TCP but
less reliable.
The main features of UDP are:
Connectionless: UDP does not establish a connection between the
sender and receiver before transmitting data. This means that data can be
sent immediately without any setup or handshake.
Unreliable: UDP does not guarantee delivery of packets, nor does it
check for errors. Packets may be lost or delivered out of order, and it's up
to the application layer to handle any errors or retransmissions.
Lightweight: Since there is no need for a connection setup or error
correction mechanism, UDP has a smaller header size and lower overhead
than TCP.