Use JavaScript To Expand Text Within Your Web Page
Pop it into you page, and you can make certain text on your page expand -- fast, slow, in jumps, or relatively steady. The source code is at the demonstration page...
Learn More

Basic JavaScript Date and Time Function
As the title implies, this tutorial will show you how to get the date and time from the visitor's computer and print them to the web page...
Learn More

Computers

A SYN attack simply buries its target by swamping it with TCP SYN packets. Each SYN packet demands a SYN-ACK response and causes the server to wait for the proper ACK in reply. Of course, the attacker never gives the ACK, or, more commonly, it uses a bad IP address so there's no chance of an ACK returning. This quickly hogties a server as it tries to send out SYN-ACKs while waiting for ACKs.

Business - All business/finance/loan/mortgage related link can be found here
more 1 2 3 4 5

Computers - All computer hardware/software/peripheral related link can be found here
more 1 2 3 4 5

Internet - All webhosting/webdesign/internet marketing related link can be found here
more 1 2 3 4 5

Software - All software related link can be found here
more 1 2 3 4 5

Web Design - All web design/development related link can be found here
more 1 2 3 4 5

Web Hosting - All web hosting related link can be found here
more 1 2 3 4 5

Web Promotion - All search engine optimization/internet marketing related link can be found here
more 1 2 3 4 5

Web Resources - All other web related link can be found here
more 1 2 3 4 5

Recreation - All travel/hotel/cruise related link can be found here
more 1 2 3 4 5

Casino - All online gambling/poker/blackjack/roulette related link can be found here
more 1 2 3 4 5

Health - All online pharmacy/hospital/health related link can be found here
more 1 2 3 4 5

Shopping - All online shopping/gift related link can be found here
more 1 2 3 4 5

Miscellaneous - All other links can be found here
more 1 2 3 4 5


 

When the SYN-ACK queues fill up, the server can no longer take any incoming SYNs, and that's the end of that server until the attack is cleared up. The Land attack makes SYN one-step nastier by using SYN packets with spoofed IP addresses from your own network.There are many ways to reduce your chances of getting SYNed, including setting your firewall to block all incoming packets from bad external IP addresses like 10.0.0.0 to 10.255.255.255, 127.0.0.0 to 127.255.255.255, 172.16.0.0 to 172.31.255.255, and 192.168.0.0 to 192.168.255.255, as well as all internal addresses. But, as SCO discovered, if you throw enough SYN packets at a site, any site can still be SYNed off the net



© Copyright 2006 TheUSAWebMaster.com All Rights Reserved.