关于局域网中的通信协议中英文对照
- 格式:doc
- 大小:41.50 KB
- 文档页数:7
超文本传输协议版本 2IETF HTTP2草案(draft-ietf-httpbis-http2-13)摘要本规范描述了一种优化的超文本传输协议(HTTP)。
HTTP/2通过引进报头字段压缩以及多路复用来更有效利用网络资源、减少感知延迟。
另外还介绍了服务器推送规范。
本文档保持对HTTP/1.1的后向兼容,HTTP的现有的语义保持不变。
1 介绍The Hypertext Transfer Protocol (HTTP) is a wildly successful protocol. However, the HTTP/1.1 message format ([RFC7230], Section 3) was designed to be implemented with the tools at hand in the 1990s, not modern Web application performance. As such it has several characteristics that have a negative overall effect on application performance today.超文本传输协议(HTTP)是一个非常成功的协议。
但是HTTP/1.1 是针对90年代的情况而不是现代web应用的性能而设计的,导致它的一些特点已经对现代应用程序的性能产生负面影响。
In particular, HTTP/1.0 only allows one request to be outstanding at a time on a given connection. HTTP/1.1 pipelining only partially addressed request concurrency and suffers from head-of-line blocking. Therefore, clients that need to make many requests typically use multiple connections to a server in order to reduce latency.特别是,HTTP/1.0只允许在一个连接上建立一个当前未完成的请求。
《计算机网络》中英文对照Chapter 1End system P28 端系统Modem P29 调制解调器(俗称:猫)Base station P29 基站Communication link P30 通信链路Physical media P30 物理介质Coaxial cable P30 同轴电缆Fiber optics P30 光纤Radio spectrum P30 射频频谱Transmission rate P30 传输速率Packets P30 (数据)包,或分组Routers P30 路由器Link-layer switches P30 链路层交换机Path P30 路径ISP (Internet Service Provider) P30 网络服务提供商TCP (Transmission Control Protocol) P31 传输控制协议IP ( Internet Protocol) P31 网际协议Intranets P31 内网API (Application Programming Interface) P32 应用程序编程接口Network edge P35 网络边缘Access Networks P38 接入网Ethernet P42 以太网Network core P48 网络核心Circuit Switching P50 电路转换Packet Switching 分组交换FDM (frequency-division multiplexing) P50 频分多路复用TDM (time-division multiplexing) P50 时分多路复用Statistical Multiplexing 统计复用Store-and-forward 存储转发Queuing delays P53 排队延迟Transmission delay P60 传输延迟,或发送延迟Propagation delay P60 传播延迟Throughput P59 吞吐量Internet backbone P57 骨干网Delay P59 延迟,或时延Loss P59 丢包Packet-Switched Network P59 分组交换网络Nodal processing delay P60 节点处理延迟End-to-end delay P66 端到端延迟Instantaneous throughput P68 瞬时吞吐量Network interface card P74 网络接口卡(即网卡)Message P75 消息,或报文Segment P75 (报文)段Datagram P75 数据报Frames P75 帧Packet sniffer P82 数据包监听器Protocol Stack 协议栈Peer entities 对等实体Chapter 2 应用层Server farm P110 服务器集群Infrastructure P110 基础设施,或基础架构Self-scalability P111 自扩展性Timing P114 实时性Bandwidth-sensitive applications P115带宽敏感应用Connection-oriented service P117 面向连接的服务Directory service P121 目录服务Base HTML 基本HTML文件Stateless protocol P124 无状态协议RTT (round-trip time ) P126 往返时间Web proxy caches P128 网页代理缓存Status line P130 状态行Out-of-band P141 (频)带外(的)In-band P141 带内(的)User agents P144 用户代理Mail servers P144 邮件服务器Pull protocol P148 拉式协议Push protocol p148 推式协议Host aliasing P158 主机别名Canonical hostname P158 规范主机名Mail server aliasing P158 邮件服务器别名Load distribution P158 负载分配Top-level domain (TLD) servers P161 顶级域名服务器Authoritative DNS servers P161 权威域名服务器Iterative queries P168 迭代查询Resource records (RRs) P165 资源记录Overlay network P179 覆盖网Nonpersistent HTTP 非持久HTTP,或非坚持HTTP Persistent HTTP 持久性HTTP,或坚持的HTTP Peer-to-Peer (P2P) Network 对等网络Socket programming 套接字编程Chapter 3 传输层Multiplexing and demultiplexing P226 复用与分用Unidirectional data transfer P241 单向数据传送Finite-state machine (FSM) P242 有限状态机Positive acknowledgments P243 肯定确认Negative acknowledgments P243 否定确认Countdown timer P250 (倒数)计时器Cumulative acknowledgment P258 累积确认Receive buffer P269 接收缓冲区,或接收缓存Resource-management cells 资源管理单元Source (port number) 源端口号Destination (port number) 目的端口号Checksum 校验与Pipelined protocols 流水线(型)协议Go-back-N 回退NSelective Repeat 选择重传Timeout (定时器)超时Fast Retransmit 快速重传Flow Control 流量控制Three way handshake 三次握手sequence number 序列号(简写为seq)acknowledgement number 确认号(简写为ack;注意与大小的ACK不同)Congestion Control 拥塞控制additive increase, multiplicative decrease 加性增乘性减Slow Start 慢启动congestion-avoidance 拥塞避免fast recovery 快速恢复duplicate (ACK) 冗余(ACK)Random Early Detection 随机早期检测Chapter 4 网络层Forwarding table P338 转发表Virtual-circuit networks P343 虚电路网络Datagram networks P343 数据报网络Signaling message P346 信令报文Content Addressable Memory P354 内容可寻址存储器Crossbar switch P356 纵横开关Active queue management 主动队列管理Head-of-the-line (HOL) 队头Classless interdomain routing (CIDR) P371 无类域间路由Plug-and-play P376 即插即用Anycast P386 任播Interior gateway protocols P414 内部网关协议Routing information Protocol P414 路由信息协议(RIP)Open shortest Path First OSPF P414 开放最短路径优先Area border routers P419 区域边界路由器Sequence-number-controlled flooding P430 序列号控制的洪泛,或带序列号的受控洪泛Reverse path forwarding (RPF) P431 逆向路径转发Rendezvous point P433 汇聚点Longest prefix matching 最长前缀匹配Scheduling 调度Fragmentation 分片,或分段Fragment Offset 报文段偏移量Network Address Translation (NAT) 网络地址转换NAT traversal NAT穿越Multicast 组播,或多播Unicast 单播Tunneling 隧道技术Link-State Routing Algorithm 链路状态路由算法Distance Vector Routing Algorithm 距离向量路由算法Count to Infinity Problem 无穷计数问题Hierarchical Routing 分层路由autonomous systems 自治系统BGP (Border Gateway Protocol) 边界网关协议in-network duplication 网内复制broadcast storm 广播风暴spanning tree 生成树redundant packets 冗余数据包Chapter 5 数据链路层,或链路层Broadcast channels P461 广播信道Trailer fields P464 尾部字段Link access P464 链路接入,或链路访问Network interface card P466 网络接口卡(即网卡)Parity checks P469 奇偶校验Forward error correction (FEC) P471 前向纠错Cyclic Redundancy Check 循环冗余校验Polynomial code P472 多项式码(即CRC码)Multiple access P475 多路接入Random access protocols P477 随机接入协议CSMA/CD P484 带冲突检测的载波侦听多路访问CSMA/CA 带冲突避免的载波侦听多路访问Token passing protocol P487 令牌传递协议ARP P491 地址解析协议Preamble P497 前导(字段)Exponential backoff P502 指数回退,或指数退避Repeater P504 中继器Virtual-channel identifier P520 虚拟信道标识Cell-loss priority P520 信元丢失优先权Label-switched router P524 标签交换路由器Framing (封装)成帧error detection 误差检测,或检错Channel Partitioning 信道分割式(MAC协议)Taking turns MAC protocol 轮流式MAC协议Collision 冲突,或碰撞Time Slot 时隙Slotted ALOHA 时隙ALOHAUnslotted ALOHA 无时隙ALOHA Nonpersistent CSMA 非坚持CSMA1-persistent CSMA 1坚持CSMAp-persistent CSMA p坚持CSMAToken Ring 令牌环(Wireless) LAN (无线)局域网Hub 集线器Collision domain 冲突域Bridge 网桥。
RFC768 对照翻译RFC 768 J. PostelISI28 August 1980User Datagram Protocol用户数据协议----------------------Introduction----------------This User Datagram Protocol (UDP) is defined to make available a datagram mode of packet-switched computer communication in the environment of an interconnected set of computer networks. This protocol assumes that the Internet Protocol (IP) [1] is used as the underlying protocol.这个用户数据报协议(UDP)定义了在一个相互连接的计算机网络的环境中包交换计算机通信模式的一个可用的数据报.此协议把互联网协议(IP)[1]作为它的下层协议.This protocol provides a procedure for application programs to send messages to other programs with a minimum of protocol mechanism. The protocol is transaction oriented, and delivery and duplicate protection are not guaranteed. Applications requiring ordered reliable delivery of streams of data should use the Transmission Control Protocol (TCP) [2].此协议为应用程序提供一个发送消息到其它拥有最小的协议机制程序的过程.此协议是面向处理以及传输和复制保护是无法保证的协议。
⽹络通信协议(互联⽹协议)阅读⽬录⼀.操作系统基础 操作系统:(Operating System,简称OS)是管理和控制计算机硬件与软件资源的计算机程序,是直接运⾏在“裸机”上的最基本的系统软件,任何其他软件都必须在操作系统的⽀持下才能运⾏。
注:计算机(硬件)->os->应⽤软件 有关操作系统详细的介绍和原理请看这⾥>>>,不是你们现在这个阶段需要学习的,还是⽼样⼦,先⼤致了解⼀下就⾏啦。
⼆.⽹络通信原理 2.1 互联⽹的本质就是⼀系列的⽹络协议 当我们通过⾃⼰电脑的浏览器访问京东的时候,,我们是在浏览器上输⼊了⼀个⽹址,但是我们都知道,互联⽹连接的电脑互相通信的是电信号,我们的电脑是怎么将我们输⼊的⽹址变成了电信号然后发送出去了呢,并且我们发送出去的消息是不是应该让京东的服务器能够知道,我们是在请求它的⽹站呢,也就是说京东是不是应该知道我发送的消息是什么意思呢。
是不是发送的消息应该有⼀些固定的格式呢?让所有电脑都能识别的消息格式,他就像英语成为世界上所有⼈通信的统⼀标准⼀样,如果把计算机看成分布于世界各地的⼈,那么连接两台计算机之间的internet实际上就是⼀系列统⼀的标准,这些标准称之为互联⽹协议,互联⽹的本质就是⼀系列的协议,总称为‘互联⽹协议’(Internet Protocol Suite)。
互联⽹协议的功能:定义计算机如何接⼊internet,以及接⼊internet的计算机通信的标准。
先看⼀下⽹络通信的整个流程,下⾯是图解,关于⽹络通信流程的⼤致介绍(包含路由器、交换机、DNS服务器等等的内容,请看这⾥>>>) 2.2 osi七层协议 互联⽹协议按照功能不同分为osi七层或tcp/ip五层或tcp/ip四层 下⾯这些协议简单知道⼀些常⽤的就⾏。
(不是重点)各层的功能简述:【1】物理层:主要定义物理设备标准,如⽹线的接⼝类型、光纤的接⼝类型、各种传输介质的传输速率等。
⽹络中常⽤的各种协议名称(中英⽂)和具体含义TCP/IP协议(Transmission Control Protocol /Internet Protocol)传输控制协议/互联⽹协议(⽹际协议)FTP协议(File Transfer Protocol)⽂件传输协议SMTP协议(Simple Mail Transfer Protocol)简单邮件传输协议ECHO协议(Echo Protocol)回绕协议,⽤于查错及测量应答时间。
NTP协议(Network Time Protocol)⽹络时间协议,⽤于⽹络同步。
SNMP协议(Simple Network Management Protocol)简单⽹络管理协议⽤于⽹络信息的收集和⽹络管理。
HTTP协议(Hyper Text Transfer Protocol)超⽂本传输协议,⽀持万维⽹WWW的⼀种传输协议。
DHCP协议(Dynamic Host Configuration Protocol)动态主机配置协议动态配置IP地址的协议。
POP3协议(Post Office Protocol version3)邮局协议,主要功能是收邮件使⽤的。
ARP协议(Address Resolution Protocol)地址解析协议,⽤于动态解析以太⽹硬件地址的协议。
IPX/SPX协议即IPX(全称Interwork Packet Exchange⽹间数据包交换)与spx(全称Sequences Packet Exchange顺序包交换)协议的组合。
IPX协议负责数据包的传送,SPX负责数据包传输的完整性。
ICMP协议(Internet互联⽹控制报⽂(消息)协议),Internet Control Message ProtocolIGMP协议(Internet组管理协议)Internet Group Message ProtocolUDP协议(User DataGram Protocol)⽤户数据报协议。
计算机网络中英翻译ACK (ACKnowledgement) 确认帧ADSL (Asymmetric Digital Subscriber Line) 非对称数字用户线AN (Access Network )接入网ANSI (American National Standards Institute) 美国国家标准协会AP (Access Point) 接入点API (Application Programming Interface) 应用编程接口APNIC (Asia Pacific Network Information Center) 亚太网络信息中心ARP ( Address Resolution Protocol )地址解析协议ARPA (Advanced Research Project Agency)美国国防部远景研究规划局(高级研究计划署)ARQ (Automatic Repeat reQuest) 自动请求重发ATM (Asynchronous Transfer Mode) 异步传递方式ATU (Access Termination Unit) 接入端接单元ATU-C (Access Termination Unit Central Office )端局接入端接单元ATU-R (Access Termination Unit Remote) 远端接入端接单元AUI (Attachment Unit Interface )连接接口单元AWT ( Abstract Window Toolkit )抽象窗口工具箱BECN (Backward Explicit Congestion Notification) 反向显式拥塞通知BER (Basic Encoding Rule) 基本编码规则BGP (Border Gateway Protocol) 边界网关协议BSA (Basic Service Area) 基本服务区BSS (Basic Service Set) 基本服务集BNA 宝来网络体系结构CAC (Connection Admission Control) 连接准许控制CAP (Carrierless Amplitude Phase) 无载波振幅相位调制CATV (Community Antenna TV, CAble TV) 有线电视CBR ( Constant Bit Rate )恒定比特率CCIR (Consultative Committee,International Radio) 国际无线电咨询委员会CCITT (Consultative Committee, International Telegraph and Telephone)国际电报电话咨询委员会CCP 通信控制处理机CDM (Code Division Multiplexing) 码分复用CDMA (Code Division Multiplex Access) 码分多址CNNIC (Network Information Center of China) 中国互联网络信息中心CRC (Cyclic Redundancy Check) 循环冗余检验CSMA/CD (Carrier Sense Multiple Access / Collision Detection)载波监听多点接入/碰撞检测CSU/DSU ( Channel Service Unit/Data Service Unit) 信道服务单元/数据服务单元CTD (Cell Transfer Delay) 信元传送时延DACS (Digital Access and Cross-connect System) 数字交接系统DCA 数据通信体系结构DCE (Data Circuit-terminating Equipment) 数据电路端接设备DE (Discard Eligibility) 丢弃指示DES (Data Encryption Standard) 数据加密标准DHCP (Dynamic Host Configuration Protocol) 动态主机配置协议DLCI (Data Link Connection Identifier) 数据链路连接标识符DMT (Discrete Multi-Tone) 离散多音(调制)DNS (Domain Name System) 域名系统DNA 数据网络系统结构DSL (Digital Subscriber Line) 数字用户线DSLAM (DSL Access Multiplexer) 数字用户线接入复用器DSSS (Direct Sequence Spread Spectrum) 直接序列扩频DTE (Data Terminal Equipment) 数据终端设备DVMRP (Distance Vector Multicast Routing Protocol) 距离向量多播路由选择协议DWDM (Dense WDM) 密集波分复用EGP (External Gateway Protocol) 外部网关协议EIA (Electronic Industries Association )美国电子工业协会ESP (Encapsulating Security Payload) 封装安全有效载荷ESS 伍 xtended Service Set) 扩展的服务集FCS (Frame Check Sequence) 帧检验序列FDDI (Fiber Distributed Data Interface )光纤分布式数据接口FDM (Frequency Division Multiplexing) 频分复用FEC (Forwarding Equivalence Class) 转发等价类FEC (Forward Error Correction) 前向纠错FHSS (Frequency Hopping Spread Spectrum) 跳频扩频FIFO ( First In First Out) 先进先出FQ (Fair Queuing) 公平排队FR (Frame Relay) 帧中继FSK (Frequency Shift Keying) 移频键控FTP (File Transfer Protocol )文件传送协议FTTB (Fiber To The Building) 光纤到大楼FTTC (Fiber To The Curb )光纤到路边FTTH (Fiber To The Home) 光纤到家FTTD (Fiber To The Desk) 光纤到桌面FTTZ(Fiber To The Zone )光纤到小区FTTO (Fiber To The Office) 光纤到办公室FTTF (Fiber To The Floor) 光纤到楼层GIF (Graphics Interchange Format) 图形交换格式GII (Global Information Infrastructure) 全球信息基础结构,全球信息基础设施GFC ( Generic Flow Control) 通用流量控制GSM (Group Special Mobile) 群组专用移动通信体制HDLC (High-level Data Link Control) 面向比特的链路控制规程HDSL (High speed DSL) 高速数字用户线HEC (Header Error Control) 首部差错控制HFC (Hybrid Fiber Coax) 光纤同轴混合(网)HTML (HyperText Markup Language) 超文本置标语言HTTP (HyperText Transfer Protocol) 超文本传送协议IAB (Internet Architecture Board) 因特网体系结构委员会IAC ( Interpret As Command )作为命令解释IAHC (Internet International Ad Hoc Committee )因特网国际特别委员会ICMP ( Internet Control Message Protocol )因特网控制报文协议IDEA (International Data Encryption Algorithm) 国际数据加密算法IEEE电气和电子工程师协会IESG (Internet Engineering Steering Group) 因特网工程指导小组IETF (Internet Engineering Task Force) 因特网工程部IFS (Inter Frame Space) 帧间间隔IGMP (Internet Group Management Protocol) 因特网组管理协议IGP (Interior Gateway Protocol) 内部网关协议IM (Instant Messaging) 即时传信IMAP (Internet Message Access Protocol) 因特网报文存取协议IMP ( Interface Message Processor) 接口报文处理机IP (Internet Protocol )网际协议IR (InfraRed )红外技术IRTF ( Internet Research Task Force )因特网研究部ISDN (Integrated Services Digital Network) 综合业务数字网ISO ( International Organization for Standardization )国际标准化组织ISOC (Internet Society) 因特网协会ISP ( Internet Service Provider) 因特网服务提供者ITU ( International Telecommunication Union )国际电信联盟ITU-T ( ITU Telecommunication Standardization Sector) 国际电信联盟电信标准化部门JPEG (Joint Photographic Expert Group) 联合图像专家组标准KDC (Key Distribution Center) 密钥分配中心LAN (Local Area Network )局域网LANE (LAN Emulation )局域网仿真LAPB (Link Access Procedure Balanced) 链路接入规程(平衡型)LCP (Link Control Protocol) 链路控制协议LDP (Label Distribution Protocol) 标记分配协议LLC (Logical Link Control) 逻辑链路控制LSP (Label Switched Path) 标记交换路径LSR (Label Switching Router) 标记交换路由器MAC (Medium Access Control) 媒体接入控制MAN (Metropolitan Area Network) 城域网MAU (Medium Attachment Unit) 媒体连接单元MBONE (Multicast Backbone On the InterNEt )多播主干网MBS (Maximum Burst Size )最大突发长度MCR (Minimum Cell Rate )最小信元速率 MCU (Multipoint Control Unit)多点控制单元MD (Message Digest) 报文摘要MDI (Medium Dependent Interface )媒体相关接口MIB (Management Information Base) 管理信息库MIME (Multipurpose Internet Mail Extensions) 通用因特网邮件扩充modem 调制解调器MOTIF (Message Oriented Text Interchange System) 面向报文的电文交换系统MPEG (Motion Picture Experts Group) 活动图像专家组标准MPOA (MultiProtocol Over ATM) 多协议在 ATM 上运行MPLS (MultiProtocol Label Switching) 多协议标记交换MRU (Maximum Receive Unit) 最大接收单元MSS (Maximum Segment Size) 最长报文段MTU (Maximum Transfer Unit) 最大传送单元NAK (Negative AcKnowlegement) 否认帧NAP ( Network Access Point) 网络接入点N.ISDN (Narrowband-ISDN) 窄带综合业务数字网NAT (Network Address Translation )网络地址转换NAV (Network Al location Vector) 网络分配向量NCP (Network Control Protocol) 网络控制协议NFS (Network File System) 网络文件系统NGI 下一代因特网计划NIA 网络适配器NIC (Network Interface Card) 网络接口卡、网卡NII (National Information Infrastructure) 国家信息基础结构,国家信息基础设施NLRI (Network Layer Reachability Information) 网络层可达性信息NNI (Network-Node Interface) 网络结点接口NSF (National Science Foundation) (美国)国家科学基金会NVT (Network Virtual Terminal )网络虚拟终端ODBC (Open Database Connection)开放数据库互连OSF (Open Software Fundation )开放软件基金会OSI (Open System Interconnection )开放系统互联PBX (Private Branch eXchange )用户交换机PCM (Pulse Code Modulation ) 脉冲编码调制PCN (Personal Communications Network ) 个人通信网络PCR (Peak Cell Rate )峰值信元速率PCS 个人通信服务 Personal Communications ServicePDH 准同步数字系列PDA 个人数字助理 Personal Digital AssistantPDN 公用数据网 Public Data NetworkPDU 协议数据单元 Protocol Data UnitPER 分组差错率 packet error ratePIR 分组插入率 packet insertion ratePLCP 物理层会聚协议 Physical Layer Convergence ProtocolPLR 分组丢失率 packet loss ratePMD 物理媒体相关(子层) Physical Medium DependentPPP 点到点协议 Point to Point ProtocolPPTP 点对点隧道协议PRM 协议参考模型 Protocol Reference ModelPRN 分组无线网 Packet Radio NetworkPSN 分组交换节点 Packet Switch NodePSTN 公用电话交换网 Public Switched Telephone NetworkRARP 逆向地址解析协议 Reverse Address Resolution ProtocolRAS 远程访问服务器RFC 请求评注 Request for CommentsRMON 远程网络管理Router 路由器RPC 远程过程调用 Remote Procedure CallRSVP 资源重复利用协议RTP 接收和发送端口RTS 往返样本 Round Trip SampleRTS 剩余时间标签SAP 业务接入点 Service Access PointSAP 服务公告协议 Service Advertising ProtocolSAR 分段和重组(子层) Segmentation and ReassemblySDH 同步数字系列 Synchronous Digital HierarchySDLC 同步数据链路控制(协议) Advanced Data Communication Control Procedure SDTV 标准数字电视SDU 业务数据单元 Service Data UnitSIPP 增强的简单因特网协议 Simple Internet Protocol PlusSLIP 串行线路IP Serial Line Interface ProtocolSMDS 交换式多兆比特数据业务 Switched Multimegabit Data ServicesSMF 单模光纤 Single-mode FiberSMT 站点管理 Station ManagementSMTP 简单邮件传输协议 Simple Mail Transfer ProtocolSNA 系统网络体系结构 System Network ArchitectureSNMP 简单网络管理协议 Simple Network Management ProtocolSNR 信噪比 Signal-Noise ratioSONET 同步光纤网络 Synchronous Optical NetworkSTM 同步传输方式 Synchronous Transfer ModeSTP 屏蔽双绞线 Shielded Twisted PairSTS 同步传输信号 Synchronous Transport SignalSVC 交换虚电路 Switched Virtual CircuitSwitch 交换机TCP 传输控制协议 Transmission Control ProtocolTDM 时分多路复用 Time Division MultiplexingTFTP 单纯文件传输协议 Trivial File Transfer protocolTelnet 远程登录协议TIP 终端接口处理机 Terminal Interface ProcessorTP 双绞线 Twisted PairTSAP 传输层服务访问点 Transport Service Access PointUDP 用户数据报协议 User Datagram ProtocolUSB 通用串行总线 Universal Serial BusUTP 非屏蔽双绞线 Unshielded Twisted PairVAN 增值网 Value Added NetworkVBR 可变比特率 Variable Bit RateVCC 虚信道连接 Virtual Channel ConnectionVLAN 虚拟局域网 Virtual LANVLSI 超大规模集成电路VOD 点播图像 Video on DemandVPC 虚路径连接 Virtual Path ConnectionVPI 虚路径标识 virtual path identifierVPN 虚拟专用网络 Virtual Private NetworkVRML 虚拟现实造型语言 Virtual Reality Modeling Language VTP 虚拟隧道协议WAN 广域网 Wide Area NetworkWDM 波分多路复用 Wavelength Division MultiplexingWWW 万维网 World Wide Web。
通信英文缩写通信英文缩写是在日常生活和工作中经常遇到的,因为它们可以简化长词组或术语,提高工作效率。
在本文中,我们将介绍一些常见的通信英文缩写和它们的含义。
一. 网络通信缩写1. HTTP:超文本传输协议(Hypertext Transfer Protocol)HTTP是一种用于在Web浏览器和Web服务器之间传输超文本的协议。
2. IP:互联网协议(Internet Protocol)IP用于将数据包从一个网络节点传输到另一个网络节点。
3. WiFi:无线保真(Wireless Fidelity)WiFi是用于在无线设备之间传输数据的技术。
4. DNS:域名系统(Domain Name System)DNS将域名转换为与之关联的IP地址。
5. VoIP:网络电话(Voice over Internet Protocol)VoIP是一种通过互联网进行语音通信的技术。
二. 电信通信缩写1. PSTN:公共交换电话网(Public Switched Telephone Network)PSTN是传统电话网络,用于进行电话通信。
2. ISDN:综合业务数字网(Integrated Services Digital Network)ISDN是一种数字电话线路,可以同时传输语音和数据。
3. SMS:短消息服务(Short Message Service)SMS用于在移动设备之间发送短信。
4. MMS:多媒体消息服务(Multimedia Messaging Service)MMS用于在移动设备之间发送包含图像、音频和视频的消息。
5. SIM:用户身份模块(Subscriber Identity Module)SIM是嵌入在移动设备中的芯片,用于存储用户信息和身份验证。
三. 通信设备缩写1. LAN:局域网(Local Area Network)LAN是一种用于在有限地理范围内连接多个设备的网络。
2. WAN:广域网(Wide Area Network)WAN是一种连接较大地理范围内的设备的网络。
常用的网络协议有哪些常用的网络协议通常包括以下几种:1. TCP/IP协议:Transmission Control Protocol/Internet Protocol (传输控制协议/互联网协议)是互联网的核心协议之一。
它定义了在网络上如何传输和接收数据包,确保数据的可靠传输。
2. HTTP协议:Hypertext Transfer Protocol(超文本传输协议)是用于在网络中传输超文本的协议。
它通过请求-响应的方式在客户端和服务器之间传递信息,用于访问和传输网页、图片、视频等资源。
3. FTP协议:File Transfer Protocol(文件传输协议)是用于在网络上进行文件传输的协议。
它允许用户从一个计算机向另一个计算机发送或接收文件,并提供对文件的管理和控制。
4. SMTP协议:Simple Mail Transfer Protocol(简单邮件传输协议)是用于在网络上传输电子邮件的协议。
它定义了电子邮件如何通过互联网进行传输和交付的规则。
5. POP3协议:Post Office Protocol version 3(邮局协议版本3)是从邮件服务器下载邮件的协议。
它允许用户将电子邮件从邮件服务器传输到本地计算机上的邮件客户端。
6. IMAP协议:Internet Message Access Protocol(因特网消息访问协议)是比POP3更高级的电子邮件检索协议。
它允许用户在邮件服务器上管理和组织电子邮件,包括在服务器上创建文件夹、标记已读/未读邮件等。
7. DNS协议:Domain Name System(域名系统)是用于将域名解析为IP地址的协议。
它将域名映射到相应的IP地址,使得用户可以通过域名访问网站。
8. DHCP协议:Dynamic Host Configuration Protocol(动态主机配置协议)是用于自动分配IP地址和其他网络配置信息的协议。
它允许计算机在加入网络时动态地获得网络设置,简化了网络配置的过程。
欢迎共阅计算机网络中英翻译ACK(ACKnowledgement)确认帧ADSL(AsymmetricDigitalSubscriberLine)非对称数字用户线AN(AccessNetwork)接入网ANSI(AmericanNationalStandardsInstitute)美国国家标准协会AP(AccessPoint)接入点API(ApplicationProgrammingInterface)应用编程接口APNIC(AsiaPacificNetworkInformationCenter)亚太网络信息中心ARP(AddressResolutionProtocol)地址解析协议AWT(BNACBR(CCPCSMA/CD(CarrierSenseMultipleAccess/CollisionDetection)载波监听多点接入/碰撞检测CSU/DSU(ChannelServiceUnit/DataServiceUnit)信道服务单元/数据服务单元CTD(CellTransferDelay)信元传送时延DACS(DigitalAccessandCross-connectSystem)数字交接系统DCA数据通信体系结构DCE(DataCircuit-terminatingEquipment)数据电路端接设备DE(DiscardEligibility)丢弃指示DES(DataEncryptionStandard)数据加密标准DHCP(DynamicHostConfigurationProtocol)动态主机配置协议DLCI(DataLinkConnectionIdentifier)数据链路连接标识符DMT(DiscreteMulti-Tone)离散多音(调制)DNS(DomainNameSystem)域名系统DNA数据网络系统结构DSL(DigitalSubscriberLine)数字用户线DSLAM(DSLAccessMultiplexer)数字用户线接入复用器DSSS(DirectSequenceSpreadSpectrum)直接序列扩频DTE(DataTerminalEquipment)数据终端设备DVMRP(DistanceVectorMulticastRoutingProtocol)距离向量多播路由选择协议DWDM(DenseWDM)密集波分复用EGP(ExternalGatewayProtocol)外部网关协议EIA(ElectronicIndustriesAssociation)美国电子工业协会ESS伍FCS(FrameFIFO(FR(FrameGFC(HDSL(HighspeedDSL)高速数字用户线HEC(HeaderErrorControl)首部差错控制HFC(HybridFiberCoax)光纤同轴混合(网)HTML(HyperTextMarkupLanguage)超文本置标语言HTTP(HyperTextTransferProtocol)超文本传送协议IAB(InternetArchitectureBoard)因特网体系结构委员会IAC(InterpretAsCommand)作为命令解释IAHC(InternetInternationalAdHocCommittee)因特网国际特别委员会ICMP(InternetControlMessageProtocol)因特网控制报文协议IDEA(InternationalDataEncryptionAlgorithm)国际数据加密算法IEEE电气和电子工程师协会IESG(InternetEngineeringSteeringGroup)因特网工程指导小组IETF(InternetEngineeringTaskForce)因特网工程部IFS(Inter Frame Space)帧间间隔IGMP(InternetGroupManagementProtocol)因特网组管理协议IGP(InteriorGatewayProtocol)内部网关协议IM(InstantMessaging)即时传信IMAP(InternetMessageAccessProtocol)因特网报文存取协议IMP(InterfaceMessageProcessor)接口报文处理机IP(InternetProtocol)网际协议IR(InfraRed)红外技术IRTF(ISO(ISP(ITU(ITU-T(MIB(ManagementInformationBase)管理信息库MIME(MultipurposeInternetMailExtensions)通用因特网邮件扩充modem调制解调器MOTIF(MessageOrientedTextInterchangeSystem)面向报文的电文交换系统MPEG(MotionPictureExpertsGroup)活动图像专家组标准MPOA(MultiProtocolOverATM)多协议在ATM上运行MPLS(MultiProtocolLabelSwitching)多协议标记交换MRU(MaximumReceiveUnit)最大接收单元MSS(MaximumSegmentSize)最长报文段MTU(MaximumTransferUnit)最大传送单元NAK(NegativeAcKnowlegement)否认帧NAP(NetworkAccessPoint)网络接入点N.ISDN(Narrowband-ISDN)窄带综合业务数字网NAT(NetworkAddressTranslation)网络地址转换NAV(NetworkAl location Vector)网络分配向量NCP(NetworkControlProtocol)网络控制协议NFS(NetworkFileSystem)网络文件系统NGI下一代因特网计划NIA网络适配器NIC(NetworkInterfaceCard)网络接口卡、网卡NII(NationalInformationInfrastructure)国家信息基础结构,国家信息基础设施ODBC(OSF(OSI(PBX(PCR(PCSPDHPDAPDNPDUPERPIRPLCPPLRPMDPPPPPTPPRMPRNPSN分组交换节点PacketSwitchNodePSTN公用电话交换网PublicSwitchedTelephoneNetworkRARP逆向地址解析协议ReverseAddressResolutionProtocolRAS远程访问服务器RFC请求评注RequestforCommentsRMON远程网络管理Router路由器RPC远程过程调用RemoteProcedureCallRSVP资源重复利用协议RTP接收和发送端口RTS往返样本RoundTripSampleRTS剩余时间标签SAP业务接入点ServiceAccessPointSAP服务公告协议ServiceAdvertisingProtocolSAR分段和重组(子层)SegmentationandReassemblySDH同步数字系列SynchronousDigitalHierarchySDLC同步数据链路控制(协议)AdvancedDataCommunicationControlProcedure SDTV标准数字电视SDU业务数据单元ServiceDataUnitSIPP增强的简单因特网协议SimpleInternetProtocolPlusSLIP串行线路IPSerialLineInterfaceProtocolSMDSSMFSMTSMTPSNASNMPSNRSONETSTMSTPSTSSVCTCPTDMTFTPVCC虚信道连接VirtualChannelConnectionVLAN虚拟局域网VirtualLANVLSI超大规模集成电路VOD点播图像VideoonDemandVPC虚路径连接VirtualPathConnectionVPI虚路径标识virtualpathidentifierVPN虚拟专用网络VirtualPrivateNetworkVRML虚拟现实造型语言VirtualRealityModelingLanguageVTP虚拟隧道协议WAN广域网WideAreaNetworkWDM波分多路复用WavelengthDivisionMultiplexing WWW万维网WorldWideWeb。
关于局域网中的通信协议中英文对照About the local area network communication protocol in Chinese and English language compared 一、引言First, the introduction要实现网络间的正常通信就必需选择合适的通信协议,有很多人误认为通信协议就是TCP/IP协议,只要网络能正常连通,其它协议没有用,事实上,不同的网络协议都有其存在的必要。
To achieve normal communication between networks is necessary to choose the appropriate communication protocol, there are many people mistakenly believe that the communication protocol is TCP/IP protocol, as long as Internet properly connected, the other agreement is useless, in fact, different network protocol has its existence is necessary.二、通信协议的分类组建网络时,必须选择一种网络通信协议,使得用户之间能够相互进行“交流”。
协议(Protocol)是网络设备用来通信的一套规则,这套规则可以理解为一种彼此都能听得懂的公用语言。
关于网络中的协议可以概括为两类:“内部协议”和“外部协议”。
Second, the classification of the communication protocol to form a network, you must select a network communication protocol, allows the user between "communication" to each other. Communication Protocol (Protocol) is a network device used for a set of rules, the rules can be understood as a kind of common language can understand each other. About the network protocol can be summarized as two types: "internal agreement" and "external agreement".1、内部协议1978年,国际标准化组织(ISO)为网络通信制定了一个标准模式,称为OSI/RM(Open System Interconnect/Reference Model,开放系统互联参考模型)体系结构。
该结构共分七层,从低到高分别是物理层、数据链路层、网络层、传输层、会话层、表示层和应用层。
其中,任何一个网络设备的上下层之间都有其特定的协议形式,同时两个设备(如工作站与服务器)的同层之间也有其使用的协议约定。
在这里,将这种上下层之间和同层之间的协议全部定义为“内部协议”。
内部协议在组网中一般很少涉及到,它主要提供给网络开发人员使用,如果只是为了组建一个网络,可不去理会内部协议。
1, internal agreement in 1978, the international organization for standardization (ISO) set a standard for network communication Model, called the OSI/RM (Open SystemInterconnect/Reference Model of Open System interconnection) Reference Model architecture. The structure is divided into seven layers, from low to high respectively is the physical layer, data link layer, network layer, transport layer, session layer, presentation layer and application layer. On any network device of the lower form, has its specific agreement between the two devices at the same time, such as workstations and servers between tree also has its use agreement. Here, on the lower level and provided between all the agreement, defined as "internal agreement" between. Internal agreements rarely involved in the network, it is mostly used for web developers, if only in order to form a network, not to ignore the internal agreement.2、外部协议外部协议即组网时所必须选择的协议。
由于它直接负责计算机之间的相互通信,所以通常称为网络通信协议。
自从网络问世以来,有许多公司投入到了通信协议的开发中,如IBM、Banyan、Novell、Microsoft等。
每家公司开发的协议,最初都是为了满足自己的网络通信,但随着网络应用的普及,不同网络之间进行互联的要求越来越迫切,因此通信协议就成为解决网络之间互联的关键技术。
就像使用不同母语的人与人之间需要一种通用语言才能交谈一样,网络之间的通信也需要一种通用语言,这种通用语言就是通信协议。
目前,局域网中常用的外部协议主要有NetBEUI、IPX/SPX及其兼容协议和TCP/IP三类。
2, external protocol external network formation must be selected by agreement. Because it is directly responsible for the computer to communicate with each other, so often referred to as a network communication protocol. Since the advent of Internet, there are many companies in the development of the communication protocol, such as IBM, Banyan, Novell, Microsoft, etc. Each company development agreement, first is to satisfy their own network communication, but with the popularity of network applications, requirements of interconnection between different network has become more and more urgent, so the communication protocol has become the key to solve network interconnection between technologies. Like to use a different mother tongue between people need a common language to talk, network communication between the also need a kind of common language, the language is a communication protocol. At present, the local area network (LAN) that is commonly used in external protocols mainly include NetBEUI, IPX/SPX and its compatible protocol and TCP/IP.三、选择网络通信协议的原则Third, choose the principle of network communication protocol第一、网络结构和功能与所选协议要相一致。
如果网络中存在多个网段或要通过路由器相连时,就不能使用不具备路由和跨网段操作功能的NetBEUI协议,而必须选择IPX/SPX 或TCP/IP等协议。
另外,如果网络规模较小,同时只是为了简单的文件和设备的共享,这时关心的主要是网络速度,所以在选择协议时应选择占用内存小和带宽利用率高的协议,如NetBEUI。
当网络规模较大,且网络结构复杂时,应选择可管理性和可扩充性较好的协议,如TCP/IP。
First, the network structure and function and the selected protocol should be consistent. If multiple network segments or exist in the network are connected through a router that will not be able to use do not have routing and cross network segment operating function NetBEUI agreement, and must choose the IPX/SPX or TCP/IP protocol. In addition, if the network on a smaller scale, at the same time, just for simple file and equipment sharing, concern mainly the network speed at this moment, so when choosing protocol should choose small memory and bandwidth utilization high protocols, such as NetBEUI. When the network size is bigger, and in the complex network structure, should choose better manageability and scalability protocol, such as TCP/IP.第二、选择一种通信协议用于一个网络。