@@ -674,8 +674,8 @@ You can modify any of the settings as needed before clicking Add to create the n
674674Network Throttling
675675------------------
676676
677- In CloudStack, this is done using network rate settings. These settings
678- define the maximum data transfer speed (in Mbps) that guest instance's
677+ In CloudStack, this is done using network rate settings. These settings
678+ define the maximum data transfer speed (in Mbps) that guest instance's
679679network interface can use.
680680
681681There are 3 places where network rate (bandwidth limit) can be defined:
@@ -684,14 +684,14 @@ There are 3 places where network rate (bandwidth limit) can be defined:
684684
685685- Network Offering
686686
687- - Compute Offering
687+ - Service Offering
688688
689689If the network rate is **NULL ** at:
690690
691691* The **Compute Offering **, it uses the ``vm.network.throttling.rate `` global setting.
692692* The **Network Offering **, it uses the ``network.throttling.rate `` global setting.
693693
694- For system networks (Public, Storage, and Management), the rate
694+ For system's networks (Public, Storage, and Management), the rate
695695is set to 0. This implies unlimited bandwidth by default.
696696
697697For guest networks, the default rate is set to ``NULL ``. In this case, the rate is
@@ -703,9 +703,9 @@ or directly update existing ones in the database:
703703* ``cloud.network_offerings `` for Network Offerings.
704704* ``cloud.service_offering `` for System VMs.
705705
706- .. note :: ``nw_rate`` stands for Network Rate,
707- ``mc_rate `` stands for Multicast Rate,
708- and `` 0 `` means unlimited bandwidth.
706+ .. Note :: ``nw_rate`` stands for Network Rate,
707+ ``mc_rate `` stand for Multi Cast Rate,
708+ and `0 `, mean unlimited bandwidth.
709709
710710The following table gives an overview of how network rate is applied on
711711different types of networks in CloudStack.
@@ -886,4 +886,4 @@ For more information, see `“Changing the Network Offering on a Guest Network
886886You can restart the network with cleanup. The new virtual routers, created after the restart, will use
887887the new system offering, set in the Network Offering, account setting or global configuration.
888888For more information, see `“Editing, Restarting, and Removing a Guest Network”
889- <networking_and_traffic.html#editing-restarting-and-removing-a-guest-network>`_.
889+ <networking_and_traffic.html#editing-restarting-and-removing-a-guest-network>`_.
0 commit comments