21bce7306 Assignment11
21bce7306 Assignment11
CSE3003
ASSIGNMENT-11
Priyansh Sachidanand Singh
21BCE7306
Date: - 10-08-2023
Prof. :- Y Mohamed Sirajudeen(L43+L44)
Configuring networks in CPT
Q) A small hospital requires a network infrastructure that
supports critical healthcare systems and provides secure
access to patient records. Design and configure a network
using Cisco switches, routers, and a firewall to ensuredata
confidentiality, integrity, and availability. Implement VLANs,
access control lists, and a DMZ for hosting public-facing
services.
=>
In this project, the goal is to design and configure a secure
network infrastructure tailored to the needs of a small
hospital. The project encompasses the use of Cisco switches,
routers, and a firewall to create a network that supports
critical healthcare systems while ensuring the confidentiality,
integrity, and availability of patient records. The network
design involves the implementation of VLANs, access control
lists (ACLs), and a Demilitarized Zone (DMZ) for public-facing
services.
The project's focus is on achieving data security and
operational efficiency. VLANs are used to segregate network
traffic, ensuring different departments operate within their
own secure segments. ACLs are implemented to control
access and permit only essential services to critical devices,
preventing unauthorized access and potential threats. The
DMZ provides a secure environment for hosting public
services while isolating them from internal systems.
This project aims to strike a balance between data security
and seamless communication. The network design supports
healthcare professionals in their daily tasks, while the
security measures implemented safeguard sensitive patient
data. The meticulous integration of networking components
and security features demonstrates the hospital's
commitment to delivering quality healthcare services while
upholding the highest standards of data protection.
The proposed network design is not only technologically
advanced but also aligned with industry best practices. By the
project's conclusion, a comprehensive network infrastructure
will have been established, reflecting the hospital's
dedication to providing top-tier healthcare services in a
secure digital environment.
Setup:-
Network Topology: Our network design comprises multiple
interconnected components, each serving a specific purpose
while maintaining data security.
It contains Doctors office , Reception Area, Ward Area, Guest
user Area,Main area.
Doctor's Office:
Switch: Connected to the Server, Laptop, PC, and Access
Point (PT AC) for Wi-Fi.
Access Point (PT AC): Provides Wi-Fi access to devices in the
Doctor's office.
Outside the Doctor's Office:
Access Point (PT AC): Connected to 3 guest users'
smartphones and tablets.
Main Reception Area:
Reception Area Switch: Connected to a printer, billing
counter, enquiry desk, and entrance in Area 1.
Printer, Billing Counter, Enquiry Desk: Devices in the
Reception area.
Ward Area:
General Ward Switch: Connected to PCs "Ward1 pc," "ward2
pc," test room PC, and lab report PC in Area 2.
Private Ward Switch: Connected to PC "ward 3," test room 1
PC, vaccination room PC, and lab report room PC in Area 2.
Interconnections:
Doctor's Office Switch is connected to the "Main Server
Router."
Reception Area Switch is connected to the "Reception Area
Router."
General Ward and Private Ward Switches are connected to
the "Ward Area Router."
All three routers (Main Server Router, Reception Area
Router, and Ward Area Router) are interconnected.
Basic Configurations:
-Dr. Office Configuration
Switch Configuration:
Access the switch's configuration mode:
Switch> enable
Switch# configure terminal
Router Configuration:
Access the router's configuration mode:
Router> enable
Router# configure terminal
Server Configuration:
Access the Server's configuration mode:
Server> enable
Server# configure terminal
Laptop Configuration:
Access the Laptop's configuration mode:
Laptop> enable
Laptop# configure terminal
PC Configuration:
Access the PC's configuration mode:
PC> enable
PC# configure terminal
Router Configuration:
Access the router's configuration mode:
Router> enable
Router# configure terminal
Printer Configuration:
Access the Printer's configuration mode:
Printer> enable
Printer# configure terminal
Router Configuration:
Access the router's configuration mode:
Router> enable
Router# configure terminal
Router Configuration:
Access the router's configuration mode:
Router> enable
Router# configure terminal
Configure the interface connected to the Private Ward Area
VLAN:
Router(config)# interface FastEthernet0/3
Router(config-if)# Ip address 40.1.4.1 255.255.255.0
Router(config-if)# no shutdown
Router(config-if)# exit
Create an access control list (ACL) for the Private Ward Area
VLAN:
Router(config)# access-list 130 permit Ip 40.1.4.0 0.0.0.255
any
Router(config)# access-list 130 deny Ip any any
Router(config)# exit
DMZ Configuration
The DMZ setup for public-facing services can be extended to
include devices in the Main Reception Area or the Ward Area,
depending on the specific services that need to be exposed
to the public.
Access each switch's configuration mode:
Switch# configure terminal
Network Summary:
1. Doctor's Office:
- Devices: Server, Laptop, PC, Access Point
- VLAN: VLAN 10
- Subnet: 40.1.1.0/24
3. General Ward:
- Devices: "W1 pc," "w2 pc," Test Room PC, Lab Report PC
- VLAN: VLAN 50
- Subnet: 40.1.3.0/24
4. Private Ward:
- Devices: "ward 3" PC, Test Room1 PC, Vaccination Room
PC, Lab Report Room PC
- VLAN: VLAN 60
- Subnet: 40.1.4.0/24
5. Interconnections:
- Routers connect different areas, facilitating communication
using static routes.
6. Security Measures:
- ACLs on routers control traffic flow between VLANs,
enhancing security.
- DMZ setup isolates public-facing services (e.g., a web
server) from internal network devices.
Network Conclusion:
The healthcare facility network's design prioritizes both
functionality and security. The careful segmentation of areas
into VLANs ensures efficient communication while
maintaining isolation and reducing the attack surface. The
implementation of access control lists (ACLs) adds an
additional layer of security by regulating traffic between
areas. The Demilitarized Zone (DMZ) effectively isolates
public-facing services, such as the web server, safeguarding
internal resources from potential threats originating from the
public internet.
This network design reflects best practices for network
security and segregation, particularly within sensitive
environments such as healthcare facilities. It provides
healthcare professionals with the tools needed for efficient
patient care while safeguarding patient data and critical
infrastructure.
As with any network design, it's essential to continuously
monitor and update security measures to adapt to evolving
threats and technological advancements. By implementing
these strategies, the healthcare facility can maintain a
secure, efficient, and responsive network environment that
meets the needs of patients and medical staff alike.