All topics

Security Architecture

11 articles tagged Security Architecture.

Defense In Depth

  • Defense in Depth
  • Security Architecture
  • Security

“Defense in Depth” is the idea that no single security control is trusted to stop an attack. Instead, you stack multiple, independent layers so that if one fails, others still stand in the way.

Read article: Defense In Depth

Zero Trust Architecture

  • Application Security
  • Security Architecture
  • Zero Trust

Zero Trust Architecture (ZT or ZTA) is a security model / framework based on one simple idea: Never trust, always verify. From NIST, we have, the “… ZT approach is primarily focused on data and service protection but can and should be expanded to include all enterprise assets (devices,…

Read article: Zero Trust Architecture

A Vendor DMZ Pattern

  • API Gateways
  • API Management
  • Apigee

A long time ago, I was doing integration architecture work in the land of Enterprise Service Buses (ESBs) and API Gateways. Think IBM WebSphere DataPower and Apigee — I like to remember Apigee the way it was before it was integrated into GCP. After we had designed and built the ESB, we moved on to…

Read article: A Vendor DMZ Pattern

Application Security Models

  • Application Security
  • Security Architecture
  • Security

I like to start system design (at the application level) with the security model that will be used to protect the system. Application security models have several attributes that need to be addressed at each layer of the application.

Read article: Application Security Models

XML Digital Signature (an Example)

  • Digital Signatures
  • Security Architecture
  • XML

In the last post, we looked at the steps involved in generating a digital signature using the XML Digital Signature spec. The algorithm to produce a signature and validate it were explored but no examples were given. In this post, we’ll look at an example that is given in the XML Digital Signature…

Read article: XML Digital Signature (an Example)

What is an ESB?

  • ESB
  • Security Architecture
  • Web Services

In the past year, I have stood in a conference room at more than one client fielding a question along the lines of exactly what is an ESB? I’ve found that there is a wide variety of impressions about what exactly makes something an ESB. I’m hardly the first person to post something on the Internet…

Read article: What is an ESB?