2-Module1_ Storage Devices and Servers, Infrastructure Devices, Computer Assets, Content Management-11!01!2024
2-Module1_ Storage Devices and Servers, Infrastructure Devices, Computer Assets, Content Management-11!01!2024
Management
Lecture 2
Dr. Saritha Murali
(SCOPE, VIT Vellore)
11-01-2024
What is a network device?
• Components used to connect computers as
well as other electrical devices together in
order to share resources such as printers and
fax machines.
Devices used in Networking
• Hubs
• Switches
• Routers
• Network bridges
• Gateways
• Firewalls
• Wireless AP (Access Points)
Hub
• A small rectangular box that joins computers
together through ports
Hub
Main PC
PC 1
Ethernet
PC 2
Additional Information about Hubs
• Most hubs contain 4 ports some have 5 or
more ports.
• Hubs can be used for a smaller network such
as a home network or a small office network.
• Hubs are not that expensive most range for
less than $30.
• Hubs may not be the best option for complex
networks.
Switch
• Switches look similar to hubs in that they are
rectangular in shape.
• A switch also has ports on the back.
• I -4E to Ethernet (10/100M) Network Bridge. [online image]. Network Bridge. Available at www.freewtc.com. July 12, 2013.
Bridge
• Each bridge consist of a MAC address and
operates at layer 2 of the OSI model
• When a packet is received on the bridge ports the
forwarding table including the MAC address is
automatically updated to map the source MAC
address to the network port from which the
packet originated
• The gateway then process the received packet
according to the packet’s type.
Diagram of a Bridge
Additional Information about Bridges
• A bridge examines each message on a LAN
and passes the ones known to be within the
same LAN.
• Computer addresses have no relationship to
location in a bridging network.
• A bridge is sometimes referred to as a brouter.
• Wireless network bridges can costs anywhere
from $100 to $1000 or more depending on
the type of bridge purchased.
Gateway
• A communication device that provides a remote
network with connectivity to the host network.
• Gateways serve as the entry and exit point of a
network
• All data routed inward or outward must first pass
through and communicate with the gateway to use
routing paths.
• Generally, a router is configured to work as a
gateway device in computer networks.
An open-source web server is used for accessing the world wide web through
public domain software. These servers connect stored information from an
internet website to your own computer. Web servers store information for the
internet that is retrieved via "HTTP" code and sent to your web browser. This is
one of the most widely used types of servers.
2. Proxy server
Proxy servers act as a bridge between a host server and a client server. A
proxy sends data from a website to your computer IP address after it passes
through the proxy's server. This practice adds a layer of security since the
information is requested then transferred from the source to the proxy server
and never directly from a client to another user. A proxy server can filter out
various harmful internet entities.
Types of servers
3. Virtual machine (VM)
Virtual machines store and connect data strictly through virtual space.
To create a virtual machine, IT teams use a hypervisor, also known as a
virtual machine monitor (VMM), which is software that can run
thousands of virtual machines through only one piece of physical
hardware. This method of server virtualization is widely used for data
transfer and storage because they are the most cost-effective type of
server to run.
Types of servers
4. File transfer protocol (FTP) server
FTP servers are used to relocate files from one computer to another. Uploaded
files move from your computer to the server while downloaded files are
extracted from the server onto your device. File transfer protocol also refers to
the method of using a server to connect one computer to another in order to
share data safely.
5. Application server
These servers connect clients to software applications through virtual server
connections. This allows users to bypass downloading data to their own
hardware in order to access applications. Application servers can effectively
host large amounts of application data to many users at once, making them
ideal for businesses.
Types of servers
6. File server
A file server stores data files for multiple users. They allow for faster data
retrieval and saving or writing files to a computer. This is a basic type of server
used commonly by organizations where lots of users need access to files that
are more conveniently and safely stored on a server than a personal computer.
7. Database server
Database servers function as large storage spaces that organizations use and
access to run multiple programs to meet their needs. A database server can run
independently of any database architecture.
Types of servers
8. Mail server