The bxp Infrastructure

From All n One's bxp software Wixi

Revision as of 09:19, 21 January 2015 by Philip Lacey (talk | contribs)
Jump to: navigation, search

1 Overview

The bxp software (bxp) infrastructure is a multi-tier design to delivery high availability with our own private infrastructure within Sungard Availability Services campus in Parkwest.


2 Physical Infrastructure

Sungard provide numerous high level interconnects to provide redundant Internet connectivity.


At no point in communication of data does the data leave an encrypted state, even data at rest.


BER8SER2Infrastructure.png


  1. Security
  2. Load Balancing
  3. Web
  4. Database


2.1 Security

The firewalls are implemented using Cisco 5510s.

http://www.cisco.com/c/en/us/products/collateral/security/asa-5500-series-next-generation-firewalls/product_data_sheet0900aecd802930c5.html


2.2 Load Balancing

The load balancers are implemented using CentOS on a virtualised basis.


2.3 Web

The web servers are implemented using Windows Server 2008 R2 x64 on a virtualised basis.


2.4 Database

The database servers are implemented using Windows 2008 R2 x64 on a dedicated rack server basis.


3 Logical Infrastructure

3.1 Data Segregation

Within this common infrastructure data segregation is key. Though the solution uses a common infrastructure, logically the data is completely segregated. This segregation occurs at a web and database level.


3.2 Web segregation

Each client is given their own unique folder within the web structure. Our demo system has the link https://ww3.allnone.ie/client/client_demo/main/login.asp. The client_demo part segregates the web file infrastructure uniquely. Each client has their own folder structure which is independant of all other systems.


A set group of unique identifiers hard coded at the web layer ensures that database connections are only possible to one client database at a time. This is encoded into all operational pages of the solution.


3.3 Database segregation

Each client has their own separate database. Each database begins with a common suite of tables making up the database structure independent of all other databases. As content is added each database grows according to the specific client needs.


Each database is combined with the web segregation to provide full and unique audit trails for all interactions with that database. This is part of the design of the bxp solution.


Backups of databases are unique to each client and encrypted separately. Business_Express_Backups


Strong security and operational procedure controls ensure this segregation is maintained by all personnel with access. All interactions are auditable.