network services Flashcards

(44 cards)

1
Q

What does SMB stand for?

A

Server Message Block

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

What type of protocol is SMB?

A

response-request

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

What do clients connect to servers using?

A

TCP/IP

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

What systems does Samba run on?

A

UNIX

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

What would be the correct syntax to access an SMB share called “secret” as user “suit” on a machine with the IP 10.10.10.2 on the default port?

A

smbclient //10.10.10.2/secret -U suit -p 445

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

What is telnet

A

an application protocol

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

what has slowly replaced telnet?

A

ssh

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

who would you connect to a Telnet server with the IP 10.10.10.3 on port 23?

A

telnet 10.10.10.3 23

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

lack of what means that all Telnet communication is in plaintext

A

encryption

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

What communication model does FTP use?

A

client-server

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

What’s the standard FTP port

A

21

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

How many modes of FTP connections are there?

A

2, active and passive

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

What is NFS?

N

A

Network File System

Network File System

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

What process allows an NFS client to interact with a remote directory as though it was a physical device

A

Mounting

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

What does NFS use to represent files and directories on the server?

A

file handles

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

What protocol does NFS use to communicate between the server and client?

A

RPC

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

What is RPC?

A

Remote Procedure call

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

What 2 parameters does the NFS server take as parameters for controlling user permissions?

A

user id / group id

19
Q

What is enumeration?

A

Enumeration is defined as “a process which establishes an active connection to the target hosts to discover potential attack vectors in the system, and the same can be used for further exploitation of the system.”

20
Q

sudo mount -t nfs 10.10.10.11:WORKGROUP /tmp/mount/ nolock is an example of what command?

A

Mount an NFS share

21
Q

What does SMTP stand for?

A

Simple Mail Transfer Protocol

22
Q

On what server does email ultimately end up on?

23
Q

What does POP stand for?

A

Post Office Protocol

24
Q

What doe IMAP stand for?

A

Internet Message Access Protocol

25
What type of software is MySQL?
Relational database management system
26
What is SQL
Structured Query Language
27
what communication model does MySQL use?
client-server
28
What is a common application of MySQL
back end data base
29
What is the LAMP stack?
Linux, Apache, MySQL, and PHP
30
What command would you use to test whether a connection to google.com is possible
ping google.com
31
what would be a logical follow up to ping
tracerout
32
what switch would you use to specify an interface in tracerout
-i
33
what does WHOIS do?
Allows you to see who a domain name is registered to
34
What does DNS stand for
Domain Name System
35
what does dig @ do
Manually queries the DNS server and provides detailed information about the request/response
36
What is Nmap used for
mapping a network
37
What is SMB
Server Message Block Protocol - a client-server communication protocol used for sharing access to network resources
38
What is telnet
an application protocol that allows you to connect and execute commands on a remote machine that is hosting a telnet server.
39
What more secure technology has been replacing telnet
SSH
40
What does FTP stand for
File transfer protocol
41
What does NFS stand for
Network File System
42
What is SMTP
Simple Mail Transfer protocol, used to handle the sending of emails.
43
what does POP stand for
Post Office Protocol
44
what does IMAP stand for
Internet Message Access Protocol