期刊文献+
共找到476篇文章
< 1 2 24 >
每页显示 20 50 100
基于TCP/IP协议与关联规则的电力监控系统多线程通信方法 被引量:2
1
作者 吴鑫 王树军 +1 位作者 曹帅 王中伟 《电气自动化》 2024年第1期11-13,19,共4页
电力监控系统环境中存在过多噪声因素干扰,导致通信效率和质量低。为此,提出一种基于传输控制协议/网际协议(transmission control protocol/internet protocol,TCP/IP)与关联规则的多线程通信算法。将背景噪声看作电力监控信号的突变现... 电力监控系统环境中存在过多噪声因素干扰,导致通信效率和质量低。为此,提出一种基于传输控制协议/网际协议(transmission control protocol/internet protocol,TCP/IP)与关联规则的多线程通信算法。将背景噪声看作电力监控信号的突变现象,查找回应突变函数的信号值,利用谐波分离算法,去除背景噪声。根据不同线程的传输特点,采用TCP/IP协议建立通信程序包,分别设置句柄、终止、挂起以及执行函数,为不同线程的通信数据,匹配不同的通信协议。试验结果证明:对电力监控系统源设备的传输信号多线程通信时,通信信号波频变化最为平稳,在0~2000 s的采样区间内,未出现传输为0现象;对背景噪声去噪后,波形相比原始信号变化明显较为稳定,没有出现过高或过低的幅值变化。所提方法通信信号表达平稳、效率较高,对原始信号的保留效果较好,去噪能力很强。 展开更多
关键词 传输控制协议/网际协议 关联规则 电力监控系统 谐波分离算法 多线程通信
下载PDF
The Design and Implement of TCP/IP Protocol Cluster on AVR Singlechip
2
作者 Rong Pan Hai Zhao +2 位作者 Jialiang Wang Dan Liu Penghua Cai 《Journal of Software Engineering and Applications》 2010年第8期761-766,共6页
With the rapid development of the embedded technology, research and implement of the Internet of things will be a new technology revolution, yet the implement of the Internet of things is on the base of the communicat... With the rapid development of the embedded technology, research and implement of the Internet of things will be a new technology revolution, yet the implement of the Internet of things is on the base of the communication between the things. For this reason, realizing the function of communication between singlechip is particularly important. Based on the characteristics of the embedded microcontroller, we analyzed the traditional PC TCP/IP protocol, and appropriately tailored TCP/IP protocol cluster on the basis of the characteristics of embedded singlechip. At last, we realized the reduced TCP/IP protocol cluster suitable for embedded singlechip, on AVR singlechip platform. 展开更多
关键词 The internet of THINGS WEBIT Embedded System tcp/ip protocol ETHERNET
下载PDF
A Dual-Channel Secure Transmission Scheme for Internet-Based Networked Control Systems
3
作者 田德振 戴亚平 +1 位作者 胡敬炉 平泽宏太郎 《Journal of Beijing Institute of Technology》 EI CAS 2010年第2期183-190,共8页
Two significant issues in Internet-based networked control systems ( INCSs), transport performance of different protocols and security breach from Internet side, are investigated. First, for improving the performanc... Two significant issues in Internet-based networked control systems ( INCSs), transport performance of different protocols and security breach from Internet side, are investigated. First, for improving the performance of data transmission, user datagram protocol (UDP) is adopted as the main stand for controllers and plants using INCSs. Second, a dual-channel secure transmission scheme (DCSTS)based on data transmission characteristics of INCSs is proposed, in which a raw UDP channel and a secure TCP (transmission control protocol) connection making use of SSL/TLS (secure sockets layer/transport layer security) are included. Further, a networked control protocol (NCP) at application layer for supporting DCSTS between the controllers and plants in INCSs is designed, and it also aims at providing a universal communication mechanism for interoperability of devices among the networked control laboratories in Beijing Institute of Technology of China, Central South University of China and Tokyo University of Technology of Japan. By means of a networked single-degree-of-free- dom robot arm, an INCS under the new protocol and security environment is created. Compared with systems such as IPSec or SSL/TLS, which may cause more than 91% network throughput deduction, the new DCSTS protocol may yield results ten times better, being just 5.67%. 展开更多
关键词 internet-based networked control system (INCS) networked control protocol(NCP) dual-channel secure transmission scheme(DCSTS)
下载PDF
Embedded Internet环境下TCP/IP协议簇的约简 被引量:6
4
作者 韩光洁 赵海 +2 位作者 王金东 林涛 王济勇 《小型微型计算机系统》 CSCD 北大核心 2004年第9期1602-1606,共5页
基于 Em bedded Internet技术下 ,为了实现非 Internet设备信息的共享和访问 ,作者对 TCP/ IP协议簇进行系统的研究 ,提出在设备中嵌入 thin TCP/ IP协议栈并使其能够实现与网络的透明互联 .对 TCP/ IP协议簇进行尽最大可能的约简而不... 基于 Em bedded Internet技术下 ,为了实现非 Internet设备信息的共享和访问 ,作者对 TCP/ IP协议簇进行系统的研究 ,提出在设备中嵌入 thin TCP/ IP协议栈并使其能够实现与网络的透明互联 .对 TCP/ IP协议簇进行尽最大可能的约简而不使其失去标准和相应的机制 ,从而可以利用 TCP/ IP协议在设备与 Internet之间建立通讯联系 ,真正把设备纳入到网络的管理范围 ,实现设备的网络化和智能化管理 .设备中嵌入 TCP/ 展开更多
关键词 EMBEDDED internet tcp/ip协议栈 嵌入式 约简
下载PDF
嵌入式Internet系统中TCP/IP协议的实现 被引量:8
5
作者 钟建国 《陕西师范大学学报(自然科学版)》 CAS CSCD 北大核心 2008年第4期16-19,共4页
分析了由8位和16位MCU组成的嵌入式系统的特点,研究了嵌入式系统中TCP/IP协议栈的体系结构,提出了嵌入式系统中TCP/IP协议选择的方法和功能裁剪的策略,阐述了嵌入式系统实现TCP/IP协议过程中需要解决的关键问题,给出了协议处理的总流程... 分析了由8位和16位MCU组成的嵌入式系统的特点,研究了嵌入式系统中TCP/IP协议栈的体系结构,提出了嵌入式系统中TCP/IP协议选择的方法和功能裁剪的策略,阐述了嵌入式系统实现TCP/IP协议过程中需要解决的关键问题,给出了协议处理的总流程.在对各协议控制字段进行深入分析的基础上,从编程和应用的角度给出了具体的解决方案和实现方法.实验表明,方案和方法对嵌入式Internet系统设计具有一定的参考价值. 展开更多
关键词 嵌入式系统 因特网 tcp/ip协议
下载PDF
嵌入式Internet中TCP/IP协议栈的研究与设计 被引量:3
6
作者 黄文力 马礼 王玉超 《电脑开发与应用》 2008年第1期46-47,50,共3页
目前大多数嵌入式设备是8位或16位的MCU,要将Internet与嵌入式设备进行结合,其主要困难在于,相对于8/16位低速处理器本身资源的限制,Internet的TCP/IP协议簇过于复杂,因此不可能实现完整的TCP/IP协议栈,必须根据实际需求进行精简。针对... 目前大多数嵌入式设备是8位或16位的MCU,要将Internet与嵌入式设备进行结合,其主要困难在于,相对于8/16位低速处理器本身资源的限制,Internet的TCP/IP协议簇过于复杂,因此不可能实现完整的TCP/IP协议栈,必须根据实际需求进行精简。针对8位或16位的低档MCU接入Internet,采用MCU+软件嵌入TCP/IP协议的方法加以实现。对嵌入式Internet中TCP/IP协议栈的实现进行了研究与分析,针对每一层的具体协议,提出了设计方法和精简方案。由于嵌入式设备自身资源的限制,使得在嵌入式Internet中TCP/IP协议栈的实现存在功能简单、安全性不高等问题。但是随着嵌入式硬件设备和Internet技术的不断发展,嵌入式TCP/IP协议栈的实现也将会越来越完善。 展开更多
关键词 8/16bMCU 嵌入式internet 嵌入式tcp/ip协议栈
下载PDF
Cloud control for IIoT in a cloud-edge environment
7
作者 YAN Ce XIA Yuanqing +1 位作者 YANG Hongjiu ZHAN Yufeng 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第4期1013-1027,共15页
The industrial Internet of Things(IIoT)is a new indus-trial idea that combines the latest information and communica-tion technologies with the industrial economy.In this paper,a cloud control structure is designed for... The industrial Internet of Things(IIoT)is a new indus-trial idea that combines the latest information and communica-tion technologies with the industrial economy.In this paper,a cloud control structure is designed for IIoT in cloud-edge envi-ronment with three modes of 5G.For 5G based IIoT,the time sensitive network(TSN)service is introduced in transmission network.A 5G logical TSN bridge is designed to transport TSN streams over 5G framework to achieve end-to-end configuration.For a transmission control protocol(TCP)model with nonlinear disturbance,time delay and uncertainties,a robust adaptive fuzzy sliding mode controller(AFSMC)is given with control rule parameters.IIoT workflows are made up of a series of subtasks that are linked by the dependencies between sensor datasets and task flows.IIoT workflow scheduling is a non-deterministic polynomial(NP)-hard problem in cloud-edge environment.An adaptive and non-local-convergent particle swarm optimization(ANCPSO)is designed with nonlinear inertia weight to avoid falling into local optimum,which can reduce the makespan and cost dramatically.Simulation and experiments demonstrate that ANCPSO has better performances than other classical algo-rithms. 展开更多
关键词 5G and time sensitive network(TSN) industrial internet of Things(IIoT)workflow transmission control protocol(tcp)flows control cloud edge collaboration multi-objective optimal scheduling
下载PDF
网络通信中嵌入式TCP/IP单片机技术研究
8
作者 陈庆旭 《通信电源技术》 2023年第14期190-192,共3页
嵌入式传输控制协议/网际协议(Transmission Control Protocol/Internet Protocol,TCP/IP)单片机技术是网络通信中一项重要的技术。主要从嵌入式TCP/IP单片机技术的概述、硬件结构、软件设计进行详细介绍,提出一种嵌入式TCP/IP单片机的... 嵌入式传输控制协议/网际协议(Transmission Control Protocol/Internet Protocol,TCP/IP)单片机技术是网络通信中一项重要的技术。主要从嵌入式TCP/IP单片机技术的概述、硬件结构、软件设计进行详细介绍,提出一种嵌入式TCP/IP单片机的软件设计方法,并将其应用于网络通信,以提高网络通信的稳定性和可靠性,并提高数据传输质量。 展开更多
关键词 嵌入式传输控制协议/网际协议(tcp/ip)单片机 网络通信 数据传输
下载PDF
基于TCP/IP的多媒体技术支持系统设计和实现
9
作者 赵坤 《信息与电脑》 2023年第13期215-217,共3页
随着网络技术的发展,网络技术逐渐渗透到各个行业领域,很多领域顺应时代发展进行多样化的变革。其中,实际生产和工作中使用多媒体技术支持系统可以共享网络资源,提高资源的利用率和工作效率。文章介绍了传输控制协议/网际协议(Transmiss... 随着网络技术的发展,网络技术逐渐渗透到各个行业领域,很多领域顺应时代发展进行多样化的变革。其中,实际生产和工作中使用多媒体技术支持系统可以共享网络资源,提高资源的利用率和工作效率。文章介绍了传输控制协议/网际协议(Transmission Control Protocol/Internet Protocol,TCP/IP),并对基于TCP/IP的多媒体技术支持系统进行了设计和实现。 展开更多
关键词 传输控制协议/网际协议(tcp/ip) 多媒体技术 支持系统
下载PDF
AN ENHANCEMENT SCHEME OF TCP PROTOCOL IN MOBILE AD HOC NETWORKS:MME-TCP
10
作者 Kai Caihong Yu Nenghai Chen Yuzhong 《Journal of Electronics(China)》 2007年第1期1-9,共9页
Transmission Control Protocol (TCP) optimization in Mobile Ad hoc NETworks (MANETs) is a challenging issue because of some unique characteristics of MANETs. In this paper,a new end-to-end mechanism based on multiple m... Transmission Control Protocol (TCP) optimization in Mobile Ad hoc NETworks (MANETs) is a challenging issue because of some unique characteristics of MANETs. In this paper,a new end-to-end mechanism based on multiple metrics measurement is proposed to improve TCP performance in MANETs. Multi-metric Measurement based Enhancement of TCP (MME-TCP) designs the metrics and the identification algorithm according to the characteristics of MANETs and the experiment results. Furthermore,these metrics are measured at the sender node to reduce the overhead of control information over networks. Simulation results show that MME-TCP mechanism achieves a significant performance improvement over standard TCP in MANETs. 展开更多
关键词 Ad hoc networks transmission control protocol tcp Network states End-to-end metrics Identification algorithms
下载PDF
IP化技术在电视制播融合中的网络架构与信号传输应用
11
作者 郝延军 《电视技术》 2024年第2期157-159,共3页
网际互连协议(Internet Protocol,IP)化网络作为一种新兴的传输技术,正在改变传统的电视制作和播出模式。基于此,概述了IP化技术的相关概念,分析了IP化技术的数字编码和分组传输机制,阐述了IP化技术在推动电视制播融合方面的作用,提出... 网际互连协议(Internet Protocol,IP)化网络作为一种新兴的传输技术,正在改变传统的电视制作和播出模式。基于此,概述了IP化技术的相关概念,分析了IP化技术的数字编码和分组传输机制,阐述了IP化技术在推动电视制播融合方面的作用,提出了电视制播IP化网络的分层架构,解析了IP化核心网和接入网的组成,以及软件定义网络(Software Defined Network,SDN)在IP化网络中的控制作用。 展开更多
关键词 网际互连协议(ip) 电视制播融合 网络架构 信号传输
下载PDF
数字电视信号在IP网络传输中的QoS保障技术应用
12
作者 王棵岷 《电视技术》 2024年第7期165-167,共3页
数字电视信号对传输质量有着十分严苛的要求,传统网际互连协议(Internet Protocol,IP)网络在提供端到端服务质量(Quality of Service,QoS)保障方面仍面临诸多挑战。对此,分析数字电视信号的业务特点和传输需求,梳理IP网络QoS领域的发展... 数字电视信号对传输质量有着十分严苛的要求,传统网际互连协议(Internet Protocol,IP)网络在提供端到端服务质量(Quality of Service,QoS)保障方面仍面临诸多挑战。对此,分析数字电视信号的业务特点和传输需求,梳理IP网络QoS领域的发展脉络,提出一种端到端QoS保障解决方案的总体架构,从接入网、骨干网、综合管理平台三个层面给出优化措施。 展开更多
关键词 数字电视 ip网络 服务质量(QoS) 信号传输
下载PDF
广播电视行业从SDI到IP的转变
13
作者 王世娜 《电视技术》 2024年第2期186-188,共3页
在广播电视行业,4K、8K超高清技术的快速发展,对于信号传输产生了更高的要求,需要更高的带宽和更低的延迟。在这种情况下,传统的串行数字接口(Serial Digital Interface,SDI)技术已经不能满足,需要向网际互连协议(Internet Protocol,IP... 在广播电视行业,4K、8K超高清技术的快速发展,对于信号传输产生了更高的要求,需要更高的带宽和更低的延迟。在这种情况下,传统的串行数字接口(Serial Digital Interface,SDI)技术已经不能满足,需要向网际互连协议(Internet Protocol,IP)化转化。针对SDI技术的局限性以及IP技术的优势进行阐述,发现IP化不仅可以提升传输效率、降低传输成本,还可以促进广播电视行业的创新和发展。 展开更多
关键词 串行数字接口(SDI) 网际互连协议(ip) 传输效率
下载PDF
SDI+IP混合架构的播总控系统设计
14
作者 吴超 《电视技术》 2024年第1期30-32,37,共4页
近年来,广播电视技术转型向网际互连协议(Internet Protocol,IP)化发展的进程逐渐加快,基于IP架构的电视技术系统必将取代传统串行数字接口(Serial Digital Interface,SDI)架构,成为未来电视技术的发展方向。对以互联网协议网关(Interne... 近年来,广播电视技术转型向网际互连协议(Internet Protocol,IP)化发展的进程逐渐加快,基于IP架构的电视技术系统必将取代传统串行数字接口(Serial Digital Interface,SDI)架构,成为未来电视技术的发展方向。对以互联网协议网关(Internet Protocol Gateway,IPG)作为关键设备搭建“SDI+IP”混合架构系统的设计方案进行深入分析,阐述电视技术系统从SDI向IP技术转型过程中尽可能实现平稳过渡的思路。 展开更多
关键词 串行数字接口(SDI) 网际互连协议(ip) 电视播总控系统
下载PDF
Multi-Stage Image Compression-Decompression System Using PCA/IPCA to Enhance Wireless Transmission Security
15
作者 Ali A. Ibrahim Thura Ali Khalaf Bashar Mudhafar Ahmed 《Journal of Computer and Communications》 2022年第4期87-96,共10页
The goal of this paper is to propose a fast and secure multi-stage image compression-decompression system by using a wireless network between two Personal Computers (PCs). In this paper, the Principal Component Analys... The goal of this paper is to propose a fast and secure multi-stage image compression-decompression system by using a wireless network between two Personal Computers (PCs). In this paper, the Principal Component Analysis (PCA) technique is used for multi-stage image compression and Inverse Principal Component Analysis (IPCA) for multi-stage image decompression. The first step of the proposed system is to select the input image, the second step is to perform PCA up to 9 times on the input image, this compression, and after multi-stage compression process then the third step begins by transforming across wireless Ad hoc Network (WANET) to the second computing device, forth step start with multi-stage decompression process up 9 times. The proposed system for different images is transferred over the wireless network using Transmission Control Protocol/Internet Protocol (TCP/IP), which is programmed using the network role property of the MATLAB program. The proposed system implements 25 different images correctly (100%). The main contribution of this paper is that we are dealing with the black image at the end of the compressed process ad start with a black image at the start of the decompressed process of this proposed system. In this work, the compressed and uncompressed images are compared with each other in their size and transmission time. This system can be very useful in networks because they provide a high level of protection to the transmitted data from hackers because they cannot guess how much the image has been compressed or what kind of information the image represents. 展开更多
关键词 Principle Component Analysis Inverse Principle Component Analysis Wireless Ad Hoc Network transmission control protocol/internet protocol
下载PDF
基于IP技术的输配电用电工程自动化运行系统设计
16
作者 王宇 《通信电源技术》 2024年第15期10-12,共3页
自动化技术在电力系统中的应用日益广泛,尤其是在输配电用电工程中,这些技术的重要性愈发显著。网际互连协议(Internet Protocol,IP)技术作为现代通信网络的基础,提供了一种高效的数据交换方式,使远程控制和实时监控成为可能。在输配电... 自动化技术在电力系统中的应用日益广泛,尤其是在输配电用电工程中,这些技术的重要性愈发显著。网际互连协议(Internet Protocol,IP)技术作为现代通信网络的基础,提供了一种高效的数据交换方式,使远程控制和实时监控成为可能。在输配电用电工程中,通过IP技术实现的自动化运行不仅可以优化电力分配和利用,而且能显著提升系统的可靠性和安全性。文章设计一个基于IP技术的输配电用电工程自动化运行系统,从网络通信模块的构建到数据处理与分析的深度整合,再到监控与控制模块的精细化管理,详细阐述各模块的设计原理与实现方法,并通过系统测试验证所提方案的有效性与实用性。 展开更多
关键词 网际互连协议(ip)技术 输配电用电工程 自动化运行系统
下载PDF
无线传感器网络与TCP/IP网络的融合 被引量:16
17
作者 刘元安 叶靓 +1 位作者 邵谦明 唐碧华 《北京邮电大学学报》 EI CAS CSCD 北大核心 2006年第6期1-4,共4页
介绍了无线传感器网络和传输控制协议/网际协议(TCP/IP)网络融合的最新研究成果,总结了当前主流的2种方法,即代理和直接TCP/IP化传感器网络.以此为基础分析了它们各自的优势和不足,通过代理服务器连接传感器网络和TCP/IP网络,比直接TCP... 介绍了无线传感器网络和传输控制协议/网际协议(TCP/IP)网络融合的最新研究成果,总结了当前主流的2种方法,即代理和直接TCP/IP化传感器网络.以此为基础分析了它们各自的优势和不足,通过代理服务器连接传感器网络和TCP/IP网络,比直接TCP/IP化整个传感器网络实现方便,安全性较高;但采用TCP/IP的网络可扩展性与健壮性比代理连接更好.最后提出了一种结合代理和TCP/IP化的优化方法. 展开更多
关键词 无线传感器网络 传输控制协议/网际协议 代理 融合
下载PDF
基于Socket的TCP/IP网络通讯模式研究 被引量:74
18
作者 何进 谢松巍 《计算机应用研究》 CSCD 北大核心 2001年第8期134-135,共2页
分析利用TCP/IP进行网络通讯需要解决的问题 ,介绍了在Socket基础上编程的界面、端口、字节顺序和广播的处理方式 ,给出了Socket实现通讯的客户 /服务器模型。
关键词 tcp/ip协议 网络通讯模式 SOCKET 客户/服务器 internet
下载PDF
微型TCP/IP协议栈的设计与实现 被引量:16
19
作者 姚光开 于永棠 柴乔林 《计算机应用》 CSCD 北大核心 2003年第9期82-84,共3页
TCP IP协议已经成为当今开放互联网络系统中不可缺少的部分,详细说明了微型TCP IP协议栈的设计方法,它具有紧凑、轻便、模块化、高效和可升级等特点,实现了标准TCP IP协议栈的主要功能,但对系统资源的要求少,可以用于系统资源少的嵌入... TCP IP协议已经成为当今开放互联网络系统中不可缺少的部分,详细说明了微型TCP IP协议栈的设计方法,它具有紧凑、轻便、模块化、高效和可升级等特点,实现了标准TCP IP协议栈的主要功能,但对系统资源的要求少,可以用于系统资源少的嵌入式系统进行网络通讯。 展开更多
关键词 微型tcp/ip 以太网控制器 协议栈
下载PDF
基于TCP/IP协议的远程图像/数据传输研究 被引量:6
20
作者 高程希 吴成东 +2 位作者 张云洲 商博 孟婷婷 《机电工程》 CAS 2011年第9期1102-1105,共4页
为了解决建筑物的能耗监控问题,研发了一款具有远程图像发送功能和数据接收功能的系统。该系统基于TCP/IP协议,采用典型的客户服务器模式,运用文件流技术读取并写入数据,运用数据流技术传送和接收数据,并将数据传送到监控中心,监控中心... 为了解决建筑物的能耗监控问题,研发了一款具有远程图像发送功能和数据接收功能的系统。该系统基于TCP/IP协议,采用典型的客户服务器模式,运用文件流技术读取并写入数据,运用数据流技术传送和接收数据,并将数据传送到监控中心,监控中心用Access数据库存储数据。另外,通过对数据块大小与传输速率之间关系的研究,得到了一个在硬件条件允许下的最优传输方案,使传输速率达到了相对的最大。研究结果表明,该研究为能耗的监测工作奠定了基础。 展开更多
关键词 tcp/ip协议 客户服务器模式 图像/数据传输 数据库
下载PDF
上一页 1 2 24 下一页 到第
使用帮助 返回顶部