{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

21世纪高等计算机规划教材·精品系列:计算机网络管理

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

21世纪高等计算机规划教材·精品系列:计算机网络管理

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

21世纪高等计算机规划教材,精品系列
以SNMP为基础
细致解读网络管理基本概念
全面提升网络管理应用技术
Content Description

《计算机网络管理》讲述计算机网络管理的基本概念和应用技术,以SNMP为基础讨论了网络管理系统的体系结构、管理功能域、协议操作规范、管理信息库组成、远程网络监视和网络管理系统的安全机制。《计算机网络管理》还介绍了网络管理的实用技术,包括网络管理工具和应用软件的使用方法,特别对Windows环境下的网络配置和服务器管理进行了重点论述。《计算机网络管理》最后介绍了网络管理技术的最新进展和发展方向,供读者进一步研究时参考。
《计算机网络管理》适用于高等学校计算机和通信专业的本科生学习,也可供相关专业的技术人员参考。
Catalogue

第1章 网络管理概论 1
1.1 网络管理的基本概念 1
1.2 网络管理系统体系结构 2
1.2.1 网络管理系统的层次结构 2
1.2.2 网络管理系统的配置 2
1.2.3 网络管理软件的结构 4
1.3 网络监控系统 5
1.3.1 管理信息库 5
1.3.2 网络监控系统的配置 6
1.3.3 网络监控系统的通信机制 7
1.4 网络监视 8
1.4.1 性能监视 8
1.4.2 故障监视 12
1.4.3 计费监视 13
1.5 网络控制 13
1.5.1 配置控制 14
1.5.2 安全控制 15
1.6 网络管理标准 18
习题 19

第2章 管理信息库MIB-2 21
2.1 SNMP的基本概念 21
2.1.1 TCP/IP协议簇 21
2.1.2 TCP/IP网络管理框架 22
2.1.3 SNMP体系结构 24
2.2 MIB结构 25
2.2.1 MIB中的数据类型 27
2.2.2 管理信息结构的定义 28
2.3 标量对象和表对象 29
2.3.1 对象实例的标识 30
2.3.2 词典顺序 31
2.4 MIB-2功能组 33
2.4.1 系统组 33
2.4.2 接口组 34
2.4.3 地址转换组 37
2.4.4 ip组 37
2.4.5 icmp组 40
2.4.6 tcp组 41
2.4.7 udp组 42
2.4.8 egp组 43
2.4.9 传输组 43
习题 45

第3章 简单网络管理协议 47
3.1 SNMP的演变 47
3.1.1 SNMPv1 47
3.1.2 SNMPv2 48
3.1.3 SNMPv3 49
3.2 SNMPv1协议数据单元 50
3.2.1 SNMPv1支持的操作 50
3.2.2 SNMP PDU格式 50
3.2.3 报文应答序列 51
3.2.4 报文的发送和接收 52
3.3 SNMPv1的操作 52
3.3.1 检索简单对象 52
3.3.2 检索未知对象 54
3.3.3 检索表对象 55
3.3.4 表的更新和删除 56
3.3.5 陷入操作 57
3.4 SNMP功能组 57
3.5 实现问题 58
3.5.1 网络管理站的功能 58
3.5.2 轮询频率 59
3.5.3 SNMPv1的局限性 60
3.6 SNMPv2管理信息结构 60
3.6.1 对象的定义 60
3.6.2 表的定义 62
3.6.3 表的操作 64
3.6.4 通知和信息模块 67
3.6.5 SNMPv2管理信息库 68
3.7 SNMPv2协议数据单元 72
3.7.1 SNMPv2报文 72
3.7.2 SNMPv2 PDU 72
3.7.3 管理站之间的通信 76
3.8 SNMPv3 77
3.8.1 SNMPv3管理框架 77
3.8.2 SNMP引擎 78
3.8.3 应用程序 80
3.8.4 SNMP管理站和代理 80
3.8.5 基于用户的安全模型(USM) 81
3.8.6 基于视图的访问控制(VACM)模型 87
习题 91

第4章 远程网络监视 92
4.1 RMON的基本概念 92
4.1.1 远程网络监视的目标 92
4.1.2 表管理原理 93
4.1.3 多管理站访问 96
4.2 RMON的管理信息库 96
4.2.1 以太网的统计信息 97
4.2.2 警报 105
4.2.3 过滤和通道 106
4.2.4 包捕获和事件记录 110
4.3 RMON2管理信息库 112
4.3.1 RMON2 MIB的组成 112
4.3.2 RMON2增加的功能 113
4.4 RMON2的应用 116
4.4.1 协议的标识 116
4.4.2 协议目录表 118
4.4.3 用户定义的数据收集机制 118
4.4.4 监视器的标准配置法 119
习题 120

第5章 SNMPc网络管理软件的应用 122
5.1 SNMPc简介 122
5.1.1 SNMPc的特性 122
5.1.2 SNMPc的版本 124
5.1.3 SNMPc设备访问模式 125
5.2 SNMPc的安装和使用 126
5.2.1 安装SNMPc服务器与本地控制台 126
5.2.2 安装寻呼系统 127
5.2.3 启动SNMPc服务器和本地控制台 127
5.2.4 使用控制台组件 127
5.3 操作映射数据库 129
5.3.1 使用映射选择树 129
5.3.2 使用映射视图窗口 130
5.3.3 移动映射对象 131
5.3.4 更改对象属性 132
5.3.5 添加映射对象 134
5.4 查看MIB数据 135
5.4.1 使用MIB选择树 135
5.4.2 使用管理菜单 136
5.4.3 表显示元素 136
5.4.4 图显示元素 136
5.5 保存长期统计数据 137
5.5.1 创建新报告 138
5.5.2 在图形窗口中查看趋势数据 138
5.5.3 查看Web报告 138
5.5.4 限制保存实例 140
5.6 设置报警阈值 140
5.6.1 设置状态变量轮询 140
5.6.2 配置自动报警 141
5.6.3 设置手工阈值报警 141
5.7 轮询TCP应用服务 142
5.7.1 启用对TCP服务的轮询 142
5.7.2 自定义TCP服务 143
5.8 发送电子邮件或寻呼 144
5.9 网络发现疑难解答 147
5.9.1 正常的发现映射布局 147
5.9.2 失败征兆与解决方案 148
5.10 使用控制台 151
5.10.1 安装远程控制台 151
5.10.2 安装Java控制台 151
5.10.3 限制Java控制台访问 152

第6章 网络管理工具 153
6.1 网络诊断和配置命令 153
6.1.1 Ipconfig 153
6.1.2 Ping 155
6.1.3 Arp 157
6.1.4 Netstat 158
6.1.5 Tracert 159
6.1.6 Pathping 160
6.1.7 Nbtstat 162
6.1.8 Route 164
6.1.9 Netsh 166
6.1.10 Nslookup 169
6.1.11 Net 174
6.2 网络监视工具 175
6.2.1 网络监听原理 175
6.2.2 网络嗅探器 176
6.2.3 Sniffer软件的功能和使用方法 176
6.3 网络管理平台 178
6.3.1 HP OpenView 178
6.3.2 IBM Tivoli NetView 179
6.3.3 CiscoWorks for Windows 181

第7章 Windows网络管理 184
7.1 IP地址和路由器配置 184
7.1.1 静态地址和动态地址 184
7.1.2 IP路由表 186
7.1.3 路由和远程访问服务器 187
7.1.4 数据包筛选器 189
7.1.5 网络监视器 190
7.2 动态主机配置协议 191
7.2.1 DHCP原理 191
7.2.2 DHCP服务器的安装和配置 193
7.3 名字解析服务 194
7.3.1 名字解析服务简介 194
7.3.2 NetBIOS名字解析 195
7.3.3 WINS服务器 196
7.3.4 DNS主机名解析 196
7.4 域名服务器 197
7.4.1 域名系统 197
7.4.2 域名服务器 198
7.4.3 DNS服务器的安装和配置 203
7.5 活动目录 204
7.5.1 活动目录的基本概念 204
7.5.2 活动目录的逻辑结构 204
7.5.3 活动目录的物理结构 205
7.5.4 活动目录中的对象 206
7.5.5 安装和配置活动目录 207
7.5.6 活动目录的备份 211
7.6 终端服务 212
7.6.1 终端服务器的安装 212
7.6.2 终端服务器的配置 214
7.7 远程管理 217
7.7.1 远程管理功能的改进 217
7.7.2 微软管理控制台 218
7.7.3 远程桌面连接 219

第8章 网络管理技术的发展 223
8.1 基于CORBA的网络管理 223
8.1.1 CORBA简介 223
8.1.2 CORBA与OSI/SNMP之间的转换 224
8.2 基于XML的网络管理 226
8.2.1 XML接口 226
8.2.2 XML请求和响应 227
8.3 基于Web的网络管理 228
8.3.1 WBM解决方案 229
8.3.2 WBM标准 230
8.4 基于移动代理的网络管理 231
8.4.1 移动代理及其应用 232
8.4.2 网络管理中的移动代理 234
Book Abstract

第1章网络管理概论
计算机网络的组成越来越复杂,一方面是网络互连的规模越来越大,另一方面是连网设备越来越多样。异构型网络设备、多协议栈互连、性能需求不同的各种网络业务都增加了网络管理的难度和管理费用,单靠管理员手工管理已经无能为力。研究网络管理的理论,开发先进的网络管理技术,采用自动化的网络管理工具是一项迫切的任务。
1.1 网络管理的基本概念
对于不同的网络,管理的要求和难度也不同。局域网的管理相对简单,因为局域网运行统一的操作系统,只要熟悉网络操作系统的管理功能和操作命令就可以管好一个局域网。对于由异构型设备组成的,运行多种操作系统的Internet的管理就不是那么简单了,这需要跨平台的网络管理技术。
TCP/IP由于其开放性,20世纪90年代以来就逐渐得到网络制造商的支持,获得了广泛的应用,已经成为事实上的Internet标准。在TCP/IP网络中有一个简单的管理工具——Ping程序。用Ping发送探测报文可以确定通信目标的连通性及传输时延。如果网络规模不是很大,互连的设备不是很多,这种方法还是可行的,但是当网络的互连规模很大时这种方法就不适用了。这是因为,一方面Ping返回的信息很少,无法获取被管理设备的详细情况;另一方面用Ping程序对很多设备逐个测试检查,工作效率很低。在这种情况下出现了用于TCP/IP网络管理的标准——简单网络管理协议(SNMP)。这个标准适用于任何支持TCP/IP的网络,无论是哪个厂商生产的设备,或是运行哪种操作系统的网络。
Introduction

在人们的日常生活和商业活动日益依赖于Internet的情况下,对计算机网络的性能、安全和效率提出了更高的要求。研究网络管理技术和开发适用的网络管理工具无疑是计算机专业技术人员的重要职责。使用统一的网络管理标准和适用的网络管理工具,就可以对计算机网络实施有效的管理,减少停机时间,改进响应时间,提高设备的利用率,同时还可以减少运行的费用。本书就是围绕这些方面展开讨论的。
第1章讲述网络管理系统的体系结构和管理功能域,并简要介绍了网络管理标准制定和使用情况;第2章介绍网络管理信息库的结构和组成,以此为线索回顾了计算机网络方面的基础知识;第3章介绍简单网络管理协议(SNMP)的基本理论和操作技术,对SNMP的3个版本都进行了详细论述;第4章讲述RMON管理信息库,以及在局域网管理方面的应用;第5章在前述内容的基础上,以SNMPc软件为例综合讲述实际的网络管理技术;第6章介绍一些常用的网络管理工具,它们适用于各种流行的网络操作系统;第7章介绍Windows环境下的网络配置和服务器管理技术;第8章介绍网络管理技术的发展和研究方向,供读者进一步研究时参考。
本书可作为计算机及通信相关专业的专业课教材,也可以供相关专业的技术人员参考。由于编者水平有限,书中难免有错误与不当之处,敬请读者批评指正。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book