多选题In a lab, R1 connects to R2, which connects to R3. R1 and R2 each have several working interfaces, all assigned addresses in class A network 10.0.0.0. Router R3 has some working interfaces in class A net work 10.0.0.0, and others in class B network 172

题目
多选题
In a lab, R1 connects to R2, which connects to R3. R1 and R2 each have several working interfaces, all assigned addresses in class A network 10.0.0.0. Router R3 has some working interfaces in class A net work 10.0.0.0, and others in class B network 172.16.0.0. The engineer experiments with the auto -summary command on R2 and R3, enabling and disabling the command in various combinations. Which of the following combinations will result in R1 seeing a rout e for 172.16.0.0/16, instead of the individual subnets of class B network 172.16.0.0?()
A

auto - summary on R2 and no auto - summary on R3

B

auto - summary on R2 and auto - summary on R3

C

no auto -summary on R2 and no auto- summary on R3

D

no auto - summary on  R2 and auto - summary on R3


相似考题
更多“In a lab, R1 connects to R2, which connects to R3. R1 and R2”相关问题
  • 第1题:

    有以下程序:includeusing namespace std;class R{public:R(int r1,int r2){R1=rl;R2=

    有以下程序: #include<iostream> using namespace std; class R { public: R(int r1,int r2) { R1=rl; R2=r2; } void print(); void print()const; private: int R1,R2; }; void R::print() { cout<<R1<<","<<R2<<end1; } void R::print() const { cot<<R1<<","<<R2<<end1; } int main() { Ra(5,4); const R b(20,52); b.print(); return 0; } 执行后的输出结果是

    A.5,4

    B.20,52

    C.0,0

    D.4,5


    正确答案:B
    解析:使用const关键字修饰的对象成为常对象,题中对象b被声明为类R的常对象。使用const关键字说明的成员函数称为常成员函数,类R中用const重载了函数print()。在使用常对象和常成员函数时应注意的是:const是函数类型的一个组成部分,因此在部分也要带const关键字:常成员函数不能更新对象的数据成员,也不能调用该类中没有用const修饰的成员函数;如果将一个对象说明为常对象,则通过该常对象只能调用它的常成员函数,不能调用其他的成员函数;const关键字可以参与区分重载函数。本题中,b为类R的常对象,通过b只能调用类R的常成员函数print()输出20,52。

  • 第2题:

    听力原文:[解析] 有以下程序:includeusing namespace Std;Class R{public:R(int r1,i

    听力原文:[解析]

    有以下程序: #include<iostream> using namespace Std; Class R {public: R(int r1,int r2) {R1=r1; R2=r2;} void print(); void print()const; private: int R1,R2;}; roid R::print() {cout<<R1<<“,”<<R2<<endl;} void R::print()con

    A.5,4

    B.20,52

    C.0,0

    D.4,5


    正确答案:B
    解析: 使用const关键字修饰的对象成为常对象,题中对象b被声明为类R的常对象。使用const关键宇说明的成员函数称为常成员函数,类R中用const重载了函数print()。在使用常对象和常成员函数时应注意的是:const是函数类型的一个组成部分,因此在常成员函数部分也要带const关键宇;常成员函数不能更新对象的数据成员,也不能调用该类中没有用const修饰的成员函数;如果将一个对象说明为常对象,则通过该常对象只能调用它的常成员函数,不能调用其他的成员函数;const关键字可以参与区分重载函数。

  • 第3题:

    Refer to the exhibit. Routers R1 and R2 have established a neighbor relationship and are exchanging routing information. The network design requires that R1 r eceive routing updates from R2, but not advertise any routes to R2. Which configuration command sequence will successfully accomplish this task? ()

    A. R1(config)# router eigrp 1 R1(config - router)# passive - interface serial 0

    B. R1(config)# access - list 2 0 deny any R1(config)# router eigrp 1 R1(config - router)# distribute - list 20 out serial 0

    C. R2(config)# access - list 20 permit any R2(config)# router eigrp 1 R2(config - router)# distribute - list 20 in serial 0

    D. R1(config)# access - list 20 permit any R 1(config)# router eigrp 1 R1(config - router)# distribute - list 20 in serial 0

    E. R2(config)# access - list 20 deny any R2(config)# router eigrp 1 R2(config - router)# distribute - list 20 out serial 0

    F. R2(config)# router eigrp 1 R2(config - router)# passive - interface serial 0


    参考答案:B

  • 第4题:

    有阻值分别为R1和R2的两个负载,其中R1的电阻值是R2的N倍,把它们并联后接到电源上,则:(”x^m”表示“x的m次方”)()

    • A、流过R1的电流是R2的N倍,R1消耗的功率是R2的N^2倍
    • B、流过R1的电流是R2的1/N,R1消耗的功率是R2的1/N
    • C、流过R1的电流与R2的相同,R1消耗的功率是R2的1/N^2
    • D、流过R1的电流与R2的相同,R1消耗的功率是R2的N倍

    正确答案:B

  • 第5题:

    计算题:两个电阻R1和R2并联连接,当R1和R2具有下列数值时,试求并联的等效电阻。①R1=R2=2Ω;②R1=2Ω,R2=0。


    正确答案: ①R=R1×R2/(R1+R2)=2×2/(2+2)=2(Ω)
    ②R=R1×R2/(R1+R2)=2×0/(2+0)=0(Ω)

  • 第6题:

    Two directly connected routers, R1 and R2, are both configured for OSPF graceful restart. R2 is able to switch packets in hardware, but R1 is not. If a network administrator logs on to R2 and performs a system reload, which will be the result?()

    • A、Traffic forwarded from R2 to or through R1 will continue to be forwarded based on the forwarding table state at the time of the reload.
    • B、R2 will continue to forward traffic to R1, but R1 will drop the traffic because its neighbor adjacency with R2 has failed.
    • C、R2 will continue forwarding traffic to and through R1, but R1 will drop this traffic because it is not capable of maintaining its forwarding state.
    • D、All the traffic R2 is forwarding to or through R1 will be dropped while OSPF rebuilds its neighbor adjacency and forwarding tables.

    正确答案:A

  • 第7题:

    极性最大的是()

    • A、R1=β-D-洋地黄毒糖-β-D葡萄糖,R2=甲基
    • B、R1=氢,R2=醛基
    • C、R1=α-L鼠李糖,R2=醛基
    • D、R1=α-L鼠李糖-β-D葡萄糖,R2=甲基
    • E、R1=氢,R2=甲基

    正确答案:D

  • 第8题:

    电阻R1=R2=30Ω,R1与R2并联之后其等效电阻为15Ω。


    正确答案:正确

  • 第9题:

    电阻R1,R2并联,已知R1>>R2,并联后的等值电阻近似等于R1,即R≈R1


    正确答案:错误

  • 第10题:

    单选题
    Two directly connected routers, R1 and R2, are both configured for OSPF graceful restart. R2 is able to switch packets in hardware, but R1 is not. If a network administrator logs on to R2 and performs a system reload, which will be the result?()
    A

    Traffic forwarded from R2 to or through R1 will continue to be forwarded based on the forwarding table state at the time of the reload.

    B

    R2 will continue to forward traffic to R1, but R1 will drop the traffic because its neighbor adjacency with R2 has failed.

    C

    R2 will continue forwarding traffic to and through R1, but R1 will drop this traffic because it is not capable of maintaining its forwarding state.

    D

    All the traffic R2 is forwarding to or through R1 will be dropped while OSPF rebuilds its neighbor adjacency and forwarding tables.


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    以下ARM指令中不属于数据处理类指令的是()
    A

    ADC R1,R2,R3

    B

    LDR R1,[R2]

    C

    MOV R1,R2,LSL#4

    D

    ORR R1,R2,R3


    正确答案: B
    解析: 数据处理类指令可分为数据传送指令、算术逻辑运算指令和比较指令。本题A、C、D均属于数据处理类指令,B项属于加载/存储指令,故本题选B。

  • 第12题:

    填空题
    已知R1>R2,在它们的串联电路中R1比R2取得的功率(),在它们的并联电路中R1比R2取得的功率()

    正确答案: 大,小
    解析: 暂无解析

  • 第13题:

    有以下程序:includeusing namespace std;class R{public:R(int r1,int r2){R1=r1;R2=

    有以下程序: #include<iostream> using namespace std; class R { public: R(int r1,int r2) { R1=r1; R2=r2; } void print(); void print0const; private: int R1,R2; }; void R::print() { cout<<R1<<","<<R2<<endl; } void R::print() const { cout<<Rl<<","<<R2<<endl; } int main() { R a(5,4); const R b(20,52); b.print(); return 0; } 执行后的输出结果是( )。

    A.5,4

    B.20,52

    C.0,0

    D.4,5


    正确答案:B

  • 第14题:

    有以下程序 include using namespace std; class R{ public: R(int r1,int r2){R1=r

    有以下程序

    #include <iostream>

    using namespace std;

    class R

    {

    public:

    R(int r1,int r2)

    {

    R1=r1;

    R2=r2;

    }

    void print();

    void print()const;

    private:

    iht R1,R2;

    };

    A.5,4

    B.20,52

    C.0,0

    D.4,5


    正确答案:B
    解析:使用const关键字修饰的对象成为常对象,题中对象b被声明为类R的常对象。使用const关键字说明的成员函数称为常成员函数,类R中用const重载了函数print()。在使用常对象和常成员函数时应注意的是:const是函数类型的一个组成部分,因此在常成员函数部分也要带const关键字:常成员函数不能更新对象的数据成员,也不能调用该类中没有用const修饰的成员函数:如果将一个对象说明为常对象,则通过该常对象只能调用它的常成员函数,不能调用其他的成员函数;const关键字可以参与区分重载函数。本题中,b为类R的常对象,通过b只能调用类R的常成员函数print()输出20,52。

  • 第15题:

    两个电阻R1和R2做串联连接,当R1和R2具有以下数值时,试求串联的等效电阻: ①R1=R2=1Ω;②R1=3Ω,R2=6Ω。
    ①R=R1+R2=1+1=2(Ω)
    ②R=R1+R2=3+6=9(Ω)
    ①的串联的等效电阻是2Ω;②的串联等效电阻为9Ω。

  • 第16题:

    硅胶柱层析,氯仿-甲醇适当比例洗脱,最先流出的是()

    • A、R1=β-D-洋地黄毒糖-β-D葡萄糖,R2=甲基
    • B、R1=氢,R2=醛基
    • C、R1=α-L鼠李糖,R2=醛基
    • D、R1=α-L鼠李糖-β-D葡萄糖,R2=甲基
    • E、R1=氢,R2=甲基

    正确答案:E

  • 第17题:

    Routers R1 and R2 are EIGRP neighbors. R1 has been configured with the eigrp stub connected command. Which of the following is true as a result?()

    • A、R1 can learn EIGRP routes from R2, but R2 cannot learn EIGRP routes from R1
    • B、R1 can send IP packets to R2, but R2 cannot send IP packets to R1
    • C、R2 no longer learns EIGRP routes from R1 for routes not connected to R1
    • D、R1 no longer replies to R2's Query messages
    • E、R2n o longer sends to R1 Query messages

    正确答案:C,E

  • 第18题:

    R1 is internal to area 1, and R2 is internal to area 2. Subnet 10.1.1.0/24 exists in area 2 as a connected subnet off R2. ABR ABR1 connects area 1 to backbone area 0, and ABR2 c onnects area 0 to area 2. Which of the following LSAs must R1 use when calculating R1's best route for 10.1.1.0/24?()

    • A、R2's Type 1 LSA
    • B、Subnet 10.1.1.0/24's Type 2 LSA
    • C、ABR1's Type 1 LSA in area 0
    • D、Subnet 10.1.1.0/24's Type 3 LSA in Area 0
    • E、  Subnet 10.1.1.0/24's Type 3 LSA in Area 1

    正确答案:E

  • 第19题:

    由厚度都相同的平壁组成的三层平壁而言,若λ1>λ2>λ3,则热阻R1,R2,R3之间的关系为()。 

    • A、R1>R2>R3
    • B、R1<R2<R3
    • C、R1>R3>R2
    • D、R3>R1>R2

    正确答案:B

  • 第20题:

    已知R1>R2,在它们的串联电路中R1比R2取得的功率(),在它们的并联电路中R1比R2取得的功率()


    正确答案:大;小

  • 第21题:

    单选题
    以下不能完成将R2中数值的两倍写入R1中的ARM指令是()
    A

    ADD R1,R2,R2

    B

    ORR R1,R2,R2

    C

    MOV R1,R2,LSL#1

    D

    MUL R1,R2,#2


    正确答案: B
    解析: 将R2寄存器中的数值的两倍写入R1,可以通过加法指令、移位指令(逻辑左移相当于乘操作)和乘法指令完成,故选项中仅B项无法完成,本题选B。

  • 第22题:

    问答题
    设向量组(Ⅰ)α1,α2,…,αs.(Ⅱ)β1,β2,…,βt.(Ⅲ)α1,α2,…,αs,β1,β2,…,βt.的秩依次为r1,r2,r3.证明:max(r1,r2)≤r3≤r1+r2.

    正确答案:
    当r1,r2中有一个为0的,等式显然成立.
    当r1≠0,r2≠0,设向量组①:α12,…,αr1;②:β12,…,βr2;③:δ12,…,δr3分别是向量组(Ⅰ)、(Ⅱ)和(Ⅲ)的极大线性无关组.
    显然③可由①和②线性表示,又③线性无关,故r3≤r1+r2.由于①、②可由③线性表示,所以r1≤r3,r2≤r3,即max(r1,r2)≤r3.所以max(r1,r2)≤r3≤r1+r2.
    解析: 暂无解析

  • 第23题:

    单选题
    某ARM指令完成的功能是“如果相等,则进行带进位的加法”,该指令是()。
    A

    ADCNE R1,R2,R3

    B

    ADDEQ R1,R2,R3

    C

    ANDEQ R1,R2,R3

    D

    ADCEQ R1,R2,R3


    正确答案: C
    解析: 暂无解析

  • 第24题:

    多选题
    In a lab, R1 connects to R2, which connects to R3. R1 and R2 each have several working interfaces, all assigned addresses in class A network 10.0.0.0. Router R3 has some working interfaces in class A net work 10.0.0.0, and others in class B network 172.16.0.0. The engineer experiments with the auto -summary command on R2 and R3, enabling and disabling the command in various combinations. Which of the following combinations will result in R1 seeing a rout e for 172.16.0.0/16, instead of the individual subnets of class B network 172.16.0.0?()
    A

    auto - summary on R2 and no auto - summary on R3

    B

    auto - summary on R2 and auto - summary on R3

    C

    no auto -summary on R2 and no auto- summary on R3

    D

    no auto - summary on  R2 and auto - summary on R3


    正确答案: C,D
    解析: 暂无解析