- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 are the types of Transmission Technology?
The transmission technologies are divided into two types −
Broadcast networks and
Point-to-point networks.
Let us begin by learning about broadcast networks.
Broadcast Networks
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.
Types of broadcast
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. Given below is the diagram of 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. Given below is the diagram of 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.
Point-to-point networks
Point-to-point networks consists of many connections between individual pairs of machines. Generally, the packets need to follow multiple routes, of different lengths. So, routing algorithms are very important in point-to-point networks.
Point-to-point networking is also called point-to-point protocol (PPP). Point to point is a data link layer which is layer 2 communication protocol. It is present between two routers without any host or any networking layers in between
It also provides properties like connection, authentication, transmission, encryption and the data compression. It is used over many physical layers like serial cables, phone lines, and radio links.
The two derivatives of PPP are Point to Point Protocol over Ethernet (PPPoE) and another one is Point to Point Protocol over ATM (PPPoA). This is mainly used to provide internet connection between the customers
Point to Point Protocol is widely used by ISPs that are Internet Service Providers to provide dial up connections to their internet. It mainly facilitates the transmission of data packets between the point to point links.
The importance of using PPP is to provide serial connections that are to provide internet connections. Given below is the diagram of point to point network −