Network Security Flashcards
What is network security?
- Any activity designed to protect the usability and integrity of your network and data.
- It includes both hardware and software technologies.
- Effective network security manages access to the network.
- It targets a variety of threats and stops them from entering or spreading on your network.
What is AAA?
Authentication, Authorization and Accounting Framework for implanting and ensuring network access security
What is Local Authentication?
Involves storing users’ credentials locally on their devices. Various devices support local authentication, such as PCs, switches, routers, firewalls, etc.
When a user logs in to a computer, Windows verifies the credentials against the credentials in what file?
local “SAM” file.
What is Remote Authentication?
Involves storing user credentials on a remote server for authentication. Centralization of stored usernames and passwords. An example of remote authentication would be a PC password being checked against Active Directory in a domain environment.
What Does AAA Do?
- Authenticate user accounts.
- Control access to resources.
- Audit network activity.
- Ensure policy compliance.
Triple AAA is provided by what service?
RADIUS and TACACS+.
What is Authentication?
Authentication verifies the user’s identity. Users accessing the network must prove who they say they are.
What is Authorization?
Authorization enforces user permissions. After authentication, authorization determines which network resources the user can access.
What is Accounting and Auditing?
Tracks user activity and records what a user does once authorized on the network. Accounting keeps a record of how network resources are used.
What does RADIUS stand for?
Remote Authentication Dial-In User Service (RADIUS)
What does TACACS+ stand for?
Terminal Access Controller Access-Control System Plus (TACACS+)
Does RADIUS use TCP or UDP?
UPD ports 1812/1813 or 1645/1646
* Port 1812 is used for authentication and authorization.
* Port 1813 is used for accounting.
What level of the OSI layer does radius operate?
Layer 2 Data Link Layer
Does RADIUS encrypt usernames, accounting information, or other information?
No only encrypts the password in the packet
Does TACACS+ use TCP or UDP?
TCP port 49
What does TACACS+ encrypt?
Encrypts the entire packet
What level of the OSI layer does TACACS+ operate?
Layer 4 Transport Layer
What 2 features does TACACS support that RADIUS does not?
Authorization and Accounting
What does the TACACS+ protocol provide in a AAA deployment?
Authorization on a per-user or per-group basis
What Is 802.1X Authentication?
Security protocol authenticates new users and devices requesting access to the network.
Which term describes the ability of a web server to keep a log of the users who access the server, as well as the length of time they use it?
Accounting
What is the first required task when configuring server-based AAA authentication?
Enable AAA globally.
What is a characteristic of AAA accounting?
Possible triggers for the aaa accounting exec default command include start-stop and stop-only.