S1- MD5 is vulnerable to the Birthday attack.
S2- traceroute uses the "Destination port unreachable" ICMP error message.
S3- 3DES is a type of Public Key Encrytion Algorithm.
S4- IPv6 has a 40-byte fixed header size(without Options fields).
上面的陈述中有多少是正确的?
(A) 1
(B) 2
(C) 3
(D) 4答案: (C)
说明: S1 – MD5是加密哈希函数,容易受到生日攻击。真的
S2 – traceroute使用“目标端口不可达” ICMP错误消息。真的
traceroute在ICMP消息中发送一个任意端口,主机无法解析该端口,因此它将返回ICMP错误消息。因为只有接收者检查端口号,所以Traceroute在收到此消息后结束。
S3 – 3DES是一种公共密钥加密算法。错误的
3DES是一种私钥加密算法。
S4 – IPv6具有40字节的固定标头大小(无“选项”字段)。真的
没有任何选项字段,IPv6数据包的固定大小为40字节。
正确的陈述数= 3,即答案。
这个问题的测验