Internet
Internet
Internet
Internet is a global network that connects billions of computers across the world with each other and to
the World Wide Web. It uses standard internet protocol suite (TCP/IP) to connect billions of computer
users worldwide. It is set up by using cables such as optical fibers and other wireless and networking
technologies.
Internet
Intranet
The intranet is a private network that belongs to a particular organization. It is designed for the exclusive use of
an organization and its associates, such as employees, customers, and other authorized people. It offers a secure
platform to convey information and share data with authorized users. Confidential information, database, links,
forms, and applications can be made available to the staff through the intranet. So, it is like a private internet or
an internal website that is operating within an organization to provide its employees access to its information
and records.
Internet
Extranet
Extranet is a part of an organization's intranet. It is a communication network that is based on internet protocols
(TCP/IP). It provides controlled access to firm's intranet to its trading partners, customers, and other businesses.
So, it is a private network that securely shares internal information and operations of a firm with authorized
people outside the firm without giving access to the company's entire network. The users are required to have
IDs, passwords, and other authentication mechanisms to access this network.
Computer Network
Computer Network
A network set up by connecting two or more computers and other supporting hardware devices through
communication channels is called a computer network. It enables computers to communicate with each other
and to share commands, data, etc., including the hardware and software resources.
Uses of Computer Network:
o It allows you to share resources such as printers, scanners, etc.
o You can share expensive software and database among network users.
o It facilitates communications from one computer to another computer.
o It allows the exchange of data and information among users through a network
Advantages of a WAN:
o Large Network Range: It spans a large geographical area of 2000 km or more, e.g., from one country to
another countries.
o Centralized data: It allows your different office branches to use your head office server for retrieving and
sharing data. Thus, you don’t need to buy email servers, files server and back up servers, etc.
o Get updated files and data: It provides an ideal platform for companies who need a live server for their
employees to exchange updated files within seconds.
o High bandwidth: It offers high bandwidth than a normal broadband connection. Thus, it can increase the
productivity of your company by offering uninterrupted data transfer and communication.
Client-Server Model
The client-server model structure is a centralized network in which the server hosts, provides, and maintains the
majority of the client’s data and services.
Computer Network
In this network model, a central server is a must and all the clients (computers) are connected to the central server
for retrieving data or using its services.
The diagram above shows a server connected to the network (shown as Internet above but can be any other type
of network) with various clients.
The server acts as a middle point of the network. Servers wait for requests from clients to show up before
responding.
Computer Network
In a p2p network, all computers on the network are considered equal, with each workstation offering access to
resources and data.
This means that each node in the p2p network model can both request for services from the other peers or offer
services to the other peers. Each node can be both a client and a server.
Peer-to-Peer can be huge networks in which computers may interact with each other and share what is on or
linked to their machines with other people.
Computer Network
Network: Network is an arrangement where two or more computers ( also referred to as nodes ) communicate
with each other. These computers or participants nodes actively contribute to the process of communication.
Topology: Topology is simply an arrangement of how these nodes will interact. It is a topology that governs
data flow between respective nodes.
Types of Network Topology
It could be broadly classified into the following Different types.
Bus Topology
Mesh Topology
Ring Topology
Star Topology
Tree Topology
Computer Network
Bus Topology
Bus topology is the simplest kind of topology in which a common bus or channel is used for communication in
the network. The bus is connected to various taps and droplines. Taps are the connectors, while droplines are
the cables connecting the bus with the computer. In other words, there is only a single transmission line for all
nodes.
Computer Network
When a sender sends a message, all other computers can hear it, but only the receiver accepts it(verifying the
mac address attached with the data frame) and others reject it. Bus technology is mainly suited for small
networks like LAN, etc.
In this topology, the bus acts as the backbone of the network, which joins every computer and peripherals in
the network. Both ends of the shared channel have line terminators. The data is sent only in one direction and
as soon as it reaches the end, the terminator removes the data from the communication line(to prevent signal
bounce and data flow disruption).
Advantages of Bus topology: Disadvantages of Bus topology:
1. Simple to use and install. 1. Efficiency is less when nodes are more(strength of signal decreases).
2. If a node fails, it will not affect 2. If the bus fails, the network will fail.
other nodes. 3. A limited number of nodes can connect to the bus due to limited bus
3. Less cabling is required. length.
4. Cost-efficient to implement. 4. Security issues and risks are more as messages are broadcasted to all
nodes.
5. Congestion and traffic on the bus as it is the only source of
communication.
Computer Network
Ring Topology
Ring topology is a topology in which each computer is connected to exactly two other computers to form the
ring. The message passing is unidirectional and circular in nature.
Computer Network
This network topology is deterministic in nature, i.e., each computer is given access for transmission at a fixed
time interval. All the nodes are connected in a closed-loop. This topology mainly works on a token-based
system and the token travels in a loop in one specific direction.
In a ring topology, if a token is free then the node can capture the token and attach the data and destination
address to the token, and then leaves the token for communication. When this token reaches the destination
node, the data is removed by
Star Topology
Star topology is a computer network topology in which all the nodes are connected to a centralized hub. The
hub or switch acts as a middleware between the nodes. Any node requesting for service or providing service,
first contact the hub for communication.
Computer Network
The central device(hub or switch) has point to point communication link(the dedicated link between the
devices which can not be accessed by some other computer) with the devices. The central device then
broadcast or unicast the message based on the central device used. The hub broadcasts the message, while the
switch unicasts the messages by maintaining a switch table. Broadcasting increases unnecessary data traffic in
the network.
In a star topology, hub and switch act as a server, and the other connected devices act as clients. Only one
input-output port and one cable are required to connect a node to the central device. This topology is better in
terms of security because the data does not pass through every node.