Protocols Flashcards

1
Q

HTTP/s

A

Hypertext transfer protocol (secure)

Transfer information in hypertext format between client and server

Ideal for websites

HTTP default port 80

HTTPS default port 443

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

FTP / sFTP / TFTP /SMB

A

Transfers files between client and server

FTP = File Transfer Protocol

sFTP = secure File Transfer Protocol

TFTP = trivial File Transfer Protocol

SMB = Server Message Block

FTP default ports: 20,21
sFTP default port: 22 (ssh)
TFTP default port: 69
SMB default port : 445

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

What is TFTP used for

A

For transfering small files without having to worry about authentication or firewalls

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

POP3 / IMAP / SMTP

A

Email

To transfer emails from server to client POP3, IMAP

To transfer emails from client to server, SMTP

POP = post office protocol

IMAP = internet message access protocol

SMTP = simple mail transfer protocol

default ports:

POP3: 110/995 (encrypted)

IMAP: 143/993 (encrypted)

SMTP: 25/465 (encrypted)

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

LDAP / LDAPs

A

Lightweight Directory Access Protocol

Used for authentication

LDAP 389

LDAPs 636

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

DHCP

A

Dynamic Host Configuration Protocol

typically the network access point has a DHCP server

Assigns an IP address, subnet Mask, default Gateway, DNS server to device when it connects

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

How to find information assigned to pc by DHCP server?

A

ipconfig

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

How to clear information automatically assigned to pc by DHCP server

A

ipconfig /release

ipconfig /renew

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

DNS

A

Domain Name Server

translates domain names to ip addresses

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

How to find the configured DNS server on a client?

A

ipconfig /all

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

How to find the IP address of a domain name?

A

nslookup [domain name]

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

NTP

A

Network Time Protocol

Utilizes UCT

Used to sync time across devices

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

Telnet SSH

A

Network management protocols

Used for accessing and configuring devices remotely

SSH is encrypted
Telnet is clear text

Ports

SSH: 22
Telnet: 23

Tools:
Putty
Netcat

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

SNMP

A

Network managment protocol

Uses SNP server to collect information and statistics about devices on a network

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

RDP

A

Network management protocol

Remote desktop protocol

Tools:
remote desktop

Port:
3389

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

H.323 / SIP

A

Communication protocols

H.323 is Used for Audio/Visual communication, like video conferencing

SIP is VOIP used to set up voice calls

SIP = session initiation protocol

Ports
H.323: 1720
SIP: 5060/5061