Structured Cabling System
Structured Cabling System
TIA/EIA
- This standard address commercial building cabling
for telecom products and services.
- TIA (Telecommunications Industry Association)
- EIA (Electronics Industry Alliance)
ADVANTAGES
- Consistency – has same cabling systems for data, voice and video.
- Support for multi-vendor equipment – it will support applications and hardware even with mix
and match vendors.
- Simplify moves/adds/changes.
- Simplify troubleshooting – if problems are likely to down the entire network, it is easier to isolate
and fix.
- Support for future applications – it supports multimedia, video conferencing etc with little or no
upgrade pain.
- Fault isolation – dividing the entire infrastructure into simple manageable blocks.
- Helps reduce maintenance costs.
Networking
The first step is to establish the aims of network implementation:
• Implementation of administrative and financial database
• Staff access to company records
• Automation of letter, report or specification writing
• E-mail for staff
• Staff scheduling
• General Information automation (including library, plans, graphics and images)
• Learning or training aids (interactive software)
• Computer skills training rooms (word proessing, publishing, CADD, spreadsheets, databases)
• Printer sharing
• File transfer
• Internet access (graphical, text, news)
• Access to centralized information sources (e.g. CD-ROM stacks)
• Automate software updates
• Centralize application software
Choice of Software and Hardware
• Identify which software applications the network operating system and hardware must support.
• Exclude software or machines that will be discarded for other reasons from further networking
considerations.
NETWORK
- it is a series of computers that can communicate with one
another by virtue of their interconnectivity.
TOPOLOGY
- it is the shape or the design layout of a network.
Two types of topologies:
• Physical topology
• Logical topology
Physical Topology
- the shape that the network cable makes when
connecting devices.
Two Basic Connectivity Methods
• Point-to-point connection – only two devices are
involved.
Ex., a server connected to a router
• Multipoint connection – multiple machines share
the cabling.
Ex., an Ethernet
Types of Physical Topologies
Star topology – each device or computer has its own cable that connects to a
central point, such as a hub, switch, multipoint repeater or a Multistation
Access Unit (MAU).
Wireless topology – can be implemented in a star (BSS), mesh (IBSS), or cellular configuration
(ESS).
Logical Topology
– the shape that the data makes when it travels around the
network.
Cellular topology – similar to bus topology, except each device can move between cells without
losing connectivity.
A media access method refers to the manner a computer grain and controls access to the
network’s physical medium (defines how the network places data on the cable and how it takes
it off). Common media access methods include the following:
• CSMA/CD
• CSMA/CA
• Token Passing
• Demand Priority
One of the primary concern with media access is to prevent packets from colliding. A collision
occurs when two or more computers transmit signals at the same time.
CSMA/CD
“Carrier Sense” means that each station on the LAN continually listens to (test) the cable for the
pretense of a signal prior to transmitting.
“Multiple Access” means that there are many computers attempting to transmit and compete
for the opportunity to send data.
“Collision Detection” means that when a collision is detected, the station will stop transmitting
and wait a random length of time before transmitting. CSMA/CD works best in an environment
where relatively fewer, longer data frames are transmitted. CSMA/CD is used on Ethernet
networks.
TOKEN PASSING
• Collisions are eliminated under token passing because only a computer that possesses a
free token (a small data frame) is allowed to transmit. Transmission from a station with
higher priority take precedence over station with lower priority. Token passing works
best in an environment where relatively large number of shorter data frames are being
transmitted.
Demand Priority
• This is a new Ethernet media access method that will probably replace popular but older
CSMA/CD. These are characteristics of Demand Priority.
• station must require permission from hub before they can transmit
Media Types
Gigabit Ethernet
Cat6 4-10 Gbps 250 MHz 100 m 4 Gigabit Ethernet, uses all 4
pairs
• Cat 6A Cable – Supports 10G Base-T standard for bandwidths up to 10 Gbps over a
maximum distance of 100 meters. Cat 6A standard can support frequencies in the range
of 0-500 Mhz.
• Cat 7 Cable – Supports 10G Base-T standard for bandwidths up to 10 Gbps over a
maximum distance of 100 meters. Cat 7 standard can support frequencies in the range
of 0-600 Mhz. It offers better performance and improved cross talk suppression over the
Cat 6A cables.
• Cat 7A Cable – Supports 10G Base-T standard for bandwidths up to 10 Gbps over a
maximum distance of 100 meters. In addition to this, they can also support 40 Gbps
bandwidth for around 50 meters and 100 Gbps bandwidth for around 15 meters. They
support frequencies in the range of 0-1000 Mhz.
2. Shielded Twisted Pair (STP) – similar to UTP except for the heavy
outer covering, or shield, that acts as a ground. STP is highly
resistant to noise interference.
3. Coaxial Cables – consists of a copper conductor that lies in the center of the cable,
surrounded by insulation. A braided or mesh outer covering (a
conductor) surrounds the insulation. A PVC jacket encases the
covering.
• ThickNet – also called RG-8, is older and one of the first types of coaxial cables used in
networks (physical bus topologies). Its thick shielding
makes it fairly immune to noise but also very rigid and difficult to work with. Requires
vampire taps and both ends must be terminated with 50-ohm resistors.
• ThinNet – also called RG-58, is more flexible and easier to work with than ThickNet.
BNCs (British Naval Connectors) are used for connectivity, and 50-ohm resistors are
required at each end.
5. Wireless Media – wireless media is simply the atmosphere. The data rate and the
distance depend on the wireless protocol implemented.
Media Connectors
4. BNC (British Naval Connectors) – also used for ThickNet and ThinNet,
they look like cable TV connectors with a central pin that connects to
the primary conducting wire. The connector has a T shape which allows it
to hook into the straight bus.
NETWORKING COMPONENTS
• Hub – is the center of a network segment where data can arrive from one port and be
forwarded out the other ports. It is the center of activity on the network segment.
• Passive hubs – a conduit that receives a signal and split it out all
ports.
• Active hubs – retransmits and regenerates the signal out through all ports, and requires
a power source. They have troubleshooting tools in the form of link lights, error lights,
and collision lights.
• Hybrid hubs include one or two additional ports for different types of wiring.
A Multistation Access Unit (MAU) is a special type of hub used for token ring networks.
The MAU actively regenerates signals as it transmits data around the ring.
• BRIDGES
A bridge is a device used to connect LAN segments and forward data packets based on
the MAC address in the frame header. Bridges can connect networks that use different
types of media.
• SWITCHES
Just as a hub is considered a multiport repeater, a switch is basically a multiport bridge.
The switch creates a temporary switched or dedicated path between the port where the
frame (data) originated and the port containing the destination.
• ROUTERS
A routers connects multiple LANs together, similar to bridges and switches. The
difference is that while bridges and switches filter data based on the physical addresses,
routers filter data based on logical addresses (including the network segment address).
Routers are designed to connect different types of media, topologies, and even
networks using different media access methods (as long as the networks share a
common networking protocol).
• GATEWAYS
Gateways connect networks using different topologies and entirely distinct network
protocols. You will see gateways in networks that use mainframes and minicomputers.
A wireless access point (WAP) is the equipment used to interconnect with multiple
wireless devices. A WAP concentrates data communications in a local area, creating a
cellular topology. WAPs are able to communicate with one another so data
transmissions can easily pass from one area to another.
• MODEMS
The modem (modulator/demodulator) translates digital signals that are created on the
computer to analog signals that are used by the telephone system or PSTN (Public
Switched Telephone Network).
NETWORKING TECHNOLOGIES
802.2 The Logical Link Control (LLC) protocol specification used by the other
802 standards
Ethernet was the product of the research and development efforts of three companies in the
1970’s: Digital, Intel, and Xerox (collectively known as DIX). Later on, the IEEE based its 802.3
standard on the DIX specification.
10BaseT
• Uses four-pair UTP wiring (commonly Cat5) using RJ-45 connectors
• Each cable is connected from each network device to a central hub in a physical star
topology
• Signals are repeated and forwarded to all other nodes on the network (logical bus
topology)
10BaseF
10Base2
• Uses BNC connectors implemented as both physical and logical bus topology using RG-
58 cabling
• Follows the 5-4-3 rule: 5 segments in series, 4 repeaters between segments, 3 segment
populated with devices
10Base5
• Requires an external transceiver to attach to the network interface card on each device
(unlike ThinNet NICs that have built-in transceivers) using an AUI connector. The
transceiver then clamps onto the cabling (vampire tap)
• All five segments cannot exceed 2,500 meters Attachment Unit Interface
100BaseFX
• Implementation of Fast Ethernet over fiber optic.
• It runs over multimode fiber optic uses LEDs to transmit data and are thick enough that
the light signals bounce off the walls of the fiber. The dispersion of the signal limits the
length of the multimode fiber.
• Single mode fiber optic cables uses injected lasers to transmit the data along fiber optic
cable with an extremely small diameter. Because the laser signal can travel straight w/o
bouncing and dispersing, the signal can travel much farther than multimode.
Max.
Topology Max.
Ethernet devices Max. # of
Cabling segment
Standard per segments
length
segment
Physical Logical
• Like the Ethernet standard, Token Ring networking was developed by IBM and later
adopted by IEEE for the 802.5 standard.
Wireless (802.11b)
Fiber Optics
• Developed in the mid-1980s by the American National standards Institute (ANSI), FDDI
(fiddey) has both a physical and logical ring topology. It uses a dual ring topology in
which nodes are connected to each of the two rings. This topology also uses token
passing for media access. One ring is considered primary and is used for all data
transmission. The second ring is used for backup in case one of the brittle fiber optic
cables breaks.
Benefits:
• Long-distance capabilities
3. Rollover Cable - A 4-pair "rollover" cable. This type of cable is typically 3.05 m long but
can be as long as 7.62 m. A rollover cable can be used to connect a host or dumb
terminal to the console port on the back of a router or switch. Both ends of the cable
have RJ-45 connectors on them. One end plugs directly into the RJ-45 console
management port on the back of the router or switch. Plug the other end into an RJ-45-
to-DB9 terminal adapter. This adapter converts the RJ-45 to a 9-pin female D connector
for attachment to the PC or dumb terminal serial (COM) port. A DB25 terminal adapter
is also available to connect with a PC or dumb terminal. This adapter uses a 25 pin
connector. Figure 18 shows a rollover console cable kit.
Fiber Optics
An optical transmission system has three key components: the light source, the transmission
medium, and the detector. Conventionally, a pulse of light indicates a 1 bit and the absence of
light indicates a 0 bit. The transmission medium is an ultra-thin fiber of glass or plastic. The
detector generates an electrical pulse when light falls on it. By attaching a light source to one
end of an optical fiber and a detector to the other, we have a unidirectional data transmission
system that accepts an electrical signal, converts and transmits it by light pulses, and then
reconverts the output to an electrical signal at the receiving end.
Optical fiber links are used in all types of networks, LAN and WAN. The frequency range of fiber
optics is approximately 180 THz to 330 THz.
• Multimode fiber
• Single-mode fiber
Client/Server Networks
In client/server networks, workstations rely on data and services from one or more centralized
servers. These servers can control various systems including applications, printing,
communication, and administration.
Clients - are PCs or workstations on which users run applications. Clients rely on servers for
resources, such as files, devices, and even processing power.
Servers - are powerful computers that manage disk drives, printer services, network traffic, and
other network resources.
Types of server
• Application servers
• Communications servers
• Fax servers
• File servers
• Internet servers
• Mail servers
• Print server
Application Servers
Communications Servers
• Communications servers control traffic between LANs, WANs, mainframes, the Internet,
and other communication transmission media. Typically, communications servers
functions as entrances or gateways into private networks, using a wide range of
networking devices (for example, modems, routers, or dedicated lines).
• Directory services server contain indexes of users, nodes, and network servers. Their
chief function is to enable easy administration of large networks. Often, directory
service servers provide an index of absolutely everything on the network.
Fax Servers
• Fax servers manage network fax traffic through one or more fax/modem cards. Users
request faxes that have been sent or received with software on their client or
workstation. In turn, the server reports (and can deliver) those faxes to the user.
File Servers
• File servers centralize data storage. The server stores files, and the client requests them.
Commonly used for development in software design, file servers are excellent for use in
collaborative work environments.
Internet Servers
• Internet servers manage Internet or intranet traffic. They allow you to create and
publish Web pages, sell products over the World Wide Web, and gather contacts and
feedback.
• The Open Systems Interconnection (OSI) model describes a structured set of seven
protocol layers interconnecting as a stack. This protocol stack model shows how the
protocol layers can communicate among open systems.
Application
Layer 7
Session
Layer 5
Data-link
Layer 2 The bottom two layers provide the
Lower physical and logical topology and
layers enable the movement of data
Physical
across a single network segment
Layer 1
Examples: RS-232 interface, Gigabit Ethernet (also covers the Data Link Layer)
Note that one protocol may encompass more than one layer.
• The data link layer is the only layer with two (2) sub-layers: Media Access Control (MAC)
and Logical Link Control (LLC). Layer 2 supplies hardware addresses, identifies errors,
and manages flow control.
• The media access control sub-layer defines how devices are able to gain access to the
media. It also maintains the hardware address for the device.
• Contention – using this method, devices have immediate access to the media but only
transmit when they have data. This method is subject to collision.
• Polling – in this method, a central mechanism regulates network traffic by polling each
device and determining whether it is ready to transmit data.
• Token passing – the second most common type, it is used on both token ring and FDDI.
MAC Address – also called the hardware address, it is assigned to every NIC attached to the
network segment. Each MAC address is unique to each interface: manufacturers assign MAC
addresses to the NIC.
• The logical link control sub-layer is responsible for logical link functions of single or
multiple connections using control packets called Protocol Data Units (PDUs). The LLC
primarily provides flow control and frame sequencing services.
Network Layer
• The network layer provides the basics for internetworking, which is the transmission of
data from one physical segment to a different segment (routing). This process involves:
• Selecting a route (if there are multiple routes to the same network segment)
Examples: TCP/IP
• Transport Layer
• The transport layer provides for a transparent transfer of data between the sender and
receiver nodes. The control information in the transport-layer header provides end-to-
end recovery and flow control. This ensures that data is completely transferred.
• The transport layer uses port numbers to name the ends (sender and receiver) of logical
connections. Layer 4 also handles multiplexing services.
Examples: User Datagram Protocol (UDP) Multiplexing services enable a node to communicate
with multiple network nodes simultaneously.
Session Layer
• The session layer establishes a connection between applications and manages that
connection until it terminates it. Verification of user IDs and passwords is handled in the
session layer.
Presentation Layer
• The presentation layer provides the way for data to be presented to the application.
Encryption/decryption and data compression/expansion are handled at this layer.
• The primary service that layer 6 protocols provide is formatting data. The presentation
layer uses the following types of data translation:
• Bit order – the sending and receiving devices read each byte from either the first or last
bit received.
• Byte order – the sending and receiving devices read a string of data from either the first
or last byte received.
Application Layer
• The application layer provides a means for data to be communicated over the networks
by user programs.
ELEMENTS
• Backbone Cabling
• Horizontal Cabling
• Work Area
ENTRANCE FACILITY
EQUIPMENT ROOM
- File servers
- Network storage
- Routers, switches
TELECOM ROOM
• 1 TR per floor
BACKBONE CABLING
• Any interconnection between main distribution point, TR, EF, and ER
- Floor-to-floor (vertical)
- Building-to-building (inter-building)
HORIZONTAL CABLING
• Distributes a min 2 runs (1 voice, 1 data) of cables to each end-user’s work area
WORK AREA
HORIZONTAL PATHWAYS
• Ceiling
• Conduits
CONDUITS
• PVC
• Flexible tubing