Data Communications and Networking
Data Communications and Networking
Data Communications and Networking
In Data Communications, data generally are defined as information that is stored in digital form.
Data communication is the process of transferring digital information between two or more points.
Information is defined as the knowledge or intelligence. Data communications can be summarized
as the transmission, reception, and processing of digital information. For data communications to
occur, the communicating devices must be part of a communication system made up of a
combination of hardware (physical equipment) and software (programs).
The effectiveness of a data communications system depends on four fundamental characteristics:
delivery, accuracy, timeliness, and jitter.
1. Delivery: The system must deliver data to the correct destination. Data must be received by
the intended device or user and only by that device or user.
2. Accuracy: The system must deliver the data accurately. Data that have been altered in
transmission and left uncorrected are unusable.
3. Timeliness: The system must deliver data in a timely manner. Data delivered late are useless.
In the case of video and audio, timely delivery means delivering data as they are produced, in
the same order that they are produced, and without significant delay. This kind of delivery is
called real-time transmission.
4. Jitter: Jitter refers to the variation in the packet arrival time. It is the uneven delay in the
delivery of audio or video packets.
A data communications system has five components:
1. Message: The message is the information (data) to be communicated. Popular forms of
information include text, numbers, pictures, audio, and video.
2. Sender: The sender is the device that sends the data message. It can be a computer,
workstation, telephone handset, video camera, and so on.
3. Receiver: The receiver is the device that receives the message. It can be a computer,
workstation, telephone handset, television, and so on.
4. Transmission medium: The transmission medium is the physical path by which a message
travels from sender to receiver. Some examples of transmission media include twisted-pair
wire, coaxial cable, fiber-optic cable, and radio waves.
5. Protocol: A protocol is a set of rules that govern data communications. It represents an
agreement between the communicating devices.
PHYSICAL STRUCTURES
TYPES OF CONNECTIONS: A network is two or more devices connected through links. A
link is a communications pathway that transfers data from one device to another. There are two
possible types of connections: point-to-point and multipoint.
Point-to-Point
A point-to-point connection provides a dedicated link between two devices. The entire capacity of
the link is reserved for transmission between those two devices. Most point-to-point connections use
an actual length of wire or cable to connect the two ends, but other options, such as microwave or
satellite links, are also possible. When you change television channels by infrared remote control,
you are establishing a point-to-point connection between the remote control and the television's
control system.
Multipoint
A multipoint (also called multidrop) connection is one in which more than two specific devices
share a single link. In a multipoint environment, the capacity of the channel is shared, either
spatially or temporally. If several devices can use the link simultaneously, it is a spatially shared
connection. If users must take turns, it is a timeshared connection.
NETWORK TOPOLOGY:
In computer networking, topology refers to the layout of connected devices, i.e. how the computers,
cables, and other components within a data communications network are interconnected, both
physically and logically. The physical topology describes how the network is actually laid out, and
the logical topology describes how the data actually flow through the network. Two most basic
topologies are point-to-point and multipoint. A point-to-point topology usually connects two
mainframe computers for high-speed digital information. There are four basic topologies possible:
mesh, star, bus, and ring.
Mesh: In a mesh topology, every device has a dedicated point-to-point link to every other
device. The term dedicated means that the link carries traffic only between the two devices it
connects. To find the number of physical links in a fully connected mesh network with n
nodes, we first consider that each node must be connected to every other node. Node 1 must
be connected to n - I nodes, node 2 must be connected to n – 1 nodes, and finally node n must
be connected to n - 1 nodes. We need n(n - 1) physical links. However, if each physical link
allows communication in both directions (duplex mode), we can divide the number of links
by 2. In other words, we can say that in a mesh topology, we need n(n -1)/2 duplex-mode
links. To accommodate that many links, every device on the network must have n – 1
input/output ports to be connected to the other n - 1 stations.
Advantages:
1. The use of dedicated links guarantees that each connection can carry its own data load, thus
eliminating the traffic problems that can occur when links must be shared by multiple
devices.
2. A mesh topology is robust. If one link becomes unusable, it does not incapacitate the entire
system.
3. There is the advantage of privacy or security. When every message travels along a dedicated
line, only the intended recipient sees it. Physical boundaries prevent other users from gaining
access to messages.
4. Point-to-point links make fault identification and fault isolation easy. Traffic can be routed to
avoid links with suspected problems. This facility enables the network manager to discover
the precise location of the fault and aids in finding its cause and solution.
Disadvantages:
1. Disadvantage of a mesh are related to the amount of cabling because every device must be
connected to every other device.
2. Installation and reconnection are difficult.
3. The sheer bulk of the wiring can be greater than the available space (in walls, ceilings, or
floors) can accommodate.
4. The hardware required to connect each link (I/O ports and cable) can be prohibitively
expensive.
Star: In a star topology, each device has a dedicated point-to-point link only to a central
controller, usually called a hub. The devices are not directly linked to one another. Unlike a
mesh topology, a star topology does not allow direct traffic between devices. The controller
acts as an exchange: If one device wants to send data to another, it sends the data to the
controller, which then relays the data to the other connected device.
Advantages:
1. A star topology is less expensive than a mesh topology. In a star, each device needs only one
link and one I/O port to connect it to any number of others.
2. Easy to install and reconfigure.
3. Far less cabling needs to be housed, and additions, moves, and deletions involve only one
connection: between that device and the hub.
4. Other advantage includes robustness. If one link fails, only that link is affected. All other
links remain active. This factor also lends itself to easy fault identification and fault isolation.
As long as the hub is working, it can be used to monitor link problems and bypass defective
links.
Disadvantages:
The biggest disadvantage of the star topology is its dependency on a single point, the hub. If the hub
goes down, the whole system is dead. Although a star requires far less cable than a mesh, each node
must be linked to a central hub. For this reason, often more cabling is required in a star than in some
other topologies (such as ring or bus).
BUS: A bus topology is multipoint. One long cable acts as a backbone to link all the
devices in a network. Nodes are connected to the bus cable by drop lines and taps. A drop
line is a connection running between the device and the main cable. A tap is a connector that
either splices into the main cable or punctures the sheathing of a cable to create a contact
with the metallic core. As a signal travels along the backbone, some of its energy is
transformed into heat. Therefore, it becomes weaker and weaker as it travels farther and
farther. For this reason there is a limit on the number of taps a bus can support and on the
distance between those taps.
Advantages:
Advantages of a bus topology include ease of installation. Backbone cable can be laid along the
most efficient path, and then connected to the nodes by drop lines of various lengths. In this way, a
bus uses less cabling than mesh or star topologies. In a star, for example, four network devices in
the same room require four lengths of cable reaching all the way to the hub. In a bus, this
redundancy is eliminated. Only the backbone cable stretches through the entire facility. Each drop
line has to reach only as far as the nearest point on the backbone.
Disadvantages:
Disadvantages include difficult reconnection and fault isolation. A bus is usually designed to be
optimally efficient at installation. It can therefore be difficult to add new devices. Signal reflection
at the taps can cause degradation in quality. This degradation can be controlled by limiting the
number and spacing of devices connected to a given length of cable. Adding new devices may
therefore require modification or replacement of the backbone. In addition, a fault or break in the
bus cable stops all transmission, even between devices on the same side of the problem. The
damaged area reflects signals back in the direction of origin, creating noise in both directions.
RING: In a ring topology, each device has a dedicated point-to-point connection with only
the two devices on either side of it. A signal is passed along the ring in one direction, from
device to device, until it reaches its destination. Each device in the ring incorporates a
repeater. When a device receives a signal intended for another device, its repeater regenerates
the bits and passes them along.
Advantages:
1. A ring is relatively easy to install and reconfigure. Each device is linked to only its
immediate neighbors (either physically or logically). To add or delete a device requires
changing only two connections. The only constraints are media and traffic considerations
(maximum ring length and number of devices).
2. In addition, fault isolation is simplified.
3. Generally in a ring, a signal is circulating at all times. If one device does not receive a signal
within a specified period, it can issue an alarm. The alarm alerts the network operator to the
problem and its location.
Disadvantages:
Unidirectional traffic can be a disadvantage. In a simple ring, a break in the ring (such as a disabled
station) can disable the entire network. This weakness can be solved by using a dual ring or a switch
capable of closing off the break. Ring topology was prevalent when IBM introduced its local-area
network Token Ring. Today, the need for higher-speed LANs has made this topology less popular.
Hybrid topology: This topology (sometimes called mixed topology) is simply combining two or
more of the traditional topologies to form a larger, more complex topology. Main aim is being able
to share the advantages of different topologies.
Classification of network
One way to categorize the different types of computer network designs is by their scope or scale.
Common examples of area network types are:
LAN - Local Area Network
WLAN - Wireless Local Area Network
WAN - Wide Area Network
MAN - Metropolitan Area Network
SAN - Storage Area Network, System Area Network, Server Area Network, or sometimes
Small Area Network
CAN - Campus Area Network, Controller Area Network, or sometimes Cluster Area
Network
PAN - Personal Area Network
DAN - Desk Area Network
Local Area Networks (LAN)
Local area networks, generally called LANs, are privately-owned networks within a single building
or campus of up to a few kilometers in size. They are widely used to connect personal computers
and workstations in company offices and factories to share resources (e.g., printers) and exchange
information. LANs are distinguished from other kinds of networks by three characteristics:
size,
transmission technology
topology
LANs are restricted in size, which means that the worst-case transmission time is bounded and
known in advance. Knowing this bound makes it possible to use certain kinds of designs that would
not otherwise be possible. It also simplifies network management. LANs may use a transmission
technology consisting of a cable to which all the machines are attached, like the telephone company
party lines once used in rural areas. Traditional LANs run at speeds of 10Mbps to 100Mbps, have
low delay (microseconds or nanoseconds), and make very few errors. Newer LANs operate at up to
10Gbps.
Advantages of LAN include;
Share resources efficiently
Individual workstation might survive network failure if it doesn’t rely upon others
Component evolution independent of system evolution
Support heterogeneous hardware/software
Access to other LANs and WANs
High transfer rates with low error rates
Metropolitan Area Network (MAN)
A metropolitan area network, or MAN, covers a city. The best-known example of a MAN is the
cable television network available in many cities. This system grew from earlier community antenna
systems used in areas with poor over-the-air television reception. In these early systems, a large
antenna was placed on top of a nearby hill and signal was then piped to the subscribers' houses.
At first, these were locally-designed, ad hoc systems. Then companies began jumping into the
business, getting contracts from city governments to wire up an entire city. The next step was
television programming and even entire channels designed for cable only. Often these channels
were highly specialized, such as all news, all sports, all cooking, all gardening, and so on. But from
their inception until the late 1990s, they were intended for television reception only. Cable
television is not the only MAN. Recent developments in high-speed wireless Internet access
resulted in another MAN, which has been standardized as IEEE 802.16.
Wide Area Network (WAN)
A wide area network, or WAN, spans a large geographical area, often a country or continent. It
contains a collection of machines intended for running user (i.e., application) programs. These
machines are called as hosts. The hosts are connected by a communication subnet, or just subnet for
short. The hosts are owned by the customers (e.g., people's personal computers), whereas the
communication subnet is typically owned and operated by a telephone company or Internet service
provider. The job of the subnet is to carry messages from host to host, just as the telephone system
carries words from speaker to listener. Separation of the pure communication aspects of the network
(the subnet) from the application aspects (the hosts), greatly simplifies the complete network design.
In most wide area networks, the subnet consists of two distinct components: transmission lines and
switching elements. Transmission lines move bits between machines. They can be made of copper
wire, optical fiber, or even radio links. In most WANs, the network contains numerous transmission
lines, each one connecting a pair of routers. If two routers that do not share a transmission line wish
to communicate, they must do this indirectly, via other routers. When a packet is sent from one
router to another via one or more intermediate routers, the packet is received at each intermediate
router in its entirety, stored there until the required output line is free, and then forwarded. A subnet
organized according to this principle is called a store-and-forward or packet-switched subnet.
Nearly all wide area networks (except those using satellites) have store-and-forward subnets. When
the packets are small and all the same size, they are often called cells. The principle of a packet-
switched WAN is so important. Generally, when a process on some host has a message to be sent to
a process on some other host, the sending host first cuts the message into packets, each one bearing
its number in the sequence. These packets are then injected into the network one at a time in quick
succession. The packets are transported individually over the network and deposited at the receiving
host, where they are reassembled into the original message and delivered to the receiving process.
Not all WANs are packet switched. A second possibility for a WAN is a satellite system. Each
router has an antenna through which it can send and receive. All routers can hear the output from
the satellite, and in some cases they can also hear the upward transmissions of their fellow routers to
the satellite as well. Sometimes the routers are connected to a substantial point-to-point subnet, with
only some of them having a satellite antenna. Satellite networks are inherently broadcast and are
most useful when the broadcast property is important.
Global area network: A GAN provides connections between countries around the entire globe.
Internet is a good example and is essentially a network comprised of other networks that
interconnect virtually every country in the world. GANs operate from 1.5Mbps to 100Gbps and
cover thousands of miles.
Campus Area Network: a network spanning multiple LANs but smaller than a MAN, such as on a
university or local business campus.
Storage Area Network: connects servers to data storage devices through a technology like Fibre
Channel.
System Area Network: links high-performance computers with high-speed connections in a cluster
configuration. It is also known as Cluster Area Network.
Building backbone: It is a network connection that normally carries traffic between departmental
LANs within a single company. It consists of a switch or router to provide connectivity to other
networks such as campus backbones, enterprise backbones, MANs, WANs etc
Camus backbone: it is a network connection used to carry traffic to and from LANs located in
various buildings on campus. It normally uses optical fiber cables for the transmission media
between buildings and operates at relatively high transmission rates.
Enterprise networks: It includes some or all of the above networks and components connected in a
cohesive and manageable fashion.
The lower 4 layers (transport, network, data link and physical —Layers 4, 3, 2, and 1) are concerned
with the flow of data from end to end through the network. The upper three layers of the OSI model
(application, presentation and session—Layers 7, 6 and 5) are orientated more toward services to the
applications. Data is encapsulated with the necessary protocol information as it moves down the
layers before network transit.
As with any layered architecture, overhead information is added to a PDU in the form of headers
and trailers. Each layer provides a service to the layer above it in the protocol specification. Each
layer communicates with the same layer’s software or hardware on other computers.
Physical Layer (the physical layer is responsible for transmitting individual bits from one node to
the next)
The physical layer is the lowest layer of the OSI hierarchy and coordinates the functions required to
transmit a bit stream over a physical medium. It also defines the procedures and functions that
physical devices and interfaces have to perform for transmission occur. The physical layer specifies
the type of transmission medium and the transmission mode (simplex, half duplex or full duplex)
and the physical, electrical, functional and procedural standards for accessing data communication
networks.
Transmission media defined by the physical layer include metallic cable, optical fiber cable or
wireless radio-wave propagation. The physical layer also includes the carrier system used to
propagate the data signals between points in the network. The carrier systems are simply
communication systems that carry data through a system using either metallic or optical fiber cables
or wireless arrangements such as microwave, satellites and cellular radio systems.
Data-link Layer {the data link layer is responsible for transmitting frames from one node to the
next}
The data link layer transforms the physical layer, a raw transmission facility, to a reliable link and is
responsible for node-to-node delivery. It makes the physical layer appear error free to the upper
layer (network klayer).
The data link layer packages data from the physical layer into groups called blocks, frames or
packets. If frames are to be distributed to different systems on the network, the data link layer adds a
header to the frame to define the physical address of the sender (source address) and/or receiver
(destination address) of the frame. The data-link layer provides flow-control, access-control, and
error-control.
Network Layer {is responsible for the delivery of individual packets from the source host to the
destination host}
The network layer provides details that enable data to be routed between devices in an environment
using multiple networks, sub-networks or both. This is responsible for addressing messages and data
so they are sent to the correct destination, and for translating logical addresses and names (like a
machine name FLAME) into physical addresses. This layer is also responsible for finding a path
through the network to the destination computer.
The network layer provides the upper layers of the hierarchy with independence from the data
transmission and switching technologies used to interconnect systems. Networking components that
operate at the network layer include routers and their software.
Transport Layer {is responsible for delivery of a message from one process to another}
The transport layer controls and ensures the end-to-end integrity of the data message propagated
through the network between two devices, providing the reliable, transparent transfer of data
between two endpoints. The Transport layer responsibilities include, message routing, segmenting,
error recovery and two types of basic services to an upper-layer protocol: connection oriented and
connectionless. The transport layer is the highest layer in the OSI hierarchy in terms of
communications and may provide data tracking, connection flow control, sequencing of data, error
checking, and application addressing and identification.
The designers of TCP/IP felt that the higher level protocols should include the session and
presentation layer details. They simply created an application layer that handles high-level
protocols, issues of representation, encoding, and dialog control. The TCP/IP combines all
application-related issues into one layer, and assures this data is properly packaged for the next
layer.
The TCP/IP transport layer deals with the quality-of-service issues of reliability, flow control, and
error correction. One of its protocols, the transmission control protocol (TCP), provides excellent
and flexible ways to create reliable, well-flowing, low-error network communications. TCP is a
connection-oriented protocol. The other protocol is User Datagram Protocol (UDP) which is a
connection less protocol.
The purpose of the Internet layer is to send source packets from any network on the internetwork
and have them arrive at the destination independent of the path and networks they took to get there.
The specific protocol that governs this layer is called the Internet protocol (IP). Best path
determination and packet switching occur at this layer. The network access layer also called the
host-to-network layer is concerned with all of the issues of physically delivering data packets using
frames or cells.
Differences between OSI and TCP/IP
1. TCP/IP combines the presentation and session layer issues into its application layer
2. TCP/IP combines the OSI data link and physical layers into one layer
3. TCP/IP appears simpler because it has fewer layers
4. TCP/IP protocols are the standards around which the Internet developed, so the TCP/IP
model gains credibility just because of its protocols. In contrast, typical networks aren't built
on the OSI protocol, even though the OSI model is used as a guide.
CISCO THREE LAYER MODEL
Cisco has defined a hierarchical model known as the hierarchical internetworking model.
This model simplifies the task of building a reliable, scalable, and less expensive hierarchical
internetwork because rather than focusing on packet construction; it focuses on the three functional
areas, or layers, of your network.
Core layer: This layer is considered the backbone of the network and includes the high-end
switches and high-speed cables such as fiber cables. This layer of the network does not route traffic
at the LAN. In addition, no packet manipulation is done by devices in this layer.
Rather, this layer is concerned with speed and ensures reliable delivery of packets.
Distribution layer: This layer includes LAN-based routers and layer 3 switches. This layer ensures
that packets are properly routed between subnets and VLANs in your enterprise.
This layer is also called the Workgroup layer. It also provides policy-based network connectivity,
including:
Packet filtering (firewalling): Processes packets and regulates the transmission of packets
based on its source and destination information to create network borders.
QoS: The router or layer 3 switches can read packets and prioritize delivery, based on
policies set.
Access Layer Aggregation Point: The layer serves the aggregation point for the desktop layer
switches.
Control Broadcast and Multicast: The layer serves as the boundary for broadcast and
multicast domains.
Application Gateways: The layer allows you to create protocol gateways to and from
different network architectures.
The distribution layer also performs queuing and provides packet manipulation of the
network traffic.
Access layer: This layer includes hubs and switches. This layer is also called the desktop layer
because it focuses on connecting client nodes, such as workstations to the network.
This layer ensures that packets are delivered to end user computers. At the access layer, you can:
1. Enable MAC address filtering: It is possible to program a switch to allow only certain
systems to access the connected LANs.
2. Create separate collision domains: A switch can create separate collision domains for each
connected node to improve performance.
3.
4. Handle switch bandwidth: You can move data from one network to another to perform load
balancing.
The benefits of the Cisco hierarchical model include:
1. High Performance: You can design high performance networks, where only certain layers are
susceptible to congestion.
2. Efficient management & troubleshooting: Allows you to efficiently organize network
management and isolate causes of network trouble.
3. Policy creation: You can easily create policies and specify filters and rules.
4. Scalability: You can grow the network easily by dividing your network into functional areas.
5. Behavior prediction: When planning or managing a network, the model allows you determine
what will happen to the network when new stresses are placed on it.
Unguided Transmission Media consists of a means for the data signals to travel but nothing to
guide them along a specific path. The data signals are not bound to a cabling media and as such are
often called Unbound Media. Unguided transmission media are wireless systems. Signals
propagating down an unguided transmission medium are available to anyone who has a device
capable of receiving them.
A physical facility is one that occupies space and has weight as opposed to wireless media such as
earth’s atmosphere or a vacuum and includes metallic cables and optical cables. Metallic
transmission lines includes open-wire, twin-lead, and twisted-pair copper wire as well as coaxial
cable, and optical fibers include plastic- and glass-core fibers encapsulated in various kinds of
cladding materials.
Metallic Transmission Lines
A transmission line is a metallic conductor system used to transfer electrical energy from one point
to another using electrical current flow. It is two or more electrical conductors separated by a
nonconductive insulator (dielectric). It can be of varied lengths varying from few inches to several
thousand miles. It can be used to propagate dc or low frequency ac and also very high frequencies
such as microwave radio-frequency signals.
Metallic Transmission Line Types
All data communications systems and computer networks are interconnected to some degree with
cables, which form the most important part of the transmission medium transporting signals
between computers.
Parallel-Conductor Transmission Lines
Parallel-wire transmission lines are comprised of two or more metallic conductors separated by a
nonconductive insulating material called a dielectric. Common dielectric materials include air,
rubber, polyethylene, paper, mica, glass and Teflon. The most common parallel conductor
transmission lines are open-wire, twin lead and twisted pair, including unshielded twisted pair
(UTP) and shielded twisted pair (STP).
Open-Wire Transmission Lines: These are two-wire parallel conductors, closely spaced and
separated by air. Nonconductive spacers are placed at periodic intervals not only for support but also
to keep the distance between the conductors constant. TEM wave propagates in the air between the
conductors, which acts as dielectric. The main advantage is its simple construction.
Since no shielding is present, the radiation losses are high and cable is susceptible to picking up
signals through mutual induction, which produces crosstalk. The primary usage is in standard voice-
grade telephone applications.
Twin lead: Twin-lead is essentially the same as open-wire transmission line except that the spacers
between the two conductors are replaced with a continuous solid dielectric ensuring the uniform
spacing along the entire cable.
It is mainly used to connect televisions to rooftop antennas. Common dielectric materials used with
twin-lead cable are Teflon and polyethylene.
Twisted-pair transmission lines: A twisted-pair (TP) transmission line is formed by twisting two
insulated conductors around each other. Usually, a number of pairs of these wires are put together
into a cable. The cable may contain more than a hundred pairs of wires for long-distance
communications. Twisted-pair wires are the most common media in a telephone network. These
wires support both analog and digital signals and can transmit the signal at a speed of 10 Mbps over
a short distance. The twisting of wires with different twisting lengths reduces the effect of cross talk
and low-frequency interference.
Twisted-pair transmission lines are also the transmission medium of choice for most local area
networks because twisted-pair cable is simple to install and relatively independent when compared
to coaxial and optical fiber cables.
The two basic types of twisted-pair transmission lines specified are unshielded twisted pair (UTP)
and shielded twisted pair (STP).
Unshielded twisted-pair: An UTP cable consists of two copper wires where each wire is separately
encapsulated in PVC (polyvinyl chloride) insulation. Bandwidth can be improved by controlling the
number of twists per foot and also the manner in which multiple pairs are twisted around each other.
The minimum number of twists for UTP cable is two per foot.
UTPs are cheaper, more flexible, and easier to install. They provide enough support for telephone
systems and are not covered by metal insulation. They offer acceptable performance for a long-
distance signal transmission, but as they are non-insulated, they are affected by cross talk,
atmospheric conditions, electromagnetic interference, and adjacent twisted pairs, as well as by any
noise generated nearby.
The majority of the telephone twisted pairs is unshielded and can transmit signals at a speed of
10Mbps.
The Electronic Industries Association (EIA) has developed standard to grade UTP cable by quality;
Category 1 as the lowest quality and category 6 as the highest quality.
Category 1: The basic twisted-pair cabling used in telephone systems. This level of quality
is fine for voice but inadequate for data transmission.
Category 2: This category is suitable for voice and data transmission of up to 2Mbps.
Category 3: This category is suitable for data transmission of up to 10 Mbps. It is now the
standard cable for most telephone systems. At least three twist per feet
Category 4: This category is suitable for data transmission of up to 20Mbps.
Category 5: This category is suitable for data transmission of up to 100Mbps.
Category 6: CAT- 6 is recently proposed cable type comprised of four pairs of wire capable
of operating at transmission rates of up to 400Mbps.
Advantages of UTP are its easy to terminate, installation costs are less and more lines can be run through
the same wiring ducts.
Disadvantage of UTP is that it is a bit noisy and prone to interference.
Shielded Twisted Pair (STP) Cable: STP cable is a parallel two-wire transmission line consisting
of two copper conductors separated by a solid dielectric material. The wires and dielectric are
enclosed in a conductive-metal sleeve called a foil. If the sleeve is woven into a mesh, it’s called
braid.
The metal casing prevents the penetration of electromagnetic noise. Materials and manufacturing
requirements make STP more expensive than UTP but less susceptible to noise.
Plenum Cable: Plenum cables are the electrical or telecommunication cables (or wires) which are
installed in environmental air spaces in the interior of many commercial and residential buildings. It
is common practice to route communication cables and the like for computers, data devices, and
alarm systems through plenums in building constructions. If a fire occurs in a building which
includes plenums or risers, the non-fire retardant plenum construction would enable the fire to
spread very rapidly throughout the entire building.
Typically plenum data cables have two or more pairs of insulated conductors in a common jacket.
The insulation can be made of several types of flame retardant insulation. A plenum is defined as a
compartment or chamber to which one or more air ducts are connected and which forms part of the
air distribution system of the structure. Plenum cables have a plurality of twisted pair conductors
surrounded by a jacket. The twisted pairs generally all have the same twist or substantially the same
twist. A typical and widely used flame retardant insulation for conductors in data plenum cables is
fluorinated ethylene-propylene.
Category 5 plenum cable made of jacketed twisted pairs of insulated conductors has to satisfy a
number of electrical requirements set by the EIA/TIA specification 568A.
Coaxial (Concentric) Transmission Lines
Because of the advent of modern UTP and STP twisted pair cables, coaxial cable is seen very less in
computer networks, but still has very high importance in analog systems, such as cable television
distribution networks. The basic coaxial cable consists of a center conductor surrounded by a
dielectric material (insulation), then a concentric (uniform distance from the center) shielding, and
finally a rubber environmental protection outer jacket. A coaxial cable with one layer of foil
insulation and one layer of braided shielding is referred to as dual shielded and if two layers of foil
insulation and two layers of braided metal shielding are present, it’s called quad shielding.
Two basic types of coaxial cables are present: rigid air filled and solid flexible. Rigid air-filled
cables are relatively expensive and are tough to maintain. Coaxial cables are capable of operating at
higher bit rates than their parallel-wire counterparts, very secure than twisted-pair cable, can be used
over long distances, immune to external radiation and radiate little themselves. Disadvantages of
coaxial transmission lines are their poor cost-to-performance ratio, low reliability, and high
maintenance.
The RG numbering system used with coaxial cables refers to cables approved by U.S. Department
of Defense (DoD).
To connect coaxial cable to devices, it is necessary to use coaxial connectors. The most common
type of connector is the Bayone-Neill-Concelman, or BNC, connectors. BNC connectors are
sometimes referred to as bayonet mount, as they can be easily twisted on or off.
There are three types: the BNC connector, the BNC T connector, the BNC terminator.
Applications include cable TV networks, and some traditional Ethernet LANs like 10Base-2, or 10-Base5.
OPTICAL FIBER TRANSMISSION MEDIA
An optical communications system is one that uses light as the carrier of information. They use
glass or plastic fiber cables to contain the light waves and guide them in a manner similar to the way
EM waves are guided through a metallic transmission media.
Optical Fiber Communications System Block Diagram
The three primary building blocks are transmitter, receiver and the optical fiber cable. The
transmitter is comprised of a voltage-to-current converter, a light source, and source-to-fiber
interface. The fiber guide is the transmission medium, which is either an ultrapure glass or a plastic
cable. The receiver includes a fiber-to-interface, a photodetector, and a current-to-voltage converter.
Optical Fiber Construction
There are two basic types of fiber-optic cable. The difference is whether the fiber is free to move
inside a tube with a diameter much larger than the fiber or is inside a relatively tightfitting jacket.
They are referred to as loose-tube and tight-buffer cables.
Both methods of construction have advantages
Loose-tube cables—all the stress of cable pulling is taken up by the cable’s strength members
and the fiber is free to expand and contract with temperature
Tight-buffer cables are cheaper and generally easier to use
Advantages of Optical Fiber Cables
1. Wider bandwidth and greater information capacity: The light wave occupies the
frequency range between 2×1012Hz to 37×1012Hz. This makes the information carrying
capability of fiber optic cables is much higher.
2. Immunity to crosstalk: Since fiber optic cables use glass and plastic fibers, which are
nonconductors of electrical current, no magnetic field is present. No magnetic induction
means no crosstalk.
3. Immunity to static interference: As optical fiber cables are non-conductors, they are immune
to electromagnetic interference (EMI) caused by lightning, electric motors, relays,
fluorescent lights and other electrical noise sources.
4. Environmental immunity: Optical fibers are more immune to environmental extremes. They
can operate over large temperature variations and are also not affected by corrosive liquids
and gases.
5. Safety and convenience: As only glass and plastic fibers are present, no electrical currents or
voltages are associated with them. Also they can be used around any volatile liquids and
gasses without worrying about their causing explosions or fires.
6. Lower transmission loss: Fiber optic cables offers less signal attenuation over long
distances. Typically, it is less than 1 dB/km
7. Security: Optical fibers are more secure as they are almost impossible to tap into because
they do not radiate signals. No ground loops exist between optical fibers hence they are more
secure.
8. Durability and reliability: Optical cables last longer and are more reliable than metallic
facilities because fiber cables have a higher tolerance to changes in environmental conditions
and are immune to corrosive materials.
9. Economics: Cost of optical fiber cables is same as metallic cables. Fiber cables have less loss
and require fewer repeaters, which in turn require lower installation and overall system costs.
Disadvantages of Optical Fiber Cables
1. Interfacing costs: As optical cables need to be connected standard electronic facilities
requiring expensive interfaces
2. Strength: Optical cables have lower tensile strength than coaxial cable. They need an extra
coating of Kevlar and also a protective jacket of PVC. Glass fiber is also fragile making them
less attractive in case of hardware portability is required
3. Remote electrical power: Occasionally, electrical power needs to be provided to remote
interfaces, which cannot be accomplished using optical cables
4. Losses through bending: Bending the cable causes irregularities in the cable dimensions,
resulting in loss of signal power. Also, optical cables are prone to manufacture defects
causing an excessive loss of signal power.
5. Specialized tools, equipment and training: Special tools are required to splice and repair
cables and special test equipment are needed to make
Electromagnetic Spectrum
The electromagnetic spectrum is the range of all possible frequencies of electromagnetic radiation.
The "electromagnetic spectrum" of an object is the characteristic distribution of electromagnetic
radiation emitted or absorbed by that particular object. The frequency spectrum extends from the
subsonic frequencies (a few hertz) to cosmic rays (1023Hz). The light frequency spectrum can be
divided into three general bands.
Infrared: The band of frequencies that is too high to be seen by the human eye with
wavelengths ranging between 770nm and 106nm. Optical fibers generally operate in infrared
band.
Visible: The band of light frequencies to which the human eye will respond with wave
lengths ranging between 390nm and 770nm. This band is visible to human eye.
Ultraviolet: The band of light frequencies, that is too low to be seen by the human eye with
wave lengths ranging between 10nm and 390nm.