Networking Fundamentals
Networking Fundamentals
Networking Fundamentals
What is
Computer
Network?
• People and digital devices are
entities that communicate with
each other among themselves.
Just as people have a circle,
devices in the digital world have a
circle.
Network Topologies
Network topology is a visual map to understand the physical or
logical structure of a computer network. The locations of the
devices and cables in the network are among the factors that
determine the network topology. There are many benefits to
having a network topology.
Logical Topology
It does not show the exact location of the devices in the topology like
physical topology. It often contains fewer elements than physical topology.
Because data flow is important in logical topology. For example, data going
from device A to device B may not be included in the topology if it passes
over device C between device A and device B, and device C has no effect
on the data that would need to be displayed on it. In this topology, it is the
path of the data flow that is desired to be emphasized rather than the
physical placement of the devices.
Mesh Topology
It is a network topology where
there is no central node and each
node can be directly connected to
the other. Mesh topology is not a
suitable topology for large
networks.
It is divided into 2 types:
• Full-mesh
• Partial-mesh
Full-Mesh
In the Full-Mesh topology,
each node in the network is
connected to all other nodes
by cabling separately. In this
topology, it is unlikely that
the connection between two
nodes will be broken.
Because there are
alternative ways of
connecting.
Partial-Mesh
Switch
The switch is one of the network devices
operating at layer 2 according to the OSI
reference model. However, some switches
with more manageable features operate at
layer 3 according to the OSI reference
model. The switch is the interconnection
device and is used to connect the nodes that
want to connect to the network. Sizes may
vary depending on the number of ports on it.
Router
The router is one of the network equipment working at
the 3rd layer according to the OSI reference model. The
router is a packet routing device with highly advanced
features that contains an operating system (IOS -
Internetworking Operating System). It is network
equipment used by placing it between two computer
networks. For example, it is often used in LAN-LAN
connections and WAN-LAN connections. The most basic
task of the router is packet routing and thanks to this
device, the networks are separated from each other
(segmentation). In other words, it is one of the devices
that separate computer networks from each other. It is a
configurable device.
Hub
The hub is one of the
network hardware
operating at layer 1
according to the OSI
reference model. The hub
device, which has a very
simple structure, is one of
the devices used to
connect computers that
want to connect to the network.
What is the TCP/IP Model?
The TCP/IP model was designed and developed by the
Department of Defense (DoD) in the 1960s. When the
TCP/IP model was introduced, there was no model that set
the standards in computer network communication yet.
With this model, it was determined how the network
communication should be on the basis of the internet.
• Application Layer
• Transport Layer
• Internet Layer
• Network Access Layer
TCP/IP Model
OSI Model vs.
Although the OSI reference model and the TCP/IP
model are very similar models, they differ from each
other on some points. When the TCP/IP model first
emerged, it emerged out of necessity, not aiming to be
a standard. The OSI reference model, on the other
hand, aimed to design the ideal network
communication, which should be in theory, including its
practical use. The TCP/IP model was developed based
on some protocols. The OSI model, on the other hand,
was not developed on any protocol.
IP Addressing Mechanism
While creating TCP/IP computer networks, a logical address (IP
Address) must first be assigned to each device in the network.
These assignment processes are called "IP Addressing
Mechanism". If an IP address is not assigned to a device in the
network, it cannot communicate with devices inside or outside
the network.