• 计算机网络教程:自顶向下方法
  • 计算机网络教程:自顶向下方法
  • 计算机网络教程:自顶向下方法
21年品牌 40万+商家 超1.5亿件商品

计算机网络教程:自顶向下方法

8 1.0折 79 八五品

仅1件

四川成都
认证卖家担保交易快速发货售后保障

作者Behrouz A.、Firouz Mosharraf 著

出版社机械工业出版社

出版时间2012-03

版次1

装帧平装

货号2-2-5

上书时间2024-09-25

八品书屋

十四年老店
已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:八五品
图书标准信息
  • 作者 Behrouz A.、Firouz Mosharraf 著
  • 出版社 机械工业出版社
  • 出版时间 2012-03
  • 版次 1
  • ISBN 9787111374305
  • 定价 79.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 正文语种 英语
  • 原版书名 Computer Networks: A Top-Down Approach
【内容简介】
 All Rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including without limitation photocopying, recording, taping, or any database, information or retrieval system, without the prior written permission of the publisher.

 This authorized Bilingual edition is jointly published by McGraw-Hill Education (Asia) and China Machine Press. This edition is authorized for sale in the People抯 Republic of China only, excluding Hong Kong, Macao SARs and Taiwan.

 Copyright 2012 by McGraw-Hill Education (Asia), a division of the Singapore Branch of The McGraw-Hill Companies, Inc. and China Machine Press.
【作者简介】
Behrouz A. Forouzan 毕业于加州大学艾尔温分校,现在是迪安那大学教授,从事计算机信息系统专业的课程设置。此外,他还是多家公司的系统开发咨询顾问。除本书外,Forouzan还著有多部成功的计算机科学方面的书,包括《Data Communications and Networking》、《Foundations of Computer Science》、《TCP/IP Protocol Suite》等。
【目录】
prefacev
chapter1introduction
1.1overviewoftheinternet
1.1.1networks
1.1.2switching
1.1.3theintemet
1.1.4accessingtheintemet
1.1.5hardwareandsoftware
1.2protocollayering
1.2.1scenarios
1.2.2tcp/ipprotocolsuite
1.2.3theesimodel
1.3internethistory
1.3.1earlyhistory
1.3.2birthoftheintemet
1.3.3intemettoday
1.4standardsandadministration
1.4.1intemetstandards
1.4.2intemetadministration
1.5end-chaptermaterials
1.5.1furtherreading
1.5.2keyterms
1.5.3summary
1.6practiceset
1.6.1quizzes
1.6.2questions
1.6.3problems
1.7simulationexperiments
1.7.1applets
1.7.2labassignments

chapter2applicationlayer
2.1introduction
2.1.1providingservices
2.1.2application-layerparadigms
2.2client-serverparadigm
2.2.1applicationprogramminginterface
2.2.2usingservicesofthetransportlayer
2.3standardclient-serverapplications
2.3.1worldwidewebandhttp
2.3.2ftp
2.3.3electronicmail
2.3.4telnet
2.3.5secureshell(ssh)
2.3.6domainnamesystem(dns)
2.4peer-to-peerparadigm
2.4.1p2pnetworks
2.4.2distributedhashtable(dht)
2.4.3chord
2.4.4pastry
2.4.5kademlia
2.4.6apopularp2pnetwork:bittorrent
2.5socketinterfaceprogramming
2.5.1socketinterfacein
2.6end-chaptermaterials
2.6.1furtherreading
2.6.2keyterms
2.6.3summary
2.7practiceset
2.7.1quizzes
2.7.2questions
2.7.3problems
2.8simulationexperiments
2.8.1applets
2.8.2labassignments
2.9programmingassignment

chapter3transportlayer
3.1introduction
3.1.1transport-layerservices
3.2transport-layerprotocols
3.2.1simpleprotocol
3.2.2stop-and-waitprotocol
3.2.3go-back-nprotocol(gb'n)
3.2.4selective-repeatprotocol
3.2.5bidirectionalprotocols:piggybacking
3.2.6intemettransport-layerprotocols
3.3userdatagramprotocol(udp)
3.3.1userdatagram
3.3.2udpservices
3.3.3udpapplications
3.4transmissioncontrolprotocol(tcp)
3.4.1tcpservices
3.4.2tcpfeatures
3.4.3segment
3.4.4atcpconnection
3.4.5statetransitiondiagram
3.4.6windowsintcp
3.4.7flowcontrol
3.4.8errorcontrol
3.4.9tcpcongestioncontrol
3.4.10tcptimers
3.4.11options
3.5end-chaptermaterials
3.5.1furtherreading
3.5.2keyterms
3.5.3summary
3.6practiceset
3.6.1quizzes
3.6.2questions
3.6.3problems
3.7simulationexperiments
3.7.1applets
3.7.2labassignments
3.8programmingassignment

chapter4networklayer
4.1introduction
4.1.1network-layerservices
4.1.2packetswitching
4.1.3network-layerperformance
4.1.4network-layercongestion
4.1.5structureofarouter
4.2network-layerprotocols26!
4.2.1ipv4datagramformat
4.2.2ipv4addresses
4.2.3forwardingofippackets
4.2.4icmpv4
4.3unicastrouting
4.3.1generalidea
4.3.2routingalgorithms
4.3.3unicastroutingprotocols
4.4multicastrouting
4.4.1introduction
4.4.2multicastingbasics
4.4.3intradomainroutingprotocols
4.4.4interdomainroutingprotocols
4.5nextgenerationip
4.5.1packetformat
4.5.2ipv6addressing
4.5.3transitionfromipv4toipv6
4.5.4icmpv6
4.6end-chaptermaterials
4.6.1furtherreading
4.6.2keyterms
4.6.3summary
4.7practiceset
4.7.1quizzes
4.7.2questions
4.7.3problems
4.8simulationexperiments
4.8.1applets
4.8.2labassignments
4.9programmingassignment

chapter5data-linklayer:wirednetworks
5.1introduction
5.1.1nodesandlinks
5.1.2twotypesoflinks
5.1.3twosublayers
5.2datalinkcontrol(dlc)
5.2.1framing
5.2.2flowanderrorcontrol
5.2.3errordetectionandcorrection
5.2.4twodlcprotocols
5.3multipleaccessprotocols
5.3.1randomaccess
5.3.2controlledaccess
5.3.3channelization
5.4link-layeraddressing
5.5wiredlans:ethernetprotocol
5.5.1ieeeproject802
5.5.2standardethernet
5.5.3fastethernet(100mbps)
5.5.4gigabitethernet
5.5.510-gigabitethernet
5.5.6vh'tuallans
5.6otherwirednetworks
5.6.1point-to-pointnetworks
5.6.2sonet
5.6.3switchednetwork:atm
5.7connectingdevices
5.7.1repeatersorhubs
5.7.2link-layerswitches
5.7.3routers
5.8end-chaptermaterials
5.8.1recommendedreading
5.8.2keyterms
5.8.3summary
5.9practiceset
5.9.1quizzes
5.9.2questions
5.9.3problems
5.10simulationexperiments
5.10.1applets
5.10.2labassignments
5.11programmingassignments

chapter6wirelessnetworksandmobileip
6.1wirelesslans
6.1.1introduction
6.1.2ieee802.11project
6.1.3bluetooth
6.1.4wimax
6.2otherwirelessnetworks
6.2.1channelization
6.2.2cellulartelephony
6.2.3satellitenetworks
6.3mobileip
6.3.1addressing
6.3.2agents
6.3.3threephases
6.3.4inefficiencyinmobileip
6.4end-chaptermaterials
6.4.1furtherreading
6.4.2keyterms
6.4.3summary
6.5practiceset
6.5.1quizzes
6.5.2questions
6.5.3problems
6.6simulationexperiments
6.6.1applets
6.6.2labassignments
6.7programmingassignment

chapter7physicallayerandtransmissionmedia
7.1dataandsignals
7.1.1analoganddigital
7.1.2transmissionimpairment
7.1.3dataratelimits
7.1.4performance
7.2digitaltransmission
7.2.1digital-to-digitalconversion
7.2.2analog-to-digitalconversion
7,3analogtransmission
7.3.1digital-to-analogconversion
7.3.2analog-to-analogconversion
7.4bandwidthutilization
7.4.1multiplexing
7.4.2spreadspectrum
7.5transmissionmedia
7.5.1guidedmedia
7.5.2unguidedmedia:wireless
7.6end-chaptermaterials
7.6.1recommendedreading
7.6.2keyterms
7.6.3summary
7.7practiceset
7.7.1quizzes
7.7.2questions
7.7.3problems

chapter8multimediaandqualityofservice
8.1compression
8.1.1losslesscompression
8.1.2lossycompression
8.2multimediadata
8.2.1text
8.2.2image
8.2.3video
8.2.4audio
8.3multimediaintheinternet
8.3.1streamingstoredaudio/video
8.3.2streamingliveaudio/video
8.3.3real-timeinteractiveaudio/video
8.4real-timeinteractiveprotocols
8.4.1rationalefornewprotocols
8.4.2rtp
8.4.3rtcp
8.4.4sessioninitializationprotocol(sip)
8.4.5h.323
8.4.6sctp
8.5qualityofservice
8.5.1data-flowcharacteristics
8.5.2flowclasses
8.5.3flowcontroltoimproveqos
8.5.4integratedservices(intserv)
8.5.5differentiatedservices(diffserv)
8.6end-chaptermaterials
8.6.1recommendedreading
8.6.2keyterms
8.6.3summary
8.7practiceset
8.7.1quizzes
8.7.2questions
8.7.3problems
8.8simulationexperiments
8.8.1applets
8.8.2labassignments
8.9programmingassignments

chapter9networkmanagement
9.1introduction
9.1.1configurationmanagement
9.1.2faultmanagement
9.1.3performancemanagement
9.1.4securitymanagement
9.1.5accountingmanagement
9.2snmp
9.2.1managersandagents
9.2.2managementcomponents
9.2.3anoverview
9.2.4smi
9.2.5mib
9.2.6snmp
9.3asn.1
9.3.1languagebasics
9.3.2datatypes
9.3.3encoding
9.4end-chaptermaterials
9.4.1furtherreading
9.4.2keyterms
9.4.3summary
9.5practiceset
9.5.1quizzes
9.5.2questions
9.5.3problems

chapter10networksecurity
10.1introduction
10.1.1securitygoals
10.1.2attacks
10.1.3servicesandtechniques
10.2confidentiality
10.2.1symmetric-keyciphers
10.2.2asymmetric-keyciphers
10.3otheraspectsofsecurity
10.3.1messageintegrity
10.3.2messageauthentication
10.3.3digitalsignature
10.3.4entityauthentication
10.3.5keymanagement
10.4internetsecurity
10.4.1application-layersecurity
10.4.2transport-layersecurity
10.4.3network-layersecurity
10.5firewalls
10.5.1packet-filterfirewall
10.5.2proxyfirewall
10.6end-chaptermaterials
10.6.1furtherreading
10.6.2keyterms
10.6.3summary
10.7practiceset
10.7.1quizzes
10.7.2questions
10.7.3problems
10.8simulationexperiments
10.8.1applets
10.8.2labassignments
10.9programmingassignments

chapter11socketprogramminginjava
11.1introduction
11.1.1addressesandports
11.1.2client-serverparadigm
11.2programmingwithudp
11.2.1iterativeapproach
11.2.2concurrentapproach
11.3programmingwithtcp
11.3.1iterativeapproach
11.3.2concurrentapproach
11.4end-chaptermaterials
11.4.1furtherreading
11.4.2keyterms
11.4.3summary
11.5practiceset
11.5.1quizzes
11.5.2questions
11.5.3problems
11.6programmingassignments
appendixaunicode
appendixbpositionalnumberingsystem
appendixchtml,css,xml,andxsl
appendixdmiscellaneousinformation
appendixe8b/6tcode
glossary
references
index
点击展开 点击收起

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP