
In computer networking, telecommunication and information theory, broadcasting is a method of transferring a message to tát all recipients simultaneously. Broadcasting can be performed as a high-level operation in a program, for example, broadcasting in Message Passing Interface, or it may be a low-level networking operation, for example broadcasting on Ethernet.
All-to-all communication is a computer communication method in which each sender transmits messages to tát all receivers within a group.[1] In networking this can be accomplished using broadcast or multicast. This is in contrast with the point-to-point method in which each sender communicates with one receiver.
Addressing methods[edit]
Routing schemes |
---|
Unicast
|
Broadcast
|
Multicast
|
Anycast
|
Xem thêm: 5 mẫu giày Adidas nữ màu hồng chính hãng đẹp mê ly
There are four principal addressing methods in the Internet Protocol:
- Unicast delivers a message to tát a single specific node using a one-to-one association between a sender and destination: each destination address uniquely identifies a single receiver endpoint.
- Broadcast delivers a message to tát all nodes in the network using a one-to-all association; a single datagram (or packet) from one sender is routed to tát all of the possibly multiple endpoints associated with the broadcast address. The network automatically replicates datagrams as needed to tát reach all the recipients within the scope of the broadcast, which is generally an entire network subnet.
- Multicast delivers a message to tát a group of nodes that have expressed interest in receiving the message using a one-to-many-of-many or many-to-many-of-many association; datagrams are routed simultaneously in a single transmission to tát many recipients. Multicast differs from broadcast in that the destination address designates a subset, not necessarily all, of the accessible nodes.
- Anycast delivers a message to tát any one out of a group of nodes, typically the one nearest to tát the source using a one-to-one-of-many[2] association where datagrams are routed to tát any single thành viên of a group of potential receivers that are all identified by the same destination address. The routing algorithm selects the single receiver from the group based on which is the nearest according to tát some distance or cost measure.
Overview[edit]
In computer networking, broadcasting refers to tát transmitting a packet that will be received by every device on the network.[3] In practice, the scope of the broadcast is limited to tát a broadcast domain name.
Broadcasting is the most general communication method and is also the most intensive, in the sense that many messages may be required and many network devices are involved.[1] This is in contrast to tát unicast addressing in which a host sends datagrams to tát another single host, identified by a unique address.
Broadcasting may be performed as all scatter in which each sender performs its own scatter in which the messages are distinct for each receiver, or all broadcast in which they are the same.[4]
The MPI message passing method which is the de facto standard on large computer clusters includes the MPI_Alltoall method.[5]
Not all network technologies tư vấn broadcast addressing; for example, neither X.25 nor Frame Relay have broadcast capability. The Internet Protocol Version 4 (IPv4), which is the primary networking protocol in use today on the Internet and all networks connected to tát it, supports broadcast, but the broadcast domain name is the broadcasting host's subnet, which is typically small; there is no way to tát vì thế an Internet-wide broadcast. Broadcasting is largely confined to tát local area network (LAN) technologies, most notably Ethernet and Token Ring, where the performance impact of broadcasting is not as large as it would be in a wide area network.
The successor to tát IPv4, IPv6 does not implement the broadcast method, ví as to tát prevent disturbing all nodes in a network when only a few may be interested in a particular service. Instead, IPv6 relies on multicast addressing - a conceptually similar one-to-many routing methodology. However, multicasting limits the pool of receivers to tát those that join a specific multicast receiver group.
Both Ethernet and IPv4 use an all-ones broadcast address to tát indicate a broadcast packet. Token Ring uses a special value in the IEEE 802.2 control field.
Broadcasting may be abused to tát perform a type of DoS-attack known as a Smurf attack. The attacker sends forged ping requests with the source IP address of the victim computer, and all computers in the domain name flood the victim computer with their replies.
Xem thêm: Đánh giá giày Jordan - Điểm nổi bật và chất lượng trong từng thiết kế
See also[edit]
- Broadcast radiation
- Point-to-multipoint communication
- Broadcast, Unknown-Unicast and Multicast traffic
- Terminating Reliable Broadcast
References[edit]
External links[edit]
- "Network Broadcasting and Multicast". Archived from the original on 2007-10-11.
Bình luận