What are the characteristics of a network designated 10BASE5?

What will be an ideal response?


It is important to start getting students to identify the characteristics of the Ethernet standard designations.They will need to understand, recognize, and memorize these for the exam.The 10 refers to the capacity of 10 Mbps (megabits per second), BASE refers to baseband use instead of broadband, and the 5 refers to the distance limitation of 500 meters.The cabling for this was expensive and thick, dubbing this standard thicknet.

You can follow up this discussion with 10BASE2, which follows the same pattern but alters the distance limitation from the direct association of 200 meters; in fact, the thinner cable could only accommodate distances of 185 meters.This cable was less expensive, and sothe standard was dubbedthinnet or cheapernet.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Floating point constants are normally stored in memory as doubles. 2. C++ does not have a built-in data type for storing strings of data. 3. A named constant is like a variable, but it its content cannot be changed while the program is running. 4. C++ 11 introduced an alternative way to define variables, using the template key word and an initialization value.

Computer Science & Information Technology

Which of the following is the proper method to apply a transition effect?

a. ``` element.filters( "blendTrans" ).apply(); ``` b. ``` element.transition( "blendTrans" ).filters.apply(); ``` c. ``` element.apply( "blendTrans" ).transition(); ``` d. ``` element.filters( transition( "blendTrans" ) ).apply; ```

Computer Science & Information Technology

Solve the following pairs of linear equations by graphing. Confirm the solution using algebra.

y = 4x + 2 and y = — 2 Intersection at (-2, —6) x = —2 Y —6

Computer Science & Information Technology

What is a gallery of text styles with which you can create decorative effects, such as shadowed or 3-D text?

A) GraphicArt B) SmartArt C) WordArt D) TextArt

Computer Science & Information Technology