<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CS432 Assignment 2 Solution and Discussion]]></title><description><![CDATA[<p dir="auto">Assignment No. 02<br />
Semester: Fall 2019<br />
CS432 –Network modeling and simulation	Total Marks: 20</p>
<p dir="auto">Due Date: 5thDecember, 2019	<br />
Assignment Objectives:</p>
<p dir="auto">•	To enhance the capabilities of network topologies on the network.<br />
•	To calculate the latency and jitter of the network.</p>
<p dir="auto">Uploading instructions:</p>
<p dir="auto">•	Your assignment must be in .doc format (Any other formats like scan images, PDF, bmp etc will not be accepted).<br />
•	Save your assignment with your ID (e.g. bc020200786.doc).<br />
•	No assignment will be accepted through email.</p>
<p dir="auto">Rules for Marking:</p>
<p dir="auto">It should be clear that your assignment will not get any credit if:<br />
•	The assignment is submitted after due date.<br />
•	The submitted assignment does not open or file is corrupted.<br />
•	Your assignment is copied from internet, handouts or from any other student<br />
(Strict disciplinary action will be taken in this case).</p>
<p dir="auto">Assignment</p>
<p dir="auto">Question No. 1                                                                                                                                           [Marks: 5]</p>
<p dir="auto">Following network shows the data transmission between LAN1 host and LAN2 Host. Number of packets is sent from LAN1 to LAN2. You are required to calculate the Latency and Jitter during the data transmission.<br />
<img src="https://i.imgur.com/LdOwrfJ.png" alt="e68f25c2-d54a-4bdb-a632-0775b0f092f9-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Values should be given in the following table with complete calculation (formula and answers).<br />
Also write down the main difference between latency and jitter.</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Packet ID</th>
<th>Time AT Point A</th>
<th>Time AT Point B</th>
<th>Latency</th>
<th>Jitter</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>TA1= 3 sec</td>
<td>TB2= 6 sec</td>
<td>L1=?</td>
<td>—</td>
</tr>
<tr>
<td>2</td>
<td>TA2 = 7 sec</td>
<td>TB2 = 12 sec</td>
<td>L2=?</td>
<td>J1 =?</td>
</tr>
<tr>
<td>3</td>
<td>TA3 = 15 sec</td>
<td>TB3 = 22 sec</td>
<td>L3=?</td>
<td>J2 =?</td>
</tr>
</tbody>
</table>
<p dir="auto">Question No. 2                                                                                                                                      [Marks: 5]</p>
<p dir="auto">Suppose a university has a ‘Research center” network that is comprised of the main departments of the university. Answer the following questions by considering the topology of the given network.</p>
<p dir="auto"><img src="https://i.imgur.com/f2q5eOy.png" alt="b896f385-5391-42a2-9884-f50cce0a3018-image.png" class=" img-fluid img-markdown" /></p>
<ol>
<li>
<p dir="auto">What is the total data rate of the network?</p>
</li>
<li>
<p dir="auto">Which application is generating the maximum load per user in Management department?</p>
</li>
<li>
<p dir="auto">Which application is generating the minimum load per user in Computer Science department?</p>
</li>
<li>
<p dir="auto">Which department is consuming maximum network bandwidth and why?</p>
</li>
</ol>
<p dir="auto">Question No. 3                                                                                                                                      [Marks: 5]<br />
Suppose the utilization of a system is 45% then what will be the queue depth?<br />
Question No. 4                                                                                                                                      [Marks: 5]<br />
What are the steps required in step-wise approach to measure the downtime cost of the system? Discuss them.</p>
<p dir="auto">Deadline: Your assignment must be uploaded/submitted on or before 5th December, 2019.</p>
]]></description><link>https://community.secnto.com//topic/743/cs432-assignment-2-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 22:42:15 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/743.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Dec 2019 08:18:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Wed, 22 Jan 2020 12:53:26 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Q.1 Solution:</strong></p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Packet ID</th>
<th>Time AT Point A</th>
<th>Time AT Point B</th>
<th>Latency</th>
<th>Jitter</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>TA1= 3 sec</td>
<td>TB2= 6 sec</td>
<td>L1=TB1–TA1=&gt; 6-3 = 3 sec</td>
<td>—</td>
</tr>
<tr>
<td>2</td>
<td>TA2 = 7 sec</td>
<td>TB2 = 12 sec</td>
<td>L2=TB2–TA2=&gt; 12-7 = 5 sec</td>
<td>J1 = L2-L1=&gt; 5-3 = 2 sec</td>
</tr>
<tr>
<td>3</td>
<td>TA3 = 15 sec</td>
<td>TB3 = 22 sec</td>
<td>L3=TB3–TA3=&gt; 22-15 = 7 sec</td>
<td>J2 = L3-L2=&gt; 7-5 = 2 sec</td>
</tr>
</tbody>
</table>
<p dir="auto">Latency is a term used to outline the amount of time it takes for a packet to transfer to its destination.<br />
Whereas, jitter is the delay that varies over time when the signal weakens.</p>
<p dir="auto"><strong>Q.2 Solution:</strong></p>
<ol>
<li>
<p dir="auto">What is the total data rate of the network?<br />
<strong>Answer: 3054 Kbps</strong></p>
</li>
<li>
<p dir="auto">Which application is generating the maximum load per user in Management department?<br />
<strong>Answer: Application 3</strong></p>
</li>
<li>
<p dir="auto">Which application is generating the minimum load per user in Computer Science department?<br />
<strong>Answer: Application 4</strong></p>
</li>
<li>
<p dir="auto">Which department is consuming the more network bandwidth and why?<br />
<strong>Answer: Math department is consuming the network bandwidth more because there are total 8 applications that are running in Math department.</strong></p>
</li>
</ol>
<p dir="auto">Q. 3 Suppose the utilization of a system is 45% then what will be the queue depth?</p>
<p dir="auto"><strong>Q.3 Solution:</strong><br />
Queue depth = utilization / (1-utilization)<br />
=  45/(1-45)<br />
=  45/-44<br />
= -1.0227</p>
<p dir="auto"><strong>Question No. 4</strong><br />
Write down the five steps of step-wise approach to measure the downtime cost of the system.<br />
<strong>Q.4 Solution:</strong><br />
Step-wise approach to measure downtime cost<br />
i)	Identify Business Continuity Components<br />
ii)	Define What You Protect<br />
iii)	Prioritize Business Functions<br />
iv)	Classify Outage Types,<br />
v)	Calculate cost</p>
]]></description><link>https://community.secnto.com//post/2213</link><guid isPermaLink="true">https://community.secnto.com//post/2213</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Wed, 22 Jan 2020 12:53:26 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Tue, 10 Dec 2019 11:53:21 GMT]]></title><description><![CDATA[<p dir="auto">Typical, approximate, values for latency that you might experience include:</p>
<ul>
<li>800ms for satellite<br />
120ms for 3G cellular data<br />
60ms for 4G cellular data which is often used for 4G WAN and internet connections<br />
20ms for an mpls network such as BT IP Connect, when using Class of Service to prioritise traffic<br />
10ms for a modern Carrier Ethernet network such as BT Ethernet Connect or BT Wholesale Ethernet in the UK</li>
</ul>
<p dir="auto">Ideas Solution provided, if you are unable to solve please contact in chat Room</p>
]]></description><link>https://community.secnto.com//post/2340</link><guid isPermaLink="true">https://community.secnto.com//post/2340</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Tue, 10 Dec 2019 11:53:21 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Wed, 22 Jan 2020 12:53:26 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Q.1 Solution:</strong></p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Packet ID</th>
<th>Time AT Point A</th>
<th>Time AT Point B</th>
<th>Latency</th>
<th>Jitter</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>TA1= 3 sec</td>
<td>TB2= 6 sec</td>
<td>L1=TB1–TA1=&gt; 6-3 = 3 sec</td>
<td>—</td>
</tr>
<tr>
<td>2</td>
<td>TA2 = 7 sec</td>
<td>TB2 = 12 sec</td>
<td>L2=TB2–TA2=&gt; 12-7 = 5 sec</td>
<td>J1 = L2-L1=&gt; 5-3 = 2 sec</td>
</tr>
<tr>
<td>3</td>
<td>TA3 = 15 sec</td>
<td>TB3 = 22 sec</td>
<td>L3=TB3–TA3=&gt; 22-15 = 7 sec</td>
<td>J2 = L3-L2=&gt; 7-5 = 2 sec</td>
</tr>
</tbody>
</table>
<p dir="auto">Latency is a term used to outline the amount of time it takes for a packet to transfer to its destination.<br />
Whereas, jitter is the delay that varies over time when the signal weakens.</p>
<p dir="auto"><strong>Q.2 Solution:</strong></p>
<ol>
<li>
<p dir="auto">What is the total data rate of the network?<br />
<strong>Answer: 3054 Kbps</strong></p>
</li>
<li>
<p dir="auto">Which application is generating the maximum load per user in Management department?<br />
<strong>Answer: Application 3</strong></p>
</li>
<li>
<p dir="auto">Which application is generating the minimum load per user in Computer Science department?<br />
<strong>Answer: Application 4</strong></p>
</li>
<li>
<p dir="auto">Which department is consuming the more network bandwidth and why?<br />
<strong>Answer: Math department is consuming the network bandwidth more because there are total 8 applications that are running in Math department.</strong></p>
</li>
</ol>
<p dir="auto">Q. 3 Suppose the utilization of a system is 45% then what will be the queue depth?</p>
<p dir="auto"><strong>Q.3 Solution:</strong><br />
Queue depth = utilization / (1-utilization)<br />
=  45/(1-45)<br />
=  45/-44<br />
= -1.0227</p>
<p dir="auto"><strong>Question No. 4</strong><br />
Write down the five steps of step-wise approach to measure the downtime cost of the system.<br />
<strong>Q.4 Solution:</strong><br />
Step-wise approach to measure downtime cost<br />
i)	Identify Business Continuity Components<br />
ii)	Define What You Protect<br />
iii)	Prioritize Business Functions<br />
iv)	Classify Outage Types,<br />
v)	Calculate cost</p>
]]></description><link>https://community.secnto.com//post/2213</link><guid isPermaLink="true">https://community.secnto.com//post/2213</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Wed, 22 Jan 2020 12:53:26 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Thu, 05 Dec 2019 09:16:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zareen" aria-label="Profile: zareen">@<bdi>zareen</bdi></a> said in <a href="/post/2183">CS432 Assignment 2 Solution and Discussion</a>:</p>
<blockquote>
<p dir="auto">latency</p>
</blockquote>
<p dir="auto">Latency is sometimes considered the time a packet takes to travel from one endpoint to another, the same as the one-way delay.</p>
<p dir="auto">More often, latency signifies the round-trip time. Round-trip time encompasses the time it takes for a packet to be sent plus the time it takes for it to return back. This does not include the time it takes to process the packet at the destination.</p>
<p dir="auto">Network monitoring tools can determine the precise round-trip time on a given network. Round-trip time can be calculated from the source since it tracks the time the packet was sent and computes the difference upon acknowledgement of return. However, a delay between two endpoints can be difficult to determine, as the sending endpoint does not have information on the time of arrival at the receiving endpoint.</p>
]]></description><link>https://community.secnto.com//post/2211</link><guid isPermaLink="true">https://community.secnto.com//post/2211</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Thu, 05 Dec 2019 09:16:43 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Thu, 05 Dec 2019 09:12:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zareen" aria-label="Profile: zareen">@<bdi>zareen</bdi></a><br />
<strong>Jitter Calculation</strong><br />
Here’s an example. We have collected 5 samples with the following latencies: 136, 184, 115, 148, 125 (in that order). The average latency is 142 - (add them, divide by 5). The ‘Jitter’ is calculated by taking the difference between samples.</p>
<p dir="auto">136 to 184, diff = 48<br />
184 to 115, diff = 69<br />
115 to 148, diff = 33<br />
148 to 125, diff = 23<br />
(Notice how we have only 4 differences for 5 samples).<br />
The total difference is (48+69+33+23=173) - so the jitter is 173 / 4, or 43.25.</p>
<p dir="auto">We use this same mechanism no matter how many samples you have - it works on 5, 50 or 5000.</p>
]]></description><link>https://community.secnto.com//post/2210</link><guid isPermaLink="true">https://community.secnto.com//post/2210</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Thu, 05 Dec 2019 09:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Thu, 05 Dec 2019 09:07:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zareen" aria-label="Profile: zareen">@<bdi>zareen</bdi></a> said in <a href="/post/2183">CS432 Assignment 2 Solution and Discussion</a>:</p>
<blockquote>
<p dir="auto">jitter</p>
</blockquote>
<p dir="auto">Before we go please understand the jitter.<br />
Jitter is the amount of variation in latency/response time, in milliseconds. Reliable connections consistently report back the same latency over and over again. Lots of variation (or ‘jitter’) is an indication of problems.</p>
<p dir="auto">Jitter shows up as different symptoms, depending on the application you’re using. Web browsing is fairly resistant to jitter, but any kind of streaming media (voice, video, music) is quite suceptible to Jitter.</p>
<p dir="auto">Jitter is a symptom of other problems. It’s an indicator that there might be something else wrong. Often, this ‘something else’ is bandwidth saturation (sometimes called congestion) - or not enough bandwidth to handle the traffic load.</p>
]]></description><link>https://community.secnto.com//post/2208</link><guid isPermaLink="true">https://community.secnto.com//post/2208</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Thu, 05 Dec 2019 09:07:32 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Wed, 22 Jan 2020 12:54:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hamna-hashmi" aria-label="Profile: Hamna-Hashmi">@<bdi>Hamna-Hashmi</bdi></a> said in <a href="/post/2200">CS432 Assignment 2 Solution and Discussion</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zareen" aria-label="Profile: zareen">@<bdi>zareen</bdi></a> iska solution provide kar dain</p>
</blockquote>
<p dir="auto">Please check in Post!</p>
]]></description><link>https://community.secnto.com//post/2207</link><guid isPermaLink="true">https://community.secnto.com//post/2207</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Wed, 22 Jan 2020 12:54:36 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Wed, 22 Jan 2020 12:55:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hamna-hashmi" aria-label="Profile: Hamna-Hashmi">@<bdi>Hamna-Hashmi</bdi></a> available!</p>
]]></description><link>https://community.secnto.com//post/2201</link><guid isPermaLink="true">https://community.secnto.com//post/2201</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Wed, 22 Jan 2020 12:55:03 GMT</pubDate></item><item><title><![CDATA[Reply to CS432 Assignment 2 Solution and Discussion on Wed, 04 Dec 2019 16:07:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zareen" aria-label="Profile: zareen">@<bdi>zareen</bdi></a> iska solution provide kar dain</p>
]]></description><link>https://community.secnto.com//post/2200</link><guid isPermaLink="true">https://community.secnto.com//post/2200</guid><dc:creator><![CDATA[Hamna Hashmi]]></dc:creator><pubDate>Wed, 04 Dec 2019 16:07:41 GMT</pubDate></item></channel></rss>