Explain when shielded twisted pair wire works better than unshielded twisted pair wire.?
What will be an ideal response?
If a twisted pair wire needs to go through walls, rooms, or buildings where there is sufficient electromagnetic interference to cause substantial noise problems, using shielded twisted pair can provide a higher level of isolation from that interference than unshielded twisted pair wire, and thus a lower level of errors. Electromagnetic interference is often generated by large motors, such as those found in heating and cooling equipment or manufacturing equipment. Even fluorescent light fixtures generate a noticeable amount of electromagnetic interference. Large sources of power can also generate damaging amounts of electromagnetic interference. Therefore, it is generally not a good idea to strap twisted pair wiring to a power line that runs through a room or through walls. Furthermore, even though Categories 3 to 6 shielded twisted pair have improved noise isolation, you cannot expect to push them past the 100-meter limit. Finally, be prepared to pay a premium for shielded twisted pair. It is not uncommon to spend an additional $1 per foot for good-quality shielded twisted pair. In contrast, Category 5, 5e, and 6 UTP often cost between $.10 and $.20 per foot.?
You might also like to view...
How many times is the body of the loop below executed?
``` int counter = 1; while (counter > 20) { // body of loop counter = counter - 1; } ``` a. 19. b. 20. c. 21. d. 0.
The button that displays the video Recolor gallery
A) Design B) Corrections C) Color
Hexadecimal numbers use the letters A, B, C, D, E, and F along with the numbers 0 to 9 to create ____ different digits.
A. 4 B. 8 C. 12 D. 16
Containers are essentially used ____.
A. to manipulate data B. to step through a set of given elements C. to manage objects of a given type D. to update objects that are part of a given set of elements