CSDN Windows专区网络版版主测试题目答案

2024-01-17 08:48

本文主要是介绍CSDN Windows专区网络版版主测试题目答案,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

2004年10月21日 21:31:00

1、A
Explanation:
In this scenario the client computer does not have the correct information in its local DNS cache.
There are two ways to solve this problem. You could use ipconfig /flushdns to reset the DNS cache, or you could stop and restart the DNS client service.

===========================================================================
2、A, B, D
Explanation:
In order to establish a connection-orientated service, the connection must first be established. An example of this would the TCP/IP suites use of the three-way handshake. The sending and receiving of synchronization and acknowledgment packets between the sending system and the receiving system accomplish a three-way handshake. Errors can be corrected when the sender does not receive an acknowledgment, within a specified amount of time, from the receiving system the packet will be resent.

===========================================================================
3、B
Explanation:
To use multilink modems, multilink must be enabled at the client and at the server. In the scenario, multilink is enabled at the client only. You therefore need to enable it at the server as well.

===========================================================================
4、D, E
Explanation:
HTTP traffic uses TCP port 80 and FTP traffic uses TCP port 21 for session control and port 20 for data transfer. Therefore, by enabling TCP port 80 and TCP port 21 only HTTP and FTP traffic will be allowed. All other network traffic will not be allowed.

===========================================================================
5、B, C, E
Explanation:
B: Users can logically be grouped into VLAN.
C: By grouping users into different VLANs, a secure VLAN can be created. Only some users could be allowed to access the secure VLAN. This improves security.
E: Each separate VLAN is a separate broadcast domain. Creating VLAN increase the number of broadcast domains and decrease the size of each broadcast domain.

===========================================================================
6、B
Explanation: The WINS network service is used to resolve NetBIOS names to TCP/IP addresses.

===========================================================================
7、C, D
Explanation:
As the network is routed, it consists of more than one subnet. On a routed network a default gateway address has to be configured so that the clients on one subnet will be able to communicate with the clients on another subnet across the router. The requirement to use NetBIOS names in a routed environment forces us to use a WINS server, as NetBIOS broadcasts cannot pass across the router.

===========================================================================
8、B
Explanation:
The purpose of the Spanning Tree Protocol (STP) is to provide for redundant paths within a switched environment while ensuring that there is a loop free network. This is done as the redundant ports are blocked.

===========================================================================
9、C
Explanation:
In cut-through mode, the switch checks the destination address (DA) as soon as the header is received and immediately begins forwarding the frame. Depending on the network transport protocol being used (connection or connectionless orientate), there is a significant decrease in latency from input port to output port. The delay in cut-through switching remains constant regardless of the size of the frame, because this switching mode starts to forward the frame as soon as the switch reads the DA.

===========================================================================
10、B
Explanation:
Switches break up the collision domains, but it is still a single broadcast domain. Routers also create separate collision domains, but also separate broadcast domains, as routers usually do not pass broadcast traffic.

===========================================================================
11、D
Explanation:
While L2TP is used to set up the connection, L2TP in itself does nothing for security. IPSec is the protocol used to secure the information.

===========================================================================
12、B
B. You're using a process called server clustering.

===========================================================================
13、C

C. CA servers use public key encryption. While no security is "unhackable," public key is quite secure if implemented properly. PGP (Pretty Good Privacy) is a publicly available security encryption mechanism, as are various symmetric key solutions. Public key encryption uses an asymmetric key pair: a public key and a private key.

===========================================================================
14、A
Explanation:
When adding DNS servers to the domain, you must add an NS (Name Server) record to the zone.
NS.
Description:
Used to map a DNS domain name as specified in owner to the name of hosts operating DNS servers specified in
the name_server_domain_name field.
Syntax: owner ttl IN NS name_server_domain_name.
Example:
example.microsoft.com. IN NS nameserver1.example.microsoft.com.


15、列举关于版主的在社区的权利、义务(六点)
(CSDN链接地址:系统功能 -< 用户行为准则 -< 第五点"版主的在社区的权利、义务")

  A.将精彩的贴子添加到精华区;
  B.对本社区的所有的不符合本社区要求帖子转移到任意社区或者删除;
  C.对本社区未给分的贴子进行删除、加分、给分操作,有权审核通过本版的FAQ集;
  D.有权利以CSDN的名义组织各种活动;
  E.没有足够的时间维护社区或者该版的网友投反对票并通过的版主将被免除版主;
  F.总版主负责监督版主的工作,接受投诉,管理没有版主的版块的工作,同时可以处理任何不符合本准则的帖子。

16、以下有关删除帖子的陈述,不完整或错误的是(C、D)
(CSDN链接地址:系统功能 -< 使用帮助 -< 第三点"删除帖子")

A、如果帖子没人回复、或者只有帖主回复过,帖主可以删除帖子,不扣信誉分,返回帖主可用分;
B、如果帖子有其他帐号回复过,帖主不允许删除帖子;
C、版主有权删除本版帖子,删除一个帖子,扣除帖主信誉分3分,返回帖主可用分;
D、如果帖子已经结帖,扣除该帖子得分人的得分,返回帖主可用分;
E、版主删除自己的帖子不扣信誉分;


17、以下关于专家分减少表述错误的是(C)
(CSDN链接地址:http://www.csdn.net/help/help.asp#专家分)

A、您得分的帖子被删除;
B、您得分的帖子向非技术区移动;
C、在大类版块内被封杀。
D、被网管发现倒专家分,直接扣除;



Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=146276


这篇关于CSDN Windows专区网络版版主测试题目答案的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/615492

相关文章

在Windows上使用qemu安装ubuntu24.04服务器的详细指南

《在Windows上使用qemu安装ubuntu24.04服务器的详细指南》本文介绍了在Windows上使用QEMU安装Ubuntu24.04的全流程:安装QEMU、准备ISO镜像、创建虚拟磁盘、配置... 目录1. 安装QEMU环境2. 准备Ubuntu 24.04镜像3. 启动QEMU安装Ubuntu4

Windows下C++使用SQLitede的操作过程

《Windows下C++使用SQLitede的操作过程》本文介绍了Windows下C++使用SQLite的安装配置、CppSQLite库封装优势、核心功能(如数据库连接、事务管理)、跨平台支持及性能优... 目录Windows下C++使用SQLite1、安装2、代码示例CppSQLite:C++轻松操作SQ

基于Python实现一个Windows Tree命令工具

《基于Python实现一个WindowsTree命令工具》今天想要在Windows平台的CMD命令终端窗口中使用像Linux下的tree命令,打印一下目录结构层级树,然而还真有tree命令,但是发现... 目录引言实现代码使用说明可用选项示例用法功能特点添加到环境变量方法一:创建批处理文件并添加到PATH1

Windows的CMD窗口如何查看并杀死nginx进程

《Windows的CMD窗口如何查看并杀死nginx进程》:本文主要介绍Windows的CMD窗口如何查看并杀死nginx进程问题,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地... 目录Windows的CMD窗口查看并杀死nginx进程开启nginx查看nginx进程停止nginx服务

Windows 系统下 Nginx 的配置步骤详解

《Windows系统下Nginx的配置步骤详解》Nginx是一款功能强大的软件,在互联网领域有广泛应用,简单来说,它就像一个聪明的交通指挥员,能让网站运行得更高效、更稳定,:本文主要介绍W... 目录一、为什么要用 Nginx二、Windows 系统下 Nginx 的配置步骤1. 下载 Nginx2. 解压

windows系统上如何进行maven安装和配置方式

《windows系统上如何进行maven安装和配置方式》:本文主要介绍windows系统上如何进行maven安装和配置方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不... 目录1. Maven 简介2. maven的下载与安装2.1 下载 Maven2.2 Maven安装2.

使用Python实现Windows系统垃圾清理

《使用Python实现Windows系统垃圾清理》Windows自带的磁盘清理工具功能有限,无法深度清理各类垃圾文件,所以本文为大家介绍了如何使用Python+PyQt5开发一个Windows系统垃圾... 目录一、开发背景与工具概述1.1 为什么需要专业清理工具1.2 工具设计理念二、工具核心功能解析2.

python多线程并发测试过程

《python多线程并发测试过程》:本文主要介绍python多线程并发测试过程,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、并发与并行?二、同步与异步的概念?三、线程与进程的区别?需求1:多线程执行不同任务需求2:多线程执行相同任务总结一、并发与并行?1、

Windows Server 2025 搭建NPS-Radius服务器的步骤

《WindowsServer2025搭建NPS-Radius服务器的步骤》本文主要介绍了通过微软的NPS角色实现一个Radius服务器,身份验证和证书使用微软ADCS、ADDS,具有一定的参考价... 目录简介示意图什么是 802.1X?核心作用802.1X的组成角色工作流程简述802.1X常见应用802.

windows和Linux安装Jmeter与简单使用方式

《windows和Linux安装Jmeter与简单使用方式》:本文主要介绍windows和Linux安装Jmeter与简单使用方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地... 目录Windows和linux安装Jmeter与简单使用一、下载安装包二、JDK安装1.windows设