
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
What are the different types of Castings in computer networks?
Transmitting the data in the form of packets over the internet is called casting.
Types of Castings
The different types of casting are as follows −
Unicast − Transmitting data from one host to another host (one-one)
Broad cast − Transmitting data from one host to many host (one-all)
Multicast − Transmitting data from one host to a particular group of host (one-many).
Let us see each casting type in detail −
Unicast
Transmitting data from one source host to one destination host is called a unicast. It is called as a one to one transmission.
For example − source Host IP Address 192.168.20.1 sending data to destination Host having IP Address 192.122.140.34
Broadcast
Transmitting data from one source host to all other hosts present in the same or other network is called broadcast. It is called a one to all transmission.
Broadcast is classified into two types, which are as follows −
Limited Broadcast − Transmitting data from one source host to all other hosts present in the same network is called a limited broadcast.
In Limited Broad casting if the destination address is 255.255.255.255 then the packet will be sent to all the hosts in the network.
Limited Broadcast address of any network
=255.255.255.255 = 11111111.11111111.11111111.11111111
For example − If the source IP address is 12.23.2.5 sending data to all other hosts present in the same network, then the destination address is 255.255.255.255.
Direct Broadcast − Transmitting data from source host to all other hosts present in different networks then it is called as direct broadcast.
In direct broadcast Host ID bits are all set to 1, Network ID is the IP address where all destination hosts are present.
For example − Source IP address is 12.34.5.6 sending data to all other nodes present at different network having IP address 24.0.0.0
Therefore source address= 12.34.5.6
Destination address= 24.255.255.255.
Multicast
Transmitting data from one source host to a particular group of hosts that are interested in receiving the data is called Multicast. It is also called one to many transmissions.
For example − Sending messages on whatsapp to particular groups, video conferences, and sending email to groups of people.
- Related Articles
- What are the different types of NAT in computer networks?
- What are the different access technologies in computer networks?
- What are the types of Static Interconnection Networks in Computer Architecture?
- Types of Firewalls in Computer Networks
- What are the Gateways in Computer Networks?
- What are the Transmission Impairments in computer networks?
- What are the Protocol Hierarchies in Computer Networks?
- What are different types of RAM (Random Access Memory) in computer architecture?
- What are ISDN Layers in computer networks?
- What are noise impairments in Computer networks?
- What are Terrestrial Microwaves in computer networks?
- What are Satellite Microwaves in computer networks?
- What are the Mesh-Connected Networks in Computer Architectures?
- What are static routing algorithms in computer networks?
- What are Dynamic routing algorithms in computer networks?
