Final answer:
A possible network design for a small organization that wants to run several services can involve setting up a local area network (LAN) with internal and external segments. Packet filter firewalls should be used to ensure secure communication between internal and external clients and servers. The network design has advantages such as secure communication and the ability for internal clients to access both internal and external services.
Step-by-step explanation:
A possible network design for the proposed network could involve setting up the organization with a local area network (LAN) consisting of the 10 client hosts, two web servers (Web-I and Web-E), and an internal FTP server. The network can be divided into two segments: the internal network and the external network. The internal network will connect the client hosts, Web-I, and the internal FTP server, while the external network will connect Web-E.
To ensure secure communication between internal and external clients and servers, a packet filter firewall should be used. The filtering rules should be configured based on the organization's policies and rules. The rules should include allowing internal clients to access Web-I, allowing anyone (internal or external) to access Web-E, allowing internal clients to access any external web server, and allowing internal clients to access the internal FTP server using both active and passive mode.
Advantages of this network design include secure communication through the use of packet filter firewalls, the ability for internal clients to access both internal and external services, and the ability to prevent IP spoofing. However, a disadvantage of this design is that it only allows ping from external machines to Web-E and denies ping to any other machine within the LAN.