DCN Unit-4 Saq
DCN Unit-4 Saq
1.What are the fields on which the UDP checksum is calculated? Why?
The UDP checksum is performed over the entire payload, and the other fields in the
header, and some fields from the IP header. A pseudo-header is constructed from the IP
header in order to perform the calculation (which is done over this pseudo-header, the
UDP header and the payload).
3. Define congestion.
Network Congestion occurs when the traffic flowing through a network exceeds its
maximum capacity. In most cases, congestion is a temporary issue with the network
caused due to a sudden upsurge of traffic, however, sometimes, a network is
continually congested, indicating a deeper problem. End-users perceive network
congestion as Network Slowdown or a very large delay in processing requests .
8. What is congestion?
1. Service-point addressing
3. Connection Control
5. Flow control
6. Error Control
Scheduling
Traffic shaping
Resource Reservation
Admission Control
16. What are the two types of protocols used in Transport layer?
TCP(Transmission Control Protocol): TCP is a layer 4 protocol which
provides acknowledgement of the received packets and is also reliable as it
resends the lost packets.
UDP (User Datagram Protocol): UDP is also a layer 4 protocol but unlike
TCP it doesn’t provide acknowledgement of the sent packets. Therefore, it
isn’t reliable and depends on the higher layer protocols for the same.
18. What is the need of port numbers? Port numbers are used as an addressing
mechanism in transport layer.
In computer networking, port numbers are part of the addressing information used to
identify the senders and receivers of messages. They are associated
with TCP/IP network connections and might be described as an add-on to the IP
address. Port numbers allow different applications on the same computer to share
network resources simultaneously. Home network routers and computer software work
with these ports and sometimes support configuring port number settings.
19. What are the types of port numbers used in transport layer? Well-known port
Registered port Dynamic port
o Well-known ports: The range of well-known port is 0 to 1023. The well-known ports
are used with those protocols that serve common applications and services such as HTTP
, IMAP, SMTP, etc.
o Registered ports: The range of registered port is 1024 to 49151. The registered ports
are used for the user processes.
o Dynamic ports: The range of dynamic port is 49152 to 65535. These port numbers are
assigned to the client application dynamically when a client creates a connection.