顯示廣告
隱藏 ✕
看板 uefacool
作者 uefangsmith (唉呦!不錯哦~)
標題 Re: [Netw] Multicast 224.0.0.1
時間 2012年01月20日 Fri. PM 04:03:14


※ 引述《uefangsmith》之銘言:
IP位址中的Class D 中 從224.0.0.0 ~ 239.255.255.255 為群播位址(MultiCast)
而且一些地址有特定的用处如,224.0.0.0—244.0.0.255只能用于局域网中路由器是不会转发的,

224.0.0.0    是保留的
224.0.0.1 - 網段中所有支持多播的主機(The All Hosts multicast group that contains all systems on the same network segment)
224.0.0.2 - 網段中所有支持多播的路由器
224.0.0.4 - 網段中所有的DVMRP路由器
224.0.0.5 - 所有的OSPF(Open Shortest Path First)路由器
224.0.0.6 - 所有的OSPF指派路由器
224.0.0.9 - 所有RIPv2路由器
224.0.0.10   EIGRP group address. Used to send EIGRP routing information to all EIGRP routers on a network segment
224.0.0.13   PIM Version 2 (Protocol Independent Multicast)
224.0.0.18   Virtual Router Redundancy Protocol
224.0.0.19 - 21
	
IS-IS over IP

224.0.0.22   IGMP Version 3 (Internet Group Management Protocol)
224.0.0.102  Hot Standby Router Protocol Version 2
224.0.0.251  Multicast DNS address
224.0.0.252  Link-local Multicast Name Resolution address
224.0.1.1    Network Time Protocol address
224.0.1.39   Cisco Auto-RP-Announce address
224.0.1.40   Cisco Auto-RP-Discovery address
224.0.1.41   H.323 Gatekeeper discovery address

239.0.0.0 —239.255.255.255是私有地址(如192.168.x..x);224.0.1.0—238.255.255.255可以用与 Internet上的。

这样的地址多用于一些特定的程序以及多媒体程序。如果你的主机开启了IRDP(Internet路由发现协议,
使用组播功能)功能,那么你的主机路由表中应该有这样一条路由。

#Wiki Multicast Address
http://en.wikipedia.org/wiki/Multicast_address

#Linux網絡的多播IP技術
http://big5.webasp.net/article/11/10902_print.htm

多播廣播是用於建立分步式系統:例如網絡遊戲、ICQ聊天構建、遠程視頻會議系統的重要工具。
使用多播廣播的程序和UDP向單個介紹方發送信息的程序相似。區別在於多播廣播程序使用特殊的多播IP地址。

Linux多播IP是一種同時向價格進程高效的發送信息的介紹。多播傳輸中,數據被發送到接收者的多播地址,
而不是每個接收者的單播地址,發送者只發送一個數據拷貝,源端到目標端路徑上的中間節點複製該數據。
現在多播IP已經廣泛應用於網絡遊戲、視頻廣播的領域。



#Multicast UPNP route  
http://ccforums.clearfoundation.com/showflat.php?Cat=0&Number=114161&an=0&page=3
a multicast route is essentially a reserved broadcast IP range, whereby upnp hosts listen to requests from
other clients on the range and then reply with their own IP, hence announcing themselves on the network,
kind of network self discovery if you like

Code:
ip route add 224.0.0.0/4 dev eth1 >/dev/null 2>&1

to test run 'ping 224.0.0.1' and any hosts within one hop of your network should reply

Note:
eth1 is the interface you wish the multicast route to be setup on
>/dev/null 2>&1 - this should help
http://www.xaprb.com/blog/2006/06/06/what-does-devnull-21-mean/


#http://blog.csdn.net/chenghf1979/archive/2006/12/20/1450264.aspx
在网络中,主机间可以用三种不同的地址进行通信:

  单播地址(unicast):即在子网中主机的唯一地址(接口)。如IP地址:192.168.100.9或MAC地址:80:C0:F6:A0:4A:B1。

  广播地址:这种类型的地址用来向子网内的所有主机(接口)发送数据。
              如广播IP地址是192.168.100.255,MAC广播地址:FF:FF:FF:FF:FF。

  组播(Multicast)地址:通过该地址向子网内的多个主机即主机群(接口)发送数据。

  如果只是向子网内的部分主机发送报文,组播地址就很有用处了;在需要向多个主机发送多媒体信息(如实时音频、视频)的情况下,考虑到其所需的带宽,分别向每一客户端主机发送数据并不是个好办法,如果发送主机与某些接收端的客户主机不在子网之内,采用广播方式也不是一个好的解决方案。

#IP组播技术综述  日期:2005-8-10
http://www.net130.com/CMS/Pub/cert1/cert_ccie1/cert_ccie_qt/2005_08_10_82387.htm
=> 有提到multicast的歷史演進
	


--
※ 來源: DISP BBS 看板: uefacool 文章連結: http://disp.cc/b/20-3DR
※ 編輯: uefangsmith  來自: 123.110.129.186  時間: 2010-07-06 00:04:46
※ 編輯: uefangsmith  來自: 123.110.129.151  時間: 2010-07-06 01:04:07
※ 編輯: uefangsmith  來自: 60.250.207.232  時間: 2010-07-08 13:13:18
※ 編輯: uefangsmith  來自: 123.110.132.189  時間: 2010-07-08 21:36:41


--
※ 作者: uefangsmith 時間: 2012-01-20 16:03:14
※ 看板: uefacool 文章推薦值: 0 目前人氣: 0 累積人氣: 29 
分享網址: 複製 已複製
guest
x)推文 r)回覆 e)編輯 d)刪除 M)收藏 ^x)轉錄 同主題: =)首篇 [)上篇 ])下篇