博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
好好学习,天天向SUN
联系方式: leiyu530@163.com
penguinstorm.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
· N4000拆卸过程
· Solaris8安装过程截图
· Veritas
}
· 建立VOLUME
· 其他
· 证书
· ORACLE_FOR_Solaris9i
· HACMP_FOR_AIX 4.3.3
}
· 准备工作
· 配置过程
· 配置共享卷组
· 配置应用脚本
· 同步过程
· 启动双机
· 错误大观
· 路由交换
· ruby专用文件夹
· sun_cluster
· FASTT系列存储
· 7133换盘操作
· HACMP_FOR_AIX 5.1
· 地震纪实
文章
· AIX
}
· 实践操作
· 双机配置
· 系统认证
· 基础知识
· 故障处理
· 共享精神
· HPUX
}
· 学逻辑卷
· 双机相关
· 考试认证
}
· CSE
· CSA
· 基础知识
· 动手实践
· 存储备份
· CISCO
}
· 交换相关
· 路由相关
· 认证考试
}
· CCNA
· CCNP
· CCIE
· 心情日记
· 动手实践
· Linux
· Oracle
}
· 基础知识
· 实践操作
· 考试认证
· 实验操作
· English
· Solaris
}
· 读书笔记
}
· SA239
· SA299
· SA399
· ES222
· SM240
· ES255
· ES310
· Solaris高级系统管理员指南
· 基础知识
· 实践操作
}
· ST350
· 认证计划
· 系统安装
· Veritas
}
· 基础知识
· 实践操作
· Program
}
· Rails
}
· 基础知识
· 实践操作
· 语法掌握
· Dynamips
· 荣誉勋章
· 过关总结
· 闲言碎语
· 熬夜签到
· 好文收录
· 人在职场
· 热点关注
首页
关于作者
姓名:雷宇 昵称:storm 职业:IT 年龄:26 位置:北京 个性介绍:没啥个性 不聊MSN/QQ 本着资源共享的精神,所有文章欢迎转载
||
<<
>>
||
我的分类
文章列表 - SA399
DNS name-resolution process
<DIV>A client attempting to resolve the <A href="ftp://ftp.internic.net">ftp.internic.net</A> name to an IP address</DIV> <DIV>The following steps describe the DNS name-resolution process<BR>1,The client system consults the /etc/nsswitch.conf file to determine the name resolution order. In this example, the order is the local file, the Lightweight Directory Access Protocol(LDAP) server, and then the DNS server</DIV> <DIV>2,The client system consults the local /etc/inet/hosts file and does not find an entry</DIV> <DIV>3,The client system sends a query asking for the IP address of the internet name, <A href="ftp://ftp.internic.net">ftp.internic.net</A>., to the LDAP server and finds no address</DIV> <DIV>4,The client system consults the /etc/resolv.conf file to determine the name resolution search list and the address of the DNS servers</DIV> <DIV>5,The client system resolver routine sends a recursive DNS query asking for the IP address for the Internet name, <A href="ftp://ftp.internic.net">ftp.internic.net</A>., to the local DNS server. A recursive query states:"I will wait for the answer, and you do all the work." The client waits until the local server completes name resolution</DIV> <DIV>6,The local DNS server consults the contents of its cached information in case this query has been recently resolved. If the address is in the local cache, it is returned to the client as a non-authoritative answer</DIV> <DIV>7,If the local DNS server does not have cached information about the net or internic domains, it contacts one of the root servers and sends an iterative query. An itrative query states:" Send me the best answer you have, and I'll do all the work" In this example, the assumption is that the answer is not cached and that a root server must be contacted</DIV> <DIV>8,The root server returns the best information it has. In this case, the only information you are gurarnteed is that the root server has the names and addresses of all the net domain servers. ……
查看全文
发表于:2006-08-15 ┆
阅读(697)
┆
评论(0)
The /etc/nodename File(From SUN 399)
<DIV>The /etc/nodename file contains one entry: the host name of the local system. For example, on system sys11, the /etc/nodename file contains the entry sys11. This file establishes the canonical name for the system for applications.<BR>The /etc/inet/hosts file<BR>The /etc/nodename file<BR>The /etc/hostname.interface file<BR>The /etc/net/ticlts/hosts file<BR>The /etc/net/ticots/hosts file<BR>The /etc/net/ticotsord/hosts file<BR>Note:The /etc/net/*/hosts files are referenced by the Transport layer interface(TLI)</DIV>
查看全文
发表于:2006-08-08 ┆
阅读(673)
┆
评论(0)
SA399第九章读书笔记
Describing the Transportlayer<p><p>基本内容:<br />描述传输层的基础知识<br />描述UDP<br />描述TCP<br />描述TCP的流量控制</p><p>传输层头部包括目的端口号和源端口号.另外,传输层包括错误检测和恢复,调整流量信息,根据所使用协议的不同而不同</p><p>UDP是一种无连接的,无状态的,不可信赖的协议.它是低开销的,用于在可信赖网络上的高速应用<br />UDP从应用层接收数据并将其封装成UDP数据报</p><p>TCP是一种有连接的,状态性的,可信赖的协议.它常被用于多系统之间的多数据传输.TCP有四个显著的特性:<br />1,Virtual circuit ……
查看全文
发表于:2005-08-31 ┆
阅读(723)
┆
评论(0)
SA399第八章读书笔记
Configuring IPv6<p><p>基本内容:<br />描述IPv6<br />描述IPv6的寻址<br />描述IPv6的自动配置<br />描述IPv6的单播地址类型<br />描述IPv6的多播地址类型<br />启动IPv6<br />管理IPv6<br />在IPv4上配置IPv6<br />配置多路的IPv6</p><p>IPv4地址的短缺是发展IPv6的唯一原因,IPv6被用来解决下面的问题:<br />1,IPv4地址的短缺<br />2,自动配置.IPv6机制是自动分配IP地址,而不像IPv4那样通过编辑文件/etc/inet/hosts来完成<br />3,性能的提升<br />4,安全性提升</p><p>IPv6的特性是:<br />1,扩展的地址,从原来的32位扩展到128……
查看全文
发表于:2005-08-30 ┆
阅读(693)
┆
评论(0)
SA399第七章读书笔记
Configuring routing<p><p>基本内容:<br />掌握路由的基础知识<br />描述路由表入口<br />描述路由表<br />配置静态路由<br />配置动态路由<br />描述CIDR<br />配置路由启动时间<br />检修路由故障</p><p>路由表示的是IP数据报到它们目的地址的一个进程,网际层TCP/IP网络模块一个重要的功能就是路由.<br />路由的两种类型是直接路由和间接路由.当目的主机和源主机处于同一个网络的时候就使用直接路由,反之,使用间接路由.在使用间接路由的时候,源IP数据报通过一个或多个路由器或网关传送到目的主机<br />Solaris OE内核使用基于内存的……
查看全文
发表于:2005-08-29 ┆
阅读(732)
┆
评论(0)
SA399第六章读书笔记
Configuring mutipathing<p><p>基本内容:<br />增加网络的吞吐量和有效性<br />实施多路<br />实施中继</p><p>在如今的计算机环境,网络带宽是最受青睐的.SUN公司提供了两种有效的方法(IPMP,Trunking)来满足不同的网络带宽需求,IPMP是和系统绑定的,中继(Trunking)没有和系统绑定</p><p>网络接口由于和交换机或者集线器直接相连而容易出现错误,IPMP使得同一子网上不同的接口配置不同的IP地址并连接到相同的网络部分,如果任何一个接口出现错误失效,那么当前的网络连接将被自动转移到其他的接口</p><p>在系统上配置IPMP的基本要求是:<……
查看全文
发表于:2005-08-29 ┆
阅读(743)
┆
评论(0)
SA399第五章读书笔记
Configuring IP<p><p>基本内容:<br />描述因特网层协议<br />描述IP数据报<br />描述IP地址类型<br />描述子网和VLSMs(可变长的子网掩码)<br />描述接口配置文件<br />管理逻辑接口</p><p>IP的两大功能是:<br />1,在网络上实现无连接的数据报传输<br />2,执行分段和重配服务来适应不同最大传输单元的数据链路</p><p>ICMP是IP的一个协议内容,使不同的系统之间能够发送控制信息或者提示错误信息.发送的消息类型包括请求回应,响应回应,目的不可达,路由通告,路由路径,路由请求以及超时连接<br />可以使用ifconfig -a命令来查看最大传……
查看全文
发表于:2005-08-26 ┆
阅读(700)
┆
评论(0)
SA399第四章读书笔记
Describing ARP and RARP<p><p>基本内容:<br />描述地址解析协议<br />描述逆地址解析协议</p><p>ARP定义了映射32位IP地址到48位以太网地址的方法,当两台主机需要通信的时候,需要对方的以太网地址.ARP就提供了目的以太网地址的相关信息</p><p>用主机sys11和主机sys13的通信过程来阐明ARP操作:<br />1,sys11使用以太网广播地址发送一个ARP请求到本地网络,ARP请求包括目的主机sys13的IP地址<br />2,sys13识别到sys11的目的地址是它的,向sys11发送一个ARP响应.ARP响应包括了sys13的以太网地址,使用它本身的单播以太网地址来发送</p>……
查看全文
发表于:2005-08-25 ┆
阅读(669)
┆
评论(0)
SA399第三章读书笔记
Describing Ethernet interfaces<p><p>基本内容:<br />描述以太网概念<br />描述以太网的帧<br />使用网络的效用</p><p>以太网标准实施在TCP/IP协议模型的网络接口层<br />以太网网络的三个重要组成部分是:<br />1,以太网包又称为帧,这些数据单元在网络上传输<br />2,以太网访问方法CSMA/CD用来控制包的传输和信息的流量控制<br />3,硬件电缆,连接器,电路,用于和网络之间的数据传输</p><p>CSMA/CD是带有冲突检测的载波监听多路访问,Ethernet IEEE 802.3定义的一种技术,每个设备发送之前监听电缆上的数字信号.另外,CSMA/CD允许……
查看全文
发表于:2005-08-25 ┆
阅读(748)
┆
评论(0)
SA399第二章读书笔记
Introducing LANs and their components<p><p>基本内容:<br />描述网络拓扑<br />描述局域网介质<br />描述网络设备</p><p>总线拓扑是典型的局域网拓扑结构,所有的设备通过连接到一条同轴电缆或双绞线来进行交流<br />星型拓扑被广泛用于今天的局域网网络环境,它的具体结构是以集线器或中间件为中心向各个方向扩展,以</p><p>便连接到不同的设备.<br />智能化的集线器可以控制端口间传输的信息以及什么设备将被连接到什么端口<br />令牌环网拓扑结构其形状类似星型拓扑结构,其中任意一个结点的输出是其邻接结点的输入,每个结点都和</……
查看全文
发表于:2005-08-24 ┆
阅读(731)
┆
评论(0)