Question
You are wanting to simplify the creation of your access control lists. What keyword can you use in place of a four zero wild card mask and IP address combination?
Group of answer choices
Both
Host
All
Any
Group of answer choices
Both
Host
All
Any
Answers
GPT-4o mini
The keyword you can use in place of a four zero wildcard mask and IP address combination is **Host**.
In access control lists (ACLs), the "Host" keyword represents a specific IP address and effectively uses a wildcard mask of 0.0.0.0, indicating a single host. For example, instead of specifying an IP address with a wildcard mask for a single host, you can simply use "Host x.x.x.x".
So, the correct answer is **Host**.
In access control lists (ACLs), the "Host" keyword represents a specific IP address and effectively uses a wildcard mask of 0.0.0.0, indicating a single host. For example, instead of specifying an IP address with a wildcard mask for a single host, you can simply use "Host x.x.x.x".
So, the correct answer is **Host**.