Difference between revisions of "Network Security"
Philip Lacey (talk | contribs) (Created page with "=Overview= All n One makes sure that all data on its servers never leaves an encrypted state. Firewalls and load balancing keeps the servers secure from the internet and evens...") |
Philip Lacey (talk | contribs) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
| − | All n One makes sure that all data on its servers never leaves an encrypted state. Firewalls and load balancing keeps the servers secure from the internet and evens out the load between the servers. The | + | All n One makes sure that all data on its servers never leaves an encrypted state. Firewalls and load balancing keeps the servers secure from the internet and evens out the load between the servers. The server ports are also locked down to use specific services and these are checked by the security department regularly. Unused ports are turned off to prevent them from being used. |
| + | ==Network Security Diagram== | ||
| + | This diagram shows how the servers use firewalls and load balancing to keep the server secure from the internet and to even out the load between the severs. | ||
| + | [[File:BER8SER2Infrastructure.png|none|856x189px]] | ||
| − | + | # Security | |
| + | # Load Balancing | ||
| + | # Web | ||
| + | # Database | ||
==Throughput Security Diagram== | ==Throughput Security Diagram== | ||
| + | This diagram shows the throughput for the servers. | ||
| + | |||
| + | [[File:Sungard_Throughput_Diagram.PNG|none|805x604px]] | ||
| + | |||
| + | ==Port Security== | ||
| + | On the servers all ports that are in active use are locked down to use specific services and these are checked by the security department. All unused ports are turned off on the server. | ||
| + | |||
| + | ==Development Environment Security== | ||
| + | Bxp software uses Git for development. All data on Git is transferred over SSL connections and uses HTTPS on the Git dashboard. Git has dedicated firewall and VPN services to help block unauthorized system access. Git uses Distributed Denial of Service (DDoS) mitigation services. All data is backed up regularly. | ||
| + | |||
| + | ==HTTP and HTTPS== | ||
| + | All bxp software sites run on HTTPS. If you enter http:// in front of the site address you will be redirected to the HTTPS version of the site. | ||
| − | + | [[Category:Topic:Security]] | |
Latest revision as of 09:56, 26 May 2016
Contents
1 Overview
All n One makes sure that all data on its servers never leaves an encrypted state. Firewalls and load balancing keeps the servers secure from the internet and evens out the load between the servers. The server ports are also locked down to use specific services and these are checked by the security department regularly. Unused ports are turned off to prevent them from being used.
1.1 Network Security Diagram
This diagram shows how the servers use firewalls and load balancing to keep the server secure from the internet and to even out the load between the severs.
- Security
- Load Balancing
- Web
- Database
1.2 Throughput Security Diagram
This diagram shows the throughput for the servers.
1.3 Port Security
On the servers all ports that are in active use are locked down to use specific services and these are checked by the security department. All unused ports are turned off on the server.
1.4 Development Environment Security
Bxp software uses Git for development. All data on Git is transferred over SSL connections and uses HTTPS on the Git dashboard. Git has dedicated firewall and VPN services to help block unauthorized system access. Git uses Distributed Denial of Service (DDoS) mitigation services. All data is backed up regularly.
1.5 HTTP and HTTPS
All bxp software sites run on HTTPS. If you enter http:// in front of the site address you will be redirected to the HTTPS version of the site.