<?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[CS435 Assignment 1 Solution and Discussion]]></title><description><![CDATA[<pre><code> Assignment No. 01 Semester: Fall 2019
</code></pre>
<p dir="auto">CS435: Cloud Computing<br />
Total Marks: 20<br />
Due Date: 13th November 2019<br />
Objective:<br />
The objective of this assignment is to enhance the learning capabilities of the students about:<br />
• Transmission Modes (Data Flow)<br />
• TCP/IP Protocol suite<br />
• IP Addressing<br />
• Privileged and Non-Privileged Instructions<br />
Instructions:<br />
Please read the following instructions carefully before submitting assignment:<br />
You need to use MS word document to prepare and submit the assignment on VU-LMS. It should be clear that your assignment will not get any credit if:<br />
The assignment is submitted after due date.<br />
The assignment is not in the required format (.doc or docx)<br />
The submitted assignment does not open or file is corrupt.<br />
Assignment is copied (partial or full) from any source (websites, forums, students, etc)</p>
<p dir="auto">Assignment</p>
<ul>
<li>Question No. 1<br />
Identify the type of transmission mode (data flow) for each of the following device:<br />
<img src="/assets/uploads/files/1573724542540-13969cad-2195-48e6-9175-da1a296861c5-image.png" alt="13969cad-2195-48e6-9175-da1a296861c5-image.png" class=" img-fluid img-markdown" /></li>
<li>Question No. 2<br />
Identify the TCP/IP Protocol layer for each of the following functionalities:<br />
<img src="/assets/uploads/files/1573724560554-32dfd6c9-e8a3-49ba-bb00-33d7861b69b1-image.png" alt="32dfd6c9-e8a3-49ba-bb00-33d7861b69b1-image.png" class=" img-fluid img-markdown" /></li>
<li>Question No. 3<br />
For each of the following IP addresses, identify the class of IP address and <img src="/assets/uploads/files/1573724578556-f0ba6422-edf9-4560-9945-2bc2118645ff-image.png" alt="f0ba6422-edf9-4560-9945-2bc2118645ff-image.png" class=" img-fluid img-markdown" /></li>
<li>Question No. 4<br />
Identify Privileged and Non-Privileged Instructions from the list given below:<br />
<img src="/assets/uploads/files/1573724604302-09b4ab36-b6ad-4c85-83c4-ae37bc6e9ebd-image.png" alt="09b4ab36-b6ad-4c85-83c4-ae37bc6e9ebd-image.png" class=" img-fluid img-markdown" /></li>
</ul>
]]></description><link>https://community.secnto.com//topic/559/cs435-assignment-1-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 05:34:05 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/559.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Nov 2019 09:44:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CS435 Assignment 1 Solution and Discussion on Sun, 26 Jan 2020 15:20:04 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Q.1 Solution:</strong><br />
Identify the type of transmission mode (data flow) for each of the following device:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Device</th>
<th>Transmission Mode (Data Flow)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Key board</td>
<td>Simplex</td>
</tr>
<tr>
<td>Monitor</td>
<td>Simplex</td>
</tr>
<tr>
<td>Walkie-talkie</td>
<td>Half Duplex</td>
</tr>
<tr>
<td>Telephone</td>
<td>Full Duplex</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Q.2 Solution:</strong><br />
Identify the TCP/IP Protocol layer for each of the following functionalities:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Case</th>
<th>TCP/IP Layer</th>
</tr>
</thead>
<tbody>
<tr>
<td>Transmission of signals over the link</td>
<td>Physical Layer</td>
</tr>
<tr>
<td>Creates the frames of data</td>
<td>Data-link Layer</td>
</tr>
<tr>
<td>Host to host communication through their IP</td>
<td>Network Layer</td>
</tr>
<tr>
<td>Transporting a message from application program running over source host to corresponding application program on destination host.</td>
<td>Transport Layer</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Q.3 Solution:</strong></p>
<p dir="auto">For each of the following IP addresses, identify the class of IP address and No. of bits for Network ID.</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>IP address</th>
<th>Class</th>
<th>No. of bits for Network ID</th>
</tr>
</thead>
<tbody>
<tr>
<td>192.168.3.10</td>
<td>C</td>
<td>24 bits</td>
</tr>
<tr>
<td>125.190.1.10</td>
<td>A</td>
<td>8 bits</td>
</tr>
<tr>
<td>131.191.2.9</td>
<td>B</td>
<td>16 bits</td>
</tr>
<tr>
<td>100.141.5.9</td>
<td>A</td>
<td>8 bits</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Q.4 Solution:</strong></p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Instruction</th>
<th>Type (Privileged / Non-Privileged)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Turn off all Interrupts</td>
<td>Privileged</td>
</tr>
<tr>
<td>Clear the Memory or Remove a process from the Memory</td>
<td>Privileged</td>
</tr>
<tr>
<td>Reading the System Time</td>
<td>Non-Privileged</td>
</tr>
<tr>
<td>Reading the status of Processor</td>
<td>Non-Privileged</td>
</tr>
</tbody>
</table>
]]></description><link>https://community.secnto.com//post/3337</link><guid isPermaLink="true">https://community.secnto.com//post/3337</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Sun, 26 Jan 2020 15:20:04 GMT</pubDate></item><item><title><![CDATA[Reply to CS435 Assignment 1 Solution and Discussion on Fri, 22 May 2020 15:27:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zaasmi" aria-label="Profile: zaasmi">@<bdi>zaasmi</bdi></a>  solution???</p>
]]></description><link>https://community.secnto.com//post/4987</link><guid isPermaLink="true">https://community.secnto.com//post/4987</guid><dc:creator><![CDATA[Hassi Mirza]]></dc:creator><pubDate>Fri, 22 May 2020 15:27:04 GMT</pubDate></item><item><title><![CDATA[Reply to CS435 Assignment 1 Solution and Discussion on Fri, 15 May 2020 20:27:49 GMT]]></title><description><![CDATA[<p dir="auto">Assignment No. 01<br />
Semester: Spring 2020<br />
CS435: Cloud Computing	Total Marks: 15</p>
<p dir="auto">Due Date: 22-May-2020<br />
Objective:<br />
The objective of this assignment is to enhance the learning capabilities of the students about:<br />
•	Cloud Computing Service Models<br />
•	History and Background of Cloud Computing<br />
•	Basics of Computer Networking</p>
<p dir="auto">Instructions:<br />
Please read the following instructions carefully before submitting assignment:<br />
You need to use MS word document to prepare and submit the assignment on VU-LMS.<br />
It should be clear that your assignment will not get any credit if:</p>
<p dir="auto">	The assignment is submitted after due date.<br />
	The assignment is not in the required format (.doc or docx)<br />
	The submitted assignment does not open or file is corrupt.<br />
	Assignment is copied (partial or full) from any source (websites, forums, students, etc)</p>
<p dir="auto">Assignment</p>
<p dir="auto">Question No. 1</p>
<p dir="auto">You are required to write down the cloud service model corresponding to following examples.:</p>
<table class="table table-bordered table-striped">
<tbody>
<tr>
<td>Example</td>
<td>Cloud Service Model</td>
</tr>
<tr>
<td>Web-based email</td>
<td></td>
</tr>
<tr>
<td>Programming languages</td>
<td></td>
</tr>
<tr>
<td>Host Firewalls</td>
<td></td>
</tr>
<tr>
<td>Operating System</td>
<td></td>
</tr>
<tr>
<td>Google docs</td>
<td></td>
</tr>
</tbody>
</table>
<p dir="auto">Question No. 2</p>
<p dir="auto">Coronavirus disease (COVID-19) pandemic is a big public health challenge, it spreads globally and kills many human lives. Currently there is no vaccine available that protects against this novel virus. Now there is a need, world different communities unite to work together to defeat COVID-19 in the shape of the virtual organization like multiple hospitals and research centers may collaborate in a VO (virtual organization) to find a cure for COVID-19. In this scenario which type of computing will work to collaborate above mentioned virtual organizations globally? Support your answer with solid justification.</p>
<p dir="auto">Question No. 3</p>
<p dir="auto">Suppose a Toyota Indus has a computer network in its offices located in different cities all over Pakistan. Each office has a computer network of several devices and connected with every other office. Every office has different floors in the building. You are required to answer the following in the context of the above scenario.</p>
<ol>
<li>On a computer network which device will change the form of data?</li>
<li>Which networking device will be used when the user wants to communicate with his/her colleague that is working in a different city’s office?</li>
<li>Which specific address will be used when the user wants to communicate through a computer network with the remote user that sits in another city’s office?</li>
<li>Which intelligent networking device will be used to connect all computers on the office’s floor?</li>
</ol>
<p dir="auto">Best of Luck!</p>
]]></description><link>https://community.secnto.com//post/4747</link><guid isPermaLink="true">https://community.secnto.com//post/4747</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Fri, 15 May 2020 20:27:49 GMT</pubDate></item><item><title><![CDATA[Reply to CS435 Assignment 1 Solution and Discussion on Sun, 26 Jan 2020 15:20:04 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Q.1 Solution:</strong><br />
Identify the type of transmission mode (data flow) for each of the following device:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Device</th>
<th>Transmission Mode (Data Flow)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Key board</td>
<td>Simplex</td>
</tr>
<tr>
<td>Monitor</td>
<td>Simplex</td>
</tr>
<tr>
<td>Walkie-talkie</td>
<td>Half Duplex</td>
</tr>
<tr>
<td>Telephone</td>
<td>Full Duplex</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Q.2 Solution:</strong><br />
Identify the TCP/IP Protocol layer for each of the following functionalities:</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Case</th>
<th>TCP/IP Layer</th>
</tr>
</thead>
<tbody>
<tr>
<td>Transmission of signals over the link</td>
<td>Physical Layer</td>
</tr>
<tr>
<td>Creates the frames of data</td>
<td>Data-link Layer</td>
</tr>
<tr>
<td>Host to host communication through their IP</td>
<td>Network Layer</td>
</tr>
<tr>
<td>Transporting a message from application program running over source host to corresponding application program on destination host.</td>
<td>Transport Layer</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Q.3 Solution:</strong></p>
<p dir="auto">For each of the following IP addresses, identify the class of IP address and No. of bits for Network ID.</p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>IP address</th>
<th>Class</th>
<th>No. of bits for Network ID</th>
</tr>
</thead>
<tbody>
<tr>
<td>192.168.3.10</td>
<td>C</td>
<td>24 bits</td>
</tr>
<tr>
<td>125.190.1.10</td>
<td>A</td>
<td>8 bits</td>
</tr>
<tr>
<td>131.191.2.9</td>
<td>B</td>
<td>16 bits</td>
</tr>
<tr>
<td>100.141.5.9</td>
<td>A</td>
<td>8 bits</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Q.4 Solution:</strong></p>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Instruction</th>
<th>Type (Privileged / Non-Privileged)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Turn off all Interrupts</td>
<td>Privileged</td>
</tr>
<tr>
<td>Clear the Memory or Remove a process from the Memory</td>
<td>Privileged</td>
</tr>
<tr>
<td>Reading the System Time</td>
<td>Non-Privileged</td>
</tr>
<tr>
<td>Reading the status of Processor</td>
<td>Non-Privileged</td>
</tr>
</tbody>
</table>
]]></description><link>https://community.secnto.com//post/3337</link><guid isPermaLink="true">https://community.secnto.com//post/3337</guid><dc:creator><![CDATA[zareen]]></dc:creator><pubDate>Sun, 26 Jan 2020 15:20:04 GMT</pubDate></item></channel></rss>