Cnet Lab Week1 - Fall24
Cnet Lab Week1 - Fall24
Network:
A computer network, or data network, is a digital telecommunications network which allows nodes
to share resources. In computer networks, computing devices exchange data with each other using
connections (data links) between nodes.
Network Topology:
Network topology is the arrangement of the elements (links, nodes, etc.) of a communication
network. Network topology is the topological structure of a network and may be depicted physically
or logically.
Mesh topology:
A network setup where each computer and network device are interconnected with one another,
allowing for most transmissions to be distributed, even if one of the connections go down. It is a
topology commonly used for wireless networks. Below is a visual example of a simple computer setup
on a network using a mesh topology.
Star topology:
A Star network is one of the most common computer network topologies. In its simplest form, a star
network consists of one central hub which acts as a conduit to transmit messages. In star topology,
every host is connected to a central hub. A star network is an implementation of a spoke–hub
distribution paradigm in computer networks.
Bus topology:
A bus network is a network topology in which nodes are directly connected to a common linear (or
branched) half-duplex link called a bus.
National University of Computer & Emerging Sciences (NUCES), Islamabad
Ring topology:
A ring topology is a network configuration in which device connections create a circular data
path. Each networked device is connected to two others, like points on a circle. Together, devices in
a ring topology are referred to as a ring network.
Tree topology:
A tree topology is a special type of structure in which many connected elements are arranged like
the branches of a tree. For example, tree topologies are frequently used to organize the computers
in a corporate network, or the information in a database.
Unicast
Unicast transmission is defined as a type of transmission of data in which data is transferred from one node( single sender
node) to another node( single receiver node). Unicast transmission is a type of one-to-one communication. The sender
node is from one network whereas the receiver node belongs to another.
National University of Computer & Emerging Sciences (NUCES), Islamabad
Multicast
Multicast is defined as a type of transmission of data where one or more sending hosts sends the data packets to one or
more receiving hosts in another network. This type of transmission is known as one-to-many communication. Class D of IP
address is reserved for multicast groups. Multicast is more efficient than unicast when multiple nodes want to receive the
same data.
Broadcast
Broadcast is defined as a type of transmission where data is transmitted from one source node to all other destination
nodes. Broadcast transmission is a type of one to all communication approach. Broadcast transmission is used where all
other present nodes need to see the data transmitted from the source. It is used in protocols such as Routing Information
Protocol(RIP) and Address Resolution Protocol(ARP).
Network Devices
Hub
Hub is a very simple network device that is used in LANs. It is basically a multiport repeater. Hubs do not decide
anything and forwards any traffic to all of the ports. So, they are not smart devices. They have multiple ports
that connects different network equipment in the same network. But this device the network bandwidth
Switch
Switch is a network device that works in Layer 2 (Data Link Layer). It is a smart device that collects data and
switches the traffic according ot this data. Switches have many ports and with these characteristics, they
expand the network through endpoints.
Router
A Router is a network device that works on Layer 3. It is basically used to connect different networks. Router is
a smart device. So it calculates the routes according to some algorithms and then makes the route decision.
Then forwards the packets according to the Layer 3 IP addresses.
National University of Computer & Emerging Sciences (NUCES), Islamabad
Practice Tasks
Task 1:
Construct a Mesh network topology which have four switches connected with 4 computers and
assign them proper IP addresses, and subnet mask. Also, show the status of the PDU, by sending PDU
from one PC to another.
Task 2:
Construct a star network topology which have one Hub connected with 4 computers and assign them
proper IP addresses, subnet mask and default gateways, also show the status of the PDU, by sending
PDU from one PC to another.
Task 3:
Construct a ring network topology which have five switches connected with 5 computers and assign
them proper IP addresses, and subnet mask. Also, show the status of the PDU, by sending PDU from
one PC to another.
Submission Guidelines:
1. Do not zip your tasks, upload your tasks separately on GCR with naming convention :
rollNumber_TaskNumber.pkt, along with the screenshot of the topology with the
successful message.
2. Pledgerism will result in ZERO marks.
3. No late submission will be marked.