Network Management Services Flashcards
1
Q
SSH
A
Secure Shell
- Principal means of secure remote access to UNIX and Linux servers and most types of network appliances
- Can be used to secure SFTP
- Port 22 by default
- Server must be configured with key pair, but client can use key pair or other authentication method, like a password
2
Q
SSH Host Key
A
- Public/private key pair that identifies SSH server
- Map of host names to public keys can be kept manually by each SSH client
- Must be changed if any compromise of host is suspected, as the attacked could masquerade as the server
3
Q
SSH Client Authentication Kerberos
A
- Client submits Kerberos credentials obtained when user logged into workstation to the server using the generic Security Services Application Program Interface (GSSAPI)
- Server contacts ticket Granting Service(often DC) to validate credential
4
Q
SSHD
A
- Starts SSH Daemon
- Parameters like host’s certificate file, port to listen on and logging options can be set
5
Q
ssh-keygen
A
- Create a key pair to access servers
- Private key must be stored securely on local computer
- Public key must be copied to server
6
Q
ssh-agent
A
- Configure service to use to store the keys used to access multiple hosts.
- Reduces the number of times key must be confirmed with passphrase
- Provides SSO mechanism for multiple SSH servers
- SSH-ADD used to add key to agent
7
Q
ssh host
A
Use SSH Client to connect to the server running host.
- host can be FQDN or IP address
8
Q
ssh Username@host
A
- Use SSH client to connect to server running at host with a different username
9
Q
SNMP
A
Simple Network Management Protocol
- Widely used framework for remote management and monitoring of servers and network appliances
- Uses agents and a monitoring system
10
Q
SNMP Agents
A
- Process running on network device or server
- Maintains database of statistics relating to activity of device called MIB (Management Information Base)
- Each parameter in MIB is call OID(Object Identifier)
- Passes information top management system, with same community name
11
Q
SNMP Monitor
A
- Management system where you can oversee network activity
- Polls agents at intervals for MIBs
- Gets information by “Get” regular polling
or Trap, based on certain threshold meeting events
12
Q
Syslog
A
- protocol and supporting software that facilitates log collection
- De facto standard for logging events from distributed systems
- Usually listens on port 514
13
Q
Logging level
A
- Determines maximum level at which events are recorded or forwarded
- 0 is highest priority
- If it is set to 4, levels 5-7 are not forwarded
14
Q
Jitter
A
- Variation in transmission delay
- Mainly a problem for real-time applications
15
Q
Diffserv
A
Differentiated Services
- Classifies each packet passing through a device
- Policies can be applied to router to prioritize delivery
- Works at layer-3
16
Q
Traffic Shapers
A
- delay certain packet types based on content to ensure other packets have priority
- Helps reduce latency for critical services
- Stores packet until there is bandwidth available