Computer Networking: a Top-Down Approach (8th ed.) :
Personal Notes of Core Lectures
Billions of connected computing devices:
l hosts (主机) = end systems (端系统)
l running network apps (应用) at Internet’s “edge” (边缘)
Packet switches (分组交换机) : forward packets (分组) (chunks of data)
l routers (路由器) , switches (交换机)
Communication links (通信链路)
l fiber (光纤) , copper (铜) , radio (无线电) , satellite (卫星)
l transmission rate (传输速率): bandwidth (带宽)
Networks
l collection of devices, routers, links: managed by an organization
Internet: “network of networks”
l Interconnected ISPs (Internet Service Providers, 因特网服务提供商)
protocols are everywhere
l control sending, receiving of messages (报文)
l e.g., HTTP (Web), streaming video, Skype, TCP, IP, WiFi, 4G, Ethernet
Internet standards
l RFC: Request for Comments (请求评论)
l IETF: Internet Engineering Task Force (因特网工程任务组)
l Web, streaming video, multimedia teleconferencing, email, games, e-commerce, social media, inter-connected appliances, …
l “hooks” allowing sending/receiving apps to “connect” to, use Internet transport service
l provides service options, analogous to postal service
Network protocols:
Protocols (协议) define the format, order of messages sent and received among network entities, and actions taken on message transmission, receipt
Network edge (网络边缘) :
Access networks (接入网), physical media (物理媒体):
Network core (网络核心) :
Q: How to connect end systems to edge router?
frequency division multiplexing (FDM, 频分复用): different channels transmitted in different frequency bands
HFC: hybrid fiber coax (混合光纤同轴)
network of cable, fiber attaches homes to ISP router
n data over DSL phone line goes to Internet
n voice over DSL phone line goes to telephone net
Shared wireless access network connects end system to router
Wireless local area networks (WLANs)
Wide-area cellular access networks
n Ethernet: wired access at 100Mbps, 1Gbps, 10Gbps
n WiFi: wireless access points at 11, 54, 450 Mbps
Computer Networking: a Top-Down Approach (8th ed.) : Notes of Core Lectures (Content)
原文:https://www.cnblogs.com/zjnu/p/14612962.html