网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 计算机与网络 > 网络通讯 > 商品详情

计算机网络——自顶向下方法与Internet特色(第3版 影印版)

分享到:
计算机网络——自顶向下方法与Internet特色(第3版 影印版)

最 低 价:¥43.80

定 价:¥58.00

作 者:(美)JAMES F.KUROSE,KEITH W.ROSS

出 版 社:高等教育出版社

出版时间:2005 年1月

I S B N:7040122316

商品详情

编辑推荐

内容简介

本套教学用书的特点:
  ·权威性——教育部高等教育司推荐,教育部高等学校信息科学与技术引进教材专家组遴选
  ·系统性——覆盖计算机专业主干课程和非计算机专业计算机基础课程
  ·先进性——著名计算机专家近两年的最新著作,内容体系先进
  ·经济性——价格与国内自编教材相当,是国内引进教材价格最低的
   本版保留了原先版本的重要特点:其自顶向下方法;对因特网进行重点讲解;对原理和实践并重;对于学习计算机网络的亲和风格和方法。主要变化在于:增加了新的一章“无线与移动网络”,包括对802.11的深入探讨、蜂窝式因特网接入概述以及对因特网和蜂窝网移动性的全面介绍。本书介绍计算机网络基础知识,并涵盖了“无线与移动网络”、“多媒体网络”、“网络安全”、“网络管理”四个高级专题。另外,还增加了易于操作的以太网实验,包括直观用户界面、分析近400个协议的功能,并增加两个新的socket程序设计作业。本版内容经更新、扩充后,反映了近年计算机网络领域的快速变化:p2p网络,bgp,mpls,网络安全,广播路由,因特网寻址与转发。
   本书适用于高等院校计算机科学、电气工程及相关专业本科高年级或研究生的计算机网络课程,对通信等领域的相关技术人员也有很好的参考价值。

作者简介

Jim Kurose
Jim Kurose is a professor of Computer Science at the University of Massachusetts, Amherst.
Dr. Kurose has received a number of recognitions for his educational activities including Outstanding Teacher Awards from the National Technological University (eight times), the University of Massachusetts, and the Northeast Association of Graduate Schools. He received the IEEE Taylor Booth Education Medal and was recognized for .. << 查看详细

目录

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 service description
1.1.3 what is a protocol?
1.2 the network edge
1.2.1 end systems, clients, and servers
1.2.2 connectionless and connection-oriented service
1.3 the network core
1.3.1 circuit switching and packet switching
1.3.2 packet-switched networks: datagram networks and
virtual-circuit networks
1.4 access networks and physical media
1.4.1 access networks
1.4.2 physical media
1.5 isps and internet backbones
1.6 delay and loss in packet-switched networks
1.6.1 types of delay
1.6.2 queuing delay and packet loss
1.6.3 delay and routes in the internet
.1.7 protocol layers and their service models
1.7.1 layered architecture
1.7.2 layers, messages, segments, datagrams, and frames
1.8 history of computer networking and the internet
1.8.1 the development of packet switching: 1961-1972
1.8.2 proprietary networks and internetworking: 1972-1980
1.8.3 a proliferation of networks: 1980-1990
1.8.4 the internet explosion: the 1990s
1.8.5 recent developments
1.9 summary
road-mapping this book
homework problems and questions
problems
discussion questions
ethereal lab 1
interview: leonard kleinrock
chapter 2 application layer
2.1 principles of network applications
2.1.1 network application architectures
2.1.2 processes communicating
2.1.3 application-layer protocols
2.1.4 what services does an application need?
2.1.5 services provided by the internet transport protocols
2.1.6 network applications covered in this book
2.2 the web and http
2.2.1 overview of http
2.2.2 nonpersistent and persistent connections
2.2.3 http message format
2.2.4 user-server interaction: cookies
2.2.5 htfp content
2.2.6 web caching
2.2.7 the conditional get
2.3 file transfer: ftp
2.3.1 ftp commands and replies
2.4 electronic mail in the internet
2.4.1 smtp
2.4.2 comparison with htrp
2.4.3 mail message formats and mime
2.4.4 mall access protocols
2.5 dns--the internet's directory service
2.5.1 services provided by dns
2.5.2 overview of how dns works
2.5.3 dns records and messages
2.6 p2p file sharing
2.7 socket programming with tcp
2.7.1 socket programming with tcp
2.7.2 an example client/server application in java
2.8 socket programming with udp
2.9 building a simple web server
2.9.1 web server functions
2.10 summary
homework problems and questions
problems
discussion questions
socket programming assignments
ethereal labs
interview: tim berners-lee
chapter 3 transport layer
3.1 introduction and transport-layer services
3.1.1 relationship between transport and network layers
3.1.2 overview of the transport layer in the internet
3.2 multiplexing and demultiplexing
3.3 connectionless transport: udp
3.3.1 udp segment structure
3.3.2 udpchecksum
3.4 principles of reliable data transfer
3.4.1 building a reliable data transfer protocol
3.4.2 pipelined reliable data transfer protocols
3.4.3 go-back-n (gbn)
3.4.4 selective repeat (sr),
3.5 connection-oriented transport: tcp
3.5.1 the tcp connection
3.5.2 tcp segment structure
3.5.3 round-trip time estimation and timeout,
3.5.4 reliable data transfer
3.5.5 flow control
3.5.6 tcp connection management
3.6 principles of congestion control
3.6.1 the causes and the costs of congestion
3.6.2 approaches to congestion control
3.6.3 network-assisted congestion-control example:
atm abr congestion control
3.7 tcp congestion control
3.7.1 fairness
3.7.2 tcp delay modeling
3.8 summary
homework problems and questions
problems
discussion questions
programming assignments
ethereal lab: exploring tcp
interview: sally floyd
chapter 4 the network layer
4.1 introduction
4.1.1 forwarding and routing
4.1.2 network service models
4.2 virtual circuit and datagram networks
4.2.1 virtual-circuit networks
4.2.2 datagram networks
4.2.3 origins of vc and datagram networks
4.3 what's inside a router?
4.3.1 input ports
4.3.2 switching fabric
4.3.3 output ports
4.3.4 where does queuing occur?
4.4 the intemet protocol (ip): forwarding and addressing in the intemet
4.4.1 datagram format
4.4.2 ipv4 addressing
4.4.3 intemet control message protocol (icmp)
4.4.4 ipv6
4.5 routing algorithms
4.5.1 the link-state (ls) routing algorithm
4.5.2 the distance-vector (dv) routing algorithm
4.5.3 hierarchical routing
4.6 routing in the intemet
4.6.1 intra-as routing in the internet: rip
4.6.2 intra-as routing in the intemet: ospf
4.6.3 inter-autonomous system routing: bgp
4.7 broadcast and multicast routing
4.7.1 broadcast routing algorithms
4.7.2 multicast
4.8 summary
homework problems and questions
problems
discussion questions
programming assignment
ethereal lab
interview: vinton g. cerf
chapter 5 the link layer and local area networks
5.1 link layer: introduction and services
5.1.1 the services provided by the link layer
5.1.2 adapters communicating
5.2 error-detection and -correction techniques
5.2.1 parity checks
5.2.2 checksumming methods
5.2.3 cyclic redundancy check (crc)
5.3 multiple access protocols
5.3.1 channel partitioning protocols
5.3.2 random access protocols
5.3.3 taking-turns protocols
5.3.4 local area networks (lans)
5.4 link-layer addressing
5.4.1 mac addresses
5.4.2 address resolution protocol (arp)
5.4.3 dynamic host configuration protocol
5.5 ethernet
5.5.1 ethernet frame structure
5.5.2 csma/cd: ethernet's multiple access protocol
5.5.3 ethernet technologies
5.6 interconnections: hubs and switches
5.6.1 hubs
5.6.2 link-layer switches
5.7 ppp: the point-to-point protocol
5.7.1 ppp data framing
5.7.2 ppp link-control protocol (lcp) and network-control protocols
5.8 link virtualization: a network as a link layer
5.8.1 asynchronous transfer mode (atm) networks
5.8.2 multiprotocol label switching (mpls)
5.9 summary
homework problems and questions
problems
discussion questions
ethereal lab
interview: simon s. lam
chapter 6 wireless and mobile networks
6.1 introduction
6.2 wireless links and network characteristics
6.2.1 cdma
6.3 wi-fi: 802.11 wireless lans
6.3.1 the 802.11 architecture
6.3.2 the 802.11 mac protocol
6.3.3 the ieee 802.11 frame
6.3.4 mobility in the same ip subnet
6.3.5 802.15 and bluetooth
6.4 cellular intemet access
6.4.1 an overview of cellular architecture
6.4.2 cellular standards and technologies: a brief survey
6.5 mobility management: principles
6.5.1 addressing
6.5.2 routing to a mobile node
6.6 mobile ip
6.7 managing mobility in cellular networks
6.7.1 routing calls to a mobile user
6.7.2 handoffs in gsm
6.8 wireless and mobility: impact on higher-layer protocols
6.9 summary
homework problems and questions
problems
discussion questions
ethereal lab
interview: charlie perkins
chapter 7 multimedia networking
7.1 multimedia networking applications
7.1.1 examples of multimedia applications
7.1.2 hurdles for multimedia in today's intemet
7.1.3 how should the intemet evolve to support multimedia better?
7.1.4 audio and video compression
7.2 streaming stored audio and video
7.2.1 accessing audio and video through a web server
7.2.2 sending multimedia from a streaming server to a helper application
7.2.3 real-time streaming protocol (rtsp)
7.3 making the best of the best-effort service: an intemet phone example
7.3.1 the limitations of a best-effort service
7.3.2 removing jitter at the receiver for audio
7.3.3 recovering from packet loss
7.3.4 streaming stored audio and video
7.4 protocols for real-time interactive applications
7.4.1 rtp
7.4.2 rtp control protocol (rtcp)
7.4.3 sip
7.4.4 h.323
7.5 distributing multimedia: content distribution networks
7.6 beyond best effort
7.6.1 scenario 1: a 1 mbps audio application and an ftp transfer
7.6.2 scenario 2: a 1 mbps audio application and a high-priority
ftp transfer
7.6.3 scenario 3: a misbehaving audio application and an ftp transfer
7.6.4 scenario 4: two 1 mbps audio applications over an
overloaded 1.5 mbps link
7.7 scheduling and policing mechanisms
7.7.1 scheduling mechanisms
7.7.2 policing: the leaky bucket
7.8 integrated services and differentiated services
7.8.1 intserv
7.8.2 diffserv
7.9 rsvp
7.9.1 the essence of rsvp
7.9.2 a few simple examples
7.10 summary
homework problems and questions
problems
discussion questions
programming assignment
interview: henning schulzrinne
chapter 8 security in computer networks
8.1 what is network security?
8.2 principles of cryptography
8.2.1 symmetric key cryptography
8.2.2 public key encryption
8.3 authentication
8.3.1 authentication protocol ap1.0
8.3.2 authentication protocol ap2.0
8.3.3 authentication protocol ap3.0
8.3.4 authentication protocol ap3.1
8.3.5 authentication protocol ap4.0
8.3.6 authentication protocol ap5.0
8.4 integrity
8.4.1 generating digital signatures
8.4.2 message digests
8.4.3 hash function algorithms
8.5 key distribution and certification
8.5.1 the key distribution center
8.5.2 public key certification
8.6 access control: firewalls
8.6.1 packet filtering
8.6.2 application gateway
8.7 attacks and countermeasures
8.7.1 mapping
8.7.2 packet sniffing
8.7.3 spoofing
8.7.4 denial-of-service and distributed denial-of-service attacks
8.7.5 hijacking
8.8 security in many layers: case studies
8.8.1 secure e-mail
8.8.2 secure sockets layer (ssl) and transport layer security (tls)
8.8.3 network-layer security: ipsec
8.8.4 security in ieee 802.11
8.9 summary
homework problems and questions
problems
discussion questions
interview: steven m. bellovin
chapter 9 network management
9.1 what is network management?
9.2 the infrastructure for network management
9.3 the internet-standard management framework
9.3.1 structure of management information: smi
9.3.2 management information base: mib
9.3.3 snmp protocol operations and transport mappings
9.3.4 security and administration
9.4 asn. 1
9.5 conclusion
homework problems and questions
problems
discussion questions
interview: jeff case
references
index
8.5 key distribution and certification
8.5.1 the key distribution center
8.5.2 public key certification
8.6 access control: firewalls
8.6.1 packet filtering
8.6.2 application gateway
8.7 attacks and countermeasures
8.7.1 mapping
8.7.2 packet sniffing
8.7.3 spoofing
8.7.4 denial-of-service and distributed denial-of-service attacks
8.7.5 hijacking
8.8 security in many layers: case studies
8.8.1 secure e-mail
8.8.2 secure sockets layer (ssl) and transport layer security (tls)
8.8.3 network-layer security: ipsec
8.8.4 security in ieee 802.11
8.9 summary
homework problems and questions
problems
discussion questions
interview: steven m. bellovin
chapter 9 network management
9.1 what is network management?
9.2 the infrastructure for network management
9.3 the intemet-standard management framework
9.3.1 structure of management information: smi
9.3.2 management information base: mib
9.3.3 snmp protocol operations and transport mappings
9.3.4 security and administration
9.4 asn. 1
9.5 conclusion
homework problems and questions
problems
discussion questions
interview: jeff case
references
index

商品评论(0条)

暂无评论!

您的浏览历史

loading 内容加载中,请稍后...