Skip to content

hehaowen-Geek/Computer-Network-Technology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

计算机网络简介 (Introduction to Computer Networks)

什么是计算机网络 (What is a Computer Network)

计算机网络(Computer Network)
计算机网络是由多台计算机及网络设备(如路由器、交换机、服务器等),通过通信链路互联而成的系统。
它的主要目标是 实现资源共享与信息传递

A Computer Network
A computer network is a system of multiple computers and networking devices (such as routers, switches, servers) connected via communication links (wired or wireless).
Its main purpose is to enable resource sharing and information exchange.


主要功能 (Main Functions)

  • 数据通信 (Data Communication):不同设备间的信息交换。
    Exchange of information between devices.
  • 资源共享 (Resource Sharing):共享硬件、软件和数据资源。
    Sharing of hardware, software, and data resources.
  • 分布式处理 (Distributed Processing):多台计算机协同完成任务。
    Multiple computers work together to complete tasks.
  • 提高可靠性 (Reliability):容错、备份与负载均衡。
    Fault tolerance, backup, and load balancing.
  • 远程访问 (Remote Access):通过网络访问远程资源。
    Accessing remote resources via the network.

特点 (Characteristics)

  1. 互联性 (Connectivity):不同地域的设备可以互联。
    Devices across different locations can be interconnected.
  2. 共享性 (Sharing):资源可被多个用户访问。
    Resources can be shared among multiple users.
  3. 通信性 (Communication):支持语音、视频、文本。
    Supports voice, video, and text communication.
  4. 扩展性 (Scalability):可从小规模扩展至大规模。
    Can scale from small to large networks.
  5. 开放性 (Openness):遵循统一标准和协议。
    Follows common standards and protocols.

分类 (Classification)

按覆盖范围 (By Coverage)

  • 局域网 LAN (Local Area Network):小范围,如家庭、办公室。
  • 城域网 MAN (Metropolitan Area Network):覆盖一个城市区域。
  • 广域网 WAN (Wide Area Network):覆盖全国或全球,典型例子是 Internet

按拓扑结构 (By Topology)

  • 总线型 (Bus):所有设备共享一条通信主干。
  • 星型 (Star):通过中心节点连接。
  • 环型 (Ring):设备首尾相连成环。
  • 网状型 (Mesh):设备互连,可靠性高。

按传输介质 (By Transmission Medium)

  • 有线网络 (Wired Network):如光纤、双绞线。
  • 无线网络 (Wireless Network):如 Wi-Fi、4G/5G。

网络协议 (Network Protocols)

网络通信需要遵循统一规则,即 协议
Communication in networks follows protocols.

  • IP (Internet Protocol):寻址和数据转发。 (Addressing and data forwarding)
  • TCP (Transmission Control Protocol):可靠传输。 (Reliable transmission)
  • HTTP/HTTPS:网页传输。 (Web communication)
  • FTP (File Transfer Protocol):文件传输。 (File transfer)
  • SMTP/POP3/IMAP:电子邮件协议。 (Email protocols)

发展趋势 (Trends)

  • 物联网 IoT (Internet of Things):设备智能互联。 (Smart interconnection of devices)
  • 云计算 Cloud Computing:通过网络提供计算与存储资源。 (Provide computing and storage via networks)
  • 5G/6G 通信:更高速无线传输。 (Faster wireless communication)
  • 网络安全 Cybersecurity:加密、防火墙、身份认证。 (Encryption, firewall, authentication)
  • 人工智能 + 网络 (AI + Networking):智能路由与自动化运维。 (Smart routing & automated operations)

✍️ 本文档适合作为 计算机网络的入门学习资料 / An introductory guide to computer networks

About

关于计算机网络相关知识

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors