在3560交换机上show ip dhcp binding 可以看到通过DHCP服务广播出去的IP地址与MAC地址的对应表; 比如: Switch#show ip dhcp binding IP address Client-ID/ Lease expiration Type Hardware ad... ...
分类:
系统相关 时间:
2016-12-09 18:51:02
阅读次数:
305
计算机基础 一、计算机系统组成 计算机系统由硬件(Hardware)系统和软件(Software)系统两部分组成: 二、冯·诺依曼体系 服务器存储类型 DAS:直接连接存储,存储直接与服务器连接,类似在服务器上直接加入存储,用IDE、SATA等线缆相连接 NAS:网络连接存储,通过局域网,在多个服务 ...
分类:
系统相关 时间:
2016-12-07 22:38:30
阅读次数:
336
Computer Systems A Programmer's Perspective Second Edition In this chapter, we take a brief look at the design of processor hardware. We study the way ...
分类:
其他好文 时间:
2016-12-07 14:12:23
阅读次数:
135
Computer Systems A Programmer's Perspective Second Edition Many computer systems place restrictions on the allowable addresses for the primitive data ...
分类:
其他好文 时间:
2016-12-06 14:16:21
阅读次数:
172
计算机基础一、计算机系统组成计算机系统由硬件(Hardware)和系统软件(Software)系统两大部分组成二、冯·诺依曼体系三、服务器存储类型DAS:直接连接存储,存储直接与服务器相连,类似于在服务器上直接加个存储,用IDE、SATA线等线缆进行连接.NAS:网络连接存储,通过局域网,在多个服..
分类:
系统相关 时间:
2016-12-05 02:52:20
阅读次数:
246
【User mode and kernel mode】 参考:https://msdn.microsoft.com/en-us/library/windows/hardware/ff554836(v=vs.85).aspx ...
分类:
其他好文 时间:
2016-12-02 14:13:42
阅读次数:
113
硬件(hardware) 软件(software) 总线(bus) 中央处理器(Central Processing Unit,CPU) 控制单元(control unit) 算术/逻辑单元(arithmetic/logic unit) 比特(bite) 字节(byte) 编码模式(schema) ...
分类:
其他好文 时间:
2016-12-02 02:27:56
阅读次数:
161
第一章 计算机、程序和Java概述 1.1引言 什么是程序设计呢? 程序设计就是创建(或者开发)软件,软件也称为程序。 1.2什么是计算机 计算机是存储和处理数据的电子设备,计算机包括硬件(hardware)和软件(software)两部分。 ...
分类:
编程语言 时间:
2016-11-29 13:34:12
阅读次数:
243
参考文献: 1. http://www.crsay.com/network/enable-hardware-based-dep.html 2. http://jingyan.baidu.com/article/54b6b9c0ec0a1b2d593b4745.html 3. http://blog. ...
分类:
其他好文 时间:
2016-11-22 12:37:21
阅读次数:
751
写的并不太易懂,但概念性的科普已足够。 原文地址:http://blog.csdn.net/miaomao1989/article/details/51508195 Memory中的Channel/Rank/Bank解析 最近在看网卡底层驱动的一些资料,被内存bank,rank,channel这些关 ...
分类:
其他好文 时间:
2016-11-17 18:19:46
阅读次数:
273