Content deleted Content added
ce, rem tag |
|||
(24 intermediate revisions by 16 users not shown) | |||
Line 1:
{{
{{
{{Unreliable sources|date=April 2025}}}}
One copy of the data is sent, and multiple copies are created and then sent to the desired recipient.<ref name=r1/> A multicast group is identified by a class D [[IP address]]. A [[Host (network)|host]] enters or exits a group using IGMP ([[Internet Group Management Protocol]]).<ref name=r5/> A message sent via multicast is sent to all nodes on the network, but only the intended nodes accept the multicast frames.<ref name=r3>Pessi, Pekka. Department of Computer Science, Helsinki University Of Technology. [http://www.tml.tkk.fi/Opinnot/Tik-110.501/1995/multicast.html “Secure Multicast”].</ref> Multicasting is useful in situations such as video conferencing and online gaming.<ref name=r1/> Multicast was used originally in [[LAN]]s, with [[Ethernet]] being the best example.<ref name=r3/> A problem with multicast communication is that it is difficult to guarantee that only designated receivers receive the data being sent. This is largely due to the fact that multicast groups are always changing; users come and go at any time. A solution to the problem of ensuring that only the chosen recipient obtains the data is known as '''multicast encryption'''.<ref name=r1/>▼
'''Multicast''' '''encryption''' is the use of [[encryption]] to ensure that only the chosen recipient(s) has access to multicast data.<ref name="r1" />
The ISO ([[International Organization for Standardization]]) states that confidentiality, integrity, authentication, access control, and non-repudiation should all be considered when creating any secure system.<ref name=r3/>▼
== Multicasting ==
*Confidentiality: No untrusted party can access appropriate messages.▼
▲
*Integrity: Messages cannot be changed during transit without being discovered.▼
*Authentication: The message needs to be sent by the person/machine who claims to have sent it.▼
*Access control: Only those users enabled can access the data.▼
*Non-repudiation: The receiver can prove that the sender actually sent the message.<ref name=r3/>▼
==Protocols==
To be secure, members who are just being added to the group must be restricted from viewing past data. Also, members removed from a group may not access future data.<ref name=r4>Pannetrat, Alain and Refik Molva. [http://www.eurecom.fr/util/publidownload.fr.htm?id=1069 “Multiple Layer Encryption for Multicast Groups”].</ref>▼
One
▲One theory for the creation of an encryption protocol explains that ideally, each member of a group should have a key which changes upon the entrance or exit of a member of the group.<ref name=r1/> Another theory suggests a primary key subsidized by additional keys belonging to legitimate group members.<ref name=r1/> One protocol found on The College of New Jersey website called UFTP (encrypted UDP based FTP over multicast) was created in an attempt to solve this problem. The protocol is designed in three phases: announce/register, file transfer, and completion/confirmation. The latest version was released on 3/29/2011 and the source code is available in the website.<ref name=r2>[http://www.tcnj.edu/~bush/uftp.html “UFTP – Encrypted UDP based FTP with multicast”]</ref>
==
▲The
▲Today, one alternative in multicast encryption involves the use of symmetric key encryption where data is decoded by intended receivers using a traffic encryption key (TEK). The TEK is changed any time a member joins or leaves the group. This is not feasible for large groups. Users must be continuously connected to obtain the new keys. Another more common method involves asymmetric keys. Here, a private key is shared and those shares are given out asymmetrically. The initial member is given a number of shares, one of which is passed to each group member. If a member has a valid share of the key, he can view the message.<ref name=r5>Duan, Yitao and John Canny. Computer Science Division, UC Berkeley. [http://www.cs.berkeley.edu/~jfc/papers/06/CT-RSA06.pdf “How to Construct Multicast Cryptosystems Provably Secure Against Adaptive Chosen Ciphertext Attack”].</ref>
▲* Integrity: Messages cannot be changed during transit without being discovered.
▲* Authentication: The message needs to be sent by the person/machine who claims to have sent it.
▲* Access control: Only those users enabled can access the data.
▲* Non-repudiation: The receiver can prove that the sender actually sent the message.<ref name="r3" />
▲To be secure, members who are just being added to the group must be restricted from viewing past data. Also, members removed from a group may not access future data.<ref name="r4">Pannetrat, Alain and Refik Molva. [http://www.eurecom.fr/util/publidownload.fr.htm?id=1069 “Multiple Layer Encryption for Multicast Groups”].</ref>
== See also ==
* [[Broadcast encryption]]
==References==
{{Reflist}}
[[Category:
|