Chapter 4
Chapter 4
Feb 2024
Data Communication
➔ The electronic systems, which transfer data from one point to another,
are called data communication systems.
Medium (Channel)
Sender Receiver
(Source) (Object or Sink)
➔ In guided transmission media, the data follows a definite path. This path
is wire or cable. When data is communicated over guided media, it
follows a definite path, the wire/cable. There are three types of guided
media:
➔ Twisted pair cable
➔ Coaxial Cable
➔ Fiber optic cable
Twisted Pair Cable
Two types:
○ Shielded twisted pair (STP)
○ Unshielded twisted pair(UTP)
The standard connector for UTP cable is RJ-45. RJ-stands for Registered Jack.
UTP cable has four pairs of wires (8 wires in general) in each cable.
Coaxial Cable
● It has a single copper conductor at its center. It has braided metal shield that
prevents electromagnetic interference. The metallic braid/shield traps
electromagnetic interference that distorts our data.
Used in cable TVs
It uses a connector called BNC
Fiber Optic cable
Digital Signal
● Computers can understand and process only digital signals. The digital signal has only two
states: high and low, no intermediate value. They are discrete in nature. The state of the
signal is either high or low, and there is no intermediate value.
Two types of signals
Analog Signal
● Analog signal is a continuous signal which has the behavior of continuously
varying. In this case there is no fixed number of states for the signal i.e. it shows
continuous variation.
Data Transmission Modes
➔ There are three ways, or modes, of transmitting data from one point to another
(direction). There are 3 types:
Data Transmission Modes
Data Sharing
Hardware Sharing
Internet Access
Data Security and Management
Entertainment and so on…
Disadvantages of networking
Switch :provides central connection point for computer or other network device.
Example of Intermediary device
● Routers : Routers are highly intelligent devices that connect multiple network
types and determine the best path for sending data.
Types of Network
● Client: Computers normally request and receive information over the network
client.
○ Client computers also depends primarily on the central server for processing
activities.
Network Architecture
● Star topology: all communication devices (nodes) are connected to a central hub/Server
or a Host computer via cables.
○ If any workstation goes down it does not affect the entire network. (But, as you might expect, if
the central device goes down, the entire network goes down.)
○ Star topologies are more expensive to install than bus networks, because there are several more
cables that need to be installed, plus the cost of the hubs that are needed.
Types of Network Topology
● Bus topology : A bus is the simplest physical topology. It consists of a single cable that
runs to every workstation.
○ This topology uses the least amount of cabling, but also covers the shortest amount
of distance.
○ If any connection to the node fails the entire network fails.
Types of Network Topology
● Ring Topology : In ring topology, every device is connected to a ring forming a loop.
Each device is connected to two other devices in ring topology.
● Data is transmitted over the ring in one direction only following the ring. So, if data is
sent over the ring, it reaches all devices on the ring one after the other.
● Since, all messages are flowing in only one direction; failure of a single node can
compromise the entire network.
Types of Network Topology
Mesh : The mesh topology is the simplest logical topology in terms of data flow, but it is the
most complex in terms of physical design.
In this physical topology, each device is connected to every other device.
Other NTK Devices
Modem
● Modems are the devices used to communicate data over telephone lines. This function is the translation of
digital computer data into a signal that can be transmitted over a phone line and vice versa.
Protocols
● Protocols are the rules that the networks all use to understand each other.
Internet