Home
Explore
Exams
Search for anything
Login
Get started
Home
CNAB Extended
CNAB Extended
0.0
(0)
Rate it
Studied by 0 people
Call with Kai
Knowt Play
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/293
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All Modes
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
294 Terms
View all (294)
Star these 294
1
New cards
2
New cards
Kerberos
Port 88 TCP/UDP
3
New cards
POP3
TCP 110
4
New cards
used to retrieve mail from the mail server
5
New cards
dual stacking
Loading both IPv4 and IPv6 on network nodes. Allows a machine to utilize either protocol
6
New cards
egrep
Searches a file or files for lines that contain strings of a certain pattern
7
New cards
netstat
provides information and statistics about protocols in use and current TCP/IP network connections
8
New cards
netstat -a
All connections and listening ports
9
New cards
netstat -b
executable associated with creating each connection
10
New cards
netstat -e
Displays Ethernet statistics
11
New cards
netstat -f
Displays fully qualified domain names (FQDNs) for foreign addresses
12
New cards
netstat -n
Displays addresses and port numbers in numerical form.
13
New cards
Windows Registry
read during: boor, application startup, user login
14
New cards
NAT
network address translation, connecting multiple computers to the internet using one or multiple IP addresses
15
New cards
static NAT
Allows for one to one translation of local to global addresses
16
New cards
dynamic NAT
Maps an unregistered IP address to a registered IP address from a group of registered
17
New cards
IP addresses.
18
New cards
PAT
Port Address Translation (Overloading) translates multiple local addresses to a single global address by keeping track of port assignments
19
New cards
Secondary memory/storage
long-term, non volatile storage media e.g. hard disk
20
New cards
Hardware
The physical components of a computer.
21
New cards
Software
the programs and other operating information used by a computer.
22
New cards
Firmware
computer software that is installed into devices such as printers, print servers, and various types of communication devices
23
New cards
Windows page file
C:\pagefile.sys
24
New cards
Bit bucket
a logical place where lost, deleted, or unavailable data goes
25
New cards
tasklist /s
specifies the name or IP address of a remote computer.
26
New cards
tasklist /u
runs command with the account perssoion of the user who is specified.
27
New cards
tasklist /p
specifies the password of the user account.
28
New cards
tasklist /m
lists all tasks with DLL modules loaded that match the given pattern.
29
New cards
tasklist /v
displays verbose task information in output.
30
New cards
TTL for Windows
128
31
New cards
TTL for linux
64
32
New cards
IPv6 Bit Length
128 bits (d eight segments of 16-bit hexadecimal numbers)
33
New cards
IPv4 Bit Length
32 bits = 4 bytes
34
New cards
Kerebros client side .dll
kerebros.dll
35
New cards
Kerebros server side .dll
kdcsvc.dll
36
New cards
kerebros key distribution center (KDC)
domain controllers act as KDCs, LSA uses kdcsvc.dll
37
New cards
kerebros- realm
the collection of computers/accounts secured by the KDC
38
New cards
authentication service
issues the Ticket Granting Ticket (TGT) which serves as proof of authentication
39
New cards
Ticket-Granting Ticket (TGT)
user's proof that they provided the correct credentials during initial logon
40
New cards
ticket granting service (TGS)
responsible for issuing Service Tickets which allow the user access to resources on the network
41
New cards
service ticket
verified by a resource provider to allow user access to specific resources
42
New cards
session key
initial session key is the password hash of the user attempting to logon
43
New cards
1st authentication service exchange step
client sends a clear text request to authenticate message to the AS
44
New cards
2nd authentication service exchange step
AS checks for user in AD, AS sends back encrypted SK and TGT
45
New cards
1st step of TGS exchange
client sends encrypted TGT, the identity of requested service and authentication
46
New cards
HKEY_USERS (HKU)
contains a SID sub-key for all loaded user profiles.
47
New cards
HKEY_LOCAL_MACHINE (HKLM)
contains specific information about the hardware, software, and preferences for all users who log into the system.
48
New cards
HKEY_CLASSES_ROOT (HKCR)
is used to associate file types with programs that are used to open them.
49
New cards
HKEY_CURRENT_USER (HKCU)
contains user profile environment settings of the interactively logged on user.
50
New cards
HKEY_CURRENT_CONFIG (HKCC)
used to establish the current hardware configuration profile
51
New cards
FTP (Data)
TCP 20
52
New cards
FTP (Control)
TCP 21
53
New cards
SSH
TCP 22
54
New cards
Telnet
TCP 23
55
New cards
SMTP
TCP 25
56
New cards
DNS (Queries)
UDP 53
57
New cards
DNS (Zone Transfers)
TCP 53
58
New cards
DHCP
UDP 67/68
59
New cards
used by host to obtain an IP address from a DHCP server
60
New cards
DORA
Discovery, Offereing, Request, Acknowledge = DHCP sessions four step process
61
New cards
TFTP
UDP 69
62
New cards
HTTP
TCP 80
63
New cards
IMAP4
TCP 143
64
New cards
enables search
65
New cards
SNMP
UDP 161/162
66
New cards
LDAP
TCP 389
67
New cards
HTTPS
TCP 443
68
New cards
RLOGIN
TCP 513
69
New cards
NETBIOS (name service)
UDP 137
70
New cards
NETBIOS (datagram service)
UDP 138
71
New cards
NETBIOS (session service)
UDP 139
72
New cards
RPC
TCP 135
73
New cards
SMB
TCP 445
74
New cards
RDP
TCP & UDP 3389
75
New cards
WinRM
TCP 5985/5986
76
New cards
runlevel 0
Halt mode All processes terminated
77
New cards
runlevel 1
Single-user mode Used to perform administrative tasks to this system.
78
New cards
runlevel 2
Multi-user mode Allows users to access the system
79
New cards
runlevel 3
Full multi-use mode Same as multi-user, but includes network services.
80
New cards
runlevel 4
User-defined mode Not specified by system. Universally defined and customizable.
81
New cards
runlevel 5
X11 Default; multi-user, network services and X-windows display manager (X11).
82
New cards
runlevel 6
Reboot mode All processes terminated; system is gracefully rebooted.
83
New cards
ASCII null
0
84
New cards
ASCII space
32
85
New cards
ASCII 0-9
48-57
86
New cards
ASCII A-Z
65-90
87
New cards
ASCII a-z
97-122
88
New cards
ASCII del
127
89
New cards
compiled language
converts permanently into machine code
90
New cards
scripting languages
convert source code into machine code on the fly
91
New cards
symbolic link
file containing the pathname of another file
92
New cards
inode
contains the metadata for each file and directory
93
New cards
DNS resolver file Windows
C:\WINDOWS\system32\DNS
94
New cards
DNS resolver file Unix
/etc/resolv.conf
95
New cards
layer 7
application
96
New cards
layer 6
presentation
97
New cards
layer 5
session
98
New cards
layer 4
transport (TCP, UDP)
99
New cards
layer 3
network, router (IP)
100
New cards
layer 2
data link, (switch, network adapter, bridges, (ethernet, 802.11))
Load more
Explore top notes
Medieval Foundations and The Age of Charlemagne
Updated 903d ago
Note
Preview
Food Production - 86%
Updated 222d ago
Note
Preview
05: Trigonometry and Trigonometric Ratios
Updated 1265d ago
Note
Preview
Simultaneous equations 1
Updated 1003d ago
Note
Preview
Imperialism
Updated 1045d ago
Note
Preview
Close_Up_2ed_B1_SB (перенесено)
Updated 271d ago
Note
Preview
Chapter 12: Statement of Cash Flows
Updated 636d ago
Note
Preview
AP Physics - Vectors
Updated 346d ago
Note
Preview
Medieval Foundations and The Age of Charlemagne
Updated 903d ago
Note
Preview
Food Production - 86%
Updated 222d ago
Note
Preview
05: Trigonometry and Trigonometric Ratios
Updated 1265d ago
Note
Preview
Simultaneous equations 1
Updated 1003d ago
Note
Preview
Imperialism
Updated 1045d ago
Note
Preview
Close_Up_2ed_B1_SB (перенесено)
Updated 271d ago
Note
Preview
Chapter 12: Statement of Cash Flows
Updated 636d ago
Note
Preview
AP Physics - Vectors
Updated 346d ago
Note
Preview
Explore top flashcards
WH Unit 14: French Revolution
Updated 943d ago
Flashcards (36)
Preview
AP French Final Vocab
Updated 1035d ago
Flashcards (185)
Preview
Computer 11th Grade (2nd Partial)
Updated 674d ago
Flashcards (57)
Preview
AP Psychology Unit 10 -> Disorders & Treatments
Updated 895d ago
Flashcards (52)
Preview
Biology Chapter 18: Endothermic Vertebrates
Updated 921d ago
Flashcards (71)
Preview
MEDICAL TERMS
Updated 939d ago
Flashcards (120)
Preview
Common Action Verbs (Korean 2)
Updated 302d ago
Flashcards (35)
Preview
MCAT Biology - The Respiratory System
Updated 235d ago
Flashcards (53)
Preview
WH Unit 14: French Revolution
Updated 943d ago
Flashcards (36)
Preview
AP French Final Vocab
Updated 1035d ago
Flashcards (185)
Preview
Computer 11th Grade (2nd Partial)
Updated 674d ago
Flashcards (57)
Preview
AP Psychology Unit 10 -> Disorders & Treatments
Updated 895d ago
Flashcards (52)
Preview
Biology Chapter 18: Endothermic Vertebrates
Updated 921d ago
Flashcards (71)
Preview
MEDICAL TERMS
Updated 939d ago
Flashcards (120)
Preview
Common Action Verbs (Korean 2)
Updated 302d ago
Flashcards (35)
Preview
MCAT Biology - The Respiratory System
Updated 235d ago
Flashcards (53)
Preview