Network Planning, Midterm 2023 Exam Solution
Network Planning, Midterm 2023 Exam Solution
Network Planning
Faculty of Electronic Engineering mid 2nd term B. SC Exam.
Dept. of Electronics & Electrical Comm. Time Allowed: 1 Hour
Date: 30 - 4 - 2023 Total marks: 30
Answer the following questions:
Question No. 1: [15]
a- The number of subscriber lines put in service in certain Exchange area during the interval
2015-to-2021 was registered in the following table.
Year 2015 2016 2017 2018 2019 2020 2021
3 100 110 121 133.1 146.41 161.05 177.16
Number of lines x 10
Calculate the expected number of lines required to be connected at year 2035.
b- Write short notes about:
i- Difference between Virtual circuit, and Datagram packet switching technique,
ii- Structure of the international telephone number,
iii- Drawbacks of the Common-Channel Signaling technique.
Question 2: [15]
A communication network with 4 nodes between the source and the destination transferring
messages with length 3400 bit. The data rate on all links is 9600 bps, with packet size 440 bits
and 30 bit overhead address, 10 trailer bits. The set-up time is 0.25 sec., while the average delay
time at each node is 0.3 sec. The processing time at each node is 0.18 sec. The data speed over a
link is 200 m/µ sec., and the link length is 50 km. Calculate the end-to-end delay for the following:
a- Circuit switching network,
b- Datagram packet switching network without delivery guarantee.
Solution:
Question No. 1:
a- The number of subscriber lines put in service in certain Exchange area during the interval
2015-to-2021 was registered in the following table.
Year 2015 2016 2017 2018 2019 2020 2021
3 100 110 121 133.1 146.41 161.05 177.16
Number of lines x 10
Calculate the expected number of lines required to be connected at year 2035. (5 marks)
Question 2:
A communication network with 4 nodes between the source and the destination transferring
messages with length 3400 bit. The data rate on all links is 9600 bps, with packet size 440 bits
and 30 bit overhead address, 10 trailer bits. The set-up time is 0.25 sec., while the average delay
time at each node is 0.3 sec. The processing time at each node is 0.18 sec. The data speed over a
link is 200 m/µ sec., and the link length is 50 km. Calculate the end-to-end delay for the following:
a- Circuit switching network,
b- Datagram packet switching network without delivery guarantee.
Solution: L = 3400 bit, D = 50 km, N = 4, C = 9.6 kbps, S = 200 m/µ sec.,
Total pkt size = P + h + T = 440 + 30 + 10 = 480 bit, Tset-up = 0.25 sec.,
Tdelay./node = 0.3 sec, TProcessing./node = 0.18 sec.,
a- For circuit switching: (7 marks)
Tend-to-end, CS = Tset-up + (Tproc./ node) (1) + Ttr.(1) + Tprop.(N +1)
= 0.25 + 0.18 (1) + (L/C) x 1 + (D/S)(N+1)
= 0.25 + 0.18 (1) + (3400 / 9600) (1) + ((50 x 103) / (200 / 10-6)) x 5
= 0.43 + 0.354 + ((50 x 103) / (200 x 106)) x 5 = 0.784 + 1.25 x 10-3 = 0.7853 sec.
b- For datagram, consider Pipelining: (8 marks)
Tend-to-end, DG = (Tdelay./ node) (N+1) + (Tproc./ node) (N+1) + Ttr.+ Tprop.(N+1)
Ttr. = Ttr. of 1st packet (N+1) + Ttr. of the rest of the message (1)
Ttr = {[(P+h+T)(N+1) + ((L+H) – (P+h+T))(1)] / C}= {[(480x5) + (3400)
H = Summation of header sizes for all packets = number of packets x h = (L / P) x h
H = (3400 / 440) x 30 = 231.82 bit ≈ 232 bit.
H can be assumed any value > h
Ttr. = {[(480x5) + ((3400+232) – (480))] /9600} = {[(2400) + ((3632) – (480))] /9600}
= {[(2400) + (3152)] /9600}= 0.5783 sec.,
∴ Tend-to-end, DG = 0.3x5 + 0.18x5 + 0.5783 + 1.25 x 10-3 = 1.5 + 0.9 + 0.5783 + 1.25 x 10-3
= 2.98 second.