refactor: merge flight-wiki + restructure concepts/ into two subdirectories

- flight-wiki fully merged into airport-wiki/concepts/flight-operations/
- concepts/ restructured: tech-infrastructure/ (9 pages) + flight-operations/ (10 pages)
- aodb.md (380 lines) split into aodb-core.md + aodb-vendors.md
- SCHEMA.md updated: Domain covers '智算中心+航班運營' dual domains
- new: airport-systems-landscape.md (flight ops system architecture)
- index.md rewritten with visual directory tree
- log.md updated
This commit is contained in:
zhiqiang feng
2026-04-10 09:02:57 +08:00
parent bcc7e9397c
commit 587f8f51be
28 changed files with 815 additions and 603 deletions
@@ -0,0 +1,59 @@
---
title: 机场数据中心概述
created: 2026-04-08
updated: 2026-04-08
type: concept
tags: [glossary, planning]
sources: []
---
# 机场数据中心概述
## 定义
机场数据中心(Airport Data Center)是支撑民用航空运输业务运营的核心 IT 基础设施,为航班信息系统(AIDS/FIDS)、行李分拣系统、离港系统(DCS)、空管通信、乘客服务等关键系统提供计算、存储和网络服务。
## 核心特征
- **高可用性要求**:通常需满足 Tier III 或 Tier IV 等级
- **业务连续性**:7×24 小时不间断运行,航班延误成本极高
- **多系统集成**:数十个子系统需要互联互通
- **安全等级高**:涉及航空安全,合规要求严格
- **地理位置分散**:航站楼、塔台、行李中心通常各自有小机房
## 关键子系统
- 航班信息显示系统(FIDS
- 离港控制系统(DCS
- 行李处理系统(BHS
- 安检信息系统
- 地面通信网络
- 楼宇自控系统(BAS
- 视频监控系统(CCTV
- 应急指挥中心
## 数据中心等级参考
| 等级 | 可用性 | 年停机时间 | 适用场景 |
|------|--------|-----------|---------|
| Tier I | 99.67% | >31.5h | 基础,非关键系统 |
| Tier II | 99.75% | 22h | 冗余组件,非关键业务 |
| Tier III | 99.98% | 1.6h | 主机房,推荐等级 |
| Tier IV | 99.99% | 0.8h | 最高等级,关键业务 |
> 参考:[[tier-iii-design]] | [[tier-iv-design]]
## 建设阶段
1. [[site-planning]] — 选址与可行性分析
2. [[design-phase]] — 方案设计
3. [[rfp-and-vendor-selection]] — 招标与供应商选择
4. [[construction-management]] — 施工管理
5. [[commissioning]] — 调试验收
6. [[operation-maintenance]] — 运维阶段
## 相关概念
- [[glossary]] — 术语表
- [[network-architecture]] — 网络架构
- [[power-and-cooling]] — 供配电与制冷