<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Networking Archives - MachSol Blog</title>
	<atom:link href="https://blog.machsol.com/tag/networking/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/networking</link>
	<description>Multi-Cloud Service Orchestration &#38; Delivery Platform</description>
	<lastBuildDate>Wed, 12 Dec 2018 14:22:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Software Defined Networking (SDN)</title>
		<link>https://blog.machsol.com/microsoft-hyper-v/sdn-software-defined-networking</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Sun, 17 Dec 2017 12:30:24 +0000</pubDate>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[Cloud Automation]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Network Virtualization]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[SDN]]></category>
		<category><![CDATA[Software Defined Networking]]></category>
		<guid isPermaLink="false">http://blog.machsol.com/?p=3061</guid>

					<description><![CDATA[<p>Hyper-V Network Virtualization (HNV) Server virtualization enables multiple server instances to run concurrently on a single physical host. Each virtual machine essentially operates as if it is the only server running on the physical computer. Network virtualization provides a similar capability, in which multiple virtual networks (potentially with overlapping IP addresses) run on the same [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/microsoft-hyper-v/sdn-software-defined-networking">Software Defined Networking (SDN)</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 style="font-size: 18px; color: #3366ff;">Hyper-V Network Virtualization (HNV)</h2>
<p>Server virtualization enables multiple server instances to run concurrently on a single physical host. Each virtual machine essentially operates as if it is the only server running on the physical computer.<br />
Network virtualization provides a similar capability, in which multiple virtual networks (potentially with overlapping IP addresses) run on the same physical network infrastructure and each virtual network operates as if it is the only virtual network running on the shared network infrastructure.</p>
<p><img fetchpriority="high" decoding="async" class="wp-image-3067 aligncenter" src="https://blog.machsol.com/wp-content/uploads/SDN-banner-1-1024x505.png" alt="" width="714" height="352" srcset="https://blog.machsol.com/wp-content/uploads/SDN-banner-1-1024x505.png 1024w, https://blog.machsol.com/wp-content/uploads/SDN-banner-1-350x173.png 350w, https://blog.machsol.com/wp-content/uploads/SDN-banner-1-768x379.png 768w, https://blog.machsol.com/wp-content/uploads/SDN-banner-1.png 1179w" sizes="(max-width: 714px) 100vw, 714px" /></p>
<p>virtualization rules also define routing topology between the networks</p>
<ul>
<li style="padding-left: 20px; list-style: square;">Customer Address Rule (<strong>New-NetVirtualizationLookupRecord</strong>):<br />
<span style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;"><span style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;">This rule defines the mapping for a VM (CA). For each VM CA (defined by <b>VirtualSubnetID</b>, <b>CA</b>, and <b>MAC</b>), the corresponding PA and virtualization mechanism are specified by the rule.</span></span></li>
<li style="padding-left: 20px; list-style: square;">Customer Route (<strong>Net-VirtualizationCustomerRoute</strong>):</li>
</ul>
<p style="padding-left: 60px;"><span style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;">It defines the customer VM <b>subnet topology </b>and <b>forwarding </b>rules. For each customer destination prefix (defined by <b>VirtualSubnetID</b>, <b>RoutingDomainID</b>, and <b>destination prefix</b>), the rule specifies the corresponding next hop gateway address — The <b>RoutingDomainID </b>specifies the subnets that are routable/reachable from each other. Each VirtualSubnetID MUST belong to one and only one RoutingDomainID. Each RoutingDomainID can contain one or more VirtualSubnetIDs.</span></p>
<ul>
<li style="padding-left: 20px; list-style: square;">Provider Address Rule (<strong>Net-VirtualizationProviderAddress</strong>):</li>
</ul>
<p style="padding-left: 60px;"><span style="font-size: 10.5pt; font-family: 'Segoe UI',sans-serif;">This rule defines the <b>Provider Addresses </b>(hyper-V host) assigned on the corresponding host for VM CA&#8217;s. If a VM on a host is mapped to PA-1, PA-1 MUST be assigned on the SDN module using this rule. This rule tells the virtualization module that a specific <b>PA </b>is assigned on the host, and the virtualization module can use the <b>PA </b>to send packets, and MUST receive packets destined to the PA.</span></p>
<ul>
<li style="padding-left: 20px; list-style: square;">Provider Route Rule (<strong>Net-VirtualizationProviderRoute</strong>):Defines the PA <strong>forwarding rules </strong>and next hop gateways so the virtualization module knows how to send PA packets</li>
</ul>
<p><img decoding="async" class="wp-image-3063 aligncenter" src="https://blog.machsol.com/wp-content/uploads/SDN-benefits-1024x576.jpg" alt="" width="683" height="384" srcset="https://blog.machsol.com/wp-content/uploads/SDN-benefits-1024x576.jpg 1024w, https://blog.machsol.com/wp-content/uploads/SDN-benefits-350x197.jpg 350w, https://blog.machsol.com/wp-content/uploads/SDN-benefits-768x432.jpg 768w, https://blog.machsol.com/wp-content/uploads/SDN-benefits.jpg 1305w" sizes="(max-width: 683px) 100vw, 683px" /></p>
<p>The post <a href="https://blog.machsol.com/microsoft-hyper-v/sdn-software-defined-networking">Software Defined Networking (SDN)</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
