Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

University of Central Punjab

Computer Communications and Networks


Assignment-2

Date: March 31, 2024 Total Marks: 40


Due Date: May 01, 2024 (Wednesday 11:59 PM)
CLO# Course Learning Outcome Taxonomy
Level
CLO-2 Explain the services and functions provided by each layer of the TCP/IT model 2

Note: Assignment must be hand written. Plagiarism will be penalized.

Task1:

Usman Aamer Faculty of IT and Computer Science


USMAN.AAMER@UCP.EDU.PK University of Central Punjab
Lecturer Lahore
Department of Computer Science
Task2: Info regarding DNS records for a corporation, TechCorp:
Name Type Value
techcorp.com NS ns1.techcorp.com
techcorp.com NS ns2.techcorp.com
techcorp.com MX mail.techcorp.com
ns1.techcorp.com A 102.55.123.1
ns2.techcorp.com A 102.55.123.2
server.techcorp.com A 102.55.123.3
www.techcorp.com CNAME server.techcorp.com
mail.techcorp.com A 102.55.123.4

1. Write the IP addresses of Authoritative DNS servers for the domain techcorp.com.
2. What is the IP address of their web server?
3. What is the IP address of their mail server?

Task3:
A network packet of size 2,000 bytes needs to be sent over a link with a bandwidth of 50
Mbps. Each router the packet encounters has a processing delay of 1 millisecond, but due
to network congestion, the packet experiences queueing delays of 5, 10, and 15
milliseconds at the first, second, and third routers, respectively. If the propagation delay
between each router and between the source and first router, as well as the final router
and destination, is 5 milliseconds, what is the total delay for the packet to reach from the
source to the destination?

Hints:
 You will need to calculate the transmission delay using the link bandwidth and packet
size.
 Add up individual processing delays for each router.
 Add up individual queueing delays for each router.
 Calculate the total propagation delay including all segments between routers and the
endpoints.

Usman Aamer Faculty of IT and Computer Science


USMAN.AAMER@UCP.EDU.PK University of Central Punjab
Lecturer Lahore
Department of Computer Science

You might also like