计算机基础读书笔记

白天 夜间 首页 下载 阅读记录
  我的书签   添加书签   移除书签

人物专访 AN INTERVIEW WITH…

浏览 164 扫码 分享 2023-04-16 15:14:42
  • Leonard Kleinrock

    Leonard Kleinrock

    若有收获,就点个赞吧

    0 人点赞

    上一篇:
    下一篇:
    • 书签
    • 添加书签 移除书签
    • 操作系统学习记录
      • 文件系统
    • 操作系统导论 Operating Systems: Three Easy Pieces
      • ostep-project
        • concurrency-webserver
        • process-shell
      • 临时代码
      • F 实验:教程 Laboratory: Tutorial
      • 2 介绍操作系统 Introduction to Operating Systems
      • 4 抽象:进程 The Abstraction: The Process
      • 5 插曲:进程API Interlude: Process API
      • 6 机制:受限的直接执行 Mechanism: Limited Direct Execution
      • 7 调度:介绍 Scheduling: Introduction
      • 8 调度:多级反馈队列 Scheduling: The Multi-Level Feedback Queue
      • 9 调度:比例份额 Scheduling: Proportional Share
      • 10 多处理器调度(进阶) Multiprocessor Scheduling (Advanced)
      • 13 抽象:地址空间 The Abstraction: Address Spaces
      • 14 插曲:内存API Interlude: Memory API
      • 15 机制:地址转换 Mechanism: Address Translation
      • 16 分段 Segmentation
      • 17 空闲空间管理 Free-Space Management
      • 18 分页:介绍 Paging: Introduction
      • 19 分页:更快的转换 Paging: Faster Translations (TLBs)
      • 20 分页:更小的页表 Paging: Smaller Tables
      • 21 超越物理内存:机制 Beyond Physical Memory: Mechanisms
      • 22 超越物理内存:策略 Beyond Physical Memory: Policies
      • 23 完整虚拟内存系统 Complete Virtual Memory Systems
      • 26 并发:介绍 Concurrency: An Introduction
      • 27 插曲:线程API Interlude: Thread API
      • 28 锁 Locks
      • 29 基于锁的并发数据结构 Lock-based Concurrent Data Structures
      • 30 条件变量 Condition Variables
      • 31 信号量 Semaphores
      • 32 常见并发问题 Common Concurrency Problems
      • 33 基于事件的并发(进阶) Event-based Concurrency (Advanced)
      • 36 I/O 设备 I/O Devices
      • 37 硬盘驱动器 Hard Disk Drives
      • 38 独立磁盘冗余阵列 Redundant Array of Independent Disks
      • 39 插曲:文件和目录 Interlude: Files and Directories
      • 40 文件系统实现 File System Implementation
      • 41 局部性和快速文件系统 Locality and The Fast File System
      • 42 崩溃一致性:FSCK和日志 Crash Consistency: FSCK and Journaling
      • 43 日志结构文件系统 Log-structured File Systems
      • 44 基于闪存的SSDs Flash-based SSDs
      • 45 数据完整性和保护 Data Integrity and Protection
      • 48 分布式系统 Distributed Systems
      • 49 Sun的网络文件系统(NFS) Sun's Network File System (NFS)
      • 50 Andrew文件系统(AFS) The Andrew File System (AFS)
    • 计算机网络:自顶向下方法 Computer Networking: A Top-Down Approach
      • 第1章 计算机网络和互联网 CHAPTER 1 Computer Networks and the Internet
        • 1.1 什么是互联网 What Is the Internet?
        • 1.2 网络边缘 The Network Edge
        • 1.3 网络核心 The Network Core
        • 1.4 数据包交换网络中的延迟,丢包和吞吐量 Delay, Loss, and Throughput in Packet-Switched Networks
        • 1.5 协议层和其他服务模型 Protocol Layers and Their Service Models
        • 1.6 面对攻击的网络 Networks Under Attack
        • 1.7 计算机网络和互联网的历史 History of Computer Networking and the Internet
        • 1.8 总结 Summary
        • Wireshark Lab
        • 人物专访 AN INTERVIEW WITH…
      • 第2章 应用层 CHAPTER 2 Application Layer
        • 2.1 网络应用原理 Principles of Network Applications
        • 2.2 Web和HTTP The Web and HTTP
        • 2.3 互联网上的电子邮件 Electronic Mail in the Internet
        • 2.4 DNS—互联网的目录服务 DNS—The Internet's Directory Service
        • 2.5 点对点文件分发 Peer-to-Peer File Distribution
        • 2.6 视频流和内容分发网络 Video Streaming and Content Distribution Networks
        • 2.7 套接字编程:创建网络应用程序 Socket Programming: Creating Network Applications
        • 2.8 总结 Summary
      • 第3章 传输层 CHAPTER 3 Transport Layer
        • 3.1 介绍和传输层服务 Introduction and Transport-Layer Services
        • 3.2 多路复用和多路分解 Multiplexing and Demultiplexing
        • 3.3 无连接传输:UDP Connectionless Transport: UDP
        • 3.4 可靠数据传输的原则 Principles of Reliable Data Transfer
        • 3.5 面向连接的传输:TCP Connection-Oriented Transport: TCP
        • 3.6 拥塞控制原理 Principles of Congestion Control
        • 3.7 TCP拥塞控制 TCP Congestion Control
        • 3.8 传输层功能的发展 Evolution of Transport-Layer Functionality
        • 3.9 总结 Summary
      • 第4章 网络层:数据平面 CHAPTER 4 The Network Layer: Data Plane
        • 4.1 网络层概述 Overview of Network Layer
        • 4.2 路由器里面有什么? What's Inside a Router?
        • 4.3 互联网协议(IP):IPv4、编址、IPv6等 The Internet Protocol (IP): IPv4, Addressing, IPv6, and More
        • 4.4 通用转发和SDN Generalized Forwarding and SDN
        • 4.5 中间盒 Middleboxes
        • 4.6 总结 Summary
      • 第5章 网络层:控制平面 CHAPTER 5 The Network Layer: Control Plane
        • 5.1 介绍 Introduction
        • 5.2 路由算法 Routing Algorithms
        • 5.3 Internet中的AS内路由:OSPF Intra-AS Routing in the Internet: OSPF
        • 5.4 ISP之间的路由:BGP Routing Among the ISPs: BGP
        • 5.5 SDN控制平面 The SDN Control Plane
        • 5.6 ICMP: Internet控制报文协议 ICMP: The Internet Control Message Protocol
        • 5.7 网络管理和SNMP, NETCONF/YANG Network Management and SNMP, NETCONF/YANG
        • 5.8 总结 Summary
      • 第6章 链路层和LAN CHAPTER 6 The Link Layer and LANs
        • 6.1 链路层简介 Introduction to the Link Layer
        • 6.2 错误检测和纠错技术 Error-Detection and -Correction Techniques
        • 6.3 多路接入链路和协议 Multiple Access Links and Protocols
        • 6.4 交换机局域网 Switched Local Area Networks
        • 6.5 链路虚拟化:作为链路层的网络 Link Virtualization: A Network as a Link Layer
        • 6.6 数据中心网络 Data Center Networking
        • 6.7 回顾:网页请求生命周期中的一天 Retrospective: A Day in the Life of a Web Page Request
        • 6.8 总结 Summary
    • 图解网络
      • 1 基础篇
    • CS
    暂无相关搜索结果!

      让时间为你证明

      展开/收起文章目录

      分享,让知识传承更久远

      文章二维码

      手机扫一扫,轻松掌上读

      文档下载

      请下载您需要的格式的文档,随时随地,享受汲取知识的乐趣!
      PDF文档 EPUB文档 MOBI文档

      书签列表

        阅读记录

        阅读进度: 0.00% ( 0/0 ) 重置阅读进度

          思维导图备注