<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="https://publishpress.com/"
	
	>
<channel>
	<title>
	Comments on: Key Players	</title>
	<atom:link href="https://www.practicalnetworking.net/series/packet-traveling/key-players/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/</link>
	<description>Networking presented simply, practically, and applicably</description>
	<lastBuildDate>Sat, 15 Oct 2022 00:09:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254138</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Sat, 15 Oct 2022 00:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-254138</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254100&quot;&gt;Lalit Sharma&lt;/a&gt;.

Almost... except, the destination IP of the gateway will not be used. THe destination IP will still be the end host of the communication.  More details here:  https://www.youtube.com/watch?v=JI9Zm2tbUoE]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254100">Lalit Sharma</a>.</p>
<p>Almost&#8230; except, the destination IP of the gateway will not be used. THe destination IP will still be the end host of the communication.  More details here:  <a href="https://www.youtube.com/watch?v=JI9Zm2tbUoE" rel="nofollow ugc">https://www.youtube.com/watch?v=JI9Zm2tbUoE</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254133</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Sat, 15 Oct 2022 00:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-254133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254091&quot;&gt;Phat Tran&lt;/a&gt;.

The host is configured with only &lt;em&gt;one&lt;/em&gt; default gateway -- this is the IP they are ARPing for.  If that IP only exists on one L3 switch, than only that one will answer.  IF the IP is being shared by the L3 switches (as in HSRP or VRRP or something) then either L3 switch can/will respond with the virtual MAC address of the shared IP address.  More details on L3 switches here:  https://www.practicalnetworking.net/stand-alone/routing-between-vlans/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254091">Phat Tran</a>.</p>
<p>The host is configured with only <em>one</em> default gateway &#8212; this is the IP they are ARPing for.  If that IP only exists on one L3 switch, than only that one will answer.  IF the IP is being shared by the L3 switches (as in HSRP or VRRP or something) then either L3 switch can/will respond with the virtual MAC address of the shared IP address.  More details on L3 switches here:  <a href="https://www.practicalnetworking.net/stand-alone/routing-between-vlans/" rel="ugc">https://www.practicalnetworking.net/stand-alone/routing-between-vlans/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lalit Sharma		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254100</link>

		<dc:creator><![CDATA[Lalit Sharma]]></dc:creator>
		<pubDate>Wed, 21 Sep 2022 18:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-254100</guid>

					<description><![CDATA[For below point

&lt;strong&gt;When a Client is attempting to speak to a host in a&#160;&lt;em&gt;foreign&lt;/em&gt;&#160;network, the Client will issue an ARP request for the Default Gateway’s MAC address&lt;/strong&gt;&lt;span&gt;.&lt;/span&gt;

&lt;span&gt;I guess first ARP request will be generated with destination IP of gateway and once we have the MAC of gateway then it will construct further packets with actual IP as destination&lt;/span&gt;]]></description>
			<content:encoded><![CDATA[<p>For below point</p>
<p><strong>When a Client is attempting to speak to a host in a&nbsp;<em>foreign</em>&nbsp;network, the Client will issue an ARP request for the Default Gateway’s MAC address</strong><span>.</span></p>
<p><span>I guess first ARP request will be generated with destination IP of gateway and once we have the MAC of gateway then it will construct further packets with actual IP as destination</span></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Phat Tran		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-254091</link>

		<dc:creator><![CDATA[Phat Tran]]></dc:creator>
		<pubDate>Tue, 06 Sep 2022 02:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-254091</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-151008&quot;&gt;Ed Harmoush&lt;/a&gt;.

Dear Ed,

In case of different subnet, host will ARP for Default gateway&#039;s unknown MAC address. What issues if host connects to L2 switch and L2 switch connects to two L3 switches. I mean that host issues ARP for default gateway to both L3 switches. What happen then?

Thank you very much.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-151008">Ed Harmoush</a>.</p>
<p>Dear Ed,</p>
<p>In case of different subnet, host will ARP for Default gateway&#8217;s unknown MAC address. What issues if host connects to L2 switch and L2 switch connects to two L3 switches. I mean that host issues ARP for default gateway to both L3 switches. What happen then?</p>
<p>Thank you very much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-252202</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 16:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-252202</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-181296&quot;&gt;chan&lt;/a&gt;.

Sure!  I discuss Broadcasts in great detail here:
https://www.practicalnetworking.net/stand-alone/local-broadcast-vs-directed-broadcast/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-181296">chan</a>.</p>
<p>Sure!  I discuss Broadcasts in great detail here:<br />
<a href="https://www.practicalnetworking.net/stand-alone/local-broadcast-vs-directed-broadcast/" rel="ugc">https://www.practicalnetworking.net/stand-alone/local-broadcast-vs-directed-broadcast/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-252201</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 16:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-252201</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-252196&quot;&gt;David&lt;/a&gt;.

Hub / Switch can only be considered hosts if you are sending traffic TO the hub/switch. Otherwise, correct, they are not considered host.

Hosts and Routers are actually more similar than you think. I discuss the explicit difference in this video:
https://www.youtube.com/watch?v=AzXys5kxpAM]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-252196">David</a>.</p>
<p>Hub / Switch can only be considered hosts if you are sending traffic TO the hub/switch. Otherwise, correct, they are not considered host.</p>
<p>Hosts and Routers are actually more similar than you think. I discuss the explicit difference in this video:<br />
<a href="https://www.youtube.com/watch?v=AzXys5kxpAM" rel="nofollow ugc">https://www.youtube.com/watch?v=AzXys5kxpAM</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-252196</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 15:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-252196</guid>

					<description><![CDATA[From what I understand a Hub, Switch and Router are not considered Host. Correct?]]></description>
			<content:encoded><![CDATA[<p>From what I understand a Hub, Switch and Router are not considered Host. Correct?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: rishi kumar sahu		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-248816</link>

		<dc:creator><![CDATA[rishi kumar sahu]]></dc:creator>
		<pubDate>Sat, 03 Jul 2021 12:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-248816</guid>

					<description><![CDATA[this is really very simple and great explanation .]]></description>
			<content:encoded><![CDATA[<p>this is really very simple and great explanation .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ed Harmoush		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-209412</link>

		<dc:creator><![CDATA[Ed Harmoush]]></dc:creator>
		<pubDate>Sun, 22 Nov 2020 02:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-209412</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-208918&quot;&gt;asuka&lt;/a&gt;.

Great question. A client knows it&#039;s own IP and it&#039;s own Subnet Mask, therefore it can &lt;a href=&quot;https://www.practicalnetworking.net/stand-alone/subnetting-mastery/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;do a little subnetting&lt;/a&gt; to determine what other IP addresses are on it&#039;s own network. If the target host is in that range, it knows it is speaking to a host in the same network. If the target host&#039;s IP address is &lt;em&gt;not&lt;/em&gt; in that range, then it must use the Default Gateway.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-208918">asuka</a>.</p>
<p>Great question. A client knows it&#8217;s own IP and it&#8217;s own Subnet Mask, therefore it can <a href="https://www.practicalnetworking.net/stand-alone/subnetting-mastery/" rel="noopener noreferrer" target="_blank">do a little subnetting</a> to determine what other IP addresses are on it&#8217;s own network. If the target host is in that range, it knows it is speaking to a host in the same network. If the target host&#8217;s IP address is <em>not</em> in that range, then it must use the Default Gateway.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: asuka		</title>
		<link>https://www.practicalnetworking.net/series/packet-traveling/key-players/#comment-208918</link>

		<dc:creator><![CDATA[asuka]]></dc:creator>
		<pubDate>Thu, 19 Nov 2020 12:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.practicalnetworking.net/?p=577#comment-208918</guid>

					<description><![CDATA[&quot;When a Client is speaking to a host in the same network, it will ARP for the MAC address of the host.&quot;

How does the client know if the destination host is in the same network?
Does it always apply a subnet mask of 255.255.255.0 to figure this out?]]></description>
			<content:encoded><![CDATA[<p>&#8220;When a Client is speaking to a host in the same network, it will ARP for the MAC address of the host.&#8221;</p>
<p>How does the client know if the destination host is in the same network?<br />
Does it always apply a subnet mask of 255.255.255.0 to figure this out?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
