Network Services Flashcards
What protocol is used to synchronize the time on a network of machines?
Network Time Protocol (NTP)
What port does NTP use to communicate?
UDP port 123
NTP uses the concept of what to describe how many NTP hops away a machine is from an authoritative time source.
stratum
A stratum 2 server receives its time from what?
Stratum 1 server
Which level of stratum time server has a radio or atomic clock that is directly attached to it?
level 1 stratum
What command would you use to configure a client to use an NTP server?
ntp server ip-address [prefer] [source interface-id] command.
What does a NTP server do?
Provides accurate time information to clients.
What does a NTP client do?
Synchronizes its time to the server. This mode is most suited for file server and workstation clients that are not required to provide any form of time synchronization to other local clients.
What is a NTP peer?
Peers exchange time synchronization information. The peer mode is also commonly known as symmetric mode. It is intended for configurations where a group of low stratum peers operate as mutual backups for each other.
What is the most severe logging level?
Emergency (level 0)
What severity level is ALERT?
Severity 1 - Immediate action needed
What is the least severe level?
Debugging (level 7)
What severity level is WARNING?
severity 4
What severity level is INFORMATIONAL?
severity 6
What severity level is NOTIFICATION?
severity 5
How would configure a device to send log messages to a syslog server?
logging (hostname | ip address)
What SNMP component collects management data from managed devices via polling or trap messages?
SNMP Manager or NMS (Network Manager Server)
What is found on a managed network device, it locally organizes data and sends it to the manager?
SNMP Agent
Which SNMP version added a complex security model but was never widely accepted?
SNMPv2
Which SNMP version is the community standard but provides no security features besides a community string?
SNMPv2c
Which SNMP version supports authentication and encryption?
SNMPv3
What are the three components of NetFlow?
Flow Exporter, Flow Collector, Flow Analyzer
What is a flow exporter?
The router or network device in charge of collecting flow information and exporting it to a flow collector.
What is a flow collector?
A server that receives the exported flow information.