1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nonamiya [84]
3 years ago
10

g What advantage does a circuit-switched network have over a packet-switched network? What advantages does TDM have over FDM in

a circuit-switched network?
Computers and Technology
2 answers:
bogdanovich [222]3 years ago
6 0

Answer:

Explanation:

(A) In its simplest term, packet switched network allows packets to be broken into smaller bits and then each bit is made to be sent independently across the network. In this type of network, communications between communicating devices might not necessarily be set up before communication can be initiated.

On the other hand, in a circuit switched network, communications between communicating devices  must be set up before communication can be initiated.  An example of this is the analog telephone network communication where there has to be a connection between the two end telephones before communication can begin.

The following are the advantages of circuit switched network over a packet switched network;

i. Since there is a need to establish connection before communication and once connection is made communication starts, circuit switched experiences lower delay compared to packet switched network.

ii. Also, since there is a need to establish connection before communication, a circuit switched network provides more data transmission reliability than a packet switched network.

iii. Circuit switched networks can be used for real time delivery of data while packet switched networks cannot be used.

(B) TDM (Time Division Multiplexing) and FDM (Frequency Division Multiplexing) are two common methods of combining multiple signals into a single signal - this is called multiplexing. They both act by dividing channels.

TDM splits and assigns time slices to each channel while FDM splits the channel into two or more non-overlapping ranges of frequency.

The following are the advantages of TDM over FDM in a circuit switched network;

(i) TDM provides flexibility than FDM

(ii) TDM provides efficiency by logically assigning time slices to signals according to how much bandwidth they need. This is an advantage that is lacking in FDM.

REY [17]3 years ago
4 0

Answer:

Advantages of a circuit-switched network over a packet-switched network are:

  • In Circuit-switched networks, resources needed to provide communication between the end systems for the duration of the session are usually reserved unlike in packet-switched networks where they are not reserved.
  • Circuit-switched networks have faster communication, so they can be used for Voice/Video calls
  • Circuit-switched networks have less errors in communication
  • Circuit-switched networks are more suitable for real-time services. Packet-switched networks are simpler, more efficient, and less costly to implement. They also offer better sharing of transmission capacity than circuit-switched network

Advantages does TDM have over FDM in a circuit-switched network are;

  • In TDM,  all connections operate at the same frequency , but In FDM,   all connections operate at different frequencies
  • In TDM there is low interference between the signals that are being multiplexed as compared to FDM.
  • In TDM, bandwidth is saved by allocating time slots on demand dynamically
  • TDM systems are more flexible than FDM

You might be interested in
What does using indirect quotations allow a writer to do?
Marrrta [24]
Indirect quotations can add information that strengthens your content in many of the same ways as direct quotations so. Essentially, indirect quotes carry the meaning of a speaker or writer's original words without using the exact words.
7 0
3 years ago
Read 2 more answers
Quiz Time!
Colt1911 [192]

Answer:

This ain't the exact code but it can be used as a template.

Explanation:

var myQuestion = [

{

question: "What is 10/2?",

answers: {

a: '3',

b: '5',

c: '115'

},

correctAnswer: 'b'

},

{

Hope it kinda helps.

6 0
3 years ago
A spreadsheet contains the maximum weight and maximum height for fifty dog breeds. The breeds are located in rows, and the weigh
MrRa [10]

Answer:

a. Locate

Explanation:

Question options (obtained on the net):

a. Locate

b. Sort

c. Filter

d. Replace

Explanation:

The largest value of the weights of the dog breed in row 43 is the maximum weight of the dog breed in the row

The 'MAX' formula or the 'Autosum' tool can be used to give the largest value in a row, or column

To locate the maximum value in MS Excel, the ADDRESS and MATCH and MAX functions are combined and entered into the blank cell on the right, specifying the same range for the MAX and MATCH functions, and a '0' for the MATCH function as well as a '1' for the ADDRESS function as follows;

=ADDRESS(MATCH(MAX(A1:E1), A1:E1, 0), 1)

Therefore, to navigate to the maximum weight, Emily should use a <em>locate</em>(ing) tool navigate to the information on the spread sheet

8 0
3 years ago
In a real-world environment, changing granularity requirements might dictate changes in primary key selection, and those changes
scoray [572]

In a real-world environment, changing granularity requirements might dictate changes in primary key selection, and those changes might ultimately require the use of surrogate keys.

Explanation:

A surrogate key is a unique identity as an object or entity. It is used as an object in the database and as an entity in the modern world. Surrogate key is not a natural key hence it cannot be derived from application data.

Advantages of using surrogate key:

  • They are unique
  • They have uniform rules
  • It allows unlimited values
  • It stands the test of time
3 0
3 years ago
Write a method called consecutive that accepts three integers as parameters and returns true if they are three consecutive numbe
Andre45 [30]

Answer:

#include <iostream>

using namespace std;

void swap(int *a,int *b)

{

   int temp;

   temp=*a;

   *a=*b;

   *b=temp;

}

bool consecutive(int k1,int k2,int k3)

{

   int arr[]={k1,k2,k3};  //storing these variables into an array

   int i,j;

   for(i=0;i<3;i++)

   {

       for(j=i;j<3;j++)

       {

           if(arr[i]>arr[j])

           {

               swap(arr[i],arr[j]);  //swapping to sort these numbers

           }

       }

   }

   if((arr[1]==arr[0]+1)&&(arr[2]==arr[0]+2))  //checks if consecutive

       return true;

   else

       return false;

}

int main()

{

   int result=consecutive(6,4,5);   //storing in a result variable

   if(result==0)

       cout<<"false";

   else

       cout<<"true";

   return 0;

}

OUTPUT :

true

Explanation:

In the above code, it stores three elements into an array and then sorts the array in which it calls a method swap() which is also defined and interchanges values of 2 variables. Then after sorting these numbers in ascending order , it checks if numbers are consecutive or not, if it is true, it returns true otherwise it return false.

7 0
3 years ago
Other questions:
  • Which best describes the Big Bang Theory?
    12·2 answers
  • Using caller id is part of which step in an effective time management plan
    10·1 answer
  • Which is a network of devices built around a person, typically within 10 meters of range?
    5·1 answer
  • Jason works as a financial investment advisor. He collects financial data from clients, processes the data online to calculate t
    14·1 answer
  • Advantages of heading attributes
    5·1 answer
  • What mistake do you think you might make related to changing the data in a cell that's used in a formula?
    14·1 answer
  • Which is the fastest CPU and why?
    5·1 answer
  • Hey IM new uh what is this?
    5·1 answer
  • Part of the operating system core is responsible for controlling security, managing the file system, and providing a platform fo
    6·1 answer
  • Write about how this item was important to you.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!