You are working as a cloud native engineer responsible for securing a multi-tier application running on Kubernetes. The application consists of frontend and backend services. The frontend should only be able to communicate with the backend, and the backend should only accept traffic from the frontend, but you want to deny any other inbound traffic. You decide to create network policies to enforce this. Which of the following Kubernetes Network Policy configurations will best achieve this objective?