Free Essay

Space Wire

In: Other Topics

Submitted By vishaltailor
Words 3798
Pages 16
ABSTRACT—SpaceWire is a real-time communications network for use onboard spacecraft. It has been designed to connect together sensors, mass-memories, processing units, and downlink telemetry sub-systems onboard a spacecraft into a lightweight, high-performance data-handling network. This paper provides an introduction to SpaceWire and the SpaceWire standard. It describes the key features of SpaceWire. The many current and planned space missions that are using or plan to use SpaceWire for onboard data-handling are also introduced

I. INTRODUCTION

SpaceWire is a communications network for use onboard spacecraft. It is designed to connect high data-rate sensors, large solid-state memories, processing units and the downlink telemetry subsystem providing an integrated onboard, data-handling network. SpaceWire links are serial, high-speed (2 Mbits/sec to more than 200 Mbits/sec), bi-directional, full-duplex, point-to-point data links which connect together SpaceWire equipment. Application information is sent along a SpaceWire link in discrete packets. Control and time information can also be sent along SpaceWire links. SpaceWire is defined in the European Cooperation for Space Standardization ECSS-E50-12A standard.

SpaceWire is based on the “DS-DE” part of the IEEE-1355 standard combined with the TIA/EIA-644 and IEEE-1596.3 Low Voltage Differential Signaling (LVDS) standards. Several problems with IEEE-1355 have been solved in the SpaceWire standard and connectors and cables suitable for space application are defined.

The SpaceWire standard is divided into several protocol levels:

· Physical Level which provides connectors, cables and EMC specifications.
· Signal Level which defines signal encoding, voltage levels, noise margins and data rates.
· Character Level which specifies the data and control characters used to manage the flow of data across a link.
· Exchange Level which covers the protocol for link initialization, flow control, fault detection and link restart.
· Packet Level which details how a message is delivered from a source node to a destination node.

The purpose of the SpaceWire standard is to facilitate the construction of high-performance onboard data handling systems, to help reduce system integration costs, to promote compatibility between data handling equipment and subsystems, and to encourage re-use of data handling equipment across several different missions. Use of the SpaceWire standard ensures that equipment is compatible at both the component and sub-system levels. Processing units, mass-memory units and down-link telemetry systems using SpaceWire interfaces developed for one mission can be readily used on another mission reducing the cost of development, improving reliability and most importantly increasing the amount of scientific work that can be achieved within a limited budget.

II. KEY FEATURES OF SPACEWIRE

Ø SpaceWire is simple and can be implemented in ASICs or FPGAs:

SpaceWire uses data-strobe encoding, where a serial data signal and a strobe signal are sent on two differential pairs. The strobe signal is defined so that clock recovery is achieved by simply XORing together the data and strobe signal. No phase-locked loop is required making it easy to implement a SpaceWire interface in any digital ASIC or FPGA device. The use of LVDS for the physical level, allows complete SpaceWire devices including LVDS drivers and receivers to be implemented on a single chip. Ø SpaceWire is small using few logic gates

SpaceWire interfaces can be implemented in around 5000 to 8000 logic gates which is a small enough number to make it possible to include one or more SpaceWire interfaces together with application logic or a micro-computer on a single chip.

Ø SpaceWire devices are radiation tolerant

Several SpaceWire devices are available or are currently being designed in radiation tolerant ASIC technologies. SpaceWire interfaces have also been implemented in radiation tolerant FPGA devices.

Ø SpaceWire is low power

SpaceWire uses Low Voltage Differential Signalling (LVDS) to help reduce power consumption at high-speed. It also uses relatively few logic gates again helping to reduce power consumption.

Ø SpaceWire can be used as a simple point to point link

SpaceWire is bi-directional using two twisted pairs in each direction. SpaceWire can be used to implement simple point-to-point links or can be used to implement networks using routing switches connected by point-to-point links.

Ø SpaceWire can be used in an arbitrary topology network

There is no restriction on the topology of a SpaceWire network. A network is constructed from point to point links and routing switches. When more than one link connects a pair of routing switches, group adaptive routing can be used to share the bandwidth of the links or to provide for fault tolerance, with rapid recovery from a link failure.

Ø SpaceWire routing switches use wormhole routing

SpaceWire is a packet switching network that uses worm-hole routing switches for routing packets across the network. Worm-hole routing was adopted because it minimizes the amount of buffer memory needed in the routing switches, an important consideration for implementation in radiation tolerant chips where memory is at a premium.

Ø SpaceWire has fault isolation properties

SpaceWire uses Low Voltage Differential Signalling (LVDS) as its physical layer. LVDS uses low voltage and low currents which provide good fault isolation capabilities. For example a short to ground or a short between two SpaceWire signals will not cause the transmitter to burn out.

Ø SpaceWire can recover rapidly from a link failure

SpaceWire routers support group adaptive routing where traffic can be shared across two or more links connecting a pair of routing switches or a routing switch to a destination node. If one link in a group fails the packet currently being transmitted on that link is terminated by an Error End of Packet (EEP) and remainder of the packet not yet sent is split. The next packet to be sent will be automatically routed to a working link in the group.

Ø SpaceWire supports time distribution

SpaceWire provides support for the distribution of time information to all nodes on a SpaceWire network. This can be done with a resolution of a few microseconds. A limited amount of event information can be sent along with time-codes.

III. INTRODUCTION TO SPACEWIRE:

Ø SPACEWIRE PACKETS

Information is transferred across a SpaceWire network in distinct packets. The format of a packet is:

The “Destination Address” is the first part of the packet to be sent and is a list of zero or more data characters that defines the node on the network for which the packet is intended. This list of data characters represents either the identity code of the destination node or the path that the packet will take to get to the destination node. The “Cargo” is the data to be transferred from source to destination. The “End_of_Packet” is used to indicate the end of a packet. The data character following an End_of_Packet is the start of the next packet.

There is no limit on the size of a SpaceWire packet.

Ø SPACEWIRE ROUTING SWITCHES

A SpaceWire router connects together many nodes and provides a means of routing packets from one node to one of many other possible nodes. A SpaceWire router comprises a number of SpaceWire link interfaces and a switch matrix. The switch matrix enables packets arriving at one link interface to be transferred to and sent out of another link interface on the router. Each link interface may be considered as comprising an input port (the link interface receiver) and an output port (the link interface transmitter).

A SpaceWire router transfers packets from the input port of the switch where the packet arrives, to a particular output port determined by the packet destination address. A router uses the leading data character of a packet (one of the destination identifier characters) to determine the output port of the router to which the packet is to be routed. If there are two input ports waiting to use a particular output port when the previous packet has finished being sent then an arbitration mechanism in the output port decides which input port is to be served.

Ø PACKET ADDRESSING

There are two ways of addressing SpaceWire packets: path addressing or logical addressing.

Path addressing is used to specify the path through a network directly. The leading data character of a packet (the destination identifier) contains the required output port number of the router. For path addressing the leading data character is removed after a router has used it to determine the output port for a packet. If a packet has to pass through several routers to reach its destination then a separate data character is used to specify the output port for each router. Hence if there are three routers to be traversed, three data characters will be needed to specify the destination.

Logical Addressing is used to specify the path through a network indirectly via routing tables held in the routers. The leading data character of a packet holds the logical address, which is used to look up the required output port number in the routing table of the router. With logical addressing the leading data character is not normally deleted by the router since the logical address identifies the destination node and will be used by each router encountered on the path to the required destination.

Ø GROUP ADAPTIVE ROUTING AND FAULT TOLERANCE

Two of the key features of SpaceWire networks are group adaptive routing and fault tolerance.

A. Group Adaptive Routing :

SpaceWire routers can implement group adaptive routing. When two or more output ports lead to the same destination (another router or a node) then these output ports may be configured as a group. When a packet arrives at an input port for routing out of an output port that is busy, any other output port in the same group as the addressed output port may be used to forward the packet. Group adaptive routing gives rise to one of the most important features of a SpaceWire network: bandwidth sharing. Links in a group share the total data flow between them. If there are two equivalent links between a pair of routers (and the routing tables are configured appropriately) then data may pass over either of these links. There is twice the bandwidth of a single link available for transferring data between the two routers. If another equivalent link is added then the bandwidth become three times that of a single link. To use this extra bandwidth all that needs to be done is to configure the routing tables to identify the three links as belonging to a group.

B. Fault Tolerance :

Bandwidth sharing leads to another important feature of a SpaceWire network: fault tolerance. Consider the previous example of three equivalent links organized into a group. If one of these links fails then the information flow will be automatically distributed over the other two equivalent links. There is no need for intervention by network management software to do this. Provided the routing tables identify the three links as belonging to a group, the fault recovery is automatic and immediate. The only information lost is the tail end of the packet that was being transferred when the fault occurred.

Ø PRIORITY PACKET DELIVERY

If there are two input ports in a router waiting to use a particular output port, then an arbitration mechanism is used to select which input port is to be served. The arbitration mechanism can include a priority scheme. There is no priority flag available within the header of a SpaceWire packet to specify its priority level. The SpaceWire header only contains address information, so packet priority must be associated with a logical address (or with the input port number). In the routing tables logical addresses may be assigned high or low priority. High priority logical addresses have preferential access to an output port when arbitration takes place. A logical address that has been assigned high priority, acts as a high priority channel across the network from many possible sources to the one destination. If high and low priority access to a particular destination is required then two logical addresses are required for a particular destination, one assigned high priority and the other low priority. A source can then decide which logical address to use when sending a packet to a destination, depending on the required priority of the packet. There is a compromise between the number of destinations that can be addressed and the number of priority levels. With two priority levels it is possible to have, for example, 128 low priority destinations and 96 high priority destinations within the 224 logical addresses available. Priority is a means of providing quality of service control.

It is possible to ensure real-time, deterministic delivery of commands (packets) using priority addresses provided that there are no possible clashes between routes through the network operating priority addressing. This can be achieved, for example, if there is only one node sending out priority commands. If deterministic delivery is required there must also be a limit to the maximum packet size used on the network.

Alternatively nodes can take turns to transmit their high priority packets possibly using time-codes to determine which node transmits next.

Ø TIME-CODES

SpaceWire time-codes provide a means of distributing time information across a SpaceWire system. Time can be distributed across a large network with relatively low jitter. This time information can be provided as ticks or as an incrementing value which may be synchronized to spacecraft time. Time-codes provide a mechanism for supporting distributed system synchronization. They may also be used to implement isochronous communication channels, complementary to the asynchronous channels provided naturally with SpaceWire.

A time-code comprises the SpaceWire ESC character followed by a single 8-bit data character. The data character contains six-bits of system time (time-field) and two control flags. Each SpaceWire node or router contains a six-bit time counter. A node or router acts as the time-code master and is responsible for distributing time. The time-master interface has a “tick” input, which is asserted periodically (e.g. every millisecond) by its host system. When the time-master link interface receives a tick, it increments its time counter and then immediately sends out a time-code with the 6-bit time field set to the new value of the time counter.

When the node or router at the other end of the link receives the time-code it updates its internal time counter with the new time and asserts a tick output signal. The new time should be one more than the time counter’s previous time-value. This fact can be used for checking on time validity. If a node or router receives a time-code that is equal to its current time value then it does not emit a tick output signal. This prevents repeated time-code propagation in a circular network. Possible error situations are described in.

When a router receives a time-code it checks that it is one more than the router’s current time setting. It then increments the router’s time-count and emits a tick signal. This tick signal propagates to all the output ports of the router so that they all emit the time-code. This time-code is the same value as that received by the router since the router time counter has been incremented. If there is a circular connection then the router will receive a time-code with the same time value as the router time counter. When this happens the time-code is ignored. In this way time flows forward through a network reaching all nodes but is suppressed if it flows back due to a circular connection.

With the provision of this basic time distribution function, application level protocols can be used to distribute specific time values at full resolution (not just 6-bits) and to issue time dependent commands etc. The two control flags that are distributed with the 6-bit time-code can be used to broadcast information to all nodes and routers on the network.

IV. SPACEWIRE DEVICES

Two devices were developed by Astrium GmbH and Atmel, the SMCS332 (Atmel part number TSS901E) and the SMCSLite (Atmel T7906E) devices, which are based on the IEEE 1355 standard. These devices are currently being upgraded to be fully compliant with the SpaceWire standard. Several other devices are also being developed including a SpaceWire router and a micro-controller with SpaceWire interfaces.

A. SMCS332SpW

The SMCS332SpW is a fully SpaceWire compliant version of the Atmel TSS901E device. It has three SpaceWire interfaces operating at up to 200 Mbits/s, and an interface to a host computer which includes six DMA controllers: transmit and receive for each SpaceWire interface. This device is suitable for connecting a radiation tolerant computer system into a SpaceWire network. The SMCS332SpW provides support for time-codes and is largely pin compatible with the previous TSS901E device.

B. SMCSLite SpW

The SMCSLiteSpW is an upgrade to the Atmel T7906E device and is fully compliant to the SpaceWire standard. It is designed to connect peripheral sub-systems to a SpaceWire network. It has one SpaceWire interface and a variety of other input/output facilities including: a host interface for configuring the device, ADC and DAC interfaces, FIFO interface, memory interface, UART interface, and a general purpose digital interface.

C. SpaceWire Router ASIC

A radiation tolerant SpaceWire router ASIC is being developed by University of Dundee, Austrian Aerospace, EADS Astrium GmbH and Atmel. The architecture of this device is illustrated in Fig. 1.

There are eight SpaceWire ports, two external parallel ports and an internal configuration port in the SpaceWire router. A low latency, worm-hole routing, non-blocking, crossbar switch enables packets arriving at any SpaceWire port, external port or generated in the configuration port to be directed out of any other SpaceWire or external port, or to be routed to the configuration port.

The SpaceWire ports are fully compliant with the SpaceWire standard providing high-speed, bi-directional communications. The external ports each comprise an input FIFO and an output FIFO and can receive and send data characters and end of packet markers. A time-code port is also provided along with a time-counter to facilitate the propagation of time-codes. When a valid time-code arrives at a router port it is sent out of all the other SpaceWire ports and a TICK_OUT signal is generated at the time-code port. The router can operate as a time-code master using the TICK_IN provided in the time code port.
||||||
||||||

The configuration port is accessible via any of the SpaceWire or external ports. It contains registers which control the operation of the SpaceWire ports, external ports and the crossbar switch. The configuration port holds status registers for the various ports and the switch. These registers can be read using a configuration read command to determine the status of the router and to access error information. Status and error information can also be selected for output on several status pins. The routing table is accessed via the configuration port. The logical address port mappings and priority bits can be set in the routing table. The routing table is used to control group adaptive routing and priority arbitration in the crossbar switch.

The SpaceWire router has been implemented in Xilinx Virtex-E and Virtex-2 devices. The SpaceWire ports operate at a maximum data signaling rate of 200 Mbits/s. The Virtex-2 device is fully compliant with the SpaceWire standard and is functionally representative of the SpaceWire router ASIC.

The SpaceWire Router (SPROUT) ASIC is being implemented in an Atmel MH1RT gate array with maximum gate count of 519 kGates (typical). This technology uses a 0.35 μm CMOS process with a radiation tolerance of up to 300k rad and SEU free cells up to 100 MeV (used for all critical memory cells) as well as latch-up immunity up to 100 MeV. The maximum baud-rate of the SpaceWire link interfaces of the SPROUT will be 200 Mbit/s, where LVDS I/Os integrated onto the chip are used. Its estimated power consumption at the maximum data rate will be about 4 W and it will operate from a single supply voltage of 3.3V (±0.3V). The package is a 196 pin ceramic Metric Quad Flat Package with 25 mil pin spacing.

V. INTELLECTUAL PROPERTY

An important element in the development of SpaceWire based systems is the availability of validated SpaceWire Intellectual Property (IP) in the form of VHDL designs for key subsystem elements: CODEC and router.

A. SpaceWire CODEC IP

The University of Dundee with ESA funding has developed a high-performance SpaceWire coder/decoder (CODEC) in VHDL that operates at a maximum data rate of 200 Mbits/s when implemented in a radiation tolerant ASIC. The interface is fully compliant with the ECSS SpaceWire standard.
The SpaceWire CODEC VHDL IP is available from ESA for European space projects. It is now being widely used for ASIC and FPGA designs where a SpaceWire interface is required.

B. SpaceWire Router IP

The University of Dundee have developed generic SpaceWire router IP that can be implemented in a range of different technologies (FPGA and ASIC). The number of SpaceWire ports and external ports are controlled by VHDL Generics along with various other characteristics, allowing the Router IP to be customised to particular applications. An example of this is the use of the router IP in an image processing chip being developed for an intelligent camera system for a planetary lander. A SpaceWire router with three SpaceWire ports and two external ports is embedded inside the image processing chip to provide control, data and test access to the device.

The SpaceWire router IP is also used in a router FPGA device developed by the University of Dundee, which has eight SpaceWire ports and one external port.

SpaceWire CODEC IP is available from ESA for European space applications. This IP is available from the University of Dundee for other countries and other applications. The SpaceWire router IP is also available from University of Dundee.

A range of SpaceWire development and test equipment and support services are available from STAR-Dundee Ltd, a spin-out company set up to support users of SpaceWire.

VI. MISSIONS USING SPACEWIRE

SpaceWire elements are being used on the following ESA missions: METOP, Rosetta, Mars-Express, Herschel-Planck, Cryosat, GOCE, COROT, ISS EDR, Galileo, JWST, Bepi Colombo and GAIA .

SpaceWire is being used on the following NASA missions: SWIFT (on-orbit), JWST Phase-B, LRO Phase-A, GOES-R Phase-A, Hubble Robotic Repair Mission Phase-A. Several other NASA missions in the formulation stage are proposing SpaceWire. SpaceWire is also being used on several non NASA USA missions.

JAXA are using SpaceWire for the following: Balloon experiments, Bepi Colombo, NeXT and plan to use SpaceWire extensively on future space missions.

REFERENCES:

Ø http://en.wikipedia.org/wiki/Spacewire
Ø http://spacewire.esa.int

Similar Documents

Free Essay

Mexicana Wire Works

...Managing Operations is Sound Prioritization: The Mexicana Wire Works Case A case report presented to the faculty of the Master of Business Administration Far Eastern University In partial fulfilment of the requirements In Quantitative Analysis Submitted To: Professor Willy Cuason Submitted By: Jeancy Dela Rosa Joan Eclipse Gerra Lanuza Mark Nimeno Timmyleh Pocong Jerome Tumambing June 03, 2014 I. Case Background Mexicana Wire Winding, Inc. is a subsidiary of Westover Wire Works based in Texas which is a medium-sized producer of wire windings of electrical transformers. Ron Garcia is the new management trainee, who studied operations management in his MBA program but lacks any technical knowledge about the manufacturing process. He is tasked to help the company in solving the increase in booking orders for April.There will be new equipments coming in the next several months but these won‘t help them fill the April orders. (Render & Stair, 2012) To better understand the case the group researched on the sequence on how to produce wire windings as discussed in the case: 1. “Wire Winding- the metalworking process used to reduce the cross-section of a wire by pulling the wire through a single, or series of, drawing die(s). There are many applications for wire drawing, including electrical wiring, cables, tension-loaded structural components, springs, paper clips...

Words: 1406 - Pages: 6

Premium Essay

Nt 1310 Unit 3

...rating Unshielded Twisted-Pair is copper wire that is used in a twisted pair. Which is two conductors of a single circuit that are twisted together to prevent crosstalk UTP typically have only one outer covering or jacket for one or more of the twisted pairs. Shielded Twisted-Pair is copper wire that is almost the same but also with the outer covering each twisted pair is also shielded separately and then shielded again before the outer jacket Fiber-Optic Cable bandwidth is dramatically higher than with copper speeds and it uses a strand of glass or plastic to transmit data using light pulses transmission distances are much further away it is not susceptible to outside EMI or crosstalk interference. It is more secure than copper wire it very hard to tap in to unlike copper wire. Dark Fiber is just a term used for unused or unneeded strands of installed fiber because you always want to install more than you need cause networks always grow. Coaxial Cable is widely used for cable tv it has solid copper core with a Teflon insulation around that either a foil sleeve of a braided wire mesh and then the outer jacket Plenum is the space between the deck ant the false ceiling when it is used for HVAC Riser is a vertical shaft that allows you to run wires between two floors Rip Cord is installed in some wire it is also called the slitting cord it is meant to make it easier to split the jacket on the cable when more than 2” of the wire needs to be exposed. Core in cabling is what...

Words: 569 - Pages: 3

Free Essay

Unit 5 Assignment 1 Cabling Factors and Tolls Discussion

...to meet those demands of mobility, and also for the life of the wire so that it does not crack, break, fray or short. We had a job at a university where we moved flat panels on a track system to create different screen sizes, and for that we had to make sure the cable would meet the demand. Capacitance Cat 6 is not always better than Cat 5. If a video extender is made for Cat 5e, using Cat 6 may cause you a problem. The electrical properties are different, and the circuitry inside may not be able to reconcile the increased capacitance. You should confirm with the manufacturer before making a substitute in a Category cable. Jacket What type of jacket does your cable need? You have plenum, riser, PVC/non-plenum and direct burial. Plenum cable is often required in commercial work, especially in buildings where there are open-air returns; it is essential to meeting code. Integrators will often use riser grade at the riser, and then transfer to plenum in the plenum space. This saves some cost, but I recommend you second-guess saving that few cents per foot in most cases. The chances of mixing up a box of cable and pulling riser in the plenum space may increase your liability as a company or cause you to re-pull cable when the inspector fails your install. If you only send plenum to site, you eliminate this possibility. A tennis ball would be a good makeshift tool because you can cut a hole in it to place wires...

Words: 318 - Pages: 2

Free Essay

Unit 3 Exersise 1 Specifications -Definitions

...Vocabulary 1. Application: Cabling can be applied to support TVs or phones. 2. Unshielded Twisted-Pair: two wires twisted around each other without extra protection. 3. Shielded Twisted-Pair: two wires twisted together with a shield made of metal around it. 4. Fiber-Optic Cable: a cable with optical fibers coated with plastic. 5. Dark Fiber: an unused optic fiber coated with plastic layers. 6. Coaxial Cable: a transmission line for high-frequency signals. 7. Plenum: a type of electric wire cable laid in plenum spaces for building codes. 8. Riser: Cable that is run at non plenum spaces that is fire retardant. 9. Rip Cord: A parallel cord under the jackets of the cable to remove the jackets. 10. Core: The actual cable which conducts electricity. 11. Attenuation: The loss of signal from getting farther away. 12. Noise: Interference in the signal of the cable. 13. Headroom: Signal exceeds the permitted maximum level. 14. ANSI: American national standards institute oversees standards. 15. NFPA: National fire protection association provides and advocates standards/codes to reduce fire hazards. 16. FCC: Federal Communications Commission regulates interstate and international communications by radio, television, wire, satellite, and cable. 17. NIST: National institute of standards and technology increases innovation and industrial competiveness. 18. OSHA: Occupational safety and health administration sets and enforces...

Words: 252 - Pages: 2

Free Essay

Keep Talking and No One Explodes

...BOMB DEFUSAL MANUAL Version 1 Verification Code: 241 Revision 2 Keep Talking and Nobody Explodes v. 1 Introduction Welcome to the dangerous and challenging world of bomb defusing. Study this manual carefully; you are the expert. In these pages you will find everything you need to know to defuse even the most insidious of bombs. And remember — One small oversight and it could all be over! Page 2 of 23 Keep Talking and Nobody Explodes v. 1 Defusing Bombs Defusing Bombs A bomb will explode when its countdown timer reaches 0:00 or when too many strikes have been recorded. The only way to defuse a bomb is to disarm all of its modules before its countdown timer expires. Example Bomb Front Side Modules Each bomb will include up to 11 modules that must be disarmed. Each module is discrete and can be disarmed in any order. Instructions for disarming modules can be found in Section 1. "Needy" modules present a special case and are described in Section 2. Strikes When the Defuser makes a mistake the bomb will record a strike which will be displayed on the indicator above the countdown timer. Bombs with a strike indicator will explode upon the third strike. The timer will begin to count down faster after a strike has been recorded. Strike Indicator If no strike indicator is present above the countdown timer, the bomb will explode upon the first strike, leaving no room for error. Gathering Information Some disarming instructions...

Words: 3604 - Pages: 15

Free Essay

Algebra

...the most common kind of copper telephone wiring two insulated coper wires are twisted around each other Shielded Twisted-pair is a special kind of copper telephone wiring used in some business installations an outer covering or shield is add to ordinary twisted pair telephone wires the shield functions as a ground Fiber-optic cable Refers to the medium and the technology associated with the transmission of information as a light impulses along a glass or plastic wire or fiber Dark fiber unused fiber-optic cable often times companies lay more lines than what is needed in order to curb costs of having to do it again Coaxial cable is a type of cable for high bandwidth data transmission use that typically consist of a single copper wire that is surrounded by a layer of insulation and then grounded shield odf braided wire Plenum in building construction a plenum is a separate space provided for air circulation for heating, ventilation and air conditioning typically provided in the space between the stctual ceiling and drop down ceiling and may also be u der a raised floor Riser suitable for use inside walls and in open areas bu not in places where air circulates such as a suspended ceiling riser –rated cable is fire resistant but gives off noxious fumes when overheated Rip cord of an optical cable a parallel cord of strong yarn that is situated under the jackets of the cable Core the conduction wire with its insulation in an eclectic cable Attenuation is a telecommunication...

Words: 531 - Pages: 3

Free Essay

Investigation of the Resistance of a Wire

... In this investigation I am going to investigate what affect the resistance of a wire. Electricity flows in metals. Metal wires are made of millions of tiny metal crystals. Each crystal’s atoms are arranged in a regular pattern. The metal is full of ‘free’ electrons that do not stick to any particular atom. They fill the space between atoms in a metal. When these electrons move they create an electric current. Conductors have resistance, but some are worse than others. The free electrons keep bumping into atoms. A wires resistance depends on four main factors which are: Resistivity The length of the wire Cross sectional area The temperature of the wire I am going to investigate how the length of the wire affects the resistance. I have done a preliminary experiment to help me decide the best way to do my investigation. The results should also help me make a prediction. Preliminary Investigation Below are my results from the preliminary experiment (see table 1). I have taken three readings each from the Volts and current to make sure it is as accurate as possible Table 1 From the results I can see that as the length of the wire increases, the resistance increases as well. Furthermore I have noticed that if you double the length of the wire, the resistance is roughly doubled. E.g. when the length of the wire is 20cm the resistance is 3.14 ohms, when the length of the wire is 40cm the resistance is 6.18 ohms which is roughly double 3.14 ohms. In my main investigation...

Words: 1588 - Pages: 7

Premium Essay

Definitions and Terms

...Define the following terms: Term Definition Application (in terms of cabling infrastructure) How cabling should be installed and it use. Unshielded Twisted –Pair A popular type of cable that consists of two unshielded wires twisted around each other. Shielded Twisted-Pair A type of copper telephone wiring in which each of the two copper wires that are twisted together are coated with an insulating coating that functions as a ground for the wires. Fiber-Optic Cable A type of cable that has a central glass core with cladding to prevent light loss and dielectric strengthening material which protects the core. They come in single, dual or multi-strand. Dark Fiber Dark fiber refers to unused fiber-optic cable. Often time’s companies lay more lines than what's needed in order to curb costs of having to do it again and again. The dark strands can be leased to individuals or other companies who want to establish optical connections among their own locations. Coaxial Cable A type of wire that consists of a center wire surrounded by insulation and then a grounded shield of braided wire. Plenum In building construction, the plenum (pronounced PLEH-nuhm) is the space that is used for air circulation in heating and air conditioning systems, typically between the structural ceiling and the suspended ceiling or under a raised floor. Riser Network cable that is rated for installation in buildings in a vertical format so if a fire should occur it would not burn like a wick and cause...

Words: 625 - Pages: 3

Free Essay

Cabling Factors and Tools Discussion

...Cabling Factors and Tools Discussion When performing cable installations there are three factors that need to be considered, fire protection, water intrusion or flood protection, or changes in the structural foundation in your home. The two most important considerations to take into account when either pre-wiring a house or wiring after the house is complete, are the routing of the cable and the quality of the wire used. These two points are often overlooked and the decision to wire the house at all often comes as an afterthought, when most if not all of the interior of the structure has been completed. Pre-wiring your house, or installing the wire in the stage of construction just before the drywall goes on, is always the preferred method and offers the most flexibility in placement of outlets and the routing of your cable .When deciding on the location of your outlets, try to visualize where you'll eventually be placing the furniture in the room in relation to the location of your television. Internet services are also being provided now by a lot of cable companies so placing an outlet in a spot near your planned computer station is also a good idea .In general it's a good idea to put at least one outlet in every room whether or not you plan to use it immediately. At least it will be there when it is needed, avoiding the drilling of any unsightly holes in the future. Outlet boxes can be purchased at any hardware store and should be fastened to the wall stud in the location...

Words: 988 - Pages: 4

Free Essay

Unit 3 Exercise 1 – Specifications and Definitions

...Unit 3 Exercise 1 – Specifications and Definitions Application - The act of putting to a special use or purpose. Implementing the configuration of equipment. Unshielded Twisted Pair - A popular type of cable that consists of two unshielded wires twisted around each other. Fiber-Optic Cable - A fiber optic cable consists of a bundle of glass threads, each of which is capable of transmitting messages modulated onto light waves. Dark Fiber - Dark fiber refers to unused fiber-optic cable. Coaxial Cable - A type of wire that consists of a center wire surrounded by insulation and then a grounded shield of braided wire. Plenum - Cable that is run in the plenum spaces of buildings. Riser - a vertical duct through a multi-story building. Used to run cables between the floors of a building. Rip Cord – The name given to the fabric string inside of a cable. Used to “Rip” the jacket of the cable. Core – The center of a cable. Consists of the copper wires or fiber-glass. Attenuation - Reduction of signal strength during transmission. Noise - Interference (static) that destroys the integrity of signals on a line. Headroom - Also known as Attenuation Crosstalk Ratio, is the difference between attenuation and crosstalk at a given frequency along a cable. ANSI - Acronym for the American National Standards Institute. ANSI is a voluntary organization that creates standards for the computer industry. NFPA – National Fire Protection Association. Rates cables and equipment based on their...

Words: 377 - Pages: 2

Free Essay

Networking

...6 * Racks * Conduit Design and Configuration We will begin in the telecommunications room, ensuring we have enough space to set up all our required equipment need for network setup. From there we will map out all other room required to be configured into the network. The cabling of choice is Cat5e. It’s inexpensive, easy to maintain, test, run, and supports the required data transmission rates. Fiber would be great but it is much more costly and susceptible to 90 degree bends. Continuity tester will tell us if the cable to be bun is in good working condition before we actual setup the network. Easier to prevent problems before they have the opportunity to occur. Crimpers are essential to terminate runs at their desired locations with RJ-45 connectors, thru out the building. Whether they be at a work station, hub or server. Configuring connectors vs. wall jacks saves time and cost, and work just as well with the proper crimper. Patch cords will be used to connect ports to servers/ switches in the telecommunications room to ensure connect ability. Cable toners will help us identify cable runs from end to end. This will help us in preventing connectivity issues thru out the system, ensuring all ports are properly connected from end to end. Fish tape is essential for pulling cable runs through tight spaces such as between walls, plenum spaces, or through conduit, which will also be installed where places that lack it. This will help us keep all cable run organized...

Words: 759 - Pages: 4

Free Essay

Contrast of Copper and Fiber Optics

...NT1310 07/08/2013 Assignment 4 Contrast of Copper and Fiber Optics: Copper has been used in electric wiring since the invention of the electromagnet and the telegraph in the 1820s. The invention of the telephone in 1876 created further demand for copper wire as an electrical conductor. Copper wires in a cable may be bare or they may be plated to reduce oxidation with a thin layer of another metal, most often tin but sometimes gold or silver. Plating may lengthen wire life and makes soldering easier. Twisted pair and coaxial cables are made to reject electromagnetic interference, prevent radiation of signals, and to provide transmission lines with defined characteristics. Shielded cables are encased in foil or wire mesh. Fiber optic cable is one of the fastest-growing transmission mediums for both new cabling installations and upgrades, including backbone, horizontal, and even desktop applications. Fiber offers a number of advantages over copper. Fiber optics, though used extensively in the modern world, is a fairly simple, and relatively old, technology. Guiding of light by refraction, the principle that makes fiber optics possible, was first demonstrated by Daniel Colladon and Jacques Babinet in Paris in the early 1840s. John Tyndall included a demonstration of it in his public lectures in London, 12 years later. Unpigmented human hairs have also been shown to act as an optical fiber Below I explain how Fiber Optics is now the best solution...

Words: 833 - Pages: 4

Free Essay

Nt 1310 Final Review

...logarithmic ratio of power output to power input? | | Definition Decibel | | | Term Name 3 things that can contribute to attenuation. | | Definition Conductor Resistance, Mutual Capactitance, Impedence. | | | Term Name 3 types of crosstalk. | | Definition Near end cross talk, Far end Cross Talk, Equal Level Far end cross talk. | | | Term Name an organization which is part of the US goverment and controls communications. | | Definition FCC | | | Term What is the National Fire Protection Association responsible for? | | Definition to help protect people, property, and the environment from fire damage. | | | Term A telecommunications room can sometimes be referred to as what? | | Definition An enclosed space for housing telecommunications equipment. | | | Term Backbone cabling includes what? | | Definition The physical/electrical interconnections between telecommunications rooms and equipment rooms. | | | Term What is NOT a network architecture commonly used today? | | Definition | | | Term Name some characteristic about 10Base-T networking? | | Definition max cable length is 100 meters UTP | | | Term According to the NEC, article 800.100, Primary protectors shall be grounded: | | Definition The grounding conductor shall be insulated | | | Term What is an advantage of knowing and following the electrical and building codes? | | Definition To not endanger the lives of building occupants | | | ...

Words: 1003 - Pages: 5

Free Essay

Wire Extraction

...WIRE DRAWING Objective To know how copper and aluminum drawing is done, and also to understand the machine setting and how the machine operates. Introduction Wire drawing is the process by which a metal rod is forced through a series of varying cross section die(s) and hence the metal rod cross sectional area is varied so as to obtain the desired shape and size. In Kenwest cables company their are 3 wire drawing machines namely:- 1. M55 2. H20 3. M85 1.M55 This is the main copper drawing machine and the one which can handle the 1st drawing process which is hard drawing. The raw material used is usually copper rod of 7.9mm thickness as the hard drawing material. The M55 can also handle further copper drawing like the H20. Operation procedure The M55 has several units namely:- a) stand b) block c) drawing basin d) annealer e) spooler a) stand It is responsible in guiding the copper rod being fed to the block or drawing basin. If its hard drawing its fed to the block but when its further drawing its directly fed into the drawing basin. This is because at the block section the die obtained may have a larger diameter than the copper rod in the case of further drawing hence the block is not required. b) Block It is functional when hard drawing takes place. The 1st die is usually located in this section (the block section) hence drawing process begins at the block section. The copper rod being fed is usually about 7.9mm in diameter which is the diameter...

Words: 3959 - Pages: 16

Free Essay

Copper vs. Fiber

...common out of the two cables. Not as powerful as Fiber, but are ideal for buildings up to 100m. Fiber is mostly used for longer distances that copper can’t reach. For example, Fiber is ideal for high-rise buildings. Both cables do have their weakness. Copper can contract electrical current cause’s disruption between two devices and loses its signal over 100m in length. Fiber has a glass core. Bending the fiber to much will break the glass and renders the fiber useless. I good example for using each cable in a real world situation would be a high-rise building. Take the empire state building, you couldn’t possibly use copper wires to connect to each switch from each floor to the main hub. The signal will fade on the higher levels of the building. And you wouldn’t want to use fiber to connect from a switch to each room or outlet. Too many cramped spaces and you would not want to bend the fiber too much for the signal to break. So, you can use the fiber to connect from the main hub of the building to each switch on every level and you wouldn’t bend the fiber to its breaking point. Copper can be used to connect the rooms to the switch and you wouldn’t have to worry about having to break a piece of glass to go around or to wrap around an object. Just make sure your cable isn’t touching any florescent lighting or high levels of...

Words: 296 - Pages: 2