柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
将Cisco 6500第4模块第1端口的通信方式设置为半双工,第2~24端口的通信方式设置为全双工,以下交换机的端口配置,正确的是()。
A.Switch-6500>(enable)set interface duplex 4/1 half Switch-6500>(enable)set interface duplex 4/2-24 full
B.Switch-6500>(enable)set port 4/1 duplex half Switch-6500>(enable)set port 4/2-24 duplex full
C.Switch-6500>(enable)set port duplex 4/1 half Switch-6500>(enable)set port duplex 4/2-4/24 full
D.Switch-6500>(enable)set port duplex 4/1 half Switch-6500>(enable)set port duplex 4/2-24 full
热度🔥201
参考答案:D
解析:
设置路由器端口的通信方式。以Cisco 6500交换机为例: 步骤一:设置第4模块第1端口的通信方式设置为半双工set port duplex 4/1 half 步骤二:设置第2~24端口的通信方式设置为全双工set prot duplex 4/2-24 full 因此D选项正确。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
通常所说的计算机的主机是指( )。
有以下程序: #include main() { char c1,c2; c1='A'+'8'-'4'; c2='A'+'8'-'5'; printf( "%c,%d\n",c1,c2); } 已知字母A的ASCII码为65,程序运行后的输出结果是( )。
设有如下通用过程:Public Function Fun(xStr As String)As String Dim tStr As String, strL As Integer tStr="" strL=Len(xStr) i=1 Do While i<=strL / 2 tStr=tStr & Mid(xStr, i, 1)& Mid(xStr, strL-i+1, 1) i=i+1 Loop Fun=tStr End Function 在窗体上画一个名称为Command1的命令按钮。然后编写如下的事件过程: Private Sub Command1_Click() Dim S1 As String S1="abcdef" Print UCase(Fun(S1)) End Sub 程序运行后,单击命令按钮,输出结果是( )。
一幅1024 x 768的彩色图像,每个像素使用16位表示,采用压缩比为5倍的算法压缩图像数据之后,其数据量大约是多少MB?
标签
三级网络技术
set
duplex
6500
switch