w

https://en.wikipedia.org/wiki/Recovery_point_objective

recovery point objective, or “RPO”, is defined by business continuity planning. It is the maximum targeted period in which data might be lost from an IT service due to a major incident.[1] The RPO gives systems designers a limit to work to. For instance, if the RPO is set to four hours, then in practice, off-site mirrored backups must be continuously maintained – a daily off-site backup on tape will not suffice. Care must be taken to avoid two common mistakes around the use and definition of RPO. Firstly, business continuity staff use business impact analysis to determine RPO for each service – RPO is not determined by the existent backup regime. Secondly, when any level of preparation of off-site data is required, rather than at the time the backups are offsited, the period during which data is lost very often starts near the time of the beginning of the work to prepare backups which are eventually offsited.

https://en.wikipedia.org/wiki/Recovery_time_objective

The recovery time objective (RTO) is the targeted duration of time and a service level within which a business process must be restored after a disaster (or disruption) in order to avoid unacceptable consequences associated with a break in business continuity.[1]

It can include the time for trying to fix the problem without a recovery, the recovery itself, testing, and the communication to the users. Decision time for users representative is not included.

The business continuity timeline usually runs parallel with an incident management timeline and may start at the same, or different, points.

In accepted business continuity planning methodology, the RTO is established during the Business Impact Analysis (BIA) by the owner of a process (usually in conjunction with the business continuity planner). The RTOs are then presented to senior management for acceptance.

最新文章

  1. POJ 2186 Popular Cows(Targin缩点)
  2. 连接输出 如果存在在php中多次echo输出js的时候
  3. struts2完全捕获404错误的方法
  4. Java中的数组操作进阶
  5. POJ 1611 The Suspects(并查集,简单)
  6. Android WebRTC 音视频开发总结(五)-- webrtc开发原型
  7. js selector libray
  8. java swing中Timer类的学习
  9. asp.net core 2.0 查缺补漏
  10. C++面向对象作业1
  11. 理论铺垫:阻塞IO、非阻塞IO、IO多路复用/事件驱动IO(单线程高并发原理)、异步IO
  12. 【ASP.NET】UCenter实现多站点同步登录退出
  13. VS Code 工具配置和格式化
  14. 百度纯CSS生成菜单
  15. Linux常用基本命令(file,chown)
  16. ACE中对于不同类型数据的最大值最小值管理ACE_Numeric_Limits
  17. Codeforces Round #494 (Div 3) (A~E)
  18. [Node.js]DNS模块
  19. Extjs 弹出下拉Grid
  20. 『转』Kaspersky Internet Security for Android &KMS – 免费6个月

热门文章

  1. myeclipse中配置schemaLocation路径,实现xml文件自动提示
  2. Centos下运行定时任务Crontab命令介绍
  3. atitit.系统托盘图标的设计java swing c# .net c++ js
  4. DDR 复位
  5. IOS使用Charts
  6. CSU 1335: 高桥和低桥 (二分查找,树状数组)
  7. 第一百四十七节,封装库--JavaScript,滑动导航
  8. 8127 timeout!!! 搞死人啊
  9. 【vijos】1286 座位安排(状压dp)
  10. 【BZOJ】3479: [Usaco2014 Mar]Watering the Fields(kruskal)