Top Posts
Virtual Function in C++
Ceil and Floor functions in C++
Python Rock Paper Scissors Game
AKTU MCA 4 SEMESTER QUESTION PAPERS
Git & Github 2021 Cheat Sheet
Introduction to C Programming Language
Git & Github 2021 Cheat Sheet
10+ C Program to Print Patterns
LUCKNOW BCA 6 SEM QUESTION PAPERS
Currency Converter in Python
TECHARGE
  • HOME
  • BLOGS
  • TUTORIALS
    • ALL TUTORIALS
    • PROGRAMMING TUTORIALS
      • JAVA TUTORIALS
      • C++ TUTORIAL
      • C PROGRAMMING TUTORIALS
      • PYTHON TUTORIAL
      • KNOWLEDGE MANAGEMENT TUTORIALS
      • DATA STRUCTURE AND ALGORITHM TUTORIALS
      • PROGRAMMING EXAMPLES
        • CPP EXAMPLES
        • JAVA EXAMPLES
        • C++ GRAPHICS PROGRAM
    • PROJECTS
      • PYTHON PROJECTS
      • SWIFT PROJECT
    • PPROGRAMMING QUIZ
    • DBMS TUTORIALS
    • COMPUTER NETWORK TUTORIALS
    • COMPUTER NETWORK SECURITY TUTORIALS
    • E COMMERCE TUTORIALS 
    • AWS TUTORIAL
    • INTERNET OF THINGS
    • CHEATSHEET
  • MORE
    • JOBS AND INTERNSHIPS
    • INTERVIEW PREPARATION
    • TECH BOOK
    • TECH NEWS
    • UNIVERSITY PAPERS
    • MNC TWEETS
    • THINKECO INITIATIVES
    • CONTACT US
  • WRITE +
  • ABOUT US
  • HIRE US

Types of Transmission Technologies

by anupmaurya January 18, 2022
written by anupmaurya 0 comment 679 views

The transmission means, is that sending a signal from one location to another. Transmission technologies refer to the physical layer protocol such as modulation, demodulation, line coding, error control etc.


The transmission technology can be categorized broadly into two types:


1. Broadcast networks and

2. Point-to-point networks.

1. Broadcast networks:
• Broadcast networks have a single communication channel that is shared or used by all the machines on the network. Short messages called packets sent by any machine are received by all the others.

• Broadcast systems generally use a special code in the address field for addressing a packet to all the concerned computers. This mode of operation is called broadcasting.

• Some broadcast systems also support transmission to a subset of the machines known as multicasting.

• Upon receiving a packet, a machine checks the address field. If the packet is addressed to it then the packet is processed, otherwise the packet is ignored.

2. Point-to-point networks:
• Point to point networks consists of many connections between individual pairs of machines. To go from the source to the destination a packet on these types of network may have to go through intermediate computers before they reach the desired computer.

• Often the packets have to follow multiple routes, of different lengths.

• Hence routing algorithms are very important in the point-to-point networks.

• An important general rule is as follows:

Small, localized networks (e.g. LAN) tend to use the broadcasting; whereas networks located over wide geographical areas (such as WAN) use point-to-point transmission.

networkingTransmission Technologies
Share
1
FacebookTwitterLinkedinRedditWhatsappTelegramEmail
anupmaurya

Hey there, My name is Anup Maurya. I was born with love with programming and works at TCS. One of best global (IT) services and consulting company as System Administrator . I also love graphics designing. It's my pleasure to have you here.

previous post
Program in Java to show concept of multilevel inheritance
next post
Arrays in Java

You may also like

RSA Algorithm

Transmission Media or Communication Channels

Optical Fiber

Types of Transmission Technologies

Types of Networks

Physical Structures of Network

What is Network ? Network Criteria

Modes of Transmission in Network

Data Representation

Components of Data Communication

COMPUTER NETWORKING

  • Network
  • Computer Network and its Component
  • Data Representation
  • What is Data Communication
  • Components of Data Communication
  • Physical Structures of Network
  • Types of Networks
  • Types of Transmission Technologies
  • Network Devices :Repeaters, Hub, Bridges, Routers, Switch And Gateways
  • Transmission Media or Communication Channels
    • Guided Transmission Media
    • UnGuided Transmission Media
  • Data Transmission in Network
  • Optical Fiber
  • Physical Structures of Network
  • Modes of Transmission in Network
  • Network Interface
  • Switching
    • Message Switching
    • Circuit Switching
    • Packet Switching
  • ISDN: Integrated Services Digital Network
  • OSI Model
  • TCP/IP Model
  • Differences between the OSI and TCP/IP model
  • What is Routing? | Types of Routing | How does it take place?
  • Routing algorithm
  • RSA Algorithm
  • Cryptography
  • Duties of Network Layer
  • What is Flow-Control in networking?
  • Congestion

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Martin Fowler

Keep in touch

Facebook Twitter Instagram Linkedin

Recent Posts

  • Virtual Function in C++

    May 19, 2022
  • Ceil and Floor functions in C++

    May 19, 2022
  • Python Rock Paper Scissors Game

    May 18, 2022

EDUCATIONAL

  • PyScript: Python in the Browser

  • Best Fake Email Generators (Free Temporary Email Address)

  • How to Find Out Who Owns a Domain Name

  • Mobile phone brands by country of origin

  • Best way to use google search you won’t believe exist

  • 10 mostly asked questions related to WhatsApp

  • Top 8 Programming Languages That Will Rule in 2022

  • Google Cloud Platform

  • Best Online Code Editors For Web Developers

  • How to Write a Synopsis for Project Work

CHEATSHEET

  • Git and Github 2022 Cheat Sheet

  • ReactJs Cheatsheet

  • Linux Commands Cheat Sheet

  • C Programming language Cheatsheet

  • Scala Cheatsheet

  • MySQL Cheatsheet

  • Javascript Cheatsheet

PROJECTS

  • Python Rock Paper Scissors Game

  • Currency Converter in Python

  • Alarm clock GUI application with tkinter

  • Print emojis using python without any module

  • Country Date and Time using Python

  • Covid-19 Tracker Application Using Python

  • Python | GUI Calendar using Tkinter

  • Python: Shutdown Computer with Voice

  • Python GUI Calculator using Tkinter

  • Convert an Image to ASCII art using Python

  • Python YouTube Downloader with Pytube

  • Tic-Tac-Toe using Python

TUTORIALS

  • JAVA TUTORIAL
  • COMPUTER NETWORK
  • DBMS TUTORIAL
  • E-COMMERCE TUTORIAL
  • KNOWLEDGE MANAGEMENT
  • C++ PROGRAMMING
  • COMPUTER NETWORK SECURITY
  • AMAZON WEB SERVICES

TECH NEWS

  • PyScript: Python in the Browser

  • HalloApp is a secure alternative to WhatsApp, made by two early WhatsApp employees

  • 5+ Best Humanoid Robots In The World

  • Windows 11 Now Official, Brings Fresh UI, Centrally-Placed Start Menu

TERMS & POLICY

  • PRIVACY POLICY
  • TERMS AND CONDITIONS

COMPILERS

  • JAVA COMPILER
  • PYTHON COMPILER
  • JS COMPILER
  • C++ COMPILER
  • C COMPILER

JOBS AND INTERNSHIPS

  • TCS off-campus hiring 2022 for software engineers- 2019, 2020, & 2021 Batches

    February 27, 2022
  • Deloitte Recruitment For Any Graduates as Learning Operations Associate Analyst

    February 18, 2022
  • HP Recruitment For Tech Support Intern Position

    February 16, 2022
  • EY Hiring- PAS Global Immigration Advanced Analyst

    February 14, 2022
  • Amazon Recruitment Drive for Virtual Customer Support Associate Position

    February 12, 2022

@2019-21 - All Right Reserved. Designed and Developed by Techarge

TECHARGE
  • HOME
  • BLOGS
  • TUTORIALS
    • ALL TUTORIALS
    • PROGRAMMING TUTORIALS
      • JAVA TUTORIALS
      • C++ TUTORIAL
      • C PROGRAMMING TUTORIALS
      • PYTHON TUTORIAL
      • KNOWLEDGE MANAGEMENT TUTORIALS
      • DATA STRUCTURE AND ALGORITHM TUTORIALS
      • PROGRAMMING EXAMPLES
        • CPP EXAMPLES
        • JAVA EXAMPLES
        • C++ GRAPHICS PROGRAM
    • PROJECTS
      • PYTHON PROJECTS
      • SWIFT PROJECT
    • PPROGRAMMING QUIZ
    • DBMS TUTORIALS
    • COMPUTER NETWORK TUTORIALS
    • COMPUTER NETWORK SECURITY TUTORIALS
    • E COMMERCE TUTORIALS 
    • AWS TUTORIAL
    • INTERNET OF THINGS
    • CHEATSHEET
  • MORE
    • JOBS AND INTERNSHIPS
    • INTERVIEW PREPARATION
    • TECH BOOK
    • TECH NEWS
    • UNIVERSITY PAPERS
    • MNC TWEETS
    • THINKECO INITIATIVES
    • CONTACT US
  • WRITE +
  • ABOUT US
  • HIRE US