首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏python3

    CCIE TS3 Internet 题目

    interface Ethernet0/1 ip  address 10.0.0.21 255.255.255.252 ip  ospf 110 area 0 half-duplex! interface Ethernet0/2 no  ip address shutdown half-duplex! interface Ethernet0/3 ip  address 10.0.0.17 255.255.255.252 ip  ospf 110 area 0 half-duplex! interface Ethernet1/3 ip  address 10.0.0.33 255.255.255.252 half-duplex! interface Ethernet0/3 ip  address 10.1.0.9 255.255.255.252 ip  ospf 110 area 1 half-duplex!

    70340发布于 2020-01-17
  • 来自专栏DevOps持续集成

    交换机基本配置与ios命令使用

    Enable AUTO duplex configuration #自动协商 full Force full duplex operation #全双工 half Force half-duplex

    86120发布于 2019-10-18
  • 来自专栏飞鸟的专栏

    10、交换机双工 速率 端口安全

    Encapsulation ARPA, loopback not set                                   以太网封装   Keepalive set (10 sec)   Half-duplex auto  Enable AUTO duplex configuration   full  Force full duplex operation   half  Force half-duplex 

    1.1K60编辑于 2022-01-05
  • 来自专栏NLP小白的学习历程

    The Physical Layer(Computer networks)

    ., use different twisted pairs for each direction Half-duplex link 半双工 •Both directions, but not at

    71620发布于 2020-11-13
  • 来自专栏Hello工控

    串行通信中的单工、半双工和双工通信模式,该如何选择?

    半双工(Half-duplex) 半双工模式允许双向通信,但一次只能有一个方向的数据流动。 这意味着发送方和接收方可以交换数据,但在同一时间内只能有一个方向的数据传输。

    1.5K10编辑于 2024-06-25
  • 来自专栏python3

    H3C以太网基础实验H3CTE讲师分享

    修改完成后,再次通过命令displayinterface Ethernet 1/0/5查看端口Ethernet1/0/5的状态,根据该命令输出请补充如下的空格: 10Mbps-speed mode, half-duplex Ethernet1/0/5的状态,根据该命令输出请补充如下的空格: Ethernet1/0/5 current state: AdministrativelyDOWN 10Mbps-speed mode, half-duplex

    1K20发布于 2020-01-14
  • 来自专栏技术博文

    测试UDP端口是否开放

    --recv-only Only receive data, never send anything --no-shutdown Continue half-duplex

    2.4K10编辑于 2024-04-04
  • 来自专栏【C】系列

    【以太网物理层】DM9161A

    PHYAD[4] Asserted high to indicate the presence of carrier due to receive or transmit activities in half-duplex , LI (D) Collision Detection Asserted high to indicate the detection of the collision conditions in half-duplex

    29800编辑于 2023-12-05
  • 来自专栏【C】系列

    【以太网物理层】DM9161A

    PHYAD[4] Asserted high to indicate the presence of carrier due to receive or transmit activities in half-duplex , LI (D) Collision Detection Asserted high to indicate the detection of the collision conditions in half-duplex

    37400编辑于 2023-12-05
  • 来自专栏【C】系列

    【以太网物理层】DM9161A

    PHYAD[4] Asserted high to indicate the presence of carrier due to receive or transmit activities in half-duplex , LI (D) Collision Detection Asserted high to indicate the detection of the collision conditions in half-duplex

    41900编辑于 2023-12-05
  • 来自专栏追宇星空

    以太网自协商--1000BASE-X自协商(七)

    0 为Half-duplex, 1为Full-duplex; AN LP Ability (Page B9h–BCh, Address 0Ah– 0Bh) 该寄存器为SGMII自协商SGMII-Slave 0 为Half-duplex, 1为Full-duplex; 1000BASE-X AN Advertisement 该寄存器为SGMII自协商SGMII-Master侧核心状态寄存器,SGMII-Marster

    6.8K12编辑于 2024-07-01
  • 来自专栏【C】系列

    【以太网物理层】DM9161A

    PHYAD[4] Asserted high to indicate the presence of carrier due to receive or transmit activities in half-duplex , LI (D) Collision Detection Asserted high to indicate the detection of the collision conditions in half-duplex

    32300编辑于 2023-12-05
  • 来自专栏同步文章1234

    【Cisco Packet Tracer| 一.交换机配置模式与基本参数配置】

    auto Enable AUTO duplex configuration full Force full duplex operation half Force half-duplex

    3.1K20编辑于 2023-04-24
  • 来自专栏Vamei实验室

    Python标准库10 多进程初步 (multiprocessing包)

    1) Pipe可以是单向(half-duplex),也可以是双向(duplex)。我们通过mutiprocessing.Pipe(duplex=False)创建单向管道 (默认为双向)。

    1K70发布于 2018-01-18
  • 来自专栏网络技术联盟站

    计算机网络中的三种通信方式:单工、半双工和全双工

    半双工通信方式半双工通信(Half-Duplex Communication)是一种能够在两个方向上传输数据的通信方式,但同一时间内数据只能在一个方向上传输。

    1.5K10编辑于 2025-01-12
  • 来自专栏运维

    介绍一个监控网卡及网络流量的好工具NICSTAT

    For half-duplex interfaces, rKB/s and wKB/s are summed.        Sat       Saturation.          Print statistics for  non-local  interfaces,  setting  speed  of  "eth0"  and  "eth1"  to  10mbps/half-duplex

    2.2K30发布于 2018-11-14
  • 来自专栏python3

    Python实现进程同步和通信

    Queue.put(item) 写入队列,timeout等待时间 Queue.put_nowait(item) 相当Queue.put(item, False) Pipe Pipe管道,可以是单向(half-duplex

    82010发布于 2020-01-03
  • 来自专栏米扑专栏

    Python 学习入门(23)—— 进程

    1) Pipe可以是单向(half-duplex),也可以是双向(duplex)。我们通过mutiprocessing.Pipe(duplex=False)创建单向管道 (默认为双向)。

    66940发布于 2019-02-19
  • 来自专栏Vamei实验室

    协议森林09 爱的传声筒 (TCP连接)

    也就是说,TCP连接关闭了一个方向的传输,成为一个单向连接(half-duplex)。第二个箭头和第三个箭头传递必须分开,才能有空隙在开放的方向上继续传输。

    63780发布于 2018-01-18
  • 来自专栏小洁叫你mysql

    【网络编程】Linux网络编程基础与实战第三弹——网络名词术语

    Half-duplex(半双工)在通道中同时只能沿着一个方向传输数据。

    47510编辑于 2023-10-19
领券