Messer Notes 3 Flashcards

1
Q

EUI

A

Extended unique Identifier
64 bit
adding mac address as ipv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Dual-stack routing

A

router can use both IPv4 and IPv6 at the same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

NS

A

neighbor Solicitation
Sent as a multicast
Who has this MAC address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

NA

A

neighbor advertisement
return from a NS
I match the MAC address of the NS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SLAAC

A

stateless address Autoconfiguration

automatically configure an IP address without a DHCP server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DAD

A

duplicate address detection

active on IPv6 to avoid duplicate address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RA

A

router advertisement

response to show a device is a router in IPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

TCP 23

A

Telnet
login to device remotely
unsecure/in the clear communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TCP 22

A

SSH-Secure Shell

secure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

UDP 53

A

DNS Domain Name System
Converts names to IP addresses
large transfers use TCP 53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TCP 25/587

A

SMTP simple mail transfer protocol
25 in the clear
587 secure using TLS encyipton

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

TCP 110

A

POP3

basic mail transfer functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

TCP 143/993

A

IMAP4- Internet Message Access Protocol
includes management option deleting mail
993 TLS encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

tcp 22

A

SFTP Secure file transfer protocol
encrypted communication of files
more features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

tcp 20/21

A

FTP file transfer protocol
20 active mode
21 control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

udp 69

A

TFTP trivial File Transfer Protocol

simple file transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

udp 67/68

A

DHCP

requires DHCP server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

DHCP pool

A

available ip address for assignment in a ip network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

DHCP reservation

A

assign a address to a mac address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

tcp 80

A

http

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

tcp 443

22
Q

udp 161

A
SNMP  simple network management protocol
different version
v1 in  the clear transfer 
v2 bulk in the clear
v3 a secure standard 
gather network statistics
23
Q

SNMP traps

A

alerts and notification when something happens

udp 162

24
Q

udp 514

A

Syslog
standard for message logging
usually a central log collector

25
tcp 3389
RDP
26
udp 123
NTP
27
tcp 5060/5061
SIP VoIP signaling setup and manage Voip sessions
28
tcp 445
SMB server message block | file sharing print sharing
29
tcp 389
LDAP | store and retrieve information in a network directory
30
tcp 636
a non-standard secure ldap
31
tcp 1433
SQL | Microsoft Structure Query Language
32
GRE
generic routing encapsulation encapsulate traffic inside of IP direct connection no built in encryption
33
VPN Concentrator
encryption/decryption access device often integrated into a firewall software/hardware solution client software
34
IPSec
internet Protocol Security | Security for OSI layer 3
35
AH
Authentication Header | used in IPsec
36
ESP
Encapsulation Security Payload | used in Ipsec
37
255.255.255.255
network broadcast address
38
DHCP relay/IP helper
router configuration that sees DHCP request and forwards the message to the DHCP server
39
T1 timer
check in with DHCP server to renew the ip address
40
T2 timer
if DHCP server is down try rebinding with any DHCP server
41
FQDN
Fully Qualified Domain Name | DNS hierarchy
42
Reverse DNS
provide ip address to get the FQDN website name
43
RR
resource records | database of DNS
44
SOA
start of authority | describes the DNS zone details
45
A/AAAA
address record | DNS record that holds IPv4 addresses
46
CNAME
A name is an alias of another, canonical name | one physical server multiple services
47
SRV
Find a specific service | where is Voip
48
MX
determines the host name for the mail server | this isn't a ip address but a name
49
NS
name server list | list the name of server
50
PTR
pointer record the reverse of the A or AAAA record reverse look up
51
TXT
Text record SPF protocol- prevent spoofing, mail servers check that incoming mail really did come from an authorized host DKIM- Domain Keys Identified Mail, digitally sign your outgoing mail