问题 问答题 案例分析题

阅读材料,回答问题。

材料一:党的群众路线教育活动的主要任务:教育引导党员干部树立群众观点,弘扬优良作风,解决突出问题,保持清廉本色,使干部作风进一步转变,干群关系进一步密切,‘为民务实清廉形象进一步树立。

材料二:中 * * * * 习 * * 2013年12月9日对做好第二批群众路线教育实践活动准备工作提出了明确要求。第二批范围片大面广,涉及的矛盾和问题具体尖锐,务必对确保活动健康发展进行系统设计。要更加注重发挥群众积极性,坚持开门搞活动,确保全过程都发动群众参与、置于群众监督之下。

运用政治生活知识并联系材料二,分析党在群众路线教育实践活动中如何让人民更满意?

答案

参考答案:

中 * * 党坚持科学执政。在开展群众联系教育实践活动中,对确保活动健康发展进行系统设计。(3分)

中 * * 党坚持民主执政。在开展教育实践活动中,坚持开门搞活动,发动群众参与,说明 * * 党坚持为人民执政、靠人民执政。

解析:

党的群众路线教育实践活动中如何让人民更满意,是措施类问题,即党怎样做一件事,学生可以从坚持和完善党的执政方式、坚持党的指导思想、贯彻党的执政理念等方面回答。该题可分析党如何坚持科学执政和民主执政两个方面回答。

考点:本题考查坚持中 * * 党的领导。

填空题

随着越来越多的机构为任务关键型通信寻求经济利益,高可靠性变得日益关键。网络通信注意力集中在提供一种7×24小时都可用的网络架构上。可是,最大的挑战之一不是来自于网络架构,而是来自于用户级的工作站和网络设备。
热备份路由选择协议(HSRP)为IP碉络提供了容错和增强的路由选择功能。如图5-1就是一个典型的HSRP网络的实现。
[*]

两台多层交换机的配置如下,解析配置文件中部分语句的意义。
***Switch1的交换引擎的配置***
Switch1>(enable)

set vtp mode server

(1)
Switch1>(enable)set vtp domain Core Net //设置VTP域名
Switch1>(enable)set vlan 10 name CaiWuBu //创建VLAN 10
Switch1>(enable)set vlan 20 name XingZheng //创建VLAN 20
Switch1>(enable)

set trunk 1/1 on dotlq 1-1005

(2)
Switch1 (2) (enable)

set spantree root 1-40 dia 4

(3)
Switch1 (3) (enable)

set spantree portfast 1/1-2 enable

(4)
Switch1 (4) (enable)

set spantree uplinkfast enable

(5)
……(略)
***Switch1的路由引擎的配置***
Switch1(config)#enable secret test //设定登录口令
Switch1(config)#line vty 0 4 //进入VTY模式
Switch1(config-line)#login
Switch1(config-line)#password test //设用户级口令
……(略)
Switch1(config-if)#interface vlan 10 //进入虚接HVLAN 10
Switch1(config-if)#ip address 192.168.180.60 255.255.255.192
//设定IP地址
Switch1(config-if)#no shutdown //开启端口
Switch1(config-if)#

standby 10 ip 192.168.180.62

(6)
Switch1(config-if)#

standby 10 priority 110

(7)
Switch1(config-if)#

standby 10 preempt

(8)
Switch1(config-if)#interfacevlan 20 //进入虚接口VLAN 20
Switch1(config-if)#ip address 192.168.180.124 255.255.255.192
//设定IP地址
Switch1(config-if)#no shutdown //开启端口
Switch1(config-if)#standby 20 ip 192.168.180.126
Switch1(config-if)#standby 20 priority 110
Switch1(config-if)#standby 20 preempt
……(略)
***Switch2的交换引擎的配置***
Switch2>(enable)set vtp mode server
Switch2>(enable)set vtp domain Core_Net //设置VTP域名
Switch2>(enable)set vlan 10 name CaiWuBu //创建VLAN 10
Switch2>(enable)set vlan 20 name XingZheng //创建VLAN 20
Switch2>(enable)set trunk 1/1 on dotlq 1-1005
Switch2>(enable)set spantree secondary root 1-40 dia 4
……(略)
***Switch2的路由引擎的配置**+
Switch2(config)#enable secret test //设定登录口令
……(略)
Switch2(config-if)#interface vlan 10 //进入虚接口VLAN 10
Switch2(config-if)#ip address 192.168.180.61 255.255.255.192
//设定IP地址
Switch2(config-if)#no shutdown //开启端口
Switch2(config-if)#standby 10 ip 192.168.180.62
Switch2(config-if)#standby 10 priority 100
Switch2(config-if)#standby 10 preempt
Switch2(config-if)#interface vlan 20 //进入虚接口VLAN 20
Switch2(config-if)#ip address 192.168.180.125 255.255.255.192
Switch2(config-if)#no shutdown
Switch2(config-if)#standby 20 ip 192.168.180.126
Switch2(config-if)#standby 20 priority 100
Switch2(config-if)#standby 20 preempt
……(略)

选择题