Why do we use Multiple Access Schemes? What is the
difference between FDMA, TDMA and CDMA?
Answer / muhammad shoaib
Why do we use Multiple Access Schemes?
because it is necessary to have a scheme that enables
several multiple users to gain access to it and use it
simultaneously.
difference between FDMA, TDMA and CDMA:
TDMA: it is a channel access method for shared medium
networks. It allows several users to share the same
frequency channel by dividing the signal into different
time slots
FDMA: it is used in multiple-access protocols as a
channelization protocol. FDMA gives users an individual
allocation of one or several frequency bands, or channels
CDMA: allowing several transmitters to send information
simultaneously over a single communication channel. This
allows several users to share a band of frequencies
Is This Answer Correct ? | 9 Yes | 1 No |
what is maskable or non maskable interrupts
I am stuck up with a question on appending of two arrays I am writing the code for the same, I am appending two strings this way int main() { string s1 = "Welcome to C++"; string s2 = "C++ improves the logic ability"; string s3 = s1 + s2; cout<<s3<<endl; } But if I go ahead with the integer datatype , it doesnt work int main() { int arr[4] = {2,3,4,5}; int arr1[4] = {6,7,8,9}; int arr3[9] ; arr3 = arr + arr1;//displays error arr3 = arr ++ arr1; // works properly } Can anyone please clear my doubt in this question ?
What is step down chopper?
Explain the toggle state in JKMS FF.
what is meant by tunneling?
I am a fresher and i have done testing course from orbit institute hyd.can any1 say me whether it is necessary to do project in testing.if it is that which is best institute in hyd.can you please inform me if there is any job 4 freshers.thanxs
what is the practical diffference between antenna gain and efficiency?
what is different between three phase balanced and three phase unbalanced load with chart.?
Most computers wont use floating point arithmetic .why
What Is MAIO and HSN? Explain briefly the relation relation between MAIO and HSN.
what is difference between on line ups and off line ups?
why thee microprocessor number starts with four digit?