此题为判断题(对,错)。
第1题:
你在配置X.25网络时怎样配置接口的X.121地址?( ) A、 Quidway#x.25 address 321469056102 B、 Quidway (config)#x.25address 892735559329 C、 Quidway(config-if-s0)x25 address 326505160178 D、 Quidway(config-fi-s0)#x.25 address x.121 329056171
第2题:
A.Quidway#x25 address 321469056102
B.Quidway(config)#x25 address 892735559329
C.Quidway(config-if-s0)#x25 address 326505160178
D.Quidway(config-if-s0)#x25 addressx 121329056171025
第3题:
第4题:

A.S1(config)# interface fastethernet 0/1S1(config - if)# ip helper - address 10.0.0.2
B.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 20.0.0.1
C.R1(config)# interface fastethernet 0/0 R1(config - if)# ip help er - address 20.0.0.2R 1(config - if)# ip helper - address 20.0.0.3 R1(config - if)# ip helper - address 20.0.0.4 R1(config - if)# exit R1(config)# interface fastethernet 0/1 R1(config - if)# ip helper - address 10.0.0.1
D.R1(config)# interface fastethernet 0/0 R1 (config - if)# ip helper - address 20.0.0.1 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if)# ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1
E.S1(config)# interface fastethernet 0/1 S1(config - if)# ip helper - address 10.0.0.2 R2(config)# interface fastethernet 0/0 R2(config - if)# ip helper - address 20.0.0.1 R3(config)# interface fastethernet 0/0 R3(config - if) # ip helper - address 20.0.0.1 R4(config)# interface fastethernet 0/0 R4(config - if)# ip helper - address 20.0.0.1
第5题:
第6题:
设在程序中用address表示通信地址,说明为char address[100]; 若想输入象"No.28, Xian Ning Xi Road"这样(单词间有空格)的地址,应该使用下列哪个语句?
A.cin>>address;
B.cin>>address(s,100);
C.cin.getline(s,100);
D.cin.getline(address,100);