Network ACLs are _______.
stateful
stateless
asynchronous
synchronous
Explanations:
Network ACLs are stateless, meaning they do not maintain information about previous traffic or sessions. Each request is evaluated independently.
Network ACLs are stateless because they do not track or remember the state of a connection, making each packet evaluated on its own merits.
Network ACLs are not asynchronous. They evaluate traffic in a synchronous manner, based on the rules defined in the ACL.
Network ACLs are not synchronous in the context meant here. The term “synchronous” generally refers to systems that rely on timing or waiting for specific events, which is not how ACLs work.