<?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 MAC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331609#M342191</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to know why we use loopback and broadcast addresses . How to define that addresses?</description>
    <pubDate>Mon, 05 Jan 2009 10:12:12 GMT</pubDate>
    <dc:creator>Anjaneyulu</dc:creator>
    <dc:date>2009-01-05T10:12:12Z</dc:date>
    <item>
      <title>MAC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331609#M342191</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to know why we use loopback and broadcast addresses . How to define that addresses?</description>
      <pubDate>Mon, 05 Jan 2009 10:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331609#M342191</guid>
      <dc:creator>Anjaneyulu</dc:creator>
      <dc:date>2009-01-05T10:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: MAC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331610#M342192</link>
      <description>can you precise?&lt;BR /&gt;else with a nestat -nrv&lt;BR /&gt;Dest/Netmask                    Gateway         Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255       127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;70.70.70.10/255.255.255.255     70.70.70.10        UH        0  lan0:1     4136&lt;BR /&gt;60.60.60.10/255.255.255.255     60.60.60.10        UH        0  lan1       4136&lt;BR /&gt;10.129.16.40/255.255.255.255    10.129.16.40       UH        0  lan0       4136&lt;BR /&gt;15.129.16.0/255.255.248.0       15.129.16.40       U         3  lan0       1500&lt;BR /&gt;70.70.0.0/255.255.0.0           70.70.70.10        U         3  lan0:1     1500&lt;BR /&gt;60.0.0.0/255.0.0.0              60.60.60.10        U         2  lan1       1500&lt;BR /&gt;127.0.0.0/255.0.0.0             127.0.0.1          U         0  lo0        4136&lt;BR /&gt;default/0.0.0.0 10.129.16.1        UG        0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;addresses with UH are local addresses&lt;BR /&gt;addresses with netmask not only with 255.255.255.255 are (sub)networks addresses&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2009 10:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331610#M342192</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-01-05T10:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331611#M342193</link>
      <description>Hi Anjaneyulu,&lt;BR /&gt;&lt;BR /&gt;loopback address, by its name, to check the internal communication.&lt;BR /&gt;&lt;BR /&gt;broadcast address is to communicate all the valid address on the network. When you send the data to the broadcast address of that network, all the node on that network will receive the data.&lt;BR /&gt;&lt;BR /&gt;For instance when you ping particular ip, a broadcast icmp request will be sent. only the corresponding ip will reply back for the icmp request.</description>
      <pubDate>Mon, 05 Jan 2009 10:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331611#M342193</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-01-05T10:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331612#M342194</link>
      <description>found a cool page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.comptechdoc.org/independent/networking/guide/netbroadcasting.html" target="_blank"&gt;http://www.comptechdoc.org/independent/networking/guide/netbroadcasting.html&lt;/A&gt;</description>
      <pubDate>Mon, 05 Jan 2009 10:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331612#M342194</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-01-05T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: MAC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331613#M342195</link>
      <description>Hi Anjaneyulu,&lt;BR /&gt;&lt;BR /&gt;1. Testing - A nice simple test of network functionality.&lt;BR /&gt;2. Some applications work together by intersocket communication - localhost provides that address so that the elements can all work on the same PC&lt;BR /&gt;3. Enables you to run a web/ftp/ any other server on the same PC that you are working on without having to know the allocated IP address from a DHCP server.&lt;BR /&gt;&lt;BR /&gt;Basically it just makes life a lot simpler, and prevents anyone having to worry about the complexities of the outside world if the 2 processes are on the same machine:) &lt;BR /&gt;&lt;BR /&gt;You can configure loopback interface and null interface on one network device but you cannot configure more than 1 loopback interface on same network device &lt;BR /&gt;&lt;BR /&gt;Thx,&lt;BR /&gt;Johnson</description>
      <pubDate>Mon, 05 Jan 2009 12:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac/m-p/4331613#M342195</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-01-05T12:31:40Z</dc:date>
    </item>
  </channel>
</rss>

