network services Flashcards
What does SMB stand for?
Server Message Block
What type of protocol is SMB?
response-request
What do clients connect to servers using?
TCP/IP
What systems does Samba run on?
UNIX
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?
smbclient //10.10.10.2/secret -U suit -p 445
What is telnet
an application protocol
what has slowly replaced telnet?
ssh
who would you connect to a Telnet server with the IP 10.10.10.3 on port 23?
telnet 10.10.10.3 23
lack of what means that all Telnet communication is in plaintext
encryption
What communication model does FTP use?
client-server
What’s the standard FTP port
21
How many modes of FTP connections are there?
2, active and passive
What is NFS?
N
Network File System
Network File System
What process allows an NFS client to interact with a remote directory as though it was a physical device
Mounting
What does NFS use to represent files and directories on the server?
file handles
What protocol does NFS use to communicate between the server and client?
RPC
What is RPC?
Remote Procedure call