Ping of Death

The ping of death attack, or PoD, can cripple a network based on a flaw in the TCP/IP system. The maximum size for a packet is 65,535 bytes. If one were to send a packet larger than that, the receiving computer would ultimately crash from confusion.

Sending a ping of this size is against the rules of the TCP/IP protocol, but hackers can bypass this by cleverly sending the packets in fragments. When the fragments are assembled on the receiving computer, the overall packet size is too great. This will cause a buffer overlflow and crash the device.

Luckily, most devices created after 1998 are immune to this kind of attack. If you are running a network with outdated devices this will indeed be a possible threat to your network. In this case, upgrade your devices if possible

参考:http://www.ids-sax2.com/articles/PreventDosAttacks.htm

最新文章

  1. MSYS2的源配置
  2. angular js 图片轮播
  3. Ubuntu Git 入门
  4. PhoneGap在iOS开发下的注意事项
  5. C# 使用 SAP NCO3.0 调用SAP RFC函数接口
  6. *[hackerrank]Die Hard 3
  7. UVaLive2572 poj1418 UVa1308 Viva Confetti
  8. 如何正确并完全安装Visual Studio 2015企业版本[转]
  9. SET STATISTICS IO和SET STATISTICS TIME 在SQL Server查询性能优化中的作用
  10. 《javascript dom编程艺术》笔记(一)——优雅降级、向后兼容、多个函数绑定onload函数
  11. js常用语句写法
  12. 【NOIP2014提高组】寻找道路
  13. Spring Security 入门(1-8)Spring Security 的配置文件举例
  14. JNI打通java和c
  15. 依赖反转Ioc和unity,autofac,castle框架教程及比较
  16. JAVA 类和对象基础知识详解
  17. 【Linux】 Centos7 NC探测端口命令
  18. bzoj1091
  19. Jenkins中执行docker命令报错
  20. ZooKeeper学习2---ZooKeeper安装配置

热门文章

  1. Python socket超时
  2. unity游戏在logcat中过滤一些不需要的Log
  3. OCR图像识别技术-Asprise OCR
  4. smb:unrecognized service
  5. Mysql常见四种索引的使用
  6. python2.7.9基础学习
  7. STL之序列式容器list与forward_list
  8. 对于有了ACM以后的生活
  9. java 获取当月第一天和最后一天 获取前一个月第一天和最后一天
  10. js面向对象之创建对象