
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Broadcasting in Computer Network?
Broadcasting in computer network is a group communication, where a sender sends data to receivers simultaneously. This is an all − to − all communication model where each sending device transmits data to all other devices in the network domain.
The ways of operation of broadcasting may be −
A high level operation in a program, like broadcasting in Message Passing Interface.
A low level networking operation, like broadcasting on Ethernet.
Broadcasting is shown in the following figure −
Advantages of Broadcasting
Broadcast helps to attain economies of scale when a common data stream needs to be delivered to all, by minimizing the communication and processing overhead. It ensures better utilization of resources and faster delivery in comparison to several unicast communication.
Disadvantages of Broadcasting
Broadcasting cannot accommodate a very large amount of devices. Also it does not allow personalisation of the messages according to the individual preferences of the devices.
- Related Questions & Answers
- What is Computer Network?
- What is a Computer Network?
- What is Computer Network Architecture?
- What is Star Network Topology in Computer Network?
- What is Tree Network Topology in Computer Network?
- What is Bus Network Topology in Computer Network?
- What is MultiDrop Network Topology in Computer Network?
- What is Ring Network Topology in Computer Network?
- What is Payload in Computer Network?
- What is multicasting in Computer Network?
- What is Firewall in Computer Network?
- What is VPN in Computer Network?
- What is Modem in Computer Network?
- What is BISDN in Computer Network?
- What is Cryptography in Computer Network?