Computer Networking, 8th Edition

James F. Kurose

出版社

Pearson

出版时间

2020-11-01

ISBN

9780136681557

评分

★★★★★
书籍介绍

Features

A balanced presentation focuses on the Internet as a specific motivating example of a network and also introduces students to protocols in a more theoretical context.

UPDATED - Expanded and significantly updated coverage reflects the swift rise in importance of software-defined networking (SDN) and the rapid adoption of 4G/5G networks and the mobile applications they enable — arguably the most important and exciting advances in networking in decades.

UPDATED - Individual chapters have been updated to reflect changes in the field of computer networking:

Chapter 1 has been updated to reflect the ever-growing reach and use of the Internet, and of 4G/5G networks.

Chapter 2, which covers the application layer, has been significantly updated, including material on the new HTTP/2 and HPPT/3 protocols for the Web.

Chapter 3 has been updated to reflect advances in, and evolution in use of, transport-layer congestion control and error control protocols over the past five years. Updated coverage includes expanded examinations of TCP CUBIC, the default TCP protocol in many deployed systems, and delay-based approaches to congestion control, including the new BBR protocol, which is deployed in Google’s backbone network. Additional coverage studies the QUIC protocol, which is being incorporated into the HTTP/3 standard.

Chapter 4, which covers the network-layer data plane, has general updates throughout. A new section is included on so-called “middleboxes,” which perform network-layer functions other than routing and forwarding, such as firewalling and load balancing. Timely new material is included on topics such as the amount of buffering that is “just right” in network routers, net neutrality, and the architectural principles of the Internet.

Chapter 5, which covers the network-layer’s control plane, contains updated material on SDN, and a significantly new treatment of network management. The use of SDN has evolved beyond management of packet-forwarding tables to include configuration management of network devices as well. Two new protocols are introduced, NETCONF and YANG, whose adoption and use have fueled this new approach towards network management.

Chapter 6, which covers the link layer, has been updated to reflect the continuing evolution of link-layer technologies such as Ethernet. Also included is an updated and expanded treatment of datacenter networks, which are at the heart of the technology driving much of today’s Internet commerce.

Chapter 7 has been significantly updated and revised to reflect the many changes in wireless networking since the 7th edition, from short-range Bluetooth piconets, to medium-range wireless 802.11 local area networks (WLANs), to wide-area 4G/5G wireless cellular networks. Coverage of earlier 2G and 3G networks is retired in favor of a broader and deeper treatment of today’s 4G LTE networks and tomorrow’s 5G networks. Updated coverage of mobility issues, from the local issue of handover of mobile devices between base stations to the global issue of identity management and mobile device roaming among global cellular provider networks, is provided.

Chapter 8, which covers network security, has been updated to reflect changes in wireless network security in particular, with new material on WPA3 security in WLANs, and mutual device/network mutual authentication and confidentiality in 4G/5G networks.

Principles and Practice boxes throughout demonstrate real-world applications of the principles studied.

Case History boxes help tell the story of the history and development of computer networking.

Material on application programming development is included, along with numerous programming assignments.

A highly developed art program enhances the descriptions of concepts.

VideoNote presentations, programming assignments, Wireshark labs, and additional technical material are available on the Companion Website at http://www.pearsonhighered.com/cs-resources.

The author-maintained website at http://gaia.cs.umass.edu/kurose_ross contains additional resources and interactive exercises that allow students to generate (and view solutions for) problems similar to those in the text so they can work until the material is truly mastered.

New to This Edition

Expanded and significantly updated coverage reflects the swift rise in importance of software-defined networking (SDN) and the rapid adoption of 4G/5G networks and the mobile applications they enable – arguably the most important and exciting advances in networking in decades.

Individual chapters have been updated to reflect changes in the field of computer networking:

Chapter 1 has been updated to reflect the ever-growing reach and use of the Internet, and of 4G/5G networks.

Chapter 2, which covers the application lay

AI导读
核心看点
  • 采用自顶向下方法,以互联网为动机实例展开讲解
  • 新增SDN、4G/5G及HTTP/2等前沿技术内容
  • 涵盖网络协议、时延、丢包率等核心概念与机制
适合谁读
  • 计算机网络初学者及计算机相关专业学生
  • 希望系统构建网络知识体系的开发者
  • 从事通信工程或网络架构设计的工程师
读前提醒
  • 建议结合官方在线视频与编程作业辅助学习
  • 注意区分应用层、传输层与网络层的服务模型
  • 可配合Wireshark抓包实验加深协议理解
读者共识
  • 结构清晰,逻辑严密,是公认的权威教材
  • 内容生动易懂,但部分深度内容略显不足
  • 中文版翻译质量参差不齐,建议参考原版

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "因为排队时延随时间变化,所以分组n发送到路由器n的往返时延实际上比分组n+1发送到路由器n+1的往返时延更大。的确,我们在上述例子中观察到了这种现象:到路由器6的时延比到路由器7的时延大。"
  • "Whereas a transport-layer protocol provides logical communication between processes running on different hosts, a network-layer protocol provides logical communication between hosts."
  • "rip是被当作一个应用层进程(虽然它是一个能操作UNIX内核中的转发表的特殊进程)来实现的,所以它能在一个标准套接字上发送和接收报文,并且使用一个标准的运输层协议。RIP是一个运行在UDP上的应用层协议。"
  • "The application developer has control of everything on the application-layer side of the socket but has little control of the transport-layer side of the socket."
  • "Many of today’s most popular and traffic-intensive applications are based on P2P architectures. These applications include file sharing (e.g., BitTorrent), peer-assisted download acceleration (e.g., Xunlei), Internet Telephony (e.g., Skype), and IPTV (e.g.,Kankan and PPstream)."
  • "One interesting property of MAC addresses is that no two adapters have the same address. This might seem surprising given that adapters are manufactured in many countries by many companies. How does a company manufacturing adapters in China make sure that it is using different addresses from a compa"
  • "EstimatedRTT = (1-α) · EstimatedRTT + α · SampleRTT"
  • "Until the early 1990s the Internet was used primarily by researchers, academics, and university students to log in to remote hosts, to transfer files from local hosts to remote hosts and vice versa, to receive and send news, and to receive and send electronic mail. Although these applications were(a"
目录
Table of Contents
Chapter 1: Computer Networks and the Internet
1.1 What Is the Internet?
1.1.1 A Nuts-and-Bolts Description
1.1.2 A Services Description

显示全部
用户评论
got a general impression
读了前五章,讲的真的很详细
生动形象,可读性强,但是深度不够
计算机网络
思路很清晰,教授还在官网上提供了online video lectures, knowledge check, programming assignments等辅助材料,简直是业界良心。
这本书介绍了很多前沿技术,也让读者对整个计算机网络有了一个基本的概念,是一个非常合适的入门读物。
收藏