Kawaljit Singh Bali M. Tech CSE Ist Sem
Kawaljit Singh Bali M. Tech CSE Ist Sem
M. Tech CSE
Ist Sem. 1
ACL Lesson Objectives
2
Access Control Terminology
Access control is
The process by which resources or services are granted
or denied on a computer system or network.
Elements of Access Control
Identification
A user accessing a computer system would present
credentials or identification, such as a username.
Authentication
Checking the user’s credentials to be sure that they
are authentic and not fabricated.
Authorization
Granting permission to take the action. 3
Steps of Access Control
Identification
Authentication
Authorization
Resource
Accountability
Access Control Lists(ACLs)
In Networking Sense
ACL is a set of instructions that are used to restrict
any unauthorized access from outside environment
to inside our network.
5
6
What are Access Lists?
CONTD..
7
Standard Access Lists
Standard access lists for IP check the source address of
packets that could be routed.
The result permits or denies output for an entire protocol
suite, based on the network/subnet/host address.
Packets coming in are checked for address and protocol.
If permitted, the packets are output through which is
grouped to the access list.
If the packets are denied by the standard access list, all
these packets for the given category are dropped.
8
Extended Access Lists
9
Extended Access Lists
10
11
12
13
A List of Tests: Deny or
Permit
Access list statements operate in sequential,
logical order.
Evaluate packets from the top down.
If a packet header and access list statement
match, the packet skips the rest of the
statements.
If a condition match is true, the packet is
permitted or denied. There can be only one
access list per protocol per interface.
14
Deny Any Statement
15
Access List Command
Overview
In practice, access list commands can be
lengthy character strings.
Access lists can be complicated to enter or
interpret.
However, you can simplify understanding the
general access list configuration commands
by reducing the commands to two general
elements
16
17
18
19
20
Enhanced Future Access Lists
22