Lab 04 - EED
Lab 04 - EED
Lab 04 - EED
Lab 04
Objective:
To learn about basic functions and applications of Networks.
1 Network
It consists of two or more computers that are linked in order to share resources (such
as printers and CDs), exchange files, or allow electronic communications. The computers on a
network may be linked through cables, telephone lines, radio waves, satellites, or infrared light
beams.
connection of LAN connecting to other LAN’s via telephone lines and radio waves and may be
limited to an enterprise (a corporation or an organization) or accessible to the public. The
technology is high speed and relatively expensive.
1.3.1 Hub
Hub is a centralized device that connects multiple devices in a single LAN network.
When Hub receives the data signals from a connected device on any of its port, except that port,
it forwards those signals to all other connected devices from the remaining ports. Usually, Hub
has one or more uplink ports that are used to connect it with another Hub.
There are two types of the Hub.
Passive Hub: - It forwards data signals in the same format in which it receives them. It does not
change the data signal in any manner.
Active Hub: - It also works same as the passive Hub works. But before forwarding the data signals,
it amplifies them. Due to this added feature, the active Hub is also known as the repeater.
1.3.3 Bridge
Bridge is used to divide a large network into smaller segments. Basic functions of the
Bridge are the following: -
Breaking a large network into smaller segments.
Connecting different media types. Such as connects UTP with the fiber optic.
Connecting different network architectures. Such as connects Ethernet with the Token
ring.
1.3.4 Switch
Just like Hub and Bridge, Switch is also used to connect the multiple devices together
in a LAN segment. Basically, a Switch is the upgraded version of the Bridge. Besides providing all
the functionalities of Bridge, it also offers several additional features.
The biggest advantage of Switch is that, it makes switching decisions in hardware by using
application specific integrated circuits (ASICs).
1.3.5 Modem
Modem is the device that is used to connect with the Internet. Technically, it is the
device that enables the digital data to be transmitted over the telecommunication lines.
A Telco company uses entirely different data transmission technology from the technology that
a PC uses for the data transmission. A modem understands both technologies. It changes the
technology that a PC uses, in the technology which Telco Company understands.
1.3.6 Gateway
Gateway is used to forward the packets which are generated from the local host or
network and but intended for the remote network. If a data packet does not find its destination
address in the local network then it takes the help of the gateway device to find the destination
address in the remote network. A gateway device knows the path of the remote destination
address. If require, it also changes the encapsulation of the packet so it can travel through the
other networks to get its destination address.
1.3.7 Router
The router connects the different network segments. It switches the data packets
between those networks which are either located in the different logical segments or built with
the different network layer protocols.
When a router receives a data packet on any of its interface, it checks the destination address of
that packet and based on that destination address, it forwards that data packet from the
interface which is connected with the destination address.
To forward a data packet to its destination, router keeps the records of connected networks.
These records are maintained in a database table known as the routing table. Routing table can
be built statically or dynamically.
Review Questions:
Q: Write down a name of Network topologies and insert an image of all?
Conclusion