-
现有的城域量子网络大多基于单一的量子密钥分发协议实现, 将不同协议实现的城域量子网络进行互联是大规模量子网络的发展趋势, 但其域间密钥业务提供仍存在成功率低、密钥供需不适配等问题. 针对以上问题, 本文面向多域跨协议量子网络提出了两种域间密钥业务按需提供策略, 分别是基于BB84旁路优先的按需提供策略和基于测量设备无关(measurement-device-independent, MDI)旁路优先的按需提供策略. 同时, 设计了内嵌两种策略的域间密钥业务按需提供算法. 仿真结果表明, 所提出的策略能够在双域和三域量子网络中高效完成域间密钥业务的按需提供. 相比传统策略, 两种按需提供策略可将多域量子网络的密钥供需均衡度提高一个数量级以上, MDI旁路优先策略在低密钥率需求下可将域间密钥业务请求成功率提升30%. 此外, 所提出的策略可以在一定程度上降低域间密钥业务提供的成本, 提高现实安全水平.Most of the existing metropolitan quantum networks are implemented based on a single quantum key distribution protocol, and interconnecting metropolitan quantum networks implemented by different protocols are the development trend of large-scale quantum networks, but there are still some problems in the provision of inter-domain key services , such as low possibility of and mismatch between key supply and demand. To solve the above problems, this paper proposes two on-demand inter-domain key service provisioning strategies for multi-domain cross-protocol quantum networks, namely, on-demand provisioning strategy based on BB84 bypass first (BB84-BF) and on-demand provisioning strategy based on MDI bypass first (MDI-BF). Meanwhile, a service provisioning model for multi-domain cross-protocol quantum networks is constructed, and an on-demand inter-domain key service provisioning algorithm is designed. Moreover, numerical simulations and performance evaluation are carried out under two scenarios: high key rate demand and low key rate demand for two-domain and three-domain quantum network topologies. Simulation results verify that the proposed on-demand provisioning strategies have better applicability to different multi-domain quantum networks. In addition, for different key rate requirements, the MDI-BF strategy and BB84-BF strategys have different performance advantages under different performance indicators, For example, in terms of the success possibility of inter-domain key service requests, the MDI-BF strategy is more suitable for the low key rate requirements (~30% higher than the traditional strategies in two domain topologies), while the BB84-BF strategy is more suitable for the high key rate requirements (~19% higher than the traditional strategies under two domain topologies). In addition, compared with the traditional strategies, the proposed on-demand provisioning strategies can increase the balance between key supply and demand by more than one order of magnitude. Hence, the proposed strategies can reduce the cost of inter-domain key service provisioning and improve the realistic security level.
-
Keywords:
- multi-domain quantum networks/
- quantum key distribution/
- cross-protocol/
- key service provisioning
-
输入:$G\left( {V, E} \right)$, ${V_{\text{B}}}$, ${V_{\text{M}}}$, ${V_{{\text{BJ}}}}$, ${V_{{\text{MJ}}}}$, $R$ 输出:每个成功的域间密钥业务的密钥中继路径${p_r}\left( {{N_{{p_r}}}, {L_{{p_r}}}, {B_{{p_r}}}, {m_{{p_r}}}} \right)$, ${R_{\text{S}}}$ 1 初始化变量${R_{\text{S}}} \leftarrow \emptyset $; 2 for每个域间密钥业务请求$r\left( {{s_r}, {d_r}, {k_r}, {t_r}} \right) \in R$do 3 更新全网各节点设备占用状态; 4 如果源宿节点没有可用的QKD设备, 则该业务失败; 5 if执行BB84-BF策略then 6 for${v_i} \in {V_{{\text{MJ}}}}$do 7 if${\lambda _{{v_i}}} < 2$then 8 将${v_i}$从$V$中移除并更新$E$; 9 end if 10 end for 11 end if 12 基于K短路径算法计算源宿节点间的K条备选密钥中继路径, 路径集合为${P_r}$; 13 if${P_r} = \emptyset $then 14 域间密钥业务请求r失败; 15 end if 16 for每条密钥中继路径${p_r}\left( {{N_{{p_r}}}, {L_{{p_r}}}, {B_{{p_r}}}, {m_{{p_r}}}} \right) \in {P_r}$do 17 ${N_{{p_r}}} \leftarrow $${p_r}$经过的QKD节点集合, ${L_{{p_r}}} \leftarrow $${p_r}$经过的QKD链路集合, ${B_{{p_r}}} \leftarrow \emptyset $, ${m_{{p_r}}} \leftarrow {p_r}$的密钥供应
速率;18 for$n_{{p_r}}^i \in {N_{{p_r}}}$do 19 if执行MDI-BF策略 && $n_{{p_r}}^i \in {V_{{\text{MJ}}}}$then 20 ${B_{{p_r}}} \leftarrow \{ {B_{{p_r}}}, n_{{p_r}}^i\} $; 21 end if 22 if$n_{{p_r}}^i \in {V_{\text{B}}}$ && $n_{{p_r}}^i \ne {d_r}$ && $n_{{p_r}}^i \ne {s_r}$ && (${\lambda _{n_{{p_r}}^i}} = 0$ || $ {\varepsilon _{n_{{p_r}}^i}} = 0 $)then 23 ${B_{{p_r}}} \leftarrow \{ {B_{{p_r}}}, n_{{p_r}}^i\} $; 24 end if 25 end for 26 ${m_{{p_r}}} \leftarrow $根据更新后的密钥中继路径重新计算${m_{{p_r}}}$; 27 if${m_{{p_r}}} < {k_r}$then 28 continue; 29 else 30 for$n_{{p_r}}^i \in {N_{{p_r}}}$do 31 if旁路$n_{{p_r}}^i$后密钥中继路径密钥供应速率$ \geqslant {k_r}$then 32 ${B_{{p_r}}} \leftarrow \{ {B_{{p_r}}}, n_{{p_r}}^i\} $, 更新${m_{{p_r}}}$; 33 end if 34 end for 35 将${p_r}$作为域间密钥业务r的最终密钥中继路径, ${R_{\text{S}}} \leftarrow \left\{ {{R_{\text{S}}}, r} \right\}$; 36 break; 37 end if 38 end for 39 如果${P_r}$中没有满足密钥率需求的密钥中继路径, 则该业务失败; 40 end for 41 return每个成功的域间密钥业务的密钥中继路径${p_r}\left( {{N_{{p_r}}}, {L_{{p_r}}}, {B_{{p_r}}}, {m_{{p_r}}}} \right)$, ${R_{\text{S}}}$ 参数 取值 真空态误码率${e_0}$ 0.5 本底误码${e_{\text{d}}}$/% 1 暗计数率${p_{\text{d}}}$ ${10^{ - 7}}$ 探测效率${\eta _{\text{d}}}$/% 40 纠错效率${f_{\text{e}}}$ 1.16 光纤衰减常数$\alpha $/(dB·km–1) 0.2 重复频率/GHz 1 -
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27]
计量
- 文章访问数:170
- PDF下载量:2
- 被引次数:0