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?

A

POP

20
Q

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

A

IMAP

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?

A

SSH

24
Q

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

A

DHCP

25
Q

What resolves IP to MAC?

A

ARP

26
Q

What is a network protocol used for synchronizing clocks over a computer network?

A

NTP

27
Q

In the OSI model, a layer can only interact with an adjoining layer.

[TRUE / FALSE]

A

TRUE

28
Q

What protocol queries a directory service?

A

LDAP

29
Q

What is a set of software programs that contain a set of rules which determines how data will be sent?

A

protocol

30
Q

What does MAC stand for?

A

media access control

31
Q

How many bytes is a MAC address?

A

6

32
Q

What manages traffic between two or more networks?

A

router

33
Q

What protocol is often used with voice or video transmission?

A

UDP

34
Q

What protocol allows you to send files securely?

A

SFTP

35
Q

What port does SFTP use?

A

22

36
Q

What is the bit length of an IPv4 address?

A

32

37
Q

SSH stands for what?

A

Secure Shell

38
Q

What is a field in the transport layer header that protects data integrity?

A

checksum

39
Q

What is the unit of information that is used by UDP in the transport layer?

A

datagram

40
Q

NetBIOS connection oriented use uses what port?

A

139

41
Q

NetBIOS datagram service uses what port?

A

138

42
Q

What is a diagnostic tool for NetBIOS?

A

nbtstat

43
Q

What is a popular tool to use in network discovery?

A

nmap

44
Q

What nmap command will show you the IP and MAC for each device?

A

nmap -sn

Note: In real life, command must be sudo nmap -sn

45
Q

What version of Windows was the first to know that you were plugged into a different network on startup?

A

Windows 7