PCDVD數位科技討論區
PCDVD數位科技討論區   註冊 常見問題 標記討論區為已讀

回到   PCDVD數位科技討論區 > 電腦硬體討論群組 > 效能極限
帳戶
密碼
 

  回應
 
主題工具
pcboy2
Power Member
 

加入日期: Mar 2003
文章: 648
引用:
作者pc
你應該用vista光碟片開機進去,使用裡頭的系統還原功能把系統還原回去,這樣就不用重灌。
此外,SP1修正程式已經把TCP連線數向上提升到據說是200,基本上可以不用安裝那個破解連線數的程式了,
我用的是vista x86英文版+SP1,安裝過SP1後有感受到養動物連線情況沒受什麼影響。


200 有些低, eMule 和 Bitcomet 建議值都是 500
小弟的 Windows XP 習慣都設定到最大值 16777214
     
      
舊 2008-04-01, 10:54 AM #11
回應時引用此文章
pcboy2離線中  
cwl5858
Power Member
 

加入日期: Oct 2002
您的住址: Zodiac Alliance of Freedom Treaty
文章: 641
雖然有人說換成SP1之後就不用擔心連線數不夠的問題....

不過...



...還是有警告啊...
 
__________________
舊 2008-04-20, 10:53 AM #12
回應時引用此文章
cwl5858離線中  
arj11
Major Member
 
arj11的大頭照
 

加入日期: Aug 2001
您的住址: 台中
文章: 186
http://gxdipw.bay.livefilestore.com...ckTcpipv744.zip

VISTA32 SP1 正用以上檔案養動物中....
還沒遇上什問題
X64不要用以上檔案嘿
出問題 一概不負責
舊 2008-04-21, 09:49 AM #13
回應時引用此文章
arj11離線中  
ianwell
Regular Member
 

加入日期: Feb 2006
文章: 88
bitcomet不是內建可以增加到500連線數的破解嗎??
500應該大多數都夠用了吧!!
舊 2008-04-22, 02:00 AM #14
回應時引用此文章
ianwell離線中  
Adsmt
Golden Member
 
Adsmt的大頭照
 

加入日期: Feb 2004
您的住址: 從來處來
文章: 2,761
大家總是在迷思中打轉....
XP, Vista 從來沒有限制過連接數,只有限制「同時」要求連接的數量。
而且你裝 cFos 的話,不是會有個網頁告訴你,經過實驗證明,50 才是最佳設定,超過反而會降低效率.
舊 2008-04-24, 11:02 AM #15
回應時引用此文章
Adsmt離線中  
pcboy2
Power Member
 

加入日期: Mar 2003
文章: 648
所以的測試結果, 是基於他的測試環境和條件
如果在 eMule, BT or 架設 Web Server 環境下去測試 cFos, 最佳值未必是 50

一般大家在談的連線數量限制, 就是指 "同時" 連線數量在談
舊 2008-04-24, 11:30 AM #16
回應時引用此文章
pcboy2離線中  
fto
Master Member
 
fto的大頭照
 

加入日期: Dec 2001
您的住址: 台中縣
文章: 1,704
http://www.soft4fun.net/article.asp?id=390

不知道這篇寫的對不對,不然應該是限制「同時等待SYN-ACK封包」的連線數量,

完成三方交握後的TCP連線應該是沒有限制才對...
__________________
Ryzen 5 2600X & ROG STRIX X370-F
Kingston ECC U-DIMM DDR4-2666 16GB * 2
Gigabyte CV27F & MSI RX560 AERO 4G OC
Cooler Master V750 Gold
Fractal Design Define R6
CREATIVE GigaWorks T20II

此文章於 2008-04-25 07:41 AM 被 fto 編輯.
舊 2008-04-25, 07:40 AM #17
回應時引用此文章
fto離線中  
pcboy2
Power Member
 

加入日期: Mar 2003
文章: 648
去 微軟 官方網站查了一下

[DOC] Service Pack Overview
http://download.microsoft.com/downl...view_120904.doc

SYN attack protection is enabled by default— To mitigate the impact on a host experiencing a SYN attack, TCP/IP minimizes the amount of resources devoted to incomplete TCP connections and reduces the amount of time before abandoning half-open connections. When a SYN attack is detected, TCP/IP in Windows Server 2003 and Windows XP lowers the number of retransmissions of the SYN-ACK segment and does not allocate memory or table entry resources for the connection until the TCP three-way handshake has been completed.



Transcript: Windows XP SP2: Windows Firewall, February 9, 2005
http://www.microsoft.com/windowsxp/...5_Feb09_wf.mspx

Grant_MS (Expert):
Q: is Microsoft intending to remove the cap on the number of sockets a program can open? It only let's an EXE open 20 sockets i believe.
A: I think that you're referring to the per- process cap on the number of half-open sockets, to prevent your computer from being used in denial of service and other attacks. The number of fully-connected sockets is not subject to this limitation, so an application can get around it simply by not opening sockets faster than they can connect. The limit on half-open sockets is an intended security feature and there is no intention to remove it.



Security Threats
http://www.microsoft.com/technet/ar...t.mspx?mfr=true

The goal of a DoS attack is to prevent hosts or networks from communicating on the network. An example of this type of attack is the SYN flood attack:

When a client attempts to contact a server service, the client and server exchange a series of messages. The client starts by sending a TCP connection request or SYN message to the server. The server responds to the SYN message with an acknowledgement ACK-SYN message. The client then acknowledges the server's ACK-SYN message with an ACK message. After these three actions take place, the connection between the client and server is open and they can exchange service-specific data.

The problem arises when the server has sent the SYN-ACK message back to the client but has not yet received an ACK response from the client. This is now a half-open connection. The server keeps the pending connection in memory, waiting for a response from the client. The half-open connections in memory eventually will time out on the server, freeing up valuable resources again.

Creating these half-open connections is accomplished with IP spoofing. The attacker's system sends a SYN message to the victim's server. These messages seem to be legitimate but in fact are references to a client system that is unable to respond to the server's SYN-ACK message. This means that the server will never be able to send an ACK message to the client computer. The server now has half-open connections in memory and eventually will fill up the server connections. The server now is unable to accept any new connections. The time limit on half-open connections will expire. However, the attacker's system keeps sending IP-spoofed packets faster than the expire limit on the victim's server. In most cases the victim of such an attack will have difficulty accepting any new, legitimate incoming connections.



Microsoft PowerPoint - WORM04.ppt [Read-Only]
http://research.microsoft.com/~helenw/papers/worm04.pdf

Windows XP SP2:Securing the Network
• Windows firewall (ICF)
– On by default
– Stateful: automatically matching inbound traffic with outgoing requests
– Boot time security
– Limit the number of half open TCP connections to 10
– Application affected: those listen for unsolicited traffic (e.g., file/printer
sharing, uPnP, remote desktop, remote admin, ICMP options)
舊 2008-04-25, 09:44 PM #18
回應時引用此文章
pcboy2離線中  
PAN_PAN
Junior Member
 
PAN_PAN的大頭照
 

加入日期: Jan 2003
您的住址: Shattrath City
文章: 948
應該是說.. 當連線已經建立的話是不受限制的

只是這在邏輯上對 P2P 軟體會很有問題, 相對的來說有時會影響到正常的網路瀏覽運作

因為 P2P 軟體一直不斷的和 server board 交談然後 update connection list. 每一個update 過的 connection list 要先 request SYNC 連線動作 才可以做到 P2P 的功效.
雖然說是每秒鍾能容許 10 個連線, 但是對於 P2P 用戶來說, 如果你的 seed 很流行的話 10 個 SYNC request 根本就不夠用.
然後會間接影響到一些要和 server 持續做連線的軟體, 像 MSN 和 RSS.

其實如果只是普通用途, 10 sync 是夠用, 只是我覺得 MS 的方法太偷懶了, 為什麼不要發展一些類似 IDS 的軟體給 Desktop user, 而想出這種偷懶的方法.
舊 2008-04-26, 01:17 PM #19
回應時引用此文章
PAN_PAN離線中  
Tsaiming
Basic Member
 
Tsaiming的大頭照
 

加入日期: Nov 2004
您的住址: tw
文章: 17
引用:
作者cwl5858
最近換上VISTA X64 Ultimate+SP1....

結果用破解連線數重新開機就出現....tcpip.sys未包含簽證....

唯一的方法就是重灌....連安全模式也進不去...

有人有方法嗎?


我也是,我連出現tcpsis都沒看到
選安全模式進不去,一直重開機之前更新到SP1遇到這個情形就是一直重灌
舊 2008-04-26, 01:25 PM #20
回應時引用此文章
Tsaiming離線中  


    回應


POPIN
主題工具

發表文章規則
不可以發起新主題
不可以回應主題
不可以上傳附加檔案
不可以編輯您的文章

vB 代碼打開
[IMG]代碼打開
HTML代碼關閉



所有的時間均為GMT +8。 現在的時間是04:12 AM.


vBulletin Version 3.0.1
powered_by_vbulletin 2025。