Ports and Protocols Flashcards

1
Q

File Transfer Protocol ( FTP )

A

Standard COMMUNICATION PROTOCOL used for the transfer of computer files from a server to a client on a computer network.

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

SIDE FACTS

File Transfer Protocols may run in _____ or _____ mode.

A

ACTIVE or PASSIVE

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

Secure Shell Protocol ( SSH)

A

A cryptographic NETWORK PROTOCOL for operating network services securely over an unsecured network.

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

TELNET

A

Is an APPLICATION PROTOCOL used on the internet or local are network to provide a bi-directional interactive communication facility using a virtual terminal connection.

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

Simple Mail Transfer Protocol ( SMTP )

A

Is an email protocol used for sending email messages from one email account to another via the internet.

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

SMTP Server

A

An application that provides a services to other applications within a network, called CLIENTS. Simply
SMTP SERVER HANDLES THE SENDING, RECEIVING , AND RELAYING OF EMAIL.

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

Domain Name System ( DNS )

A

Is the phonebook of the internet. DNS translates the domain name into an IP ADDRESS so browsers can load internet resources.

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

Hyper Text Transfer Protocol ( HTTP )

A

Is an APPLICATION-LAYER PROTOCOL for transmitting hypermedia documents, such as HTML.

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

Post Office Protocol ( POP3 )

A

POP3 only supports one-way email synchronization, only allowing users to download emails from a server to a client.

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

Internet Messaging Access Protocol ( IMAP )

A

Users can log in via multiple email clients on computers or mobile devices and read the same messages. All changes made in the mailbox will be synced across multiple devices and messages will only be removed from the server if the user deletes the email.

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

Hyper Text Transfer Protocol Secure ( HTTPS )

A

Its used for secure communication over a computer network, and is widely used on the internet.

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

Remote Desktop Protocol ( RDP )

A

A PROPRIETARY PROTOCOL provides users with a graphical interface to connect to another computer over a network connection.

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

Network Basic Input/Output System ( NetBIOS or NetBT )

A

Is used for identifying system names in TCP/IP (Windows )

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

Server Message Block Protocol ( SMB )

A

A communication PROTOCOL Is a client server used for sharing access to files, printers, serial ports and other resources on a network.

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

Common Internet File System ( CIFS )

A

Is a NETWORK FILESYSTEM PROTOCOL used for providing shared access to files and printers between machines on the network.

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

Apple Filing Protocol ( AFP )

A

Apple proprietary networking protocol that offers file based services for macOs.

17
Q

Dynamic Host Configuration Protocol ( DHCP )

A

Is a NETWORK MANAGEMENT PROTOCOL used for automatically assigning IP addresses and other communication parameters to devices connected to the network using a client server architecture.

18
Q

lightweight Directory Access protocol ( LDAP )

A

Is a software protocol for enabling anyone to locate data about organizations.

19
Q

Simple Network Management Protocol ( SNMP )

A

An application layer protocol included in the internet protocol suite,

20
Q

Connection-oriented protocol [TCP] vs Connectionless Protocol [UDP]

A

TCP { secured, slow, guaranteed , flow control }

UDP{ unsecure, fast, no guaranteed, no flow control }