Which three BGP states are associated with establishing TCP connectivity?() (Choose three.) A.IdleB.ActiveC.ConnectD.Open SentE.Established
Which three BGP states are associated with establishing TCP connectivity?() (Choose three.)
A.Idle
B.Active
C.Connect
D.Open Sent
E.Established
相关考题:
以下程序段的输出结果为 ( )int j=2;switch(j){case 2:System.out.print("two.");case 2+1:System.out.println("three.");breakdefault:System.out.println("value is"+j);break;}A.two.three.B.two.C.three.D.value is 2
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.twoA.two.three.B.twoC.threeD.value is 2
下面关于BGP的叙述哪个是正确的()。 A.BGP采用TCP方式发送路由协议信息B.BGP每30秒就会刷新一次路由信息C.BGP的AS-path属性不可控制D.BGP对路由的控制可使用MED属性和Local preference属性来实现
关于BGP建连过程,下面哪些描述是错误的?() A.BGP邻居建连的过程中只能存在一条TCP连接B.BGP邻居如果建立了两条TCP连接一条作为主连接,一条作为备份连接C.BGP邻居如果建立了两条TCP连接,会通过冲突处理原则关闭其中一条D.BGP处理TCP冲突的原则是保留BGP ID大的邻居发起的TCP连接
关于BGP可靠的路由更新描述正确的是() A.BGP工作在传输层,UDP协议号是179B.BGP无需周期性更新C.BGP每次路由更新都发送完整的路由表信息D.BGP周期你的发送open报文来检测tcp的连通性E.BGP采用组播更新
64、BGP的消息是通过TCP传递的。