Ch. 2 Final 19-9-2022
Ch. 2 Final 19-9-2022
Ch. 2 Final 19-9-2022
Network Communication
2.0 Objectives
2.1 Networking Transmission
Media
2.2 Comparing Transmission
media
2.3 What is Topology?
2.4 Typer Of TOPOLOGY
2.5 Understanding TCP/IP
2.6 Comparing TCP/IP Suite
with OSI layers
2.7 Summary
2.8
2.0 Objectives
At the end of the chapter you will be able to:
Explain types of networking media
Understand and explain Coaxial cables, Twisted pair cables,
Fiber optic cables
Compare the transmission media
Understand and Explain Topology and it need
Network Communication / 29
Explain different types of physical topologies used in
networking.
Understand and explain about TCP/IP
Compare OSI Model and TCP/IP Model
Explain Layer in TCP/IP model
30 / Networking
The Coaxial cables are two types:
Thicknet (10Base5)
Thinnet (10Base2)
Thicknet, also known as Thick Ethernet or 10Base5 Thinnet
also known as Thin Ethernet or 10Base2, are antiquated
Ethernet networking technologies. Both technologies use coax
that consists of solid copper core surrounded by an insulator.
10Base2 isknown as cheaper net, thin Ethernet, Thinnet, and
thin wire which is a variant of Ethernet that uses thin coaxial
cable, terminated with BNC connectors. Here 10Base2 means
10 Mbps speed,
Baseband signals and
200 metres length (actual usage is 185 metres).
And, 10BASE5 is known as thick Ethernet or Thicknet that
was the first commercially available variant of Ethernet. Here
10Base5 means
10 Mbps speed,
Baseband signals and
500 metres length.
Understanding the Thinnet and Thicknet concepts.
The number 10:
At the front of each identifier, 10 denotes the standard data
transfer speed over these media - ten megabits per second
(10Mbps).
The word Base:
Short for Baseband, this part of the identifier signifies a type
of network that uses only one carrier frequency for signaling and
requires all network stations to share its use.
The segment type or segment length:
This part of the identifier can be a digit or a letter:
Digit:
shorthand for how long (in meters) a cable segment may be
before attenuation sets in. For example, a 10Base5 segment can
Network Communication / 31
be no more than 500 meters long.
Letter:
identifies a specific physical type of cable. For example, the
T at the end of 10BaseT stands for twisted-pair.
UTP:
UTP means Unshielded Twisted Pair, which is the copper
media and inherited from telephony, which can be used for
increasingly higher data rates, and is rapidly becoming the de
facto standard for horizontal wiring, the connection between, and
including, the outlet and the termination in the communication
closet.
The advantage of UTP is that they are a very flexible, low cost
media, and can be used for either voice or data
communications.
And, the main disadvantage with UTP is the bandwidth. We
cannot achieve high bandwidth with UTP cables.
32 / Networking
STP:
STP cable is Shielded Twisted Pair copper conductive netting
or casing, performed with individually or with external conductive
shield around all pairs. It is heavier and more difficult to
manufacture, but it can extraordinarily enhance the signaling rate
in a given transmission plot. Twisting gives cancelation of
magnetically induced fields and currents on a pair of conductors.
The main advantage of STP is that it ensures greater
protection from all types of external interference than
unshielded twisted pair cable.
Advantage And the disadvantage is, it is more expensive than
UTP cable.
Network Communication / 33
It contains minor glass or plastic fibers, which carry light
beams and the coating helps preserve the fibers from heat, cold,
electromagnetic delay from distinct types of wiring, as readily as
some protection from ultraviolet rays from the sun. Fiber optics
manages for an essentially faster data transmission than
standard copper wires. And the fiber optic cables bandwidth is
much higher than other cables.
34 / Networking
together in close proximity to each other. The physical
properties of glass and fiber cables avoid most of these
issues.
There are two types of Fiber optic Cables they are:
1. Single mode Fiber Optic Cable
Network Communication / 35
The table below describes the differences between single mode
and multi-mode fiber optic cables.
Network Topology
36 / Networking
components of a network, including device location and cable
installation, while logical topology illustrates how data flows within
a network, regardless of its physical design.
Distances between nodes, physical interconnections,
transmission rates, or signal types may differ between two
networks, yet their topologies may be identical.
Network Communication / 37
Topology Cable Type
38 / Networking
problem occurs in the main cable, the entire network shuts
down.
At the start & the end point of the main cable terminators are
required to build up the network.
This network cannot be used as a stand-alone solution in a
large building.
Network Communication / 39
Network server is not needed to control the connection
between nodes.
Disadvantages of ring topology:
In this ring network if any node breaks down then the entire
network system stops working.
The speed of transferring data is slower than any other
topologies just because a packet of data passes through all
the nodes between sender & receiver node.
1. The entire network could be affected by moving, adding &
changing of devices.
40 / Networking
smoothly without effecting the whole network.
Disadvantages of star topology:
I t is more expensive than any other topologies to build up the
network because it requires excessive length of cable.
The entire network goes down if the central node (hub) does
not work properly & also if the other important nodes are
disconnected from the network, example file server node
stops working
The central hub is expensive which makes the network more
expensive.
Network Communication / 41
any peripherals because if one node fails there is always an
alternative one.
Disadvantages of Mesh topology:
It is very hard to configure the network & also very difficult to
maintain.
Mesh topology is comparatively expensive when compared
with other topologies like ring or star topology.
42 / Networking
2.4.6 HYBRID TOPOLOGY
Hybrid topology is the combination of two or more different
network topologies.
This network is a mixture of both peer-to-peer & client-server
network. It can be either wired or wireless network.
Network Communication / 43
2.5 Understanding TCP/IP
Transmission Control Protocol (TCP) and Internet Protocol
(IP) are two separate computer network protocols that define a
set of rules to govern communications among all devices
connected to the Internet. TCP transport is often used to transfer
data across IP networks.
Thus, the two protocols are used together so often that they
are commonly referred to as TCP/IP TCP/ IP is actually a whole
suite of protocols which includes TCP, IP, UDP, ARP, DNS, HTTP
and ICMP. The TCP/IP standards are maintained by the Internet
Engineering Task Force (IETF) and are listed through its Request
for Comments (RFC) publications.
The TCP/IP reference model covers most of the popular
protocols used in network communications. Due to its simplicity,
it is still being widely adopted instead of the OSI model.
44 / Networking
Layers of TCP/IP Reference Model
Network Communication / 45
the network access method, frame format, or medium, can be
used to communicate among different network types. It can work
with LAN technologies such as Ethernet, Token Ring, FDDI, etc.
and WAN technologies like X.25 (old), Frame Relay, etc. This
also allows it to be compatible with new technologies such as
Asynchronous Transfer Mode (ATM).
On most TCP/IP networks, none of the core IP protocols run
on this layer as that is not necessary.
facilitate communications with the physical layer.
The Network Interface layer corresponds with the Data Link
and Physical layers of the OSI model.
2. Internet Layer
The Internet layer is responsible for accepting, routing and
delivering data packages.
The core protocols of the Internet layer include Internet
protocol (IP), Address Resolution Protocol (ARP) protocol,
Internet Control Message Protocol (ICMP) protocol and Internet
Group Management Protocol (IGMP).
This layer of the TCP/IP reference model is the equivalent of
46 / Networking
the Network layer of the OSI model. The image shows the
protocol effective on the Internetwork layer of the TCP/IP protocol
stack.
3. Transport Layer
The Transport layer provides “end-to-end” communication to
ensure that packets arrive in sequence and without error. It does
so by acknowledging reception of data and retransmitting lost
packets.
This layer uses Transmission Control Protocol (TCP) and
User Datagram Protocol (UDP) as its core protocols.
TCP enables applications to reliably communicate with each
other “one-to-one”. Data transmitted over TCP contains a
header which helps in establishing an end-to-end connection
between sending and receiving machines in order to confirm
data transfer.
UDP provides datagram delivery service without the option to
verify connection between sending and receiving machines.
As such, it is used for small amounts of data transfer. It is
faster when compared to TCP, but less reliable.
This layer of the TCP/IP reference model is directly
comparable to the Transport layer of the OSI model, but also
includes some functions of the Session layer.
4. Application Layer
This layer makes the services of the other layers available to
applications that everyone can use.
This layer also defines the protocols that applications use for
Network Communication / 47
data transfer. While many new Application layer protocols are
being developed continuously, some of the protocols that are
currently in use are:
Hypertext Transfer Protocol (HTTP) is used to transfer files
from websites.
File Transfer Protocol (FTP) is used for interactive file transfer.
Simple Mail Transfer Protocol (SMTP) is used for the transfer
of email messages and attachments.
Telnet, means a terminal emulation protocol. It will be used
for logging on remotely to network hosts.
The Domain Name System (DNS) is used to resolve a host
name to an IP address.
RIP stands for Routing Information Protocol; it is a routing
protocol that routers use to exchange routing information on
an IP internetwork.
The Application layer of the TCP/IP reference model
corresponds with the Application layer of the OSI model. The
image shows the communication flow by using TCP/IP topology
model.
48 / Networking
2.5,2.6,2.7 Check Your Progress
1. A ------------ is a cable, is used in the transmission of
audio
2. ----------------- is used to transfer files from websites
(Hypertext Transfer Protocol
3. -------------- is used for interactive file transfer
2.7 Summary
The electrical signal goes through network media and there
are three types of network media to be specific Coaxial
cables, Twisted pair cables, and Fiber optic cables.
A Coaxial cable or coax is a cable, is used in the transmission
of audio, video, and communications.
Mainly coaxial cables are used as network and broadband
cable.
Thicknet, also known as Thick Ethernet or 10Base5, and
Thinnet also known as Thin Ethernet or 10Base2, are
outdated Ethernet networking technologies.
UTP means Unshielded Twisted Pair, which is the copper
media and inherited from telephony, which can be used for
increasingly higher data rates
STP cable is Shielded Twisted Pair copper conductive netting
or casing, performed with individually or with external
conductive shield around all pairs.
Fiber optic cable is a fast information transmission medium.
Fiber optic cables carry communication signals using pulses
of light generated by small lasers or light-emitting diodes
(LEDs).
Six physical topologies are there, BUS topology, RING
topology, STAR topology, MESH topology, TREE topology,
and HYBRID topology.
Network Communication / 49
In Bus topology all the nodes are connected with each other
with a single common cable.
In Tree topology each & every nodes are connected with its
parent’s node.
50 / Networking
2.8 Check your Progress Answer
2.1,2.2, 2.3 Check Your Progress Answer
1) Fiber Cabler
2) STP
3) UTP
2.4 Check Your Progress Answer
1) Hybrid Topology
2) Tree
3) Cenrral
2.5,2.6, 2.7 Check Your Progress Answer
1) Co-axial Cable
2) HTTP
3) FTP
Network Communication / 51
controller or hub.
52 / Networking
Answers
1. a) Coaxial cable
b) Twisted Pair
c) Optical Fiber
2. Thinnet, Thicknet
3. Light
4. B. Coaxial Cable
5. CAT5e
7. Topology
8. Star
9. Bus
10. Ring
11. Bus
12. Bus
13. A. SMTP
B. HTTP
C. FTP
14. Host-to-Host
15. DHCP
16. A. Application
B. Transport
C. Internet
17. B. Telnet
C. FTP
D. TFTP
Network Communication / 53
Notes
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
__________________________________________________________
54 / Networking