CLOUDSTACK-478

This commit is contained in:
Radhika PC 2013-07-30 16:55:48 +05:30
parent 62a71e055b
commit 68626f32df
2 changed files with 39 additions and 22 deletions

View File

@ -22,13 +22,20 @@
under the License.
-->
<section id="isolated-networks">
<title>Isolated Networks</title>
<para>An isolated network can be accessed only by virtual machines of a single account. Isolated networks have the following properties.</para>
<itemizedlist>
<listitem><para>Resources such as VLAN are allocated and garbage collected dynamically</para></listitem>
<listitem><para>There is one network offering for the entire network</para></listitem>
<listitem><para>The network offering can be upgraded or downgraded but it is for the entire network</para></listitem>
</itemizedlist>
<title>Isolated Networks</title>
<para>An isolated network can be accessed only by virtual machines of a single account. Isolated
networks have the following properties.</para>
<itemizedlist>
<listitem>
<para>Resources such as VLAN are allocated and garbage collected dynamically</para>
</listitem>
<listitem>
<para>There is one network offering for the entire network</para>
</listitem>
<listitem>
<para>The network offering can be upgraded or downgraded but it is for the entire
network</para>
</listitem>
</itemizedlist>
<para>For more information, see <xref linkend="configure-guest-traffic-in-advanced-zone"/>.</para>
</section>

View File

@ -22,17 +22,27 @@
under the License.
-->
<section id="shared-networks">
<title>Shared Networks</title>
<para>A shared network can be accessed by virtual machines that belong to many different
accounts. Network Isolation on shared networks is accomplished using techniques such as
security groups (supported only in basic zones).</para>
<itemizedlist>
<listitem><para>Shared Networks are created by the administrator</para></listitem>
<listitem><para>Shared Networks can be designated to a certain domain</para></listitem>
<listitem><para>Shared Network resources such as VLAN and physical network that it maps to are designated by the administrator</para></listitem>
<listitem><para>Shared Networks are isolated by security groups</para></listitem>
<listitem><para>Public Network is a shared network that is not shown to the end users</para></listitem>
</itemizedlist>
<title>Shared Networks</title>
<para>A shared network can be accessed by virtual machines that belong to many different accounts.
Network Isolation on shared networks is accomplished using techniques such as security groups
(supported only in basic zones).</para>
<itemizedlist>
<listitem>
<para>Shared Networks are created by the administrator</para>
</listitem>
<listitem>
<para>Shared Networks can be designated to a certain domain</para>
</listitem>
<listitem>
<para>Shared Network resources such as VLAN and physical network that it maps to are
designated by the administrator</para>
</listitem>
<listitem>
<para>Shared Networks are isolated by security groups</para>
</listitem>
<listitem>
<para>Public Network is a shared network that is not shown to the end users</para>
</listitem>
</itemizedlist>
<para>For information, see <xref linkend="creating-shared-network"/>.</para>
</section>