answersLogoWhite

0

I) Packet Switching

II) Frame relay

iii) Fiber Disturbed Data Interference (FDDI)

iv) Asynchronous Transfer Mode (ATM)

v) Switched Hub Technology

vi) Synchronous Optical Network (SONET)

T-carrier system

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are two types of transmission to transfer data on a bus?

serial and parellel transmission


Which Ethernet types use fiber optic cabling for data transmission?

10GBaseSR 10GBaseLR


What is often meant by the term 'data transmission'?

A transfer of data from point-to-point is simplified as data transmission. Data transmission can be referred to as digital communication but can include analog data transmission as well.


Mention types of transmitions media that the world today uses?

Electric current is a transmission medium which can be used to transfer data across a wire for example ( copper wires). Radio waves is a transmission medium which can be used to carry data through the air. The above mention mediums are known as data transmission media.


What is transmission network?

Transmission media is a device which is used to transfer the data between one computer to another computer.There are two types of Transmission media: 1. Guided Media 2. Unguided Media


What transmission is data sent in a constant stream of frames?

synchronous transmission. In a asynchronous transmission, data is sent as individual data bytes


What is network transmission media?

Transmission media is a device which is used to transfer the data between one computer to another computer.There are two types of Transmission media: 1. Guided Media 2. Unguided Media


What is the function of Transmission media?

Transmission media is used to carry data from one point to another in a telecommunication network. It serves as the physical pathway for signals to travel between devices in a network. Different types of transmission media, such as copper wires, fiber optics, and wireless channels, offer various speeds, capacities, and levels of reliability for data transmission.


What is need for data transmission?

Data transmission is important as it makes the world closer. We can transmit the data from one point to another.


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


What are the advantages of unguided media in transmission media?

easy for transmission of data data cracking can be determined


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..