SlideShare a Scribd company logo
1 of 161
1.1
Chapter 1
Introduction
1.2
1-1 DATA COMMUNICATIONS
The term telecommunication means communication at a
distance. The word data refers to information presented
in whatever form is agreed upon by the parties creating
and using the data. Data communications are the
exchange of data between two devices via some form of
transmission medium such as a wire cable.
ī‚§ Components of a data communications system
ī‚§ Data Flow
Topics discussed in this section:
1.3
Figure 1.1 Components of a data communication system
1.4
Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)
3 - 5
Digital Transmission of Digital
Data
īŽ Computers produce binary data
īŽ Standards needed to ensure both sender and receiver
understands this data
īŽ Coding: language that computers use to represent letters,
numbers, and symbols in a message
īŽ Signaling (aka, encoding): language that computers use to
represent bits (0 or 1) in electrical voltage
īŽ Bits in a message can be send in
īŽ A single wire one after another (Serial transmission)
īŽ Multiple wires simultaneously (Parallel transmission)
3.6
TRANSMISSION IMPAIRMENT
Signals travel through transmission media, which
are not perfect. The imperfection causes signal
impairment. This means that the signal at the
beginning of the medium is not the same as the
signal at the end of the medium. What is sent is
not what is received. Three causes of impairment
are attenuation, distortion, and noise.
1.7
PROTOCOLS
A protocol is synonymous with rule. It consists of a set of
rules that govern data communications. It determines
what is communicated, how it is communicated and when
it is communicated. The key elements of a protocol are
syntax, semantics and timing
1.8
Elements of a Protocol
īŽ Syntax
īŽ Structure or format of the data
īŽ Indicates how to read the bits - field delineation
īŽ Semantics
īŽ Interprets the meaning of the bits
īŽ Knows which fields define what action
īŽ Timing
īŽ When data should be sent and what
īŽ Speed at which data should be sent or speed at which it is being
received.
1 - 9
Standards
īŽ Importance
īŽ Provide a “fixed” way for hardware and/or software systems
(different companies) to communicate
īŽ Help promote competition and decrease the price
īŽ Types of Standards
īŽ Formal standards
īŽ Developed by an industry or government standards-making
body
īŽ De-facto standards
īŽ Emerge in the marketplace and widely used
īŽ Lack official backing by a standards-making body
1 - 10
Standardization Processes
īŽ Specification
īŽ Developing the nomenclature and identifying
the problems to be addressed
īŽ Identification of choices
īŽ Identifying solutions to the problems and
choose the “optimum” solution
īŽ Acceptance
īŽ Defining the solution, getting it recognized by
industry so that a uniform solution is accepted
1 - 11
Major Standards Bodies
īŽ ISO (International Organization for Standardization)
īŽ Technical recommendations for data communication interfaces
īŽ Composed of each country’s national standards orgs.
īŽ Based in Geneva, Switzerland (www.iso.ch)
īŽ ITU-T (International Telecommunications Union –
Telecom Group
īŽ Technical recommendations about telephone, telegraph and data
communications interfaces
īŽ Composed of representatives from each country in UN
īŽ Based in Geneva, Switzerland (www.itu.int)
1 - 12
Major Standards Bodies (Cont.)
īŽ ANSI (American National Standards Institute)
īŽ Coordinating organization for US (not a standards- making body)
īŽ www.ansi.org
īŽ IEEE (Institute of Electrical and Electronic Engineers)
īŽ Professional society; also develops mostly LAN standards
īŽ standards.ieee.org
īŽ IETF (Internet Engineering Task Force)
īŽ Develops Internet standards
īŽ No official membership (anyone welcomes)
īŽ www.ietf.org
1 - 13
Some Data Comm. Standards
Layer Common Standards
5. Application layer
HTTP, HTML (Web)
MPEG, H.323 (audio/video)
IMAP, POP (e-mail)
4. Transport layer TCP (Internet)
SPX (Novell LANs)
3. Network layer IP (Internet)
IPX (Novell LANs)
2. Data link layer
Ethernet (LAN)
Frame Relay (WAN)
PPP (dial-up via modem for MAN)
1. Physical layer
RS-232c cable (LAN)
Category 5 twisted pair (LAN)
V.92 (56 kbps modem)
Switching Networks
īŽ Long distance transmission is typically
done over a network of switched nodes
īŽ Nodes not concerned with content of data
īŽ End devices are stations
īŽ Computer, terminal, phone, etc.
īŽ A collection of nodes and connections is a
communications network
īŽ Data routed by being switched from node
to node
Nodes
īŽ Nodes may connect to other nodes only,
or to stations and other nodes
īŽ Node to node links usually multiplexed
īŽ Network is usually partially connected
īŽ Some redundant connections are desirable for
reliability
īŽ Two different switching technologies
īŽ Circuit switching
īŽ Packet switching
Simple Switched Network
Circuit Switching
īŽ Dedicated communication path between
two stations
īŽ Three phases
īŽ Establish
īŽ Transfer
īŽ Disconnect
īŽ Must have switching capacity and channel
capacity to establish connection
īŽ Must have intelligence to work out routing
Circuit Switching - Applications
īŽ Inefficient
īŽ Channel capacity dedicated for duration of
connection
īŽ If no data, capacity wasted
īŽ Set up (connection) takes time
īŽ Once connected, transfer is transparent
īŽ Developed for voice traffic (phone)
Packet Switching Principles
īŽ Circuit switching designed for voice
īŽ Resources dedicated to a particular call
īŽ Much of the time a data connection is idle
īŽ Data rate is fixed
īŽ Both ends must operate at the same rate
Basic Operation
īŽ Data transmitted in small packets
īŽ Typically 1000 octets
īŽ Longer messages split into series of packets
īŽ Each packet contains a portion of user data
plus some control info
īŽ Control info
īŽ Routing (addressing) info
īŽ Packets are received, stored briefly
(buffered) and past on to the next node
īŽ Store and forward
Use of Packets
Advantages
īŽ Line efficiency
īŽ Single node to node link can be shared by many packets over
time
īŽ Packets queued and transmitted as fast as possible
īŽ Data rate conversion
īŽ Each station connects to the local node at its own speed
īŽ Nodes buffer data if required to equalize rates
īŽ Packets are accepted even when network is busy
īŽ Delivery may slow down
īŽ Priorities can be used
Switching Technique
īŽ Station breaks long message into packets
īŽ Packets sent one at a time to the network
īŽ Packets handled in two ways
īŽ Datagram
īŽ Virtual circuit
Datagram
īŽ Each packet treated independently
īŽ Packets can take any practical route
īŽ Packets may arrive out of order
īŽ Packets may go missing
īŽ Up to receiver to re-order packets and
recover from missing packets
Virtual Circuit
īŽ Preplanned route established before any
packets sent
īŽ Call request and call accept packets
establish connection (handshake)
īŽ Each packet contains a virtual circuit
identifier instead of destination address
īŽ No routing decisions required for each
packet
īŽ Clear request to drop circuit
Virtual Circuits v Datagram
īŽ Virtual circuits
īŽ Network can provide sequencing and error
control
īŽ Packets are forwarded more quickly
īŽ No routing decisions to make
īŽ Less reliable
īŽ Loss of a node looses all circuits through that node
īŽ Datagram
īŽ No call setup phase
īŽ Better if few packets
īŽ More flexible
Circuit v Packet Switching
īŽ Performance
īŽ Propagation delay
īŽ Transmission time
īŽ Node delay
1.28
1-2 NETWORKS
A network is a set of devices (often referred to as nodes)
connected by communication links. A node can be a
computer, printer, or any other device capable of sending
and/or receiving data generated by other nodes on the
network. A link can be a cable, air, optical fiber, or any
medium which can transport a signal carrying
information.
ī‚§ Network Criteria
ī‚§ Physical Structures
ī‚§ Categories of Networks
Topics discussed in this section:
1.29
Network Criteria
īŽ Performance
īŽ Depends on Network Elements
īŽ Measured in terms of Delay and Throughput
īŽ Reliability
īŽ Failure rate of network components
īŽ Measured in terms of availability/robustness
īŽ Security
īŽ Data protection against corruption/loss of data due to:
īŽ Errors
īŽ Malicious users
9A-30
The Uses of a Network
īŽ Simultaneous access to data
īŽ Data files are shared
īŽ Access can be limited
īŽ Shared files stored on a server
īŽ Software can be shared
īŽ Site licenses
īŽ Network versions
īŽ Application servers
9A-31
The Uses of a Network
īŽ Shared peripheral device
īŽ Printers and faxes are common shares
īŽ Reduces the cost per user
īŽ Devices can be connected to the network
īŽ Print servers control network printing
īŽ Manage the print queue
9A-32
Sharing Data
File server
contains
documents used
by other
computers.
9A-33
The Uses of a Network
īŽ Personal communication
īŽ Email
īŽ Instantaneous communication
īŽ Conferencing
īŽ Tele conferencing
īŽ Videoconferencing
īŽ Audio-conferencing
īŽ Data-conferencing
īŽ Voice over IP
īŽ Phone communication over network wires
9A-34
Voice Over IP
9A-35
The Uses of a Network
īŽ Easier data backup
īŽ Backup copies data to removable media
īŽ Server data backed up in one step
9A-36
Common Network Types
īŽ Local Area Network (LAN)
īŽ Contains printers, servers and computers
īŽ Systems are close to each other
īŽ Contained in one office or building
īŽ Organizations often have several LANS
9A-37
Common Network Types
īŽ Wide Area Networks (WAN)
īŽ Two or more LANs connected
īŽ Over a large geographic area
īŽ Typically use public or leased lines
īŽ Phone lines
īŽ Satellite
īŽ The Internet is a WAN
9A-38
Hybrid Network Types
īŽ Campus Area Networks (CAN)
īŽ A LAN in one large geographic area
īŽ Resources related to the same organization
īŽ Each department shares the LAN
9A-39
Hybrid Network Types
īŽ Metropolitan Area Network (MAN)
īŽ Large network that connects different
organizations
īŽ Shares regional resources
īŽ A network provider sells time
9A-40
Hybrid Network Types
īŽ Home Area Network (HAN)
īŽ Small scale network
īŽ Connects computers and entertainment
appliances
īŽ Found mainly in the home
9A-41
Hybrid Network Types
īŽ Personal Area Network (PAN)
īŽ Very small scale network
īŽ Range is less than 2 meters
īŽ Cell phones, PDAs, MP3 players
9A-42
How Networks Are Structured
īŽ Server based network
īŽ Node is any network device
īŽ Servers control what the node accesses
īŽ Users gain access by logging in
īŽ Server is the most important computer
9A-43
How Networks Are Structured
īŽ Client/Server network
īŽ Nodes and servers share data roles
īŽ Nodes are called clients
īŽ Servers are used to control access
īŽ Database software
īŽ Access to data controlled by server
īŽ Server is the most important computer
9A-44
How Networks Are Structured
īŽ Peer to peer networks (P2PN)
īŽ All nodes are equal
īŽ Nodes access resources on other nodes
īŽ Each node controls its own resources
īŽ Most modern OS allow P2PN
īŽ Distributing computing is a form
īŽ Kazaa
9A-45
Network Topologies
īŽ Topology
īŽ Logical layout of wires and equipment
īŽ Choice affects
īŽ Network performance
īŽ Network size
īŽ Network collision detection
īŽ Several different types
9A-46
Network Topologies
īŽ Packets
īŽ Pieces of data transmitted over a network
īŽ Packets are created by sending node
īŽ Data is reassembled by receiving node
īŽ Packet header
īŽ Sending and receiving address
īŽ Packet payload
īŽ Number and size of data
īŽ Actual data
īŽ Packet error control
9A-47
Network Topologies
īŽ Bus topology
īŽ Also called linear bus
īŽ One wire connects all nodes
īŽ Terminator ends the wires
īŽ Advantages
īŽ Easy to setup
īŽ Small amount of wire
īŽ Disadvantages
īŽ Slow
īŽ Easy to crash
9A-48
Network Topologies
īŽ Star topology
īŽ All nodes connect to a hub
īŽ Packets sent to hub
īŽ Hub sends packet to destination
īŽ Advantages
īŽ Easy to setup
īŽ One cable can not crash network
īŽ Disadvantages
īŽ One hub crashing downs entire network
īŽ Uses lots of cable
īŽ Most common topology
9A-49
Star Topology
9A-50
Network Topologies
īŽ Ring topology
īŽ Nodes connected in a circle
īŽ Tokens used to transmit data
īŽ Nodes must wait for token to send
īŽ Advantages
īŽ Time to send data is known
īŽ No data collisions
īŽ Disadvantages
īŽ Slow
īŽ Lots of cable
9A-51
Network Topologies
īŽ Mesh topology
īŽ All computers connected together
īŽ Internet is a mesh network
īŽ Advantage
īŽ Data will always be delivered
īŽ Disadvantages
īŽ Lots of cable
īŽ Hard to setup
9A-52
Mesh Topology
9A-53
Network Media
īŽ Links that connect nodes
īŽ Choice impacts
īŽ Speed
īŽ Security
īŽ Size
9A-54
Wire Based Media
n Twisted-pair cabling
īŽ Most common LAN
cable
īŽ Called Cat5 or
100BaseT
īŽ Four pairs of copper
cable twisted
īŽ May be shielded from
interference
īŽ Speeds range from
1 Mbps to 1,000 Mbps
9A-55
Wire Based Media
īŽ Coaxial cable
īŽ Similar to cable TV wire
īŽ One wire runs through cable
īŽ Shielded from interference
īŽ Speeds up to 10 Mbps
īŽ Nearly obsolete
9A-56
Wire Based Media
n Fiber-optic cable
īŽ Data is transmitted
with light pulses
īŽ Glass strand instead
of cable
īŽ Immune to
interference
īŽ Very secure
īŽ Hard to work with
īŽ Speeds up to
100 Gbps
9A-57
Wireless Media
īŽ Data transmitted through the air
īŽ LANs use radio waves
īŽ WANs use microwave signals
īŽ Easy to setup
īŽ Difficult to secure
9A-58
Network Hardware
īŽ Network interface cards
īŽ Network adapter
īŽ Connects node to the media
īŽ Unique Machine Access Code (MAC)
9A-59
Network Hardware
īŽ Network linking devices
īŽ Connect nodes in the network
īŽ Cable runs from node to device
īŽ Crossover cable connects two computers
9A-60
Network Hardware
īŽ Hubs
īŽ Center of a star network
īŽ All nodes receive transmitted packets
īŽ Slow and insecure
9A-61
Network Hardware
īŽ Switches
īŽ Replacement for hubs
īŽ Only intended node receives transmission
īŽ Fast and secure
9A-62
Network Hardware
īŽ Bridge
īŽ Connects two or more LANs together
īŽ Packets sent to remote LAN cross
īŽ Other packets do not cross
īŽ Segments the network on MAC addresses
9A-63
Network Hardware
īŽ Router
īŽ Connects two or more LANs together
īŽ Packets sent to remote LAN cross
īŽ Network is segmented by IP address
īŽ Connect internal networks to the Internet
īŽ Need configured before installation
9A-64
Network Hardware
īŽ Gateway
īŽ Connects two dissimilar networks
īŽ Connects coax to twisted pair
īŽ Most gateways contained in other devices
9A-65
Network Cabling
īŽ Cabling specifications
īŽ Bandwidth measures cable speed
īŽ Typically measured in Mbps
īŽ Maximum cable length
īŽ Connector describes the type of plug
9A-66
Network Cabling
īŽ Ethernet
īŽ Very popular cabling technology
īŽ 10 Base T, 10Base2, 10Base5
īŽ Maximum bandwidth 10 Mbps
īŽ Maximum distances100 to 500 meters
9A-67
Network Cabling
īŽ Fast Ethernet
īŽ Newer version of Ethernet
īŽ Bandwidth is 100 Mbps
īŽ Uses Cat5 or greater cable
īŽ Sometimes called 100Base T
īŽ Requires a switch
9A-68
Network Cabling
īŽ Gigabit Ethernet
īŽ High bandwidth version of Ethernet
īŽ 1 to 10 Gbps
īŽ Cat 5 or fiber optic cable
īŽ Video applications
9A-69
Network Cabling
īŽ Token ring
īŽ Uses shielded twisted pair cabling
īŽ Bandwidth between 10 and 25 Mbps
īŽ Uses a multiple access unit (MAU)
īŽ Popular in manufacturing and finance
9A-70
Network Protocols
īŽ Language of the network
īŽ Rules of communication
īŽ Error resolution
īŽ Defines collision and collision recovery
īŽ Size of packet
īŽ Naming rules for computers
9A-71
Network Protocols
īŽ TCP/IP
īŽ Transmission Control Protocol/Internet
Protocol
īŽ Most popular protocol
īŽ Machines assigned a name of 4 numbers
īŽ IP address
īŽ 209.8.166.179 is the White House’s web site
īŽ Dynamic Host Configuration Protocol
īŽ Simplifies assignment of IP addresses
īŽ Required for Internet access
9A-72
Network Protocols
īŽ IPX/SPX
īŽ Internet Packet Exchange/Sequenced Packet
Exchange
īŽ Older protocol
īŽ Associated with Novell Netware
īŽ Replaced by TCP/IP
9A-73
Network Protocols
īŽ NetBEUI
īŽ Network BIOS Extended User Interface
īŽ Used by Windows to name computers
īŽ Transmission details handled by TCP/IP
9A-74
Network Protocols
īŽ Token ring
īŽ Popular in manufacturing and finance
īŽ Nodes communicate when they have the
token
2.75
Network Models
We use the concept of layers in our daily life. As
an example, let us consider two friends who
communicate through postal mail. The process of
sending a letter to a friend would be complex if
there were no services available from the post
office.
Sender, Receiver, and Carrier
Hierarchy
Topics discussed in this section:
2.76
Figure 2.1 Tasks involved in sending a letter
2.77
2-2 THE OSI MODEL
Established in 1947, the International Standards
Organization (ISO) is a multinational body
dedicated to worldwide agreement on
international standards. An ISO standard that
covers all aspects of network communications is
the Open Systems Interconnection (OSI) model. It
was first introduced in the late 1970s.
Layered Architecture
Peer-to-Peer Processes
Encapsulation
Topics discussed in this section:
2.78
ISO is the organization.
OSI is the model.
Note
2.79
Figure 2.2 Seven layers of the OSI model
2.80
Figure 2.3 The interaction between layers in the OSI model
2.81
Figure 2.4 An exchange using the OSI model
2.82
2-3 LAYERS IN THE OSI MODEL
In this section we briefly describe the functions
of each layer in the OSI model.
Physical Layer
Data Link Layer
Network Layer
Transport Layer
Session Layer
Presentation Layer
Application Layer
Topics discussed in this section:
2.83
Figure 2.5 Physical layer
2.84
The physical layer is responsible for movements of
individual bits from one hop (node) to the next.
Note
2.85
Figure 2.6 Data link layer
2.86
The data link layer is responsible for moving
frames from one hop (node) to the next.
Note
2.87
Figure 2.7 Hop-to-hop delivery
2.88
Figure 2.8 Network layer
2.89
The network layer is responsible for the
delivery of individual packets from
the source host to the destination host.
Note
2.90
Figure 2.9 Source-to-destination delivery
2.91
Figure 2.10 Transport layer
2.92
The transport layer is responsible for the delivery
of a message from one process to another.
Note
2.93
Figure 2.11 Reliable process-to-process delivery of a message
2.94
Figure 2.12 Session layer
2.95
The session layer is responsible for dialog
control and synchronization.
Note
2.96
Figure 2.13 Presentation layer
2.97
The presentation layer is responsible for translation,
compression, and encryption.
Note
2.98
Figure 2.14 Application layer
2.99
The application layer is responsible for
providing services to the user.
Note
2.100
Figure 2.15 Summary of layers
2.101
2-4 TCP/IP PROTOCOL SUITE
The layers in the TCP/IP protocol suite do not
exactly match those in the OSI model. The
original TCP/IP protocol suite was defined as
having four layers: host-to-network, internet,
transport, and application. However, when TCP/IP
is compared to OSI, we can say that the TCP/IP
protocol suite is made of five layers: physical,
data link, network, transport, and application.
Physical and Data Link Layers
Network Layer
Transport Layer
Application Layer
Topics discussed in this section:
2.102
Figure 2.16 TCP/IP and OSI model
2.103
2-5 ADDRESSING
Four levels of addresses are used in an internet
employing the TCP/IP protocols: physical, logical,
port, and specific.
Physical Addresses
Logical Addresses
Port Addresses
Specific Addresses
Topics discussed in this section:
2.104
Figure 2.17 Addresses in TCP/IP
2.105
Figure 2.18 Relationship of layers and addresses in TCP/IP
2.106
In Figure 2.19 a node with physical address 10
sends a frame to a node with physical address
87. The two nodes are connected by a link (bus
topology LAN). As the figure shows, the
computer with physical address 10 is the sender,
and the computer with physical address 87 is the
receiver.
Example 2.1
2.107
Figure 2.19 Physical addresses
2.108
Most local-area networks use a 48-bit (6-byte)
physical address written as 12 hexadecimal
digits; every byte (2 hexadecimal digits) is
separated by a colon, as shown below:
Example 2.2
07:01:02:01:2C:4B
A 6-byte (12 hexadecimal digits) physical
address.
2.109
Figure 2.20 shows a part of an internet with two
routers connecting three LANs. Each device
(computer or router) has a pair of addresses
(logical and physical) for each connection. In this
case, each computer is connected to only one
link and therefore has only one pair of
addresses. Each router, however, is connected
to three networks (only two are shown in the
figure). So each router has three pairs of
addresses, one for each connection.
Example 2.3
2.110
Figure 2.20 IP addresses
2.111
Figure 2.21 shows two computers
communicating via the Internet. The sending
computer is running three processes at this time
with port addresses a, b, and c. The receiving
computer is running two processes at this time
with port addresses j and k. Process a in the
sending computer needs to communicate with
process j in the receiving computer. Note that
although physical addresses change from hop to
hop, logical and port addresses remain the same
from the source to destination.
Example 2.4
2.112
Figure 2.21 Port addresses
2.113
The physical addresses will change from hop to hop,
but the logical addresses usually remain the same.
Note
2.114
Example 2.5
A port address is a 16-bit address represented
by one decimal number as shown.
753
A 16-bit port address represented
as one single number.
Transmission Media
n The transmission medium is the physical path by which a
message travels from sender to receiver.
n Computers and telecommunication devices use signals to
represent data.
n These signals are transmitted from a device to another in the
form of electromagnetic energy.
n Examples of Electromagnetic energy include power, radio
waves, infrared light, visible light, ultraviolet light, and X and
gamma rays.
n All these electromagnetic signals constitute the
electromagnetic spectrum
â€ĸNot all portion of the spectrum are currently usable
for telecommunications
â€ĸEach portion of the spectrum requires a particular
transmission medium
īŽ Signals of low frequency (like voice
signals) are generally transmitted as
current over metal cables. It is not
possible to transmit visible light over
metal cables, for this class of signals is
necessary to use a different media, for
example fiber-optic cable.
Classes of transmission media
Transmission Media
n Guided media, which are those that provide
a conduit from one device to another.
n Examples: twisted-pair, coaxial cable, optical
fiber.
n Unguided media (or wireless communication)
transport electromagnetic waves without using
a physical conductor. Instead, signals are
broadcast through air (or, in a few cases,
water), and thus are available to anyone who
has a device capable of receiving them.
Guided Media
There are three categories of guided media:
1. Twisted-pair cable
2. Coaxial cable
3. Fiber-optic cable
Twisted-pair cable
n Twisted pair consists of two
conductors (normally
copper), each with its own
plastic insulation, twisted
together.
n Twisted-pair cable comes in
two forms: unshielded and
shielded
n The twisting helps to reduce
the interference (noise) and
crosstalk.
UTP and STP
Frequency range for twisted-pair cable
Unshielded Twisted-pair (UTP)
cable
n Any medium can transmit
only a fixed range of
frequencies!
n UTP cable is the most
common type of
telecommunication medium
in use today.
n The range is suitable for
transmitting both data and
video.
n Advantages of UTP are its
cost and ease of use. UTP is
cheap, flexible, and easy to
install.
The Electronic Industries Association (EIA) has
developed standards to grade UTP.
1. Category 1. The basic twisted-pair cabling
used in telephone systems. This level of quality
is fine for voice but inadequate for data
transmission.
2. Category 2. This category is suitable for voice
and data transmission of up to 2Mbps.
3. Category 3.This category is suitable for data
transmission of up to 10 Mbps. It is now the
standard cable for most telephone systems.
4. Category 4. This category is suitable for data
transmission of up to 20 Mbps.
5. Category 5. This category is suitable for data
transmission of up to 100 Mbps.
Table 7.1 Categories of unshielded twisted-pair cables
Category Bandwidth Data Rate Digital/Analog Use
1 very low < 100 kbps Analog Telephone
2 < 2 MHz 2 Mbps Analog/digital T-1 lines
3 16 MHz 10 Mbps Digital LANs
4 20 MHz 20 Mbps Digital LANs
5 100 MHz 100 Mbps Digital LANs
6 (draft) 200 MHz 200 Mbps Digital LANs
7 (draft) 600 MHz 600 Mbps Digital LANs
UTP connectors
The most common UTP connector is RJ45 (RJ stands for
Registered Jack).
Shielded Twisted (STP) Cable
n STP cable has a metal foil or
braided-mesh covering that
enhances each pair of
insulated conductors.
n The metal casing prevents
the penetration of
electromagnetic noise.
n Materials and manufacturing
requirements make STP
more expensive than UTP
but less susceptible to noise.
Applications
īŽ Twisted-pair cables are used in telephones lines to
provide voice and data channels.
īŽ The DSL lines that are used by the telephone companies
to provide high data rate connections also use the high-
bandwidth capability of unshielded twisted-pair cables.
īŽ Local area networks, such as 10Base-T and 100Base-T,
also used UTP cables.
Coaxial Cable (or coax)
n Coaxial cable carries signals
of higher frequency ranges
than twisted-pair cable.
n Coaxial Cable standards:
RG-8, RG-9, RG-11 are
used in thick Ethernet
RG-58 Used in thin Ethernet
RG-59 Used for TV
BNC connectors
â€ĸ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. 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
īŽ Metal cables transmit signals in the form of electric
current.
īŽ Optical fiber is made of glass or plastic and transmits
signals in the form of light.
īŽ Light, a form of electromagnetic energy, travels at
300,000 Kilometers/second ( 186,000 miles/second),
in a vacuum.
īŽ The speed of the light depends on the density of the
medium through which it is traveling ( the higher
density, the slower the speed).
The Nature of the Light
īŽ Light travels in a straight line as long as it is moving
through a single uniform substance.
īŽ If a ray of light traveling through one substance
suddenly enters another (less or more dense) substance,
its speed changes abruptly, causing the ray to change
direction. This change is called refraction.
Refraction
Critical angle
â€ĸIf the angle of incidence increases, so does the
angle of refraction.
â€ĸThe critical angle is defined to be an angle of
incidence for which the angle of refraction is 90
degrees.
Reflection
n When the angle of incidence
becomes greater than the
critical angle, a new
phenomenon occurs called
reflection.
n Light no longer passes into
the less dense medium at all.
Critical Angle
n Optical fibers use reflection to guide light through a channel.
n A glass or core is surrounded by a cladding of less dense glass
or plastic. The difference in density of the two materials must
be such that a beam of light moving through the core is
reflected off the cladding instead of being into it.
n Information is encoded onto a beam of light as a series of on-off
flashes that represent 1 and 0 bits.
Fiber construction
Types of Optical Fiber
n There are two basic types of fiber: multimode
fiber and single-mode fiber.
n Multimode fiber is best designed for short
transmission distances, and is suited for use in
LAN systems and video surveillance.
n Single-mode fiber is best designed for longer
transmission distances, making it suitable for
long-distance telephony and multichannel
television broadcast systems.
Propagation Modes (Types of Optical Fiber )
n Current technology
supports two modes for
propagating light along
optical channels, each
requiring fiber with
different physical
characteristics:
Multimode
and Single Mode.
n Multimode, in turn, can be
implemented in two forms:
step-index or graded
index.
n Multimode: In this case multiple beams from
a light source move through the core in
different paths.
n In multimode step-index fiber, the density
of the core remains constant from the center to
the edges. A beam of light moves through this
constant density in a straight line until it
reaches the interface of the core and cladding.
At the interface there is an abrupt change to a
lower density that alters the angle of the
beam’s motion.
n In a multimode graded-index fiber the
density is highest at the center of the core and
decreases gradually to its lowest at the edge.
Propagation Modes
n Single mode uses
step-index fiber and a
highly focused source
of light that limits
beams to a small
range of angles, all
close to the
horizontal.
n Fiber Sizes
Optical fibers are
defined by the ratio
of the diameter of
their core to the
diameter of their
cladding, both
expressed in microns
(micrometers)
Type Core
Claddi
ng
Mode
50/125 50 125
Multimode,
graded-index
62.5/125 62.5 125
Multimode,
graded-index
100/125 100 125
Multimode,
graded-index
7/125 7 125 Single-mode
Light sources for optical fibers
īŽ The purpose of fiber-optic cable is to contain and
direct a beam of light from source to target.
īŽ The sending device must be equipped with a light
source and the receiving device with photosensitive
cell (called a photodiode) capable of translating
the received light into an electrical signal.
īŽ The light source can be either a light-emitting diode
(LED) or an injection laser diode.
Fiber-optic cable connectors
The subscriber channel (SC) connector is used in cable
TV. It uses a push/pull locking system. The straight-tip
(ST) connector is used for connecting cable to
networking devices. MT-RJ is a new connector with the
same size as RJ45.
Advantages of Optical Fiber
n The major advantages offered by fiber-optic
cable over twisted-pair and coaxial cable
are noise resistance, less signal
attenuation, and higher bandwidth.
n Noise Resistance: Because fiber-optic
transmission uses light rather than
electricity, noise is not a factor. External
light, the only possible interference, is
blocked from the channel by the outer
jacket.
Advantages of Optical Fiber
īŽ Less signal attenuation
Fiber-optic transmission distance is significantly greater
than that of other guided media. A signal can run for
miles without requiring regeneration.
īŽ Higher bandwidth
Currently, data rates and bandwidth utilization over fiber-
optic cable are limited not by the medium but by the
signal generation and reception technology available.
Disadvantages of Optical Fiber
īŽ The main disadvantages of fiber optics are cost,
installation/maintenance, and fragility.
īŽ Cost. Fiber-optic cable is expensive. Also, a laser light
source can cost thousands of dollars, compared to
hundreds of dollars for electrical signal generators.
īŽ Installation/maintenance
īŽ Fragility. Glass fiber is more easily broken than wire,
making it less useful for applications where hardware
portability is required.
Unguided Media
īŽ Unguided media, or wireless communication, transport
electromagnetic waves without using a physical
conductor. Instead the signals are broadcast though air
or water, and thus are available to anyone who has a
device capable of receiving them.
īŽ The section of the electromagnetic spectrum defined as
radio communication is divided into eight ranges, called
bands, each regulated by government authorities.
Propagation of Radio Waves
īŽ Radio technology considers the earth as surrounded
by two layers of atmosphere: the troposphere and
the ionosphere.
īŽ The troposphere is the portion of the atmosphere
extending outward approximately 30 miles from the
earth's surface.
īŽ The troposphere contains what we generally think of
as air. Clouds, wind, temperature variations, and
weather in general occur in the troposphere.
īŽ The ionosphere is the layer of the atmosphere above
the troposphere but below space.
Propagation methods
īŽ Ground propagation. In ground propagation,
radio waves travel through the lowest portion of the
atmosphere, hugging the earth. These low-
frequency signals emanate in all directions from the
transmitting antenna and follow the curvature of
the planet. The distance depends on the power in
the signal.
īŽ In Sky propagation, higher-frequency radio
waves radiate upward into the ionosphere where
they are reflected back to earth. This type of
transmission allows for greater distances with
lower power output.
īŽ In Line-of-Sight Propagation, very high
frequency signals are transmitted in straight lines
directly from antenna to antenna.
Bands
Band Range Propagation Application
VLF 3–30 KHz Ground Long-range radio navigation
LF 30–300 KHz Ground
Radio beacons and
navigational locators
MF 300 KHz–3 MHz Sky AM radio
HF 3–30 MHz Sky
Citizens band (CB),
ship/aircraft communication
VHF 30–300 MHz
Sky and
line-of-sight
VHF TV,
FM radio
UHF 300 MHz–3 GHz Line-of-sight
UHF TV, cellular phones,
paging, satellite
SHF 3–30 GHz Line-of-sight Satellite communication
EHF 30–300 GHz Line-of-sight Long-range radio navigation
Propagation of Specific Signals
n VLF Very Low Frequency
waves are propagated as
surface waves, usually
through the air but some
times through seawater. VLF
waves do not suffer much
attenuation in transmission
but are susceptible to the
high levels of atmospheric
noise ( heat and electricity)
active at low altitudes.
n VLF waves are use mostly
for long-range radio
navigation and for submarine
communication.
n LF low frequency waves
are also propagated as
surface waves. LF
waves are used for
long-range radio
navigation and for radio
beacons or navigational
locators.
n MF Middle frequency
signals are propagated
in the troposphere.
Uses for MF
transmissions include
AM radio, maritime
radio, and emergency
frequencies.
n HF high frequency
signals use ionospheric
propagation. These
frequencies move into
the ionosphere, where
they are reflected back
to earth. Uses for HF
signals include amateur
radio, citizen’s band
(CB) radio, military
communication, long-
distance aircraft and
ship communication,
telephone, telegraph,
and fax.
n VHF Most very high
frequency waves use
line-of-sight
propagation. Uses for
VHF include VHF
television, FM radio, and
aircraft navigational aid.
n UHF Ultrahigh
frequency waves always
use line-of-sight
propagation. Uses for
UHF includes UHF
television, mobile
telephone, cellular
radio, and microwave
links.
n SHF Superhigh
frequency waves are
transmitted using
mostly line-of-sight and
some space
propagation. Uses for
SHF include terrestrial
and satellite microwave
and radar
communication.
n EHF Extremely high
frequency waves use
space propagation.
Uses for EHF are
predominantly scientific
and include radar,
satellite and
experimental
communications.

More Related Content

Similar to ch1_vbest.pptx

1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingPriya Manik
 
It infrastructure
It infrastructureIt infrastructure
It infrastructureraptrovic
 
3 computer network - basic concepts
3   computer network - basic concepts3   computer network - basic concepts
3 computer network - basic conceptsAnkit Garg
 
introduction to data comunication
introduction to data comunicationintroduction to data comunication
introduction to data comunicationRavi Patel
 
Computer network basics
Computer network basicsComputer network basics
Computer network basicsJAI MCA-STUDENT
 
Computer_Network
Computer_NetworkComputer_Network
Computer_NetworkRavi Jiyani
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking FundamentalsUMA MAHESWARI
 
Chapter 2
Chapter 2Chapter 2
Chapter 2rhaymarck
 
11 circuit-packet
11 circuit-packet11 circuit-packet
11 circuit-packetHattori Sidek
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data commHumayoun Kabir
 
Data Communications and Networks
Data Communications and NetworksData Communications and Networks
Data Communications and NetworksKisorjan Jakathiswaran
 
Fundamentals of data network
Fundamentals of data networkFundamentals of data network
Fundamentals of data networkDr Reeja S R
 
Osi models
Osi modelsOsi models
Osi modelssivasarah
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnologyGulrez Khan
 
Chapter 5 introduction to computer communication networks
Chapter 5   introduction to computer communication networksChapter 5   introduction to computer communication networks
Chapter 5 introduction to computer communication networksN. A. Sutisna
 

Similar to ch1_vbest.pptx (20)

1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
It infrastructure
It infrastructureIt infrastructure
It infrastructure
 
DCCN Unit 1.pdf
DCCN Unit 1.pdfDCCN Unit 1.pdf
DCCN Unit 1.pdf
 
nv.ppt
nv.pptnv.ppt
nv.ppt
 
01 pengenalan
01 pengenalan01 pengenalan
01 pengenalan
 
Networks Basics
Networks BasicsNetworks Basics
Networks Basics
 
3 computer network - basic concepts
3   computer network - basic concepts3   computer network - basic concepts
3 computer network - basic concepts
 
introduction to data comunication
introduction to data comunicationintroduction to data comunication
introduction to data comunication
 
Support
SupportSupport
Support
 
Computer network basics
Computer network basicsComputer network basics
Computer network basics
 
Computer_Network
Computer_NetworkComputer_Network
Computer_Network
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
11 circuit-packet
11 circuit-packet11 circuit-packet
11 circuit-packet
 
1. introduction data comm
1. introduction data comm1. introduction data comm
1. introduction data comm
 
Data Communications and Networks
Data Communications and NetworksData Communications and Networks
Data Communications and Networks
 
Fundamentals of data network
Fundamentals of data networkFundamentals of data network
Fundamentals of data network
 
Osi models
Osi modelsOsi models
Osi models
 
Class_notes_InternetTechnology
Class_notes_InternetTechnologyClass_notes_InternetTechnology
Class_notes_InternetTechnology
 
Chapter 5 introduction to computer communication networks
Chapter 5   introduction to computer communication networksChapter 5   introduction to computer communication networks
Chapter 5 introduction to computer communication networks
 

Recently uploaded

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 

ch1_vbest.pptx

  • 2. 1.2 1-1 DATA COMMUNICATIONS The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed upon by the parties creating and using the data. Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable. ī‚§ Components of a data communications system ī‚§ Data Flow Topics discussed in this section:
  • 3. 1.3 Figure 1.1 Components of a data communication system
  • 4. 1.4 Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)
  • 5. 3 - 5 Digital Transmission of Digital Data īŽ Computers produce binary data īŽ Standards needed to ensure both sender and receiver understands this data īŽ Coding: language that computers use to represent letters, numbers, and symbols in a message īŽ Signaling (aka, encoding): language that computers use to represent bits (0 or 1) in electrical voltage īŽ Bits in a message can be send in īŽ A single wire one after another (Serial transmission) īŽ Multiple wires simultaneously (Parallel transmission)
  • 6. 3.6 TRANSMISSION IMPAIRMENT Signals travel through transmission media, which are not perfect. The imperfection causes signal impairment. This means that the signal at the beginning of the medium is not the same as the signal at the end of the medium. What is sent is not what is received. Three causes of impairment are attenuation, distortion, and noise.
  • 7. 1.7 PROTOCOLS A protocol is synonymous with rule. It consists of a set of rules that govern data communications. It determines what is communicated, how it is communicated and when it is communicated. The key elements of a protocol are syntax, semantics and timing
  • 8. 1.8 Elements of a Protocol īŽ Syntax īŽ Structure or format of the data īŽ Indicates how to read the bits - field delineation īŽ Semantics īŽ Interprets the meaning of the bits īŽ Knows which fields define what action īŽ Timing īŽ When data should be sent and what īŽ Speed at which data should be sent or speed at which it is being received.
  • 9. 1 - 9 Standards īŽ Importance īŽ Provide a “fixed” way for hardware and/or software systems (different companies) to communicate īŽ Help promote competition and decrease the price īŽ Types of Standards īŽ Formal standards īŽ Developed by an industry or government standards-making body īŽ De-facto standards īŽ Emerge in the marketplace and widely used īŽ Lack official backing by a standards-making body
  • 10. 1 - 10 Standardization Processes īŽ Specification īŽ Developing the nomenclature and identifying the problems to be addressed īŽ Identification of choices īŽ Identifying solutions to the problems and choose the “optimum” solution īŽ Acceptance īŽ Defining the solution, getting it recognized by industry so that a uniform solution is accepted
  • 11. 1 - 11 Major Standards Bodies īŽ ISO (International Organization for Standardization) īŽ Technical recommendations for data communication interfaces īŽ Composed of each country’s national standards orgs. īŽ Based in Geneva, Switzerland (www.iso.ch) īŽ ITU-T (International Telecommunications Union – Telecom Group īŽ Technical recommendations about telephone, telegraph and data communications interfaces īŽ Composed of representatives from each country in UN īŽ Based in Geneva, Switzerland (www.itu.int)
  • 12. 1 - 12 Major Standards Bodies (Cont.) īŽ ANSI (American National Standards Institute) īŽ Coordinating organization for US (not a standards- making body) īŽ www.ansi.org īŽ IEEE (Institute of Electrical and Electronic Engineers) īŽ Professional society; also develops mostly LAN standards īŽ standards.ieee.org īŽ IETF (Internet Engineering Task Force) īŽ Develops Internet standards īŽ No official membership (anyone welcomes) īŽ www.ietf.org
  • 13. 1 - 13 Some Data Comm. Standards Layer Common Standards 5. Application layer HTTP, HTML (Web) MPEG, H.323 (audio/video) IMAP, POP (e-mail) 4. Transport layer TCP (Internet) SPX (Novell LANs) 3. Network layer IP (Internet) IPX (Novell LANs) 2. Data link layer Ethernet (LAN) Frame Relay (WAN) PPP (dial-up via modem for MAN) 1. Physical layer RS-232c cable (LAN) Category 5 twisted pair (LAN) V.92 (56 kbps modem)
  • 14. Switching Networks īŽ Long distance transmission is typically done over a network of switched nodes īŽ Nodes not concerned with content of data īŽ End devices are stations īŽ Computer, terminal, phone, etc. īŽ A collection of nodes and connections is a communications network īŽ Data routed by being switched from node to node
  • 15. Nodes īŽ Nodes may connect to other nodes only, or to stations and other nodes īŽ Node to node links usually multiplexed īŽ Network is usually partially connected īŽ Some redundant connections are desirable for reliability īŽ Two different switching technologies īŽ Circuit switching īŽ Packet switching
  • 17. Circuit Switching īŽ Dedicated communication path between two stations īŽ Three phases īŽ Establish īŽ Transfer īŽ Disconnect īŽ Must have switching capacity and channel capacity to establish connection īŽ Must have intelligence to work out routing
  • 18. Circuit Switching - Applications īŽ Inefficient īŽ Channel capacity dedicated for duration of connection īŽ If no data, capacity wasted īŽ Set up (connection) takes time īŽ Once connected, transfer is transparent īŽ Developed for voice traffic (phone)
  • 19. Packet Switching Principles īŽ Circuit switching designed for voice īŽ Resources dedicated to a particular call īŽ Much of the time a data connection is idle īŽ Data rate is fixed īŽ Both ends must operate at the same rate
  • 20. Basic Operation īŽ Data transmitted in small packets īŽ Typically 1000 octets īŽ Longer messages split into series of packets īŽ Each packet contains a portion of user data plus some control info īŽ Control info īŽ Routing (addressing) info īŽ Packets are received, stored briefly (buffered) and past on to the next node īŽ Store and forward
  • 22. Advantages īŽ Line efficiency īŽ Single node to node link can be shared by many packets over time īŽ Packets queued and transmitted as fast as possible īŽ Data rate conversion īŽ Each station connects to the local node at its own speed īŽ Nodes buffer data if required to equalize rates īŽ Packets are accepted even when network is busy īŽ Delivery may slow down īŽ Priorities can be used
  • 23. Switching Technique īŽ Station breaks long message into packets īŽ Packets sent one at a time to the network īŽ Packets handled in two ways īŽ Datagram īŽ Virtual circuit
  • 24. Datagram īŽ Each packet treated independently īŽ Packets can take any practical route īŽ Packets may arrive out of order īŽ Packets may go missing īŽ Up to receiver to re-order packets and recover from missing packets
  • 25. Virtual Circuit īŽ Preplanned route established before any packets sent īŽ Call request and call accept packets establish connection (handshake) īŽ Each packet contains a virtual circuit identifier instead of destination address īŽ No routing decisions required for each packet īŽ Clear request to drop circuit
  • 26. Virtual Circuits v Datagram īŽ Virtual circuits īŽ Network can provide sequencing and error control īŽ Packets are forwarded more quickly īŽ No routing decisions to make īŽ Less reliable īŽ Loss of a node looses all circuits through that node īŽ Datagram īŽ No call setup phase īŽ Better if few packets īŽ More flexible
  • 27. Circuit v Packet Switching īŽ Performance īŽ Propagation delay īŽ Transmission time īŽ Node delay
  • 28. 1.28 1-2 NETWORKS A network is a set of devices (often referred to as nodes) connected by communication links. A node can be a computer, printer, or any other device capable of sending and/or receiving data generated by other nodes on the network. A link can be a cable, air, optical fiber, or any medium which can transport a signal carrying information. ī‚§ Network Criteria ī‚§ Physical Structures ī‚§ Categories of Networks Topics discussed in this section:
  • 29. 1.29 Network Criteria īŽ Performance īŽ Depends on Network Elements īŽ Measured in terms of Delay and Throughput īŽ Reliability īŽ Failure rate of network components īŽ Measured in terms of availability/robustness īŽ Security īŽ Data protection against corruption/loss of data due to: īŽ Errors īŽ Malicious users
  • 30. 9A-30 The Uses of a Network īŽ Simultaneous access to data īŽ Data files are shared īŽ Access can be limited īŽ Shared files stored on a server īŽ Software can be shared īŽ Site licenses īŽ Network versions īŽ Application servers
  • 31. 9A-31 The Uses of a Network īŽ Shared peripheral device īŽ Printers and faxes are common shares īŽ Reduces the cost per user īŽ Devices can be connected to the network īŽ Print servers control network printing īŽ Manage the print queue
  • 33. 9A-33 The Uses of a Network īŽ Personal communication īŽ Email īŽ Instantaneous communication īŽ Conferencing īŽ Tele conferencing īŽ Videoconferencing īŽ Audio-conferencing īŽ Data-conferencing īŽ Voice over IP īŽ Phone communication over network wires
  • 35. 9A-35 The Uses of a Network īŽ Easier data backup īŽ Backup copies data to removable media īŽ Server data backed up in one step
  • 36. 9A-36 Common Network Types īŽ Local Area Network (LAN) īŽ Contains printers, servers and computers īŽ Systems are close to each other īŽ Contained in one office or building īŽ Organizations often have several LANS
  • 37. 9A-37 Common Network Types īŽ Wide Area Networks (WAN) īŽ Two or more LANs connected īŽ Over a large geographic area īŽ Typically use public or leased lines īŽ Phone lines īŽ Satellite īŽ The Internet is a WAN
  • 38. 9A-38 Hybrid Network Types īŽ Campus Area Networks (CAN) īŽ A LAN in one large geographic area īŽ Resources related to the same organization īŽ Each department shares the LAN
  • 39. 9A-39 Hybrid Network Types īŽ Metropolitan Area Network (MAN) īŽ Large network that connects different organizations īŽ Shares regional resources īŽ A network provider sells time
  • 40. 9A-40 Hybrid Network Types īŽ Home Area Network (HAN) īŽ Small scale network īŽ Connects computers and entertainment appliances īŽ Found mainly in the home
  • 41. 9A-41 Hybrid Network Types īŽ Personal Area Network (PAN) īŽ Very small scale network īŽ Range is less than 2 meters īŽ Cell phones, PDAs, MP3 players
  • 42. 9A-42 How Networks Are Structured īŽ Server based network īŽ Node is any network device īŽ Servers control what the node accesses īŽ Users gain access by logging in īŽ Server is the most important computer
  • 43. 9A-43 How Networks Are Structured īŽ Client/Server network īŽ Nodes and servers share data roles īŽ Nodes are called clients īŽ Servers are used to control access īŽ Database software īŽ Access to data controlled by server īŽ Server is the most important computer
  • 44. 9A-44 How Networks Are Structured īŽ Peer to peer networks (P2PN) īŽ All nodes are equal īŽ Nodes access resources on other nodes īŽ Each node controls its own resources īŽ Most modern OS allow P2PN īŽ Distributing computing is a form īŽ Kazaa
  • 45. 9A-45 Network Topologies īŽ Topology īŽ Logical layout of wires and equipment īŽ Choice affects īŽ Network performance īŽ Network size īŽ Network collision detection īŽ Several different types
  • 46. 9A-46 Network Topologies īŽ Packets īŽ Pieces of data transmitted over a network īŽ Packets are created by sending node īŽ Data is reassembled by receiving node īŽ Packet header īŽ Sending and receiving address īŽ Packet payload īŽ Number and size of data īŽ Actual data īŽ Packet error control
  • 47. 9A-47 Network Topologies īŽ Bus topology īŽ Also called linear bus īŽ One wire connects all nodes īŽ Terminator ends the wires īŽ Advantages īŽ Easy to setup īŽ Small amount of wire īŽ Disadvantages īŽ Slow īŽ Easy to crash
  • 48. 9A-48 Network Topologies īŽ Star topology īŽ All nodes connect to a hub īŽ Packets sent to hub īŽ Hub sends packet to destination īŽ Advantages īŽ Easy to setup īŽ One cable can not crash network īŽ Disadvantages īŽ One hub crashing downs entire network īŽ Uses lots of cable īŽ Most common topology
  • 50. 9A-50 Network Topologies īŽ Ring topology īŽ Nodes connected in a circle īŽ Tokens used to transmit data īŽ Nodes must wait for token to send īŽ Advantages īŽ Time to send data is known īŽ No data collisions īŽ Disadvantages īŽ Slow īŽ Lots of cable
  • 51. 9A-51 Network Topologies īŽ Mesh topology īŽ All computers connected together īŽ Internet is a mesh network īŽ Advantage īŽ Data will always be delivered īŽ Disadvantages īŽ Lots of cable īŽ Hard to setup
  • 53. 9A-53 Network Media īŽ Links that connect nodes īŽ Choice impacts īŽ Speed īŽ Security īŽ Size
  • 54. 9A-54 Wire Based Media n Twisted-pair cabling īŽ Most common LAN cable īŽ Called Cat5 or 100BaseT īŽ Four pairs of copper cable twisted īŽ May be shielded from interference īŽ Speeds range from 1 Mbps to 1,000 Mbps
  • 55. 9A-55 Wire Based Media īŽ Coaxial cable īŽ Similar to cable TV wire īŽ One wire runs through cable īŽ Shielded from interference īŽ Speeds up to 10 Mbps īŽ Nearly obsolete
  • 56. 9A-56 Wire Based Media n Fiber-optic cable īŽ Data is transmitted with light pulses īŽ Glass strand instead of cable īŽ Immune to interference īŽ Very secure īŽ Hard to work with īŽ Speeds up to 100 Gbps
  • 57. 9A-57 Wireless Media īŽ Data transmitted through the air īŽ LANs use radio waves īŽ WANs use microwave signals īŽ Easy to setup īŽ Difficult to secure
  • 58. 9A-58 Network Hardware īŽ Network interface cards īŽ Network adapter īŽ Connects node to the media īŽ Unique Machine Access Code (MAC)
  • 59. 9A-59 Network Hardware īŽ Network linking devices īŽ Connect nodes in the network īŽ Cable runs from node to device īŽ Crossover cable connects two computers
  • 60. 9A-60 Network Hardware īŽ Hubs īŽ Center of a star network īŽ All nodes receive transmitted packets īŽ Slow and insecure
  • 61. 9A-61 Network Hardware īŽ Switches īŽ Replacement for hubs īŽ Only intended node receives transmission īŽ Fast and secure
  • 62. 9A-62 Network Hardware īŽ Bridge īŽ Connects two or more LANs together īŽ Packets sent to remote LAN cross īŽ Other packets do not cross īŽ Segments the network on MAC addresses
  • 63. 9A-63 Network Hardware īŽ Router īŽ Connects two or more LANs together īŽ Packets sent to remote LAN cross īŽ Network is segmented by IP address īŽ Connect internal networks to the Internet īŽ Need configured before installation
  • 64. 9A-64 Network Hardware īŽ Gateway īŽ Connects two dissimilar networks īŽ Connects coax to twisted pair īŽ Most gateways contained in other devices
  • 65. 9A-65 Network Cabling īŽ Cabling specifications īŽ Bandwidth measures cable speed īŽ Typically measured in Mbps īŽ Maximum cable length īŽ Connector describes the type of plug
  • 66. 9A-66 Network Cabling īŽ Ethernet īŽ Very popular cabling technology īŽ 10 Base T, 10Base2, 10Base5 īŽ Maximum bandwidth 10 Mbps īŽ Maximum distances100 to 500 meters
  • 67. 9A-67 Network Cabling īŽ Fast Ethernet īŽ Newer version of Ethernet īŽ Bandwidth is 100 Mbps īŽ Uses Cat5 or greater cable īŽ Sometimes called 100Base T īŽ Requires a switch
  • 68. 9A-68 Network Cabling īŽ Gigabit Ethernet īŽ High bandwidth version of Ethernet īŽ 1 to 10 Gbps īŽ Cat 5 or fiber optic cable īŽ Video applications
  • 69. 9A-69 Network Cabling īŽ Token ring īŽ Uses shielded twisted pair cabling īŽ Bandwidth between 10 and 25 Mbps īŽ Uses a multiple access unit (MAU) īŽ Popular in manufacturing and finance
  • 70. 9A-70 Network Protocols īŽ Language of the network īŽ Rules of communication īŽ Error resolution īŽ Defines collision and collision recovery īŽ Size of packet īŽ Naming rules for computers
  • 71. 9A-71 Network Protocols īŽ TCP/IP īŽ Transmission Control Protocol/Internet Protocol īŽ Most popular protocol īŽ Machines assigned a name of 4 numbers īŽ IP address īŽ 209.8.166.179 is the White House’s web site īŽ Dynamic Host Configuration Protocol īŽ Simplifies assignment of IP addresses īŽ Required for Internet access
  • 72. 9A-72 Network Protocols īŽ IPX/SPX īŽ Internet Packet Exchange/Sequenced Packet Exchange īŽ Older protocol īŽ Associated with Novell Netware īŽ Replaced by TCP/IP
  • 73. 9A-73 Network Protocols īŽ NetBEUI īŽ Network BIOS Extended User Interface īŽ Used by Windows to name computers īŽ Transmission details handled by TCP/IP
  • 74. 9A-74 Network Protocols īŽ Token ring īŽ Popular in manufacturing and finance īŽ Nodes communicate when they have the token
  • 75. 2.75 Network Models We use the concept of layers in our daily life. As an example, let us consider two friends who communicate through postal mail. The process of sending a letter to a friend would be complex if there were no services available from the post office. Sender, Receiver, and Carrier Hierarchy Topics discussed in this section:
  • 76. 2.76 Figure 2.1 Tasks involved in sending a letter
  • 77. 2.77 2-2 THE OSI MODEL Established in 1947, the International Standards Organization (ISO) is a multinational body dedicated to worldwide agreement on international standards. An ISO standard that covers all aspects of network communications is the Open Systems Interconnection (OSI) model. It was first introduced in the late 1970s. Layered Architecture Peer-to-Peer Processes Encapsulation Topics discussed in this section:
  • 78. 2.78 ISO is the organization. OSI is the model. Note
  • 79. 2.79 Figure 2.2 Seven layers of the OSI model
  • 80. 2.80 Figure 2.3 The interaction between layers in the OSI model
  • 81. 2.81 Figure 2.4 An exchange using the OSI model
  • 82. 2.82 2-3 LAYERS IN THE OSI MODEL In this section we briefly describe the functions of each layer in the OSI model. Physical Layer Data Link Layer Network Layer Transport Layer Session Layer Presentation Layer Application Layer Topics discussed in this section:
  • 84. 2.84 The physical layer is responsible for movements of individual bits from one hop (node) to the next. Note
  • 85. 2.85 Figure 2.6 Data link layer
  • 86. 2.86 The data link layer is responsible for moving frames from one hop (node) to the next. Note
  • 89. 2.89 The network layer is responsible for the delivery of individual packets from the source host to the destination host. Note
  • 92. 2.92 The transport layer is responsible for the delivery of a message from one process to another. Note
  • 93. 2.93 Figure 2.11 Reliable process-to-process delivery of a message
  • 95. 2.95 The session layer is responsible for dialog control and synchronization. Note
  • 97. 2.97 The presentation layer is responsible for translation, compression, and encryption. Note
  • 99. 2.99 The application layer is responsible for providing services to the user. Note
  • 101. 2.101 2-4 TCP/IP PROTOCOL SUITE The layers in the TCP/IP protocol suite do not exactly match those in the OSI model. The original TCP/IP protocol suite was defined as having four layers: host-to-network, internet, transport, and application. However, when TCP/IP is compared to OSI, we can say that the TCP/IP protocol suite is made of five layers: physical, data link, network, transport, and application. Physical and Data Link Layers Network Layer Transport Layer Application Layer Topics discussed in this section:
  • 102. 2.102 Figure 2.16 TCP/IP and OSI model
  • 103. 2.103 2-5 ADDRESSING Four levels of addresses are used in an internet employing the TCP/IP protocols: physical, logical, port, and specific. Physical Addresses Logical Addresses Port Addresses Specific Addresses Topics discussed in this section:
  • 105. 2.105 Figure 2.18 Relationship of layers and addresses in TCP/IP
  • 106. 2.106 In Figure 2.19 a node with physical address 10 sends a frame to a node with physical address 87. The two nodes are connected by a link (bus topology LAN). As the figure shows, the computer with physical address 10 is the sender, and the computer with physical address 87 is the receiver. Example 2.1
  • 108. 2.108 Most local-area networks use a 48-bit (6-byte) physical address written as 12 hexadecimal digits; every byte (2 hexadecimal digits) is separated by a colon, as shown below: Example 2.2 07:01:02:01:2C:4B A 6-byte (12 hexadecimal digits) physical address.
  • 109. 2.109 Figure 2.20 shows a part of an internet with two routers connecting three LANs. Each device (computer or router) has a pair of addresses (logical and physical) for each connection. In this case, each computer is connected to only one link and therefore has only one pair of addresses. Each router, however, is connected to three networks (only two are shown in the figure). So each router has three pairs of addresses, one for each connection. Example 2.3
  • 110. 2.110 Figure 2.20 IP addresses
  • 111. 2.111 Figure 2.21 shows two computers communicating via the Internet. The sending computer is running three processes at this time with port addresses a, b, and c. The receiving computer is running two processes at this time with port addresses j and k. Process a in the sending computer needs to communicate with process j in the receiving computer. Note that although physical addresses change from hop to hop, logical and port addresses remain the same from the source to destination. Example 2.4
  • 113. 2.113 The physical addresses will change from hop to hop, but the logical addresses usually remain the same. Note
  • 114. 2.114 Example 2.5 A port address is a 16-bit address represented by one decimal number as shown. 753 A 16-bit port address represented as one single number.
  • 115. Transmission Media n The transmission medium is the physical path by which a message travels from sender to receiver. n Computers and telecommunication devices use signals to represent data. n These signals are transmitted from a device to another in the form of electromagnetic energy. n Examples of Electromagnetic energy include power, radio waves, infrared light, visible light, ultraviolet light, and X and gamma rays. n All these electromagnetic signals constitute the electromagnetic spectrum
  • 116. â€ĸNot all portion of the spectrum are currently usable for telecommunications â€ĸEach portion of the spectrum requires a particular transmission medium
  • 117. īŽ Signals of low frequency (like voice signals) are generally transmitted as current over metal cables. It is not possible to transmit visible light over metal cables, for this class of signals is necessary to use a different media, for example fiber-optic cable.
  • 119. Transmission Media n Guided media, which are those that provide a conduit from one device to another. n Examples: twisted-pair, coaxial cable, optical fiber. n Unguided media (or wireless communication) transport electromagnetic waves without using a physical conductor. Instead, signals are broadcast through air (or, in a few cases, water), and thus are available to anyone who has a device capable of receiving them.
  • 120. Guided Media There are three categories of guided media: 1. Twisted-pair cable 2. Coaxial cable 3. Fiber-optic cable
  • 121. Twisted-pair cable n Twisted pair consists of two conductors (normally copper), each with its own plastic insulation, twisted together. n Twisted-pair cable comes in two forms: unshielded and shielded n The twisting helps to reduce the interference (noise) and crosstalk.
  • 122.
  • 124. Frequency range for twisted-pair cable
  • 125. Unshielded Twisted-pair (UTP) cable n Any medium can transmit only a fixed range of frequencies! n UTP cable is the most common type of telecommunication medium in use today. n The range is suitable for transmitting both data and video. n Advantages of UTP are its cost and ease of use. UTP is cheap, flexible, and easy to install.
  • 126. The Electronic Industries Association (EIA) has developed standards to grade UTP. 1. Category 1. The basic twisted-pair cabling used in telephone systems. This level of quality is fine for voice but inadequate for data transmission. 2. Category 2. This category is suitable for voice and data transmission of up to 2Mbps. 3. Category 3.This category is suitable for data transmission of up to 10 Mbps. It is now the standard cable for most telephone systems. 4. Category 4. This category is suitable for data transmission of up to 20 Mbps. 5. Category 5. This category is suitable for data transmission of up to 100 Mbps.
  • 127. Table 7.1 Categories of unshielded twisted-pair cables Category Bandwidth Data Rate Digital/Analog Use 1 very low < 100 kbps Analog Telephone 2 < 2 MHz 2 Mbps Analog/digital T-1 lines 3 16 MHz 10 Mbps Digital LANs 4 20 MHz 20 Mbps Digital LANs 5 100 MHz 100 Mbps Digital LANs 6 (draft) 200 MHz 200 Mbps Digital LANs 7 (draft) 600 MHz 600 Mbps Digital LANs
  • 128. UTP connectors The most common UTP connector is RJ45 (RJ stands for Registered Jack).
  • 129. Shielded Twisted (STP) Cable n STP cable has a metal foil or braided-mesh covering that enhances each pair of insulated conductors. n The metal casing prevents the penetration of electromagnetic noise. n Materials and manufacturing requirements make STP more expensive than UTP but less susceptible to noise.
  • 130. Applications īŽ Twisted-pair cables are used in telephones lines to provide voice and data channels. īŽ The DSL lines that are used by the telephone companies to provide high data rate connections also use the high- bandwidth capability of unshielded twisted-pair cables. īŽ Local area networks, such as 10Base-T and 100Base-T, also used UTP cables.
  • 131. Coaxial Cable (or coax) n Coaxial cable carries signals of higher frequency ranges than twisted-pair cable. n Coaxial Cable standards: RG-8, RG-9, RG-11 are used in thick Ethernet RG-58 Used in thin Ethernet RG-59 Used for TV
  • 132. BNC connectors â€ĸ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. 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.
  • 133. Optical Fiber īŽ Metal cables transmit signals in the form of electric current. īŽ Optical fiber is made of glass or plastic and transmits signals in the form of light. īŽ Light, a form of electromagnetic energy, travels at 300,000 Kilometers/second ( 186,000 miles/second), in a vacuum. īŽ The speed of the light depends on the density of the medium through which it is traveling ( the higher density, the slower the speed).
  • 134. The Nature of the Light īŽ Light travels in a straight line as long as it is moving through a single uniform substance. īŽ If a ray of light traveling through one substance suddenly enters another (less or more dense) substance, its speed changes abruptly, causing the ray to change direction. This change is called refraction.
  • 136. Critical angle â€ĸIf the angle of incidence increases, so does the angle of refraction. â€ĸThe critical angle is defined to be an angle of incidence for which the angle of refraction is 90 degrees.
  • 137. Reflection n When the angle of incidence becomes greater than the critical angle, a new phenomenon occurs called reflection. n Light no longer passes into the less dense medium at all.
  • 139. n Optical fibers use reflection to guide light through a channel. n A glass or core is surrounded by a cladding of less dense glass or plastic. The difference in density of the two materials must be such that a beam of light moving through the core is reflected off the cladding instead of being into it. n Information is encoded onto a beam of light as a series of on-off flashes that represent 1 and 0 bits.
  • 141. Types of Optical Fiber n There are two basic types of fiber: multimode fiber and single-mode fiber. n Multimode fiber is best designed for short transmission distances, and is suited for use in LAN systems and video surveillance. n Single-mode fiber is best designed for longer transmission distances, making it suitable for long-distance telephony and multichannel television broadcast systems.
  • 142. Propagation Modes (Types of Optical Fiber ) n Current technology supports two modes for propagating light along optical channels, each requiring fiber with different physical characteristics: Multimode and Single Mode. n Multimode, in turn, can be implemented in two forms: step-index or graded index.
  • 143. n Multimode: In this case multiple beams from a light source move through the core in different paths. n In multimode step-index fiber, the density of the core remains constant from the center to the edges. A beam of light moves through this constant density in a straight line until it reaches the interface of the core and cladding. At the interface there is an abrupt change to a lower density that alters the angle of the beam’s motion. n In a multimode graded-index fiber the density is highest at the center of the core and decreases gradually to its lowest at the edge.
  • 145. n Single mode uses step-index fiber and a highly focused source of light that limits beams to a small range of angles, all close to the horizontal. n Fiber Sizes Optical fibers are defined by the ratio of the diameter of their core to the diameter of their cladding, both expressed in microns (micrometers) Type Core Claddi ng Mode 50/125 50 125 Multimode, graded-index 62.5/125 62.5 125 Multimode, graded-index 100/125 100 125 Multimode, graded-index 7/125 7 125 Single-mode
  • 146. Light sources for optical fibers īŽ The purpose of fiber-optic cable is to contain and direct a beam of light from source to target. īŽ The sending device must be equipped with a light source and the receiving device with photosensitive cell (called a photodiode) capable of translating the received light into an electrical signal. īŽ The light source can be either a light-emitting diode (LED) or an injection laser diode.
  • 147. Fiber-optic cable connectors The subscriber channel (SC) connector is used in cable TV. It uses a push/pull locking system. The straight-tip (ST) connector is used for connecting cable to networking devices. MT-RJ is a new connector with the same size as RJ45.
  • 148. Advantages of Optical Fiber n The major advantages offered by fiber-optic cable over twisted-pair and coaxial cable are noise resistance, less signal attenuation, and higher bandwidth. n Noise Resistance: Because fiber-optic transmission uses light rather than electricity, noise is not a factor. External light, the only possible interference, is blocked from the channel by the outer jacket.
  • 149. Advantages of Optical Fiber īŽ Less signal attenuation Fiber-optic transmission distance is significantly greater than that of other guided media. A signal can run for miles without requiring regeneration. īŽ Higher bandwidth Currently, data rates and bandwidth utilization over fiber- optic cable are limited not by the medium but by the signal generation and reception technology available.
  • 150. Disadvantages of Optical Fiber īŽ The main disadvantages of fiber optics are cost, installation/maintenance, and fragility. īŽ Cost. Fiber-optic cable is expensive. Also, a laser light source can cost thousands of dollars, compared to hundreds of dollars for electrical signal generators. īŽ Installation/maintenance īŽ Fragility. Glass fiber is more easily broken than wire, making it less useful for applications where hardware portability is required.
  • 151. Unguided Media īŽ Unguided media, or wireless communication, transport electromagnetic waves without using a physical conductor. Instead the signals are broadcast though air or water, and thus are available to anyone who has a device capable of receiving them. īŽ The section of the electromagnetic spectrum defined as radio communication is divided into eight ranges, called bands, each regulated by government authorities.
  • 152.
  • 153. Propagation of Radio Waves īŽ Radio technology considers the earth as surrounded by two layers of atmosphere: the troposphere and the ionosphere. īŽ The troposphere is the portion of the atmosphere extending outward approximately 30 miles from the earth's surface. īŽ The troposphere contains what we generally think of as air. Clouds, wind, temperature variations, and weather in general occur in the troposphere. īŽ The ionosphere is the layer of the atmosphere above the troposphere but below space.
  • 155. īŽ Ground propagation. In ground propagation, radio waves travel through the lowest portion of the atmosphere, hugging the earth. These low- frequency signals emanate in all directions from the transmitting antenna and follow the curvature of the planet. The distance depends on the power in the signal. īŽ In Sky propagation, higher-frequency radio waves radiate upward into the ionosphere where they are reflected back to earth. This type of transmission allows for greater distances with lower power output. īŽ In Line-of-Sight Propagation, very high frequency signals are transmitted in straight lines directly from antenna to antenna.
  • 156. Bands Band Range Propagation Application VLF 3–30 KHz Ground Long-range radio navigation LF 30–300 KHz Ground Radio beacons and navigational locators MF 300 KHz–3 MHz Sky AM radio HF 3–30 MHz Sky Citizens band (CB), ship/aircraft communication VHF 30–300 MHz Sky and line-of-sight VHF TV, FM radio UHF 300 MHz–3 GHz Line-of-sight UHF TV, cellular phones, paging, satellite SHF 3–30 GHz Line-of-sight Satellite communication EHF 30–300 GHz Line-of-sight Long-range radio navigation
  • 157. Propagation of Specific Signals n VLF Very Low Frequency waves are propagated as surface waves, usually through the air but some times through seawater. VLF waves do not suffer much attenuation in transmission but are susceptible to the high levels of atmospheric noise ( heat and electricity) active at low altitudes. n VLF waves are use mostly for long-range radio navigation and for submarine communication.
  • 158. n LF low frequency waves are also propagated as surface waves. LF waves are used for long-range radio navigation and for radio beacons or navigational locators. n MF Middle frequency signals are propagated in the troposphere. Uses for MF transmissions include AM radio, maritime radio, and emergency frequencies.
  • 159. n HF high frequency signals use ionospheric propagation. These frequencies move into the ionosphere, where they are reflected back to earth. Uses for HF signals include amateur radio, citizen’s band (CB) radio, military communication, long- distance aircraft and ship communication, telephone, telegraph, and fax.
  • 160. n VHF Most very high frequency waves use line-of-sight propagation. Uses for VHF include VHF television, FM radio, and aircraft navigational aid. n UHF Ultrahigh frequency waves always use line-of-sight propagation. Uses for UHF includes UHF television, mobile telephone, cellular radio, and microwave links.
  • 161. n SHF Superhigh frequency waves are transmitted using mostly line-of-sight and some space propagation. Uses for SHF include terrestrial and satellite microwave and radar communication. n EHF Extremely high frequency waves use space propagation. Uses for EHF are predominantly scientific and include radar, satellite and experimental communications.