<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic About the availibity and effciency... in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/About-the-availibity-and-effciency/m-p/809797#M944</link>
    <description>&lt;A href="http://pages.videotron.com/aminer/ParallelGaussSeidel/jackson1.htm"&gt;&lt;BR /&gt;&lt;BR /&gt;Hello again,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have also corrected a typo in my other page about a jackson network problem...&lt;BR /&gt;&lt;BR /&gt;Here it is:&lt;BR /&gt;&lt;BR /&gt;http://pages.videotron.com/aminer/ParallelGaussSeidel/jackson1.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Amine Moulay Ramdane</description>
    <pubDate>Mon, 04 Jun 2012 00:56:12 GMT</pubDate>
    <dc:creator>aminer10</dc:creator>
    <dc:date>2012-06-04T00:56:12Z</dc:date>
    <item>
      <title>About the availibity and effciency...</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/About-the-availibity-and-effciency/m-p/809796#M943</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I have corrected an error in my page about the availability and&lt;BR /&gt;efficiency, the utilization is equal to the arrival rate divided by &lt;BR /&gt;the servive rate, not the inverse..&lt;BR /&gt;&lt;BR /&gt;And here is the part that i have corrected:&lt;BR /&gt;&lt;BR /&gt;As you have noticed, i have finally arrived to the following &lt;BR /&gt;mathematical model of our Jackson network that model an Enterprise &lt;BR /&gt;website: &lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;T = Ni /A = (Nn + Ns + Nc) /A &lt;BR /&gt;= (((A/Ss)/n) / (1 -((A/Ss)/n)) + (A/Sn) / (1 -(A/Sn)) &lt;BR /&gt;+ (A/Sc) / (1 -(A/Sc))) / A &lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;T: is the average response time.. &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;So read it carefully an you will notice that this mathematical &lt;BR /&gt;model also can simulate and predict an intranet website behavior &lt;BR /&gt;or an internet website.. &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;First look at the first factor ((A/Ss)/n) / (1 -((A/Ss)/n)) &lt;BR /&gt;is equal to (A/((Ss x n) - A) in our mathematical model,&lt;BR /&gt;as you have noticed as n (number of servers) grows&lt;BR /&gt;this will make the denominator grow and this will make &lt;BR /&gt;(A/((Ss x n) - A) smaller, that's good for the response time... &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;Now let's look at the other factors in this mathematical &lt;BR /&gt;model: &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;IF the system is an Intranet, and for example the local &lt;BR /&gt;area network Sn is faster than the multiserver, that means: &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;We have Sn &amp;gt;&amp;gt; Ss, and that means =&amp;gt; Sn /A &amp;gt;&amp;gt; Ss /A =&amp;gt; that the &lt;BR /&gt;Knee in the server side can be reached more quickly than the &lt;BR /&gt;Knee in the network node of our Jackson network, so that &lt;BR /&gt;the bottleneck becomes the server node. &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;In the other hand if: &lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;Ss &amp;gt;&amp;gt; Sn =&amp;gt; Ss /A &amp;gt;&amp;gt; Sn / A =&amp;gt; the Knee in the M/M/1 network &lt;BR /&gt;node can be reached more quickly, so that the network node in &lt;BR /&gt;the Jackson network becomes the bottleneck. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please read more on my page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://pages.videotron.com/aminer/efficiency_availability.htm"&gt;http://pages.videotron.com/aminer/efficiency_availability.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Amine Moulay Ramdane.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 00:42:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/About-the-availibity-and-effciency/m-p/809796#M943</guid>
      <dc:creator>aminer10</dc:creator>
      <dc:date>2012-06-04T00:42:50Z</dc:date>
    </item>
    <item>
      <title>About the availibity and effciency...</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/About-the-availibity-and-effciency/m-p/809797#M944</link>
      <description>&lt;A href="http://pages.videotron.com/aminer/ParallelGaussSeidel/jackson1.htm"&gt;&lt;BR /&gt;&lt;BR /&gt;Hello again,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have also corrected a typo in my other page about a jackson network problem...&lt;BR /&gt;&lt;BR /&gt;Here it is:&lt;BR /&gt;&lt;BR /&gt;http://pages.videotron.com/aminer/ParallelGaussSeidel/jackson1.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;Amine Moulay Ramdane</description>
      <pubDate>Mon, 04 Jun 2012 00:56:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/About-the-availibity-and-effciency/m-p/809797#M944</guid>
      <dc:creator>aminer10</dc:creator>
      <dc:date>2012-06-04T00:56:12Z</dc:date>
    </item>
  </channel>
</rss>

