其他分享
首页 > 其他分享> > Computer Networking: a Top-Down Approach (8th ed.) : Notes of Core Lectures (Content)

Computer Networking: a Top-Down Approach (8th ed.) : Notes of Core Lectures (Content)

作者:互联网

1      Chapter 1: introduction

1.1    What is the Internet? What is a protocol?

1.1.1   The Internet: a “nuts and bolts” view

Billions of connected computing devices:

Packet switches (分组交换机) : forward packets (分组) (chunks of data)

Communication links (通信链路)

Networks

Internet: “network of networks”

protocols are everywhere

Internet standards

1.1.2  The Internet: a “services” view

Infrastructure that provides services to applications:

provides programming interface to distributed applications (分布式应用程序):

1.1.3  What’s a protocol?

Network protocols:

Protocols (协议) define the format, order of messages sent and received among network entities, and actions taken on message transmission, receipt

1.2    Network edge: hosts, access network, physical media

1.2.1  A closer look at Internet structure

Network edge (网络边缘) :

Access networks (接入网), physical media (物理媒体):

Network core (网络核心) :

1.2.2  Access networks and physical media

Q: How to connect end systems to edge router?

l  residential access nets

l  institutional access networks (school, company)

l  mobile access networks (WiFi, 4G/5G)

1.2.2.1  Access networks: cable-based access

frequency division multiplexing (FDM, 频分复用): different channels transmitted in different frequency bands

HFC: hybrid fiber coax (混合光纤同轴)

network of cable, fiber attaches homes to ISP router

1.2.2.2  Access networks: digital subscriber line (DSL, 数字用户线)

use existing telephone line to central office DSLAM

24-52 Mbps dedicated downstream transmission rate

3.5-16 Mbps dedicated upstream transmission rate

1.2.2.3  Access networks: home networks

 

1.2.2.4  Wireless access networks

Shared wireless access network connects end system to router

l  via base station aka “access point”

Wireless local area networks (WLANs)

Wide-area cellular access networks

1.2.2.5  Access networks: enterprise networks

companies, universities, etc.

mix of wired, wireless link technologies, connecting a mix of switches and routers (we’ll cover differences shortly)

Ethernet: wired access at 100Mbps, 1Gbps, 10Gbps

WiFi: wireless access points at 11, 54, 450 Mbps

1.2.2.6  Access networks: data center networks

high-bandwidth links (10s to 100s Gbps) connect hundreds to thousands of servers together, and to Internet

 

1.3    Network core: packet/circuit switching, internet structure

1.4    Performance: loss, delay, throughput

1.5    Protocol layers, service models

1.6    Security

1.7    History

 

标签:Core,Networking,network,1.2,Lectures,access,Access,Internet,networks
来源: https://www.cnblogs.com/zjnu/p/14612962.html