中国顶级门户网站架构分析--原创

由 raullpq 在 09-10-2004 12:58 发表:

中国顶级门户网站架构分析--原创

对sina,sohu等门户网站的分析。欢迎大家指正我的错误!

具体请看: http://lupeiqing.3322.org/doc/top_site_analyzing.htm


一个默默无闻的SA [ I like Linux ]

准备开始加入Gentoo一族~拉拉~~


由 orphen 在 09-10-2004 13:05 发表:


我只知道,sina采用的是集群式服务器,使用将DNS生存时间设置为零,来达到负载均衡的效果。


2.6.9-nitro3+KDE3.3.1+ReiserFS+Reiser4+xorg-x11-6.8.1

AMD Athlon-TBird 1.2G

SamSung DDR266 512MB

ST 5400 40GB

ATI Radeon LE

ADSL 512K


由 raullpq 在 09-10-2004 13:07 发表:


sina采用了很多技术的。

包括你上面说的,而我文章里说的只是web服务器的架构

当然还有很多技术,慢慢发掘,呵呵。有很多值得我们学习的地方。随便很不喜欢sina这个网站的名字!但技术不分家的!


一个默默无闻的SA [ I like Linux ]

准备开始加入Gentoo一族~拉拉~~


由 Snoopy 在 09-10-2004 13:10 发表:


人家用那么多都是用来负载的,具体是不是一台服务器几个公网ip有疑问(因为它最主要的还是减轻负载),我猜测应该是一个ip后有多台服务器来支撑

使用dig知道更多点,nslookup不够用


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 Snoopy 在 09-10-2004 13:11 发表:


> quote: > > * * * > > 最初由 orphen 发表
>
> 我只知道,sina采用的是集群式服务器,使用将DNS生存时间设置为零,来达到负载均衡的效果。 > > * * *

生存时间并不为0,而是动态的 !


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 orphen 在 09-10-2004 13:13 发表:


> quote: > > * * * > > 一个默默无闻的SA > > * * *

SA是什么?


2.6.9-nitro3+KDE3.3.1+ReiserFS+Reiser4+xorg-x11-6.8.1

AMD Athlon-TBird 1.2G

SamSung DDR266 512MB

ST 5400 40GB

ATI Radeon LE

ADSL 512K


由 raullpq 在 09-10-2004 13:14 发表:


呵呵,System Administrator而已


一个默默无闻的SA [ I like Linux ]

准备开始加入Gentoo一族~拉拉~~


由 raullpq 在 09-10-2004 13:15 发表:


to:Snoopy

是的,我后来用了很傻的办法,用nmap扫每一个ip,可以看到他们的系统时间相差比较大,可以排除我说的那种可能性


一个默默无闻的SA [ I like Linux ]

准备开始加入Gentoo一族~拉拉~~


由 Snoopy 在 09-10-2004 13:18 发表:


> quote: > > * * * > > 最初由 raullpq 发表
>
> **to:Snoopy
>
> 是的,我后来用了很傻的办法,用nmap扫每一个ip,可以看到他们的系统时间相差比较大,可以排除我说的那种可能性 ** > > * * *

系统时间相差 ?


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 raullpq 在 09-10-2004 13:21 发表:


对阿,nmap不是可以扫出机器的当前时间嘛。通过这个比较就可以排除是否是一台机器了。


一个默默无闻的SA [ I like Linux ]

准备开始加入Gentoo一族~拉拉~~


由 Snoopy 在 09-10-2004 13:34 发表:


不准不可靠的吧


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 Snoopy 在 09-10-2004 13:35 发表:


> > 源码: >
> * * * >
>
> > >
> > >
> > > 虽然nmap在一般情况下都能够很好地在运行时间里尽可能迅速地完成扫描任务,但偶尔还是会有一些主机/
> > > 端口无法侦测,这可能是nmap默认的时间策略和你的目标不太一致(相当于timeout的设定),下面就是一
> > > 些选项能对扫描的时间进行控制:
> > >
> > > -T

 1<paranoid|sneaky|polite|normal|aggressive|insane>  
 2&gt;     &gt; 
 3&gt;     这是一个可以用来便利地表达nmap时间策略优先权的参数设置。Paranoid模式用极慢的速度来扫描以避免  
 4&gt;     &gt; 
 5&gt;     被数字记录系统记录。它使扫描连续而不是并发而且通常等待至少五分钟才发送一个信息包。Sneaky也是  
 6&gt;     &gt; 
 7&gt;     类似的,只是它是每15秒发送一个信息包。Polite模式是用来减轻网络负载以减少当机的可能性,它是连  
 8&gt;     &gt; 
 9&gt;     续发送探针并在两个包的间隙等待0.4秒。Normal是nmap的常规用法,是尽其所能地快速扫描——除非主机或  
10&gt;     &gt; 
11&gt;     端口连接丢失。Aggressive模式是对每台主机设定了五分钟的timeout,并且等待每个探针应答不超过1.25  
12&gt;     &gt; 
13&gt;     秒。Insane模式是适应非常快的网络或者你不在乎丢失一些信息——因为太快!它的timeout设定于75秒并且  
14&gt;     &gt; 
15&gt;     只等待回应0.3秒,它允许对一个很快的网络系统进行“扫荡”![](http://linuxsir.zahui.net/html/11/images/smilies/smile.gif),你也可以用数字(0-5)来代表参数,比如'  
16&gt;     &gt; 
17&gt;     -t 0'表示Paranoid而'-t 5'代表Insane模式。注意,这些时间设定无法在底层的控制中联合使用。(NOT  
18&gt;     &gt; 
19&gt;     be used in combination with the lower level controls given below.)  
20&gt;     &gt; 
21&gt;       
22&gt;     &gt; 
23&gt;     --host_timeout <milliseconds>  
24&gt;     &gt; 
25&gt;     具体指定nmap对某个IP的扫描时间总量,超过则作不通处理,默认是不做设定。  
26&gt;     &gt; 
27&gt;       
28&gt;     &gt; 
29&gt;     --max_rtt_timeout <milliseconds>  
30&gt;     &gt; 
31&gt;     指定nmap对一个探针从远程端返回回应的最大时间,默认是9000。  
32&gt;     &gt; 
33&gt;       
34&gt;     &gt; 
35&gt;     --initial_rtt_timeout <milliseconds>  
36&gt;     &gt; 
37&gt;     指定最初探针的timeout时间,这通常在用-P0扫描有防火墙保护的主机时很有效,nmap会通过ping得到一  
38&gt;     &gt; 
39&gt;     个好的RTT评估以及最初少数的探针。默认值为6000。  
40&gt;     &gt; 
41&gt;       
42&gt;     &gt; 
43&gt;     --max_paral</milliseconds></milliseconds></milliseconds></paranoid|sneaky|polite|normal|aggressive|insane>
Published At
Categories with 服务器类
Tagged with
comments powered by Disqus