(finish_2007_cs4)
 
Line 1: Line 1:
[[Category:ECE PhD Qualifying Exams]][[Category:ECE PhD Qualifying Exams]][[Category:ECE PhD Qualifying Exams]]
+
[[Category:ECE]]
 +
[[Category:QE]]
 +
[[Category:CNSIP]]
 +
[[Category:problem solving]]
 +
[[Category:automatic control]]
 +
[[Category:optimization]]
  
=QE2007_CS-4_ECE580=
+
<center>
 +
<font size= 4>
 +
[[ECE_PhD_Qualifying_Exams|ECE Ph.D. Qualifying Exam]]
 +
</font size>
  
 +
<font size= 4>
 +
Communications and Signal Processing
  
 +
Question 4: Networking
 +
</font size>
  
Put your content here . . .
+
August 2007
 +
</center>
 +
----
 +
----
 +
<!--哈哈我是注释,:Student answers and discussions for [[QE2013_AC-3_ECE580-1|Part 1]],[[QE2013_AC-3_ECE580-2|2]],[[QE2013_AC-3_ECE580-3|3]],[[QE2013_AC-3_ECE580-4|4]],[[QE2013_AC-3_ECE580-5|5]]不会在浏览器中显示。-->
  
 +
----
 +
1.(25 pts)
 +
State whether the following statements are true of false. No justification is necessary
 +
(a) (10 points) Let <math> {N_{i}(t), t \geq 0, i=1,2,3,... K} </math> be <math>K</math> independent Poisson Processes with rate <math>\lambda</math>. Assume that <math>K</math> is a Poisson random variable independent of <math>N_{i}(t)</math> (for all i) and has mean a. Let <math> N(t)=\sum_{i=1}^{K} N_{i}(t) </math><br/>
 +
i.(5 points) Statement: <math>\{  N(t), t \geq 0 \}</math> is a Poisson process with rate <math>a \lambda</math>. <br/>
 +
ii. (5 points) Statement: For a given t and T, <math> (N(t+T)-N(t)) </math> is a Poisson random variable with mean <math> a \lambda T </math>. <br/>
 +
(b) (5 points) Statement: In the slow-start phase, TCP sender increases the congestion-window by 1 every round-trip time. <br/>
 +
(c) (5 points) Consider a stationary packet-arrival process (i.e. assuming that it has started for infinite amount of time from the past). Let <math> X_{i}, -\infty < i < \infty </math> denote the inter-arrival time between the i-th packet and the (i+1)-th packet. Assume that for each i, <math>X_{i}</math> is i.i.d exponentially distributed. Let t denote an arbitrary time at which the packet stream is observed. Let S denote the amount of time between the time t and the arrival time of the last packet before t.<br/>
 +
Statement: It then follows that <br/>
 +
<center><math> E(X_{i}) = E(S) </math></center>
 +
(d) (5 points) Statement: For a given utilization, the M/M/1 queue has the smallest average delay among all M/G/1 queueing systems. <br/>
  
 +
Solution: <br/>
 +
(a) <br/>
 +
i. false   
 +
ii. false <br/>
 +
(b) false <br/>
 +
(c) true <br/>
 +
(d) false <br/>
  
  
[[ ECE PhD Qualifying Exams|Back to ECE PhD Qualifying Exams]]
+
 
 +
----
 +
2.(45 points)
 +
Consider the following single-server queueing system with an infinite buffer. Packets arrive according to a Poisson process with rate <math>\lambda</math>. The size of each packet is i.i.d exponentially distributed with mean <math>1/ \mu</math>. The server has a capacity of 1. When there is only one packet in the system, the server will serve this packet at the rate of 1. Hence, a single packet with length <math>l</math> will take time <math>l</math> to complete service. However, whenever there are two or more packets in the system, the server sill split its capacity into two parts, and serve the first two packets in the queue simultaneously, each at the rate of 1/2. For example, if two packets arrive at an empty system at the same time, and both have size <math>l</math>, then they will also complete service at the same time, after a time <math>2l</math>. <br/>
 +
Let <math>P_{m}</math> denote the steady-state probability of having <math>m</math> packets in the queue. <br/>
 +
 
 +
(a) (15 points) Assume that at a particular time-instant <math>t_{0}</math>, there are <math>m</math> packets in the queue, and <math>m \geq 2</math>. Let <math>t_{0} + T</math> denote the first time-instant after <math>t_{0}</math> when a packet completes service. Carefully derive the probability <math>P[T \geq t]</math> for all <math>t</math>. <br/>
 +
(b) (10 points) Draw the state transition diagram of the continuous time Markov chain that can be used to determine <math>P_{m}</math> .<br/>
 +
(c) (10 points) Write down the balance equations for solving <math>P_{m}</math>/<br/>
 +
(d) (10 points) Compute <math>P_{0}</math>, the probability that the system is empty. <br/>
 +
 
 +
Solution:<br/>
 +
(a)
 +
Each packet needs time is an exponential distribution <math> \frac{\mu}{m} e^{-\frac{\mu}{n} t} </math><br/>
 +
<math>P(T \geq t) = (\int_{t}^{\infty} \frac{\mu}{m} e^{- \frac{\mu}{m}t} )^{m}</math>
 +
<math>= (e^{- \frac{\mu}{m}})^{m} = e^{-\mu t}</math> <br/>
 +
(b)
 +
https://www.projectrhea.org/rhea/dropbox_/40c5d9059656d63a4b7544531047c681/Chang534_cs4-fig2.png <br/>
 +
(c)
 +
<math> \lambda P_{m} = \mu P_{m+1} </math><br/>
 +
(d)
 +
<math> P_{0}(1+ \rho + \rho^{2} + ...) = 1 </math> <br/>
 +
<math> P_{0} \cdot \frac{1}{1- \rho} = 1</math> <br/>
 +
<math> P_{0} = 1 - \rho = 1 - \frac{\lambda}{\mu} </math><br/>
 +
 
 +
----
 +
3. (20 points)  <br/>
 +
Consider the network shown below. The labels on the links correspond to the probabilities of link failure. Assume that the links fail independently of each other. Let noda A be the source. Our goal is to find the most reliable path from the source A to every other node. <br/>
 +
https://www.projectrhea.org/rhea/dropbox_/40c5d9059656d63a4b7544531047c681/Chang534_cs4-fig.png
 +
<br/>
 +
(a) (15 points) Provide a modified version of Dijkstra's algorithm to find the most reliable path from the source A to each node in the network above. <br/>
 +
(b) (15 points) Apply your modified algorithm to the network above to find the most reliable paths from the source A to each node. Show at least three iterations. <br/>
 +
 
 +
Solution:<br/>
 +
https://www.projectrhea.org/rhea/dropbox_/40c5d9059656d63a4b7544531047c681/Chang534_cs4-q3.jpg
 +
 
 +
----
 +
----
 +
 
 +
 
 +
 
 +
 
 +
[[ECE_PhD_Qualifying_Exams|Back to ECE QE page]]

Latest revision as of 03:02, 24 February 2019


ECE Ph.D. Qualifying Exam

Communications and Signal Processing

Question 4: Networking

August 2007




1.(25 pts) State whether the following statements are true of false. No justification is necessary (a) (10 points) Let $ {N_{i}(t), t \geq 0, i=1,2,3,... K} $ be $ K $ independent Poisson Processes with rate $ \lambda $. Assume that $ K $ is a Poisson random variable independent of $ N_{i}(t) $ (for all i) and has mean a. Let $ N(t)=\sum_{i=1}^{K} N_{i}(t) $

i.(5 points) Statement: $ \{  N(t), t \geq 0 \} $ is a Poisson process with rate $ a \lambda $. 
ii. (5 points) Statement: For a given t and T, $ (N(t+T)-N(t)) $ is a Poisson random variable with mean $ a \lambda T $.

(b) (5 points) Statement: In the slow-start phase, TCP sender increases the congestion-window by 1 every round-trip time.
(c) (5 points) Consider a stationary packet-arrival process (i.e. assuming that it has started for infinite amount of time from the past). Let $ X_{i}, -\infty < i < \infty $ denote the inter-arrival time between the i-th packet and the (i+1)-th packet. Assume that for each i, $ X_{i} $ is i.i.d exponentially distributed. Let t denote an arbitrary time at which the packet stream is observed. Let S denote the amount of time between the time t and the arrival time of the last packet before t.
Statement: It then follows that

$ E(X_{i}) = E(S) $

(d) (5 points) Statement: For a given utilization, the M/M/1 queue has the smallest average delay among all M/G/1 queueing systems.

Solution:
(a)
i. false ii. false
(b) false
(c) true
(d) false



2.(45 points) Consider the following single-server queueing system with an infinite buffer. Packets arrive according to a Poisson process with rate $ \lambda $. The size of each packet is i.i.d exponentially distributed with mean $ 1/ \mu $. The server has a capacity of 1. When there is only one packet in the system, the server will serve this packet at the rate of 1. Hence, a single packet with length $ l $ will take time $ l $ to complete service. However, whenever there are two or more packets in the system, the server sill split its capacity into two parts, and serve the first two packets in the queue simultaneously, each at the rate of 1/2. For example, if two packets arrive at an empty system at the same time, and both have size $ l $, then they will also complete service at the same time, after a time $ 2l $.
Let $ P_{m} $ denote the steady-state probability of having $ m $ packets in the queue.

(a) (15 points) Assume that at a particular time-instant $ t_{0} $, there are $ m $ packets in the queue, and $ m \geq 2 $. Let $ t_{0} + T $ denote the first time-instant after $ t_{0} $ when a packet completes service. Carefully derive the probability $ P[T \geq t] $ for all $ t $.
(b) (10 points) Draw the state transition diagram of the continuous time Markov chain that can be used to determine $ P_{m} $ .
(c) (10 points) Write down the balance equations for solving $ P_{m} $/
(d) (10 points) Compute $ P_{0} $, the probability that the system is empty.

Solution:
(a) Each packet needs time is an exponential distribution $ \frac{\mu}{m} e^{-\frac{\mu}{n} t} $
$ P(T \geq t) = (\int_{t}^{\infty} \frac{\mu}{m} e^{- \frac{\mu}{m}t} )^{m} $ $ = (e^{- \frac{\mu}{m}})^{m} = e^{-\mu t} $
(b) Chang534_cs4-fig2.png
(c) $ \lambda P_{m} = \mu P_{m+1} $
(d) $ P_{0}(1+ \rho + \rho^{2} + ...) = 1 $
$ P_{0} \cdot \frac{1}{1- \rho} = 1 $
$ P_{0} = 1 - \rho = 1 - \frac{\lambda}{\mu} $


3. (20 points)
Consider the network shown below. The labels on the links correspond to the probabilities of link failure. Assume that the links fail independently of each other. Let noda A be the source. Our goal is to find the most reliable path from the source A to every other node.
Chang534_cs4-fig.png
(a) (15 points) Provide a modified version of Dijkstra's algorithm to find the most reliable path from the source A to each node in the network above.
(b) (15 points) Apply your modified algorithm to the network above to find the most reliable paths from the source A to each node. Show at least three iterations.

Solution:
Chang534_cs4-q3.jpg





Back to ECE QE page

Alumni Liaison

Sees the importance of signal filtering in medical imaging

Dhruv Lamba, BSEE2010