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
notka56 [123]
2 years ago
7

ANSWER ASAP!!! 12 POINTS!!!!! RIGHT ANSWERS ONLY

Computers and Technology
2 answers:
suter [353]2 years ago
8 0

Answer:

B.

Explanation:

lana [24]2 years ago
3 0

Answer:

1. B. A ring network can be wider than most topologies but not as wide as a mesh network.

2. D. In a star network topology, when one node goes down, the whole network goes down, whereas a ring network would not go down.

Explanation:

1. A ring network is a network structure in which each node is connected to exactly two other nodes, forming a single continuous signal channel - a ring. Data is passed from node to node, with each node handling one packet at a time.

A mesh network is a network in which devices (or nodes) are linked together and branch off of one another. These networks are designed to transport data efficiently between devices and clients. They assist organizations in maintaining a continuous connection across a physical place.

Mesh network topologies allow information to pass between connected nodes via numerous paths. This method improves the network's resiliency in the event of a node or connection failure. Multiple routers, switches, and other devices that act as nodes may be used in larger mesh networks. Hundreds of wireless mesh nodes can be found in a mesh network, allowing it to cover a huge region.

A computer network is a collection of devices that are linked together in order to communicate. Hubs, switches, routers, printers, computers, servers, and other devices make up the network. A network topology is a diagram of the network's connected components. There are several network topologies, including star and ring.

In a ring topology, the devices are connected in a ring-like fashion. The first device establishes a connection with the second. That gadget establishes a connection with the other. Similarly, all of the devices connect, and the last devices join back to the first, making a ring-like structure. As a result, each gadget is connected to two others.

The mesh topology has a one-of-a-kind network design in which every computer on the network is connected to every other computer on the network. It establishes a P2P (point-to-point) connection between all network devices. It has a high amount of redundancy, which means that even if one network cable fails, data will still be able to reach its destination.

2. The central site is critical in star topology; if it fails, all of the connections fail. The performance of the connection is determined by the performance of the central hub. In a star topology, two nodes may be physically separated from each other; however, they must communicate through a central node (Eboli, 2019). Ring network, failure of one node won't affect the entire network. It is simple to manage and has a low risk of collision, but it is dependent on all nodes being powered up and fully operational.

You might be interested in
IS ANYONE ELSE JUST GETTING PPL PUTTING LINKS WHEN U ASK A QUESTION???
TiliK225 [7]
UGH IKR, LIKE JUST ANSWER THE FRICKIN QUESTION
4 0
3 years ago
Read 2 more answers
Using Gen/Spec, classes can be organized by using a peer-to-peer inheritanc True/false
Fiesta28 [93]

Answer: True

Explanation: Gen/Spec is the known as the general specification standard for the classes.This standard helps in bringing out the peer-to-peer relations of class.

Gen/Spec is used in class diagram because it helps in the display of the access sharing and class specification in the general form for the required instances.Thus, this standard helps in the enhancement of the class diagram and its inheritance. So, the statement given in the question is true.

5 0
3 years ago
Can someone please explain binary addition to me? i have a test tomorrow yikes
umka2103 [35]

Answer:

its easy

Explanation:

there are are 5 main rules

in binary there are 2 number 0 and 1

0 + 0 = 0

0 + 1 = 1

1+0=1

1+1=0 carry 1

e . g

1 1 1

1 0 1 0 1 0

+ 1 1 0 0 1 0

-------------------------

1 1 1 1 1 0 0

*in bold are the ones that you need to carry.

in decimal there are 10 possible numbers 0- 9

when you do 1 + 9 it becomes 10, this can be done easily, however if you do 1 + 9 in a table like above, you will get 0 for the first column and you will carry 1 to the next column .

in binary is the same idea but using on 2 numbers 1 and 0

e.g

1

1

+ 9

----------

1 0

*in bold are the ones that you need to carry.

hope it helps and good luck in your exam.

3 0
2 years ago
Is recursion ever required to solve a problem? What other approach can you use to solve a problem that is repetitive in nature?
Setler79 [48]

Answer:

No you can not tell that recursion is ever required to solve a problem.

Recursion is required when in the problem, the solution of the input depends on the solution of the subsets of the input.

Iteration is also another form of repetitive approach we follow to solve that kind of problems.

But the difference between recursion and iteration is :

  • In recursion we call the function repeatedly to return the result to next level.
  • In iteration certain bunch of instructions in a loop are executed until certain conditions met.

Explanation:

For example in the Fibonacci sequence problem, to find f_{n}, we need to compute f_{n-1} and f_{n-2} before that.

  • In case of recursion we just call the method Fibonacci(n) repeatedly only changing the parameter Fibonacci(n-1), that calculates the value and return it.

                           Fibonacci(n)

                           1. if(n==0 or n==1)

                           2.       return 1.

                           3.else

                           4.      return( Fibonacci(n-1)+Fibonacci(n-1) )

  • But in case of iteration we run a loop for i=2 to n, within which we add the value of current f_{i-1} and f_{i-2} to find the value of f_{i}

                           Fibonacci(n)

                           1. if(n<=2)

                           2.    result = 1

                           3.     else

                           4. result1 =1 and result2=1.

                           5.      {  result = result1 +result2.

                           6.         result1= result2.

                           7.         result2 = result.

                           8.      }

                           9.  output result.

8 0
3 years ago
In the context of the planning phase of the systems development life cycle (SDLC), which is an example of an internally identifi
erma4kov [3.2K]

Answer:

The correct option to the following question is D.).

Explanation:

SDLC stands for the System Development Life Cycle.

The aim of the SDLC is to produce the high quality of the software that exceeds or meets the reaches completions and customers' expectations with costs and time expectations.

Software Development Life Cycle is the frameworks that defining the task performed at each of the steps in software development process.

8 0
3 years ago
Other questions:
  • Consider the partially-filled array named a. What does the following loop do? (cin is a Scanner object)int[] a = {1, 3, 7, 0, 0,
    6·1 answer
  • A computer is a multipurpose device that accepts input processes data and produces output all according to a series of stored
    8·1 answer
  • Why might a government entity choose to offer some information and services online as in e-government
    8·2 answers
  • How fast is a backwards long jump in Super Mario 64?
    7·1 answer
  • When you're working with a word processing document and you press the del key, what happens?
    6·2 answers
  • After conducting interviews with several bad candidates, Althea, a manager at Langrover Inc. interviewed a candidate who was bet
    15·1 answer
  • Video is a medium that's looks real anyways, but is real________________.
    10·1 answer
  • Match the crew members with the equipment or tasks they handle.
    12·1 answer
  • Choose and explain, step by step, one method of backing up student files either manually or using a cloud service.
    10·1 answer
  • The getElementById DOM Method do?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!