Which of the following are valid ways to refer only to host 172.16.30.55 in an IP access list?1. 172.16.30.55 0.0.0.2552. 172.16.30.55 0.0.0.03. any 172.16.30.554. host 172.16.30.555. 0.0.0.0 172.16.30.556. ip any 172.16.30.55

Correct Answer: 2 and 4
The wildcard 0.0.0.0 tells the router to match all four octets. This wildcard format alone can be replaced with the host command.