专业网络工程师网站|服务平台|服务商(加客服微信:cnitpm或QQ:773104605进网络工程师学霸群)

软题库 学习课程
当前位置:信管网 >> 网络工程师 >> 每日一练 >> 文章内容
网络工程师每日一练试题(2026/6/17)

网络工程师当天每日一练试题地址:www.cnitpm.com/exam/ExamDay.aspx?t1=8

往期网络工程师每日一练试题汇总:www.cnitpm.com/class/27/e8_1.html

网络工程师每日一练试题(2026/6/17)在线测试:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

点击查看:更多网络工程师习题与指导

网络工程师每日一练试题内容(2026/6/17)

  • 试题1

    The Address Resolution Protocol(ARP)was developed to enable communication on an internetwork and perform a required function in IP routing.ARP lies between layers(  )of the OSI model,and allows computers to introduce each other across a network prior to communication.APR finds the(  )address of a host from its known(  )address.Before a device sends a datagram to another device,it looks in its ARP cache to see if there is a MAC address and corresponding IP address for the destination device.If there is no entry,the source device sends a(  )message to every device on the network.Each device compares the IP address to its own.Only the device with the matching IP address replies with a packet containing the MAC address for the device(except in the case of “proxy ARP”).The source device adds the(  )device MAC address to its ARP table for future reference.
    1)A.1And 2
    B.2And 3
    C.3And 4
    D.4And 5
    2)A.IP
    B.logical
    C.hardware
    D.network
    3)A.IP
    B.physical
    C.MAC
    D.virtual
    4)A.unicast
    B.multicast
    C.broadcast
    D.point-to-point
    5)A.source
    B.destination
    C.gateway
    D.proxy

    查看答案

    试题参考答案:B 、C 、A 、C 、B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题2

    ( )不属于数据链路层的功能。
    A.路由选择
    B.帧同步
    C.差错检测
    D.建立连接

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题3

    在Linux主机上配置防火墙策略,实现以下目标
    :1.仅允许10.10.10.10主机访问SSH服务
    2.允许任意主机访问HTTP和 HTTPS服务3.拒绝其他生机访问
    管理员配置的规则如下:
    sudo iptables -P INPUT DROP #规则0
    sudo iptables -A INPUT -s 10.10.10.10 -p tcp -dport 22- j ACCEPT #规则1
    sudo iptables -A INPUT -j DROP#规则2
    sudo iptables -A INPUT -p tcp -dport 80 -j ACCEPT#规则3
    sudo iptables -A INPUT -p tcp -dport 443 -j ACCEPT #规则4
    上述规则生效后,主机10.10.10.10可以访问SSH,但是10.10.20.10无法访问HTTP和HTTPS服务,其原因是(  )。
    A.规则0阻断所有流量,后续规则失效
    B.HTTP和 HTTPS服务需要同时配置INPUT 和OUTPUT链规则
    C.规则2先匹配到流量,执行阻断动作,后续规则失效
    D.规则3和规则4没有配置源IP 0.0.0/0明确允许任意主机访问,该规则仅匹配本地回环地址

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题4

    某企业网络拓扑如图所示,骨干区域的3台路由器运行0SPF路由协议,在排除网络故障时,发现RA收到RB发送的Hello报文,但是没有收到RC发送的Hello报文,可能原因是( )。

    A.RC被选举为DR 路由器
    B.RC与RA连接的接口被配置为NSSA区域
    C.RC与RA连接的接口被配置为0SPF静默接口
    D.RC与RA连接的接口被配置为0SPF区域1

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题5

    软件测试时,白盒测试不能发现( )
    A.代码路径中的错误
    B.死循环
    C.逻辑错误
    D.功能错误

    查看答案

    试题参考答案:D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题6

    IEEE802.1Q规定VLAN的Tag字段中,用来定义帧的优先级的是( )。
    A.PRI
    B.CFI
    C.TPID
    D.VID

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题7

    虚拟内存的主要作用是( )。
    A.提高内存访问速度
    B.实现多任务隔离
    C.扩大逻辑内存容量
    D.优化 CPU缓存效率

    查看答案

    试题参考答案:C

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题8

    下列无线网络技术中,覆盖范围最小的是( )。
    A、802.15.1蓝牙
    B、802.11n无线局域网
    C、802.15.4 ZigBee
    D、802.16m无线城域网

    查看答案

    试题参考答案:A

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题9

    The Dynamic Host Configuration Protocol provides configuration parameters to Internet(1). DHCP consists of two components: a(2) for delivering host-specific configuration parameters from a DHCP server to a host and a mechanism for allocation of network addresses to hosts. DHCP is built on a client-server model, where designated DHCP server hosts allocate network addresses and deliver (3) parameters to dynamically configured hosts. DHCP supports three mechanisms for IP address allocation. In"automatic allocation",DHCP assigns a(4) IP address to a client. In"dynamic allocation",DHCP assigns an IP address to a client for a limited period of time. In"manual allocation", a client's IP address is assigned by the network (5), and DHCP is used simply to convey the assigned address to the client
    (1)A. switch
    B. terminal
    C. hosts
    D. users
    (2)A. router
    B. protocol
    C. host
    D. mechanism
    (3)A. control
    B. broadcast
    C. configuration
    D. transmission
    (4)A. permanent
    B. dynamic
    C. connection
    D.session
    (5)A.controller
    B.user
    C. host
    D. administrator

    查看答案

    试题参考答案:C、B、C、A、D

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

  • 试题10

    VxLAN与QinQ相比,说法错误的是( ).
    A.通过MAC-in-UDP封装数据包
    B.增加VLANID数量
    C.其工作层具有更高的可扩展性,适应云计算要求
    D.技术更昂贵,更复杂,不是所有交换机支持

    查看答案

    试题参考答案:B

    试题解析与讨论:www.cnitpm.com/exam/ExamDay.aspx?t1=8&day=2026/6/17

信管网订阅号

信管网视频号

信管网抖音号

温馨提示:因考试政策、内容不断变化与调整,信管网网站提供的以上信息仅供参考,如有异议,请以权威部门公布的内容为准!

信管网致力于为广大信管从业人员、爱好者、大学生提供专业、高质量的课程和服务,解决其考试证书、技能提升和就业的需求。

信管网软考课程由信管网依托10年专业软考教研倾力打造,教材和资料参编作者和资深讲师坐镇,通过深研历年考试出题规律与考试大纲,深挖核心知识与高频考点,为学员考试保驾护航。面授、直播&录播,多种班型灵活学习,满足不同学员考证需求,降低课程学习难度,使学习效果事半功倍。

发表评论  查看完整评论  

推荐文章

精选

课程

提问

评论

收藏