Computer Networks, Domain Constraint & SQL
Computer Networks, Domain Constraint & SQL
Networks
By:
Dr Angela Khanna
Gold medalist WHO,
Medicine Surgery,
MBA Disaster Management
What is a Computer Network?
A group of computers which are connected to each other
and follow similar usage protocols for the purpose of
sharing information and having communications provided
by the networking nodes is called a Computer Network.
Personal Computers
Servers
Networking Hardware
General Hosts
Types of Computer Networks
There are five main types of Computer Networks:
03
03 MAN (Metropolitan Area Network) –
A network that can be connected within a city, for example,
cable TV Connection
It can be in the form of Ethernet, ATM, Token-ring and FDDI
It has a higher range
This type of network can be used to connect citizens with the
various Organisations
In the 1970s the OSI Model was proposed and in the year 1984, it was
published by the International Organisation of Standardization (ISO)
Using this model, troubleshooting has become easier as the error can be
detected at different levels
This also helps in understanding the relationship and function of the
software and hardware of a computer network
The concept that the OSI Model should be a seven-layer structure, was
proposed by Charles Bachman at Honeywell Information Systems
The model initially did gain much popularity as it could not support the
Internet protocol suite which was not acceptable to a lot of IT Companies
The seven layers of the structure are divided into two part: the upper
layer or the host layer and lower layer or the media layer
7 Layers of the OSI Model
01 Physical Layer 03 Network Layer
It is the bottom-most or the first layer of the OSI Model It acts as a network controller
It comprises the raw data which is further transmitted Transferring of variable data from one node to another,
to the higher layers of the structure. connected in a network, takes place at this layer.
Preparing the physical devices in the network and Each node has a specific address and the network layer
accepting the received data for transmission. ensures that the data is sent to its destination address.
The termination of connection between two nodes of a The data is sent in the form of fragments which are then
network also takes place at this stage. connected to each other once the processing is done.
This layer converts the digital bits into electrical, radio,
or optical signals.
05 Session Layer
07 Application Layer
The connection between the computers connected in a
network is managed at this layer. The interaction with the user or the user application
Establishment, management and termination between takes place at this stage.
the remote and local application takes place here. When identifying communication partners, the
Authentication and authorisation happen at this layer. application layer determines the identity and
This layer can also terminate or end any session or availability of communication partners for an
transmission which is complete. application with data to transmit.
Types of Internetworking
Internetworking primarily consists of three
units: Extranet, Internet, and Intranet.
Internet connections may or may not be
present on intranets and extranets. The
computer network or the extranet area
unit is typically protected from being
accessed from the internet if it is not
approved and if there is a link to the
internet. Although it should serve as a
portal for access to portions of the
associate degree extranet, the internet is
not considered to be a part of the
computer network or extranet.
Extranet
It’s a network of the internetwork with a
confined scope to one organisation or
institution but with limited links to one or
more other networks on occasion;
however, this is not always the case. It is
the lowest degree of internet usage and is
typically prohibited in extremely private
areas. An extranet may also be referred to
as a MAN, WAN, or another type of
network, but it cannot include a single
local area network; rather, it must make at
least one mention of an external network.
Intranet
The computer network can be a collection of
interconnected networks that employ the
internet protocol and IP based software like
web browsers as well as ftp tools, all of
which are controlled by a single body entity.
This body entity blocks access to the
computer network for the rest of the world
and only allows a select few users. this
network most frequently refers to internal
network of a business or other enterprise. To
provide users with browseable data, a large
computer network can typically have its own
internet server.
Internet
Internet is a specific internetworking that
connects governmental, academic, public,
and private networks on a global scale. It is
based on the ARPANET, which was created by
the ARPA (Advanced Research Projects
Agency) of the U.S. Defense Department. It is
also the location of the World Wide Web
(WWW) and is referred to as the “Internet” to
distinguish it from other generic
internetworking. Internet users and their
service providers utilise IP addresses
obtained from address registries that control
assignments.
Why Internetworking?
A few major issues, including duplicated resources, separated
LANs, and a lack of network administration, have led to the
evolution of internetworking. Transmission issues across
completely distinct offices or departments were caused by
isolated LANs. Duplication of resources required distinct support
staff and continual hardware and code to be delivered to each
business or department. Due to the absence of network
administration, there was no centralised system for managing or
troubleshooting networks.
It refers to a private network that the The extranet helps an organisation connect
Basics companies use for ensuring secure with its suppliers and customers. It thus
collaboration and communication among all helps different teams in an organisation to
the employees. work in collaboration.
Internal departments of a company and all Business partners, suppliers, and customers
Types of Users the employees of an organisation make use make use of the extranet.
of the intranet.
Regulating Authority A single organisation performs the Multiple organisations perform the
regulation of the intranet. regulation of the extranet.
Owners A single organisation owns it. Multiple organisations can own it.
Types of Topology
There are 5 popular types of topology -
01 Bus Topology
In a bus topology, every computer is connected to a
common bus. The bus is a single cable that carries
data from one computer to another. If one computer
wants to send data to another computer, it sends the
data on the bus. All computers on the bus can see the
data, but only the intended recipient will accept it.
02 Ring Topology
In a ring topology, every node is connected to two
other nodes, forming a loop. Data flows from one node
to the next in a continuous sequence. Ring topologies
are often used in fibre optic networks, where data can
be transmitted at high speeds with minimal
interference.
04 Star Topology
In a star topology, each device on the network is
connected to a central hub. The hub acts as a
gateway, providing a single point of connection for
all devices on the network. Star topologies are
commonly used in home and small office networks.
05 Mesh Topology
In computer networking, mesh topology is a type of
network topology in which each node (computer or
other devices) is connected to every other node in the
03 Tree Topology network. A mesh topology is often used in large,
In a tree topology, there is a central root node from complex networks because it is highly redundant and
which all other nodes branch out. This type of can accommodate a large number of nodes. If one
topology is often used in bus topology networks. Tree node fails, the others can still communicate with each
topology can be extended to an arbitrary depth, but it other.
is usually only extended to two or three levels for the
sake of simplicity.
Thank
You