IOT2
IOT2
• Data and networking, which allows for the instant availability of information from
anywhere on the earth at any moment.
Depending on the way a host communicates with other hosts, computer networks are of
two types
(i)Point-to-point
(ii)Point-to-multipoint.
What is TDMA?
The term TDMA is an acronym for Time Division Multiple Access.
The TDMA doesn’t split its primary RF channel into two or more sub-channels- but splits it into two time slots
instead.
Each slot carries an identical RF frequency- but they hold the capacity of carrying separate conversations in
each of them.
Physical topology
Depending on the physical manner in which communication paths between
the hosts
are connected, computer networks can have the following four broad
topologies—
(i)Star
(ii)Mesh
(iii)Bus
(iv)Ring.
(i) Star
• In a star topology, every host has a point-to-point link to a central
controller or hub.
• The hosts cannot communicate with one another directly; they
can only do so through the central hub.
• The hub acts as the network traffic exchange.
• For large-scale systems, the hub, essentially, has to be a powerful
server to handle
• all the simultaneous traffic flowing through it.
• However, as there are fewer links (only one link per host), this
topology is cheaper and easier to set up.
Advantages
easy installation and the ease of fault identification within the
network.
If the central hub remains uncompromised, link failures between a
host and the hub do not have a big effect on the network,except for
the host that is affected.
Disadvantage
The danger of a single point of failure. If the hub fails, the whole
network fails.
(ii) Mesh
• In a mesh topology, every host is connected to every other
host using a dedicated link (in a point-to-point manner).
• For n hosts in a mesh, there are a total of n(n1)=2
dedicated full duplex links between the hosts.
Advantages
• The robustness and resilience of the system. Even if a link is
down or broken, the network is still fully functional as there
remain other pathways for the traffic to flow through.
• security and privacy of the traffic as the data is only seen by
the intended recipients and not by all members of the
network.
• Reduced data load on a single host, as every host in this
network takes care of its traffic load.
Disadvantages
• This massive number of links makes the mesh topology
expensive.
So, mesh networks are used very selectively, such as in
backbone networks.
Bus Topology
• Bus topology, also known as line topology, is a type of
network topology in which all devices in the network are
connected by one central RJ-45 network cable or coaxial
cable.
• A bus topology is a network configuration in which all devices
are connected to a central cable, also known as a bus .
• A bus topology follows the point-to-multipoint connection. A
backbone cable or bus serves as the primary traffic pathway
between the hosts.
• The hosts are connected to the main bus employing drop
lines or taps.
Advantage
• ease of installation.
• Multiple drop lines and taps can be used to connect various
hosts to the bus, making installation very easy and cheap.
• The bus topology has a simple cabling procedure in which a
single bus (backbone cable) can beused for an organization.
Drawback
• difficulty in fault localization within the network.
• restriction on the length of the bus and the number of hosts that can
be simultaneously connected to the bus due to signal loss over the
extended bus
Ring topology