热门标签 | HotTags
当前位置:  开发笔记 > 开发工具 > 正文

当前各种接入网技术(AccessNetworktechnologies)

1.Dial-UpBackinthe1990s,almostallresidentialusersaccessedtheInternetoverordinaryanalogtelephonelinesusingadial-upmodem.Thetermdial-upisemployedbecausetheuserssoftwareactuallydialsanISPsphonenumberand

1. Dial-Up Back in the 1990s, almost all residential users accessed the Internet over ordinary analog telephone lines using a dial-up modem. The term dial-up is employed because the user's software actually dials an ISP's phone number and

1. Dial-Up

Back in the 1990s, almost all residential users accessed the Internet over ordinary analog telephone lines using a dial-up modem.


The term "dial-up" is employed because the user's software actually dials an ISP's phone number and makes a traditional phone connection with the ISP. As shown in following picture.



Dial-Up Internet access

2. DSL

Today the two most prevalent types of broadband residential access are digital subscriber line(DSL) and cable.


DSL Internet Access

3. Cable

Many residences in the North America and elsewhere receive hundreds of broadcast television channels over coaxial cable networks.


Cable Internet access makes use the cable television company's existing cable television infrastructure. A residence obtains cable Internet access from the same company that provides it cable television. as the following Figure.


A hybrid fiber-coaxial access network


4. Fiber-To-The-Home(FTTH)
Fiber optics can offer significantly higher transmission rates than twisted-pair copper wire or coaxial cable.
Some local telcos(in many different countries), having recently laid optical fiber from their COs to homes, now
provide high-speed Internet access as well as traditional phone and television services over the optical fibers.


The following figure shows FTTH using the PON distribution architecture. Each home has an optical network terminator(ONT),
which is connected by dedicated optical fiber to a neighborhood splitter, the splitter combines a number of homes ont o a single,
shared optical fiber, whichi connects to an optical line terminator(OLT) in the telco's CO. The OLT, providing conversion between
optical and electrical signals, connects to the Internet via a telco router.
In the home, users connect a home router(typically a wireless routor) to the ONT and access the Internet via this home router.


In the PON architecture, all packets sent from OLT to the splitter are replicated at the splitter(similar to a cable head end).

FTTH Internal Access



5. Ethernet
On corporate and university campuses, a local area network(LAN) is typically used to connect an end system to the edge router.Although, there are
many types of LAN technologies, Ethernet is by far the most prevalent access technology in corporate and university networks.


as the follow figure shown.

Ethernet Internal Access


Ethernet users use twisted-paire copper wire to connect to an Ethernet switch.


7. WIFI
Increasingly, people access the Internet wirelessly, either through a laptop computer of from a mobile handheld device.
Today, there are two common types of wireless Internet access, In a wireless LAN, wireless users transmit/receive packets to/from
an access point that in turn is connected to the wired Internet. A wireless LAN user must typically be within a few tens of meters of the access point.


In wide-area wireless access networks, packets are transmitted to a base station over the same wireless infrastructure used for cellular telephony.


Wireless LAN access base on IEEE 802.11 technology, that is WIFI, is now just about everywhere - universities, business offices, cafes,airports,homes,
and even in airports.


8.Wide-Area wireless Access
When you access the Internet through wireless LAN technology, you typically need to be within a few tens of meters of access point
.This is feaible for home access, coffee shop access, and more generally, access within and around a building.
Telecommunications companies have made enormous investments in so-called third generation(3G) wireless, which provides packet-switched
wide-area wireless Internet access at speeds in excess of 1Mbps. Today millions of users are using these networks to read and send
email, surf the web adn download music while on the run.


9. WiMAX
There is a potential "killer" technology waiting to dethrone these standards, WiMAX, also known as IEEE802.16, is a long-distance cousin
of the 802.11 WiFi protocol discussed above.


来自“Computer Networking:A top to down approach”

推荐阅读
  • 构建基于BERT的中文NL2SQL模型:一个简明的基准
    本文探讨了将自然语言转换为SQL语句(NL2SQL)的任务,这是人工智能领域中一项非常实用的研究方向。文章介绍了笔者在公司举办的首届中文NL2SQL挑战赛中的实践,该比赛提供了金融和通用领域的表格数据,并标注了对应的自然语言与SQL语句对,旨在训练准确的NL2SQL模型。 ... [详细]
  • 本文介绍了如何使用JQuery实现省市二级联动和表单验证。首先,通过change事件监听用户选择的省份,并动态加载对应的城市列表。其次,详细讲解了使用Validation插件进行表单验证的方法,包括内置规则、自定义规则及实时验证功能。 ... [详细]
  • RecyclerView初步学习(一)
    RecyclerView初步学习(一)ReCyclerView提供了一种插件式的编程模式,除了提供ViewHolder缓存模式,还可以自定义动画,分割符,布局样式,相比于传统的ListVi ... [详细]
  • 扫描线三巨头 hdu1928hdu 1255  hdu 1542 [POJ 1151]
    学习链接:http:blog.csdn.netlwt36articledetails48908031学习扫描线主要学习的是一种扫描的思想,后期可以求解很 ... [详细]
  • 本文详细介绍了如何在 Spring Boot 应用中通过 @PropertySource 注解读取非默认配置文件,包括配置文件的创建、映射类的设计以及确保 Spring 容器能够正确加载这些配置的方法。 ... [详细]
  • This document outlines the recommended naming conventions for HTML attributes in Fast Components, focusing on readability and consistency with existing standards. ... [详细]
  • 本文详细介绍了Java中org.w3c.dom.Text类的splitText()方法,通过多个代码示例展示了其实际应用。该方法用于将文本节点在指定位置拆分为两个节点,并保持在文档树中。 ... [详细]
  • 本文详细介绍了 Apache Jena 库中的 Txn.executeWrite 方法,通过多个实际代码示例展示了其在不同场景下的应用,帮助开发者更好地理解和使用该方法。 ... [详细]
  • 在现代网络环境中,两台计算机之间的文件传输需求日益增长。传统的FTP和SSH方式虽然有效,但其配置复杂、步骤繁琐,难以满足快速且安全的传输需求。本文将介绍一种基于Go语言开发的新一代文件传输工具——Croc,它不仅简化了操作流程,还提供了强大的加密和跨平台支持。 ... [详细]
  • 题目Link题目学习link1题目学习link2题目学习link3%%%受益匪浅!-----&# ... [详细]
  • 解决微信电脑版无法刷朋友圈问题:使用安卓远程投屏方案
    在工作期间想要浏览微信和朋友圈却不太方便?虽然微信电脑版目前不支持直接刷朋友圈,但通过远程投屏技术,可以轻松实现在电脑上操作安卓设备的功能。 ... [详细]
  • 网络运维工程师负责确保企业IT基础设施的稳定运行,保障业务连续性和数据安全。他们需要具备多种技能,包括搭建和维护网络环境、监控系统性能、处理突发事件等。本文将探讨网络运维工程师的职业前景及其平均薪酬水平。 ... [详细]
  • 从零开始构建完整手机站:Vue CLI 3 实战指南(第一部分)
    本系列教程将引导您使用 Vue CLI 3 构建一个功能齐全的移动应用。我们将深入探讨项目中涉及的每一个知识点,并确保这些内容与实际工作中的需求紧密结合。 ... [详细]
  • 本报告涵盖了个人博客账号和码云账号的注册过程,以及对网络工程专业学习的反思与展望。通过回顾初入大学时的专业选择,分析当前的专业知识和技能水平,并对未来的职业规划进行了详细讨论。 ... [详细]
  • 本文详细介绍了 com.facebook.drawee.view.SimpleDraweeView 中的 setScaleType 方法,提供了多个实际代码示例,并解释了其在不同场景下的应用。 ... [详细]
author-avatar
淅沥的雨的海角_960
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有