互联网(internet)的基本组成

news/2025/1/20 9:29:44/文章来源:https://www.cnblogs.com/ashet/p/18680762

一般而言,互联网被认为由三个部分组成:

Edge Network

 

  • Devices and Endpoints: This part consists of all the devices at the periphery of the network that users directly interact with. It includes personal computers, laptops, smartphones, tablets, and various Internet of Things (IoT) devices like smart thermostats, security cameras, and wearable devices. These devices are the sources and destinations of data in the network.
  • Applications and Services: At the edge, there are numerous applications and services that users rely on. This includes web browsers for accessing websites, email clients for sending and receiving messages, video conferencing tools for virtual meetings, and social media platforms for communication and sharing. Online gaming platforms, cloud storage services, and streaming services like Netflix also operate at the edge.
  • Function: The edge network's main role is to generate and consume data. It allows users to access and utilize various network resources, such as retrieving information from websites, uploading files to the cloud, or streaming videos. It serves as the interface where users interact with the digital world.

Access Network

 

  • Technologies and Infrastructure: The access network provides the connection between end-user devices and the core network. Common access technologies include Digital Subscriber Line (DSL), which uses existing telephone lines to transmit data; Cable Modem, which utilizes cable TV infrastructure; and Fiber to the Home (FTTH), which offers high-speed data transmission through optical fibers directly to the user's premises. Wireless access technologies like Wi-Fi (WLAN) and cellular networks (such as 4G and 5G) are also part of the access network.
  • Connection and Transmission: Its primary function is to enable users to access the broader internet. It receives data from end devices and transmits it to the core network, and vice versa. For example, when a user sends an email from their smartphone, the access network picks up the data and routes it towards the core network for further transmission.
  • Service Providers: Internet Service Providers (ISPs) play a crucial role in the access network. They manage and maintain the infrastructure that provides users with network access. Examples of ISPs include Comcast, Verizon, and AT&T in the United States, and China Telecom, China Unicom in China.

Core Network

 

  • Components and Architecture: The core network is the central and most critical part of the internet, often referred to as the "backbone" of the network. It consists of high-performance routers, switches, and high-capacity communication links such as optical fibers. These components are interconnected in a complex architecture to handle large volumes of data traffic.
  • Data Routing and Switching: The core network is responsible for routing and switching data packets across different parts of the internet. It uses advanced routing protocols like Border Gateway Protocol (BGP) and Open Shortest Path First (OSPF) to determine the most efficient paths for data to travel. It ensures that data from a user in one part of the world can be quickly and accurately delivered to the intended recipient in another part.
  • Interconnection and Scalability: It connects different access networks and enables communication between various regions and networks. The core network is designed to be highly scalable to accommodate the ever-increasing amount of data traffic and the growth of the internet. It serves as the foundation that allows the entire internet to function smoothly and efficiently.

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/872000.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

WebRTC 笔记

目录通话建立流程特别提醒代码创建 RTCPeerConnection 对象获取本地摄像头/麦克风创建发起方会话描述对象(createOffer)连接的远程对等方属性(setRemoteDescription)建立一条最优的连接方式 WebRTC 允许网络应用或者站点,在不借助中间媒介的情况下,建立浏览器之间点对点(…

读量子霸权09电池

爱迪生、福特推动工业电气化,电池效率低是能源存储难题,量子计算机或助力电池设计与能源存储,锂空气电池、超级电池是候选技术,量子计算也应用于汽车设计。1. 能量 1.1. 爱迪生1.1.1. 爱迪生是工业和社会电气化背后不知疲倦的推动力1.1.2. 爱迪生青睐于电池1.2. 福特1.2.1.…

优化@Transactional事务性能(LazyConnectionDataSourceProxy)

背景 在项目开发中,使用 @Transactional 注解来管理事务非常方便,且优雅。但是也存在一个问题:长事务问题很多被 @Transactional 标记的方法,实际上并不需要进行数据库操作,或者说,它们在执行的很长一段时间内都不会真正触发数据库访问。举个例子,我们的业务逻辑可能如下…

ElasticSearch Java 使用

目录创建工程,导入坐标创建索引 index创建映射 mapping建立文档 document建立文档(通过 XContentBuilder)建立文档(使用 Jackson 转换实体)1)添加jackson坐标2)创建 Article 实体3)代码实现查询文档操作关键词查询字符串查询使用文档 ID 查询文档查询文档分页操作批量插…

IntelliJ IDEA 2024.3 Java开发工具

IntelliJ IDEA 2024.3 Java开发工具 JetBrains IntelliJ IDEA 2024 mac,是一款Java开发工具,IntelliJ IDEA 凭借无与伦比的 Java 和 Kotlin 支持脱颖而出。从一开始就支持尖IDEA 2024.3 中文版开发工具端语言功能,保持领先地位。IntelliJ IDEA 对您的代码了如指掌,利用这些…

AI应用实战课学习总结(6)分类算法分析实战

本文介绍了机器学习中的分类场景问题,常用的分类算法 以及 分类和回归的简单对比,最后通过一个医疗数据诊断分类的案例做了一次实战,相信对你理解分类应用应该有所帮助。大家好,我是Edison。 最近入坑黄佳老师的《AI应用实战课》,记录下我的学习之旅,也算是总结回顾。 今…

深入浅出索引(上)

1.什么是数据库索引,索引是干什么用的? 对于数据库的表而言,索引其实就是它的“目录”。 2.索引的三种实现方式?(暂时介绍3种) ①哈希表索引:哈希表是一种以键 - 值(key-value)存储数据的结构,我们只要输入待查找的值即 key,就可以找到其对应的值即 Value。哈希的思…

【推荐】一款开源且功能丰富、技术先进的在线项目任务管理系统

项目介绍 DooTask是一款基于PHP + Vue开源的、功能丰富、技术先进、安全性高的开源在线项目任务管理系统,适合各种规模的团队使用。提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具;同时消息功能使用非对称加密技术让你的沟通更…

《SpringBoot》自动装配原理(简单易懂)

引入 先看SpringBoot的主配置类 @SpringBootApplication public class DemoApplication{public static void main(String[] args){SpringApplication.run(StartEurekaApplication.class, args);} }@SpringBootApplication 点进@SpringBootApplication来看,发现@SpringBootAppl…

VMware Data Services Manager 2.2 发布 - 数据库管理和数据服务管理

VMware Data Services Manager 2.2 发布 - 数据库管理和数据服务管理VMware Data Services Manager 2.2 发布 - 数据库管理和数据服务管理 在 vSphere 环境中按需配置和自动管理 PostgreSQL 和 MySQL 数据库 请访问原文链接:https://sysin.org/blog/vmware-data-services-mana…

PyMuPDF4LLM : 提取 PDF 数据的终结者

你知道处理 PDF 文件时会遇到什么,尤其是那些包含复杂研究内容或者有表格、图像和额外信息的文档。对于 AI 领域的人,特别是那些在调整大型语言模型(LLM)或构建知识检索系统(比如 RAG)的人来说,提取正确的数据非常重要。然而,老实说,并不是所有的 PDF 提取工具都能做到…

【Java开发】LLM实战:使用LangChain4j构建本地RAG系统

一、引言二、基本概念2.1 什么是RAG2.2 LangChain4j简介2.3 大模型开发 vs. 传统JAVA开发三、实战经验3.1 环境搭建3.1.1 向量库(Chroma)  3.1.2 集成LangChain4j3.2 程序编写3.2.1 项目结构3.2.2 知识采集3.2.3 文档切分  3.2.4 文本向量化3.2.5 向量…