15Ethernet link aggregation and switch stacking and clustering

1. Network reliability requirements 1. Network reliability Network reliability refers to the ability to ensure uninterrupted network services when single or multiple points of equipment or links fail. Network reliability can be achieved at multiple levels, including boards, devices, and links. 2. Single board reliability 2.1.Single board reliability-1 A modular switch consists of a chassis, […]

python and PLC communication (Ethernet modbustcp)

To establish communication with a PLC in Python, you usually need to perform the following steps: 1. Determine the communication protocol of the PLC: Different PLC manufacturers and models may use different communication protocols, such as Modbus, OPC UA, Profinet, etc. Please first determine which communication protocol your PLC uses (this article is modbustcp). 2. […]

Ethernet link aggregation and switch stacking, clustering

Table of Contents Ethernet link aggregation 1. Basic concepts of link aggregation 2. Link aggregation configuration 1. Manual mode 2.LACP mode System priority interface priority Maximum number of active interfaces Active link election Load sharing Load sharing mode 3. Typical usage scenarios between switches between switch and server Switches and stacking systems Firewall dual-machine hot […]

Android13 Ethernet and WIFI coexist

1. Introduction In actual project development, especially when Ethernet-related functions are used, it often involves the situation where WiFi and Ethernet are turned on at the same time. Android has very little native compatibility for this. Only one will take effect, and Ethernet will be used first. Therefore, the system mechanism needs to be changed […]

Plug and play: How Ethernet switch combo ports change the game for network connectivity?

Hello, this is the Network Technology Alliance site. In modern networks, Ethernet switches are key devices widely used to connect various network devices. These switches typically have multiple ports for connecting computers, servers, routers, and other network devices. Combo port is a special type of port that changes the functionality and flexibility of the switch […]

Gigabit Ethernet transport layer UDP protocol principle and FPGA implementation (UDP reception)

Article directory Preface Experience 1. Brief review of UDP protocol 2. UDP receiving implementation 3. Complete code display 4. Simulation test (1) Simulate computer data transmission, (2) Test top-level file writing (3) Simulation files (4) Simulation waveform Foreword Earlier we explained the Ethernet UDP frame format. The UDP frame format includes preamble + frame delimiter, […]

WOL wake-up configuration (Ethernet, PHY, MAC)

Table of Contents wol Ethernet MAC PHY RMII Communication configuration Summarize wol Wake-on-LAN is abbreviated as WOL. WOL (Wake-on-LAN) is a standard network protocol. Its function is to allow a computer that has entered a hibernation or shutdown state to issue commands to it through the other end of the LAN (mostly Ethernet). , causing […]

Gigabit Ethernet transport layer UDP protocol principle and FPGA implementation (UDP sending)

Article directory Preface Experience 1. Introduction to UDP protocol 2. UDP datagram format 3. UDP data sending test 4. Verilog implements UDP data sending 1. Calculation of IP header check IPchecksun 2. Calculation of the check field FCS of Ethernet messages 3. Implementation of Ethernet message sending module 5. Ethernet data transmission test 6. Simulation […]

Data communication network IPv6 Ethernet single-arm routing

Articles and resources are archived to the public account [AIShareLab] and can be obtained by replying to Communication Systems and Networks. Article directory First, the purpose 2. Environment and network topology 3. Demand 4. Steps 1. Purpose Master the basic configuration of VLAN. Master the basic configuration of Trunk. 2. Environment and network topology This […]