热门标签 | HotTags
当前位置:  开发笔记 > 程序员 > 正文

BCMSN试题解析(10题)

1.WhichofthefollowingaretrueofunicastIP?ItcanbeeitherTCPorUDPItusesaclassDaddressAservertransmittingunicastIPdoesnotneedto‘know’therecipient‘saddress2.Whichofthefollowingaretrueofremoteservice

1.Which of the following are true of unicast IP? It can be either TCP or UDP It uses a class D address A server transmitting unicast IP does not need to ‘know’ the recipient‘s address 2.Which of the following are true of remote service

1.Which of the following are true of unicast IP?

It can be either TCP or UDP

It uses a class D address A server transmitting unicast

IP does not need to ‘know’ the recipient‘s address

2.Which of the following are true of remote services?



They are centralized and therefore

require transport across the backbone to reach the user

They are common to all users They are on a different VLAN

than the user They are typically connected

to the user via a layer 2 switching path

3.Which of the following is a form of out-of-band management?



Web-based management Console port LAT TELNET



4.Spanning tree protocols puts a port in one of 5 states.

Which of the following is true of the forwarding state?


No frames are forwarded. BPDU‘s are heard.

No frames are forwarded. No BPDU’s are heard.

No frames are forwarded. Learning Addresses.

Frames are forwarded. Learning addresses.

5.What security measures does Cisco suggest

in the access layer of their recommended campus architecture?


Route filtering Cisco recommends no security measures

in the access layer Device security such as passwords

Port security

6.Telnet access directly to a switch or router command

uses what facility?


slip server async port line

7.What mechanism can be used to prevent ‘rogue’

HSRP routers from asserting high priorities and

becoming the active router?



MD5 authentication may be used in HSRP messages

Plain text authentication may be used in HSRP messages

The command ‘standby (group_number)access-group (access_list)’

is used to specify the routers that may participate

in an HSRP group Each HSRP router is explicitly

configured with the address of the other routers

in the group using

the command ‘standby (group_number) (group_member_address)

8.What command will set duplex mode

on a set based switch to half?



9.Which of the following are true of a LAN

segmented with layer 2 switches?



Path determination is based on OSI reference model

Layer2 information Path determination is based

on OSI reference model Layer3 information

Path determination is based on OSI reference model

Layer4 information It supports multiple high-speed

data exchanges

10.What will a Catalyst switch do with

a multicast (in default configuration)?



Learn the correct destinations Flood the multicast

frames out each port within the VLAN on

which it is received Query the IGMP designated

router Query the domain to determine multicast

group membership
推荐阅读
  • 本文深入探讨了计算机网络的基础概念和关键协议,帮助初学者掌握网络编程的必备知识。从网络结构到分层模型,再到传输层协议和IP地址分类,文章全面覆盖了网络编程的核心内容。 ... [详细]
  • 自己用过的一些比较有用的css3新属性【HTML】
    web前端|html教程自己用过的一些比较用的css3新属性web前端-html教程css3刚推出不久,虽然大多数的css3属性在很多流行的浏览器中不支持,但我个人觉得还是要尽量开 ... [详细]
  • NFS(Network File System)即网络文件系统,是一种分布式文件系统协议,主要用于Unix和类Unix系统之间的文件共享。本文详细介绍NFS的配置文件/etc/exports和相关服务配置,帮助读者理解如何在Linux环境中配置NFS客户端。 ... [详细]
  • 三菱PLC SLMP协议报文详解
    本文详细解析了三菱PLC中使用的SLMP协议报文结构,包括其工作原理、通信流程及报文格式,旨在帮助工程师和技术人员更好地理解和运用这一协议。 ... [详细]
  • 使用C# .NET构建UDP点对点聊天应用
    本文详细介绍如何利用C# .NET框架开发一个基于UDP协议的点对点聊天程序,包括客户端与服务器之间的连接建立、数据传输等核心功能。 ... [详细]
  • 本文将详细探讨 Linux 系统中的 netstat 命令,该命令用于查看网络状态和连接情况。通过了解 IP 地址和端口的基本概念,我们将更好地理解如何利用 netstat 命令来监控和管理网络服务。 ... [详细]
  • TCP/IP基础知识详解
    本文详细介绍了TCP/IP协议的基本概念,包括网络层次模型、TCP三次握手过程、四次挥手过程以及TCP与UDP的比较。通过这些内容,读者可以更好地理解TCP/IP协议的工作原理。 ... [详细]
  • 解析EasyCVR平台国标GB28181协议下的TCP与UDP模式
    在使用EasyCVR视频融合平台过程中,用户常遇到关于端口设置的问题,尤其是TCP和UDP模式的区别。本文将详细介绍这两种模式在GB28181协议下的具体应用及差异。 ... [详细]
  • 一面问题:MySQLRedisKafka线程算法mysql知道哪些存储引擎,它们的区别mysql索引在什么情况下会失效mysql在项目中的优化场景&# ... [详细]
  • 本文深入探讨了计算机网络中的传输层概念,包括UDP和TCP的主要特性、头部格式、连接建立与终止过程、可靠传输机制、滑动窗口技术、流量控制策略以及拥塞控制方法等。通过详细解析,帮助读者全面理解传输层的工作原理。 ... [详细]
  • Python Socket 基础入门
    本文介绍了客户端与服务端如何通过IP地址进行身份验证,并详细说明了在不同操作系统中查看和配置网络接口的方法。同时,文章还探讨了Socket的基本使用方法及其工作流程。 ... [详细]
  • 本文详细探讨了虚拟化的基本概念,包括服务器虚拟化、网络虚拟化及其在云计算环境中的应用。特别强调了SDN技术在网络虚拟化和云计算中的关键作用,以及网络虚拟化技术如何提升资源利用效率和管理灵活性。 ... [详细]
  • 本文深入探讨了网络编程中的基本概念,如指针、引用和可重入函数,并详细介绍了OSI七层模型和TCP/IP四层模型的功能与协议。同时,文章还对比了HTTP与HTTPS的区别,分析了HTTP请求报文的结构,讨论了TCP与UDP的主要差异,以及滑动窗口协议的工作原理。 ... [详细]
  • 本文详细记录了作者从7月份的提前批到9、10月份正式批的秋招经历,包括各公司的面试流程、技术问题及HR面的常见问题。通过这次秋招,作者深刻体会到了技术积累和面试准备的重要性。 ... [详细]
  • 本文详细介绍了如何设置局域网,并确保网络中的所有计算机能够相互访问和共享安装的软件。包括物理连接检查、TCP/IP设置、网络协议配置等多个方面。 ... [详细]
author-avatar
housyou晶
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有