题目是这样的
The following problem is adapted from Quinn (2006), Question 27 in Chapter 6.
On a PC, a port is a software connection to the Internet. Different ports are used for different kinds of communications. For example, one port is used for email. Another port is used for web traffic. A third port is used for transferring files. Since worms access computers through the ports, security experts agree that unneeded ports should be kept closed. Apple's Mac OS X ships with no ports open to the Internet. Microsoft shiped its Windows XP operating system with five ports open. Microsoft's decision means it is easier for users to set up home networks, but it also makes Windows XP computer more vulnerable to attacks from Internet worms. Which policy is better? Why? 作者: Anaesthesia 时间: 27-3-2013 22:40
The following problem is adapted from Quinn (2006), Question 27 in Chapter 6.
On a PC, a port is a software connection to the Internet. Different ports are used for different kinds of communications. For example, one port is used for email. Another port is used for web traffic. A third port is used for transferring files. Since worms access computers through the ports, security experts agree that unneeded ports should be kept closed. Apple's Mac OS X ships with no ports open to the Internet. Microsoft shiped its Windows XP operating system with five ports open. Microsoft's decision means it is easier for users to set up home networks, but it also makes Windows XP computer more vulnerable to attacks from Internet worms. Which policy is better? Why? 作者: FrankLee 时间: 28-3-2013 04:49
端口关闭了好,有需要的自己打开,80端口是用于HTTP的,21端口用于FTP等等作者: johnson888 时间: 28-3-2013 14:44
lz题目的问题是,这两个系统,那种更安全一些。楼上的回答比较好,我觉得。mac的默认所有端口关闭,仅仅开启需要的端口,则蠕虫不能够轻易的通过端口使主机感染。windows的默认打开了好多,增加了蠕虫感染的几率,所以略逊一筹?大家讨论讨论....另外,是不是还要考虑用户体验的问题?