HOME

TheInfoList



OR:

Multicast In computer networking, multicast is group communication where data transmission is addressed to a group of destination computers simultaneously. Multicast can be one-to-many or many-to-many distribution. Multicast should not be confused with ...
is what enables a node on a network to address one unit of data to a specific group of receivers.Micciancio, Daniele and Saurabh Panjwani
“Multicast Encryption: How to maintain secrecy in large, dynamic groups?”
/ref> In interactive multicast at the data link or network layer, such as
IP multicast IP multicast is a method of sending Internet Protocol (IP) datagrams to a group of interested receivers in a single transmission. It is the IP-specific form of multicast and is used for streaming media and other network applications. It uses spec ...
, Ethernet multicast or
MBMS Multimedia Broadcast Multicast Services (MBMS) is a point-to-multipoint interface specification for existing 3GPP cellular networks, which is designed to provide efficient delivery of broadcast and multicast services, both within a cell as well ...
service over cellular network, receivers may join and leave the group using an interaction channel. Only one copy of the data is sent from the source, and multiple copies are created and then sent to the desired recipient by the network infrastructure nodes. In for example IP multicast, a multicast group is identified by a class D
IP address An Internet Protocol address (IP address) is a numerical label such as that is connected to a computer network that uses the Internet Protocol for communication.. Updated by . An IP address serves two main functions: network interface ident ...
. A
host A host is a person responsible for guests at an event or for providing hospitality during it. Host may also refer to: Places * Host, Pennsylvania, a village in Berks County People *Jim Host (born 1937), American businessman * Michel Host ...
enters or exits a group using IGMP (
Internet Group Management Protocol The Internet Group Management Protocol (IGMP) is a communications protocol used by hosts and adjacent routers on IPv4 networks to establish multicast group memberships. IGMP is an integral part of IP multicast and allows the network to direct ...
). A message sent via multicast is sent to all nodes on the network, but only the intended nodes accept the multicast frames.Pessi, Pekka. Department of Computer Science, Helsinki University Of Technology
“Secure Multicast”
Multicasting is useful in situations such as video conferencing and online gaming. Multicast was used originally in LANs, with
Ethernet Ethernet () is a family of wired computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN) and wide area networks (WAN). It was commercially introduced in 1980 and first standardized in 198 ...
being the best example. A problem with multicast communication is that it is difficult to guarantee that only designated receivers receive the data being sent. This is largely because 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.


ISO Standards

The ISO (
International Organization for Standardization The International Organization for Standardization (ISO ) is an international standard development organization composed of representatives from the national standards organizations of member countries. Membership requirements are given in Ar ...
) states that confidentiality, integrity, authentication, access control, and non-repudiation should all be considered when creating any secure system. * Confidentiality: No unauthorized 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. 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.Pannetrat, Alain and Refik Molva
“Multiple Layer Encryption for Multicast Groups”


Theories

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. Another theory suggests a primary key subsidized by additional keys belonging to legitimate group members. One protocol 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 5.0 was released on 4/22/2020 and the source code is available in the website.“UFTP – Encrypted UDP based FTP with multicast”
/ref>


Current alternatives

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.Duan, Yitao and John Canny. Computer Science Division, UC Berkeley
“How to Construct Multicast Cryptosystems Provably Secure Against Adaptive Chosen Ciphertext Attack”


See also

*
Broadcast encryption Broadcast encryption is the cryptographic problem of delivering encrypted content (e.g. TV programs or data on DVDs) over a broadcast channel in such a way that only qualified users (e.g. subscribers who have paid their fees or DVD players conformin ...


References

{{Reflist