Intro To Protocols Flashcards

(95 cards)

1
Q

File transfer protocol

A

Transfer of computer files between a client and server

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

What ports does FTP use ?

A

20 for data transfers
21 for control (commands and responses)

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

What does FTP allow users to do ?

A

Upload, download, delete, and manage files on a remote server without encrypting its traffic

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

Secure file transfer protocol

A

Extension of SSH to provide a secure method for transferring files

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

What port does SFTP use ?

A

Port 22

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

Telnet

A

Text-oriented communication facility using a virtual terminal connection

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

Which port does telnet use ?

A

Port 23

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

What is telnet known for ?

A

Being insecure since it transmits data in plaintext

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

Secure shell

A

Provide a secure channel over an unsecured network

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

When is SSH recommended ?

A

When connecting to servers,switches, and routers

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

What does SSH support?

A

Secure logging in, file transfers, and port forwarding

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

What does SSH encrypt ?

A

All traffic including passwords

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

What does SSH replace ?

A

FTP and telnet

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

What are two traits of DNS ?

A

Hierarchical and decentralized naming system

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

What port does DNS use ?

A

Port 53

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

What port does SSH use ?

A

Port 22

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

Through what protocols can DNS be sent ?

A

Via TCP or UDP protocols

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

What does DNS do ?

A

Translates more readily memorized domain names to the numerical IP addresses

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

Dynamic host configuration protocol

A

Automatically assigns an IP address

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

Which ports does DHCP use ?

A

UDP 67 (server)
UDP 68 (client)

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

What can DHCP provide IP addresses?

A

Automatic and centralized management of IP addressing

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

What does DHCP allow devices to do ?

A

Obtain IP addresses, subnet masks, default gateways, and DNS server information without manual configuration

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

Trivial file transfer protocol

A

FTP with no authentication

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

What port does TFTP use ?

A

Port 69

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is TFTP typically used for ?
Transferring boot files or configurations to devices in a local network
26
Where is TFTP generally used ?
In controlled environments
27
Hypertext Transfer protocol
Provides a standard for web browsers and servers to communicate
28
Which port does HTTP use ?
Port 80
29
What does HTTP transfer ?
Hypermedia documents (HTML)
30
What is HTTP considered ?
A stateless protocol where each command is executed independently
31
HTTPS/TLS
HTTPS when using TLS enhances security further compared to SSL
32
What is the port for HTTPS ?
443
33
What does the 443 port provide when web browsing ?
Secure web browsing by encrypting the data and ensuring the integrity and security of the data transmitted
34
Transport Layer Security
Standard security technology for establishing an encrypted link between web serves and browsers
35
Simple Mail Transfer Protocol
Email transmission across the internet
36
What is SMTP primarily for, and what port does it use ?
Uses port 25 to primarily send emails from an email client to an email server or between servers
37
SMTP over TLS (SMTPS)
SMTP secure email transmission over TLS
38
What port and protocol does SMTPS use ?
TCP port 587
39
Where does post office protocol v3 retrieve emails from ?
Retrieves email from a remote server
40
What situations is POP3 designed for ?
Client access the mail server infrequently or needs to operate online
41
POP3 over SSL
Encrypted alternative used for securely retrieving email from a remote server
42
Why is IMAP preferred over POP3 ?
Provides synchronization across all devices by multiple clients
43
IMAP over SSL
Protects the transmission of email data and credentials against interception
44
Network Time Protocol
Synchronized the clocks of computers over a network
45
What port does POP3 use ?
Port 110
46
Which port is used for the secure version of POP3 (POP3 over SSL) ?
Port 995
47
Which protocol and port does NTP use ?
UDP port 123
48
What is NTP designed to do ?
Mitigate variable network latency
49
Simple Network Management Protocol
Manages devices on IP networks
50
On which ports does SNMP operate ?
UDP 161 for sending commands from a management station to the network devices UDP 162 for receiving
51
What does SNMP help network admins with ?
Manage network performance, find and solve problems, and plan for growth
52
Which version of SNMP is secure and encrypted ?
Only v3
53
Lightweight Directory Access Protocol
Access and maintain distributed directory information services
54
What port does LDAP use ?
TCP/UDP port 389
55
What does LDAP provide when working with directories ?
Mechanism for connecting to, searching, and modifying internet directories
56
LDAP over SSL (LDAPS)
Securing directory services, queries, and mods
57
Which protocol and port does LDAPS use ?
TCP port 636
58
Server Message Block
Network file sharing and requesting services from server programs
59
Which port and protocol does SMB use ?
TCP port 445
60
Is SMB used on a local network? What is it referred as?
Yes, inter-process communication
61
Syslog
Message logging to track and record system messages
62
What aspects makes Syslog crucial for networks?
System monitoring, troubleshooting, and security auditing
63
Which transport protocols can be used for Syslog ? What port is typically used ?
UDP (typically port 514), TCP, TLS/SSL
64
SQL server
Relational database management system developed by Microsoft
65
Which port is essential for SQL ? What transport protocol does it use ?
TCP port 1433
66
Remote Desktop Protocol
Enables remote connections primarily running Windows OS
67
Which port and protocol does RDP use ?
TCP port 3389
68
How is RDP used ?
For encrypted remote admin, remote work, IT support, and secure access to remote desktops and applications
69
Session initiation protocol
Signaling protocol used for initiating, modifying, maintaining, and terminating real-time sessions of video, voice, messaging, and other communications
70
Which layer does SIP operate ?
Application layer
71
Which protocols and ports does SIP use ?
TCP and UDP either port 5060 or 5061 over TLS
72
Is SIP fundamental for VoIP ?
Yes, enabling the establishment of call sessions and multimedia distribution
73
Internet control message protocol
Send diagnostic or control messages between network devices to manage and troubleshoot networks
74
Why is ICMP utilized ?
Error reporting
75
Where does ICMP operate? What does it provide?
On top of IP, providing feedback without carrying application data
76
TCP
Connection-oriented provides reliable, ordered, and error-checked delivery
77
How many bytes of overhead does TCP use ?
24-60 bytes
78
Five methods TCP ensures packet transmission ?
Acknowledgment, retransmission, windowing, flow control mechanisms, and sequence numbers
79
Connectionless-communication
Sending data between devices without establishing a dedicated connection
80
Connect-oriented
Requires a connection to be established before data is exchanged
81
How to choose between TCP and UDP
Depends on the applications requirements
82
TCP 3-way handshake
SYN,SYN-ACK, ACK
83
UDP
Doesn't need to establish a prior connection providing speed but less reliability
84
How much overheard does UDP use ?
8 bytes
85
What are some UDP applications ?
Streaming audio and video or gaming
86
Generic routing encapsulation
Tunneling protocol that can encapsulate a wide variety of network layer protocol packets inside IP tunnels
87
What does GRE create ?
A virtual point-to-point link
88
Where is GRE commonly used ?
VPNs and carrying network Protocols across networks that do not natively support them
89
IPSec
Designed to secure IP communications by authenticating and encrypting each IP packet in a data stream
90
Where is IPSec used ?
In securing internet communications and establishing VPNs
91
Two modes of IPSec ?
Transport and tunnel mode
92
Transport mode
Encrypts the payload of each packet but leaves the header untouched
93
Tunnel mode IPSec. Where is it also used ?
Encrypts the payload and the header. Is used for VPNs
94
Authentication Header
Component of IPSec used for authentication, integrity, and nonrepudiation through digital signatures
95
What does Encapsulating Security Payload provide ?
Adds encryption to ensure confidentiality of the data being transmitted