随笔分类 -  internet

摘要:A Content Delivery Network (CDN) is a network of geographically distributed servers that collaborate to provide rapid delivery of internet content. A 阅读全文
posted @ 2025-02-19 15:54 Ashe|||^_^ 阅读(56) 评论(0) 推荐(0)
摘要:对比维度 RPC(Remote Procedure Call) REST(Representational State Transfer) 架构风格 面向过程 面向资源 通讯协议 HTTP/2或自定义协议 HTTP/1 数据格式 Protocol Buffers(Protobuf),MessageP 阅读全文
posted @ 2025-02-09 17:21 Ashe|||^_^ 阅读(87) 评论(0) 推荐(0)
摘要:层次 PDU 常见协议 作用位置 Application Layer(应用层) Message(消息) HTTP; SSH; FTP; SMTP/POP3/IMAP; DNS…… 应用程序 Transport Layer(传输层) Segment(TCP)Datagram(UDP) TCP; UDP 阅读全文
posted @ 2025-01-24 11:15 Ashe|||^_^ 阅读(141) 评论(0) 推荐(0)
摘要:一般而言,互联网被认为由三个部分组成: Edge Network Devices and Endpoints: This part consists of all the devices at the periphery of the network that users directly inte 阅读全文
posted @ 2025-01-20 09:29 Ashe|||^_^ 阅读(277) 评论(0) 推荐(0)
摘要:互联网世界,人们可以通过网络传输解除地域限制,实现消息的通信。那么网络传输的整体流程到底是怎么实现的呢? 比如小王在他的电脑浏览器上输入了一个网址,经过网络传输,目标服务器收到了来自小王的请求,并响应了内容给小王。整个过程就涉及了两次网络传输,一次请求,一次响应。 请求的网络传输: 小王在浏览器中输 阅读全文
posted @ 2024-09-04 18:49 Ashe|||^_^ 阅读(231) 评论(0) 推荐(0)