MOD D06: Windows Networking Protocols Flashcards

1
Q

What port does RPC use?

A

135

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

What is used when a computer program calls a procedure to execute in a different address space than its own?

A

RPC (Remote Procedure Call)

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

Who created NetBIOS?

A

Sytek

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

NetBIOS is used over what protocol?

A

TCP/IP

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

What port is used to start a NetBIOS session?

A

139

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

What port does NetBIOS listen on with UDP?

A

138

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

What can be used interchangeably with SMB?

A

CIFS (Common Internet File System)

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

What port did SMB originally use?

A

139

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

What does SMB require to be used at the User level?

A

username and password

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

What protocol did wannacry use in its attack?

A

SMBv1

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

What is it called when you want to determine what other computers or devices are connected to your network?

A

network discovery

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

Where is net.exe usually located?

A

System32

(C:\Windows\System32)

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

If you want to modify User accounts, what can you use in command line?

A

Net accounts

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

What is the first place searched when you type in a web address to find the actual IP?

A

cache

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

What is a Windows server software package that is used for hosting websites?

A

IIS (Internet Information Services)

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

IIS architecture is broken up into what two layers?

A

Kernel and User

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

What is responsible in IIS for running application instances?

A

Application pools

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

What protocol allows you to transfer files across an IP network?

A

FTP (File Transfer Protocol)

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

What protocol gives us a storage facility for incoming mail?

20
Q

What protocol gives the user more control of their mail including allowing them to download it?

21
Q

What protocol is used to construct and deconstruct multimedia communications?

A

SIP (Session Initiation Protocol)

22
Q

What uses port 1723?

A

PPTP - Point-to-Point Tunneling Protocol

23
Q

What is a type of cryptographic network protocol for secure data communication?

24
Q

What is a network protocol providing an alternative solution to the manual assignment of IP addresses?

25
What resolves IP to MAC?
ARP
26
What is a network protocol used for synchronizing clocks over a computer network?
NTP
27
In the OSI model, a layer can only interact with an adjoining layer. [TRUE / FALSE]
TRUE
28
What protocol queries a directory service?
LDAP
29
What is a set of software programs that contain a set of rules which determines how data will be sent?
protocol
30
What does MAC stand for?
media access control
31
How many bytes is a MAC address?
6
32
What manages traffic between two or more networks?
router
33
What protocol is often used with voice or video transmission?
UDP
34
What protocol allows you to send files securely?
SFTP
35
What port does SFTP use?
22
36
What is the bit length of an IPv4 address?
32
37
SSH stands for what?
Secure Shell
38
What is a field in the transport layer header that protects data integrity?
checksum
39
What is the unit of information that is used by UDP in the transport layer?
datagram
40
NetBIOS connection oriented use uses what port?
139
41
NetBIOS datagram service uses what port?
138
42
What is a diagnostic tool for NetBIOS?
nbtstat
43
What is a popular tool to use in network discovery?
nmap
44
What nmap command will show you the IP and MAC for each device?
nmap -sn Note: In real life, command must be sudo nmap -sn
45
What version of Windows was the first to know that you were plugged into a different network on startup?
Windows 7