Network
Network
Network
Advantages :
o It is cost effective.
o Cable required is least compared to other network topology.
o Used in small networks.
o It is easy to understand.
o Easy to expand joining two cables together.
Disadvantages :
o If it is not terminated correctly, then your network can not transmit
properly.
o Malfunctioning nodes and cable breaks can cause problem for all
computer.
o If the cable is damaged at some point along the way, the network
won’t work,
and it can be time consuming to figure out where that break took place.
o If network traffic is heavy or nodes are more the performance of the
network
decreases.
o Cable has a limited length.
o It is slower than the ring topology.
Mesh Topology
In this layout, every system is connected to every other system.
The main advantage of this topology is high availability. The main
disadvantage of this
topology is cost, both administrative and physical.
Because each system is connected to each other, the amount of
cabling and
maintenance necessary , especially in larger networks.
The formula for determining the amount of cable needed in a mesh
network is:
(N x (N – 1))/2,
where N is the number of systems to be interconnected.
In our example in Figure, we have six systems that require 15 cables to
create a mesh
network.
This topology is mainly used in Wide Area Network environments.
Advantages
o No data traffic issues as there is a dedicated link between two devices
which
means the link is only available for those two devices.
o Mesh topology is reliable and robust as failure of one link doesn’t
affect other
links and the communication between other devices on the network.
o Mesh topology is secure because there is a point to point link thus
unauthorized access is not possible.
o Fault detection is easy.
Disadvantages
o Expensive
o Since each device needs to be connected with other devices, number
of I/O
ports required must be huge.
o Difficult to implement
o Scalability issues because a device cannot be connected with large
number of
devices with a dedicated point to point link.
5. What is manet
Concepts and types of MANET (Mobile Ad
hoc network)
A mobile ad hoc network (MANET) is a continuously self-configuring,
self-organizing,
infrastructure-less network of mobile devices connected without wires.
It is
sometimes known as "on-the-fly" networks or "spontaneous networks".
A MANET consists of a number of mobile devices that come together
to form a
network as needed, without any support from any existing internet
infrastructure or
any other kind of fixed stations.
A MANET can be defined as an autonomous system of nodes or
MSs(also serving as
routers) connected by wireless links, the union of which forms a
communication
network modelled in the form of an arbitrary communication graph.
This is in contrast to the well-known single hop cellular network model
that supports
the needs of wireless communication between two mobile nodes relies
on the wired
backbone and fixed base stations.
In a MANET, no such infrastructure exists and network topology may
be changed
dynamically in an unpredictable manner since nodes are free to move
and each node
has limiting transmitting power, restricting access to the node only in
the
neighbouring range.
Types of MANET
Vehicular Ad hoc Network (VANETs) –
It can be defined as an intelligent component of transport system as
vehicle are able
to communicate with each other as well as roadside base station.
Intelligent vehicular
ad hoc networks(InVANETs) deals with another vehicle or with roadside
equipment.
a network created in an ad-hoc manner where different moving
vehicles and other
connecting devices come in contact over a wireless medium and
exchange useful
information to one another
Whatever information the nodes possess is transferred to all other
nodes. Similarly all
the nodes after transferring their set of data receive the data being
transmitted by
other nodes. After accumulating all of such data, nodes then work to
generate useful
information out of the data and then again transmit the information to
other devices.
The communication between devices expands in such as way that the
where nodes
are free to join and leave the network i.e. it is an open network.
Smart Phone Ad hoc Network (SPANC) –
Smartphone ad hoc networks (SPANs) are wireless ad hoc networks
that
use smartphones. Once embedded with ad hoc networking technology,
a group of
smartphones in close proximity can together create an ad hoc network.
Smart phone ad hoc networks use the existing hardware (primarily
Bluetooth and Wi
Fi) in commercially available smartphones to create peer-to-peer
networks without
relying on cellular carrier networks, wireless access points, or traditional
network
infrastructure.
Here peers can join or leave the network without destroying it.
Flying Ad hoc Network (FANETs) – This is composed of
unmanned aerial vehicles
(commonly known as drones). Provides links to remote areas and
mobility.
6. Explain utp
1. Unshielded twisted-pair cable (UTP)
Class A Address
This class is for very large network such as a major international
company might have.
The first bit of the first octet is always set to 0 (Zero). Thus the first octet
ranges from
1 to 126.
First octet indicates Network address and last three octet indicates
host address.
Class A addresses only include IP starting from 1.x.x.x to 126.x.x.x only.
Class A IP address format is this:
0NNNNNNN.HHHHHHHH.HHHHHHHH.HHHHHHHH
2. Define url explain type of url
URL and URL types (Absolute, Relative)
URL stands for Uniform Resource Locator. Any internet location
available on server
is called a web URL, web address or website.
Each website or webpage has a unique address called URL.
type: It specifies the type of the server in which the file is located.
address: It specifies the address or location of the internet server.
path: It specifies the location of the file on the internet server.
Types of URL: URL gives the address of files created for webpages
or other
documents like an image, pdf for a doc file, etc.
There are two types of URL:
Absolute URL
Relative URL
Absolute URL: This type of URL contains both the domain name
and directory/page
path. An absolute URL gives complete location information. It begins
with a protocol
like “http://” and continues, including every detail.
Relative URL: This type of URL contains the path excluding the
domain name.
Relative means “in relation to”, and a relative URL tells a URL location on
terms of
the current location. Relative path is used for reference to a given link of
a file that
exist within the same domain.
For example, /images/img.jpg is telling the browser to go to the
domain, then look
for the images folder, then find the img.jpg file inside the images folder.
If you
update your domain your /images/img.jpg link does not need to be
updated
3. write diff between http and https
Difference between http and https
HTTP stands for HyperText Transfer Protocol and HTTPS stands for
HyperText Transfer
Protocol Secure.
In HTTP, URL begins with “http://” whereas URL starts with “https://”
HTTP uses port number 80 for communication and HTTPS uses 443
HTTP is considered to be insecure and HTTPS is secure
HTTP Works at Application Layer and HTTPS works at Transport Layer
In HTTP, Encryption is absent and Encryption is present in HTTPS as
discussed above
HTTP does not require any certificates and HTTPS needs SSL
Certificates
HTTP speed is faster than HTTPS and HTTPS speed is slower than HTTP
HTTP does not improve search ranking while HTTPS improves search
ranking.
HTTP does not use data hashtags to secure data, while HTTPS will have
the data
before sending it and return it to its original state on the receiver side
4. Explain SSl And FTP in detail. U-4
SSL
Secure Socket Layer (SSL) provides security to the data that is
transferred between
web browser and server. SSL encrypts the link between a web server and
a
browser which ensures that all data passed between them remain
private and free
from attack.
Secure Socket Layer Protocols:
SSL record protocol
Handshake protocol
Change-cipher spec protocol
Alert protocol
SSL Protocol Stack:
Q4.short note.
1. Architecture of internet.
Internet architecture is a meta-network, which refers to a
congregation of thousands
of distinct networks interacting with a common protocol. In simple
terms, it is
referred as an internetwork that is connected using protocols. Protocol
used is
TCP/IP. This protocol connects any two networks that differ in hardware,
software
and design.
TCP/IP provides end to end transmission, i.e., each and every node on
one network
has the ability to communicate with any other node on the network.
Layers of Internet Architecture
Internet architecture consists of three layers −
IP
In order to communicate, we need our data to be encapsulated as
Internet Protocol
(IP) packets. These IP packets travel across number of hosts in a network
through
routing to reach the destination. However IP does not support error
detection and
error recovery, and is incapable of detecting loss of packets.
TCP
TCP stands for "Transmission Control Protocol". It provides end to end
transmission of
data, i.e., from source to destination. It is a very complex protocol as it
supports
recovery of lost packets.
Application Protocol
Third layer in internet architecture is the application layer which has
different
protocols on which the internet services are built. Some of the examples
of internet
services include email (SMTP facilitates email feature), file transfer (FTP
facilitates file
transfer feature), etc.
2. Types of network.
2. Types Of Network According to Role
According to role networks are divide into three types.
o Peer to peer network (peer based network)
o Client server network (Server based network)
o Hybrid network
Peer Based Network
Peer network has no server and use the network to share resources
among
independent system. Peer network are defined by a lack of central
control over the
network.
There is no server in peer network so that user simply shares disk
space and resources
as they want.
These networks are organized into work group. The workgroup have
very little
security control. There is no central login process.
If user wants to use any resource on the network then he has to log
into one system
on the network.
User shares the individual resources because there is no central
security but user will
have to know the individual password for each secure shared resources.
Advantages
o These types of computers are used specially for small business
because they
could not afford to invest in expensive server hardware and software.
o No extra investment in server hardware and software.
o Easy setup.
o Little administration required.
o Ability of users to control resource sharing.
o Lower cost for small network.
Disadvantage
o Additional load on computers because of resource sharing.
o Inability to handle as many networks connection as server.
o Lack of central organization which can make finding of data very hard.
o No central point of storage for file.
o Weak security.
o In the peer network, it is difficult to work with large number of
system
Server Based Network
Server based network also called as client server network. It is defined
by a dedicated
or non-dedicated server on a network.
It provides security and resources on the network.
This network divides the processing task between the client and
servers. Client called
as front end that requires the services such as file storage and printing
same as server
is also called as back end because it gives response to the client request
and delivered
their services.
Server computers are more powerful than client computers.
Server based network are organized into active directory domain.
Domains are
collection of networks and share the security information.
Computer user cannot access the resources of server in a domain until
a domain
controller has given the permission.
Advantages
o It provides strong central security.
o It provides central file storage which allows all users to work from the
same set
of data.
o It provides easy back up of critical data.
o It has the ability to share expensive equipment such as lesser printer,
scanner
etc.
o It provides a better security because a single password allows access
to all
shared resources on the network.
o Easy manage the system of a large number of users.
Disadvantages
o Expensive dedicated hardware.
o Expensive network operating system and software.
o Require a dedicated network administration.
Hybrid Network
Hybrid network have active directory domain and work group. It is a
client server
network and also it has peer sharing resources. So most of the networks
are hybrid
network.
Hybrid network share the resources that are located on the server and
the user
access to any resources being shared by peer to peer network.
Advantages
o It is server based networking and peer based network also. So it
shares the
advantages of server based network and peer to peer network.
Disadvantages
o Hybrid network share the disadvantages of server based network
3. FANET.
FANET stands for "Flying Ad-Hoc Network." It is a specialized
type of ad-hoc network that is designed to support
communication among unmanned aerial vehicles (UAVs), also
known as drones. FANETs are essential in scenarios where
multiple drones need to communicate with each other, share
data, or coordinate their actions while flying.