Network Protocols Flashcards

1
Q

What is a network protocol?

A

A set of rules that determine how data is sent and received across a network.

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

HTTP (HyperText Transfer Protocol) / HTTPS (HyperText Transfer Protocol Secure)

A

HTTP: Used for transferring data between a web browser and a website (server).

HTTPS: A secure version of HTTP that encrypts data using SSL/TLS, protecting information from hackers.

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

FTP (File Transfer Protocol)

A

Transfers files between a computer and a server over the internet.

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

SFTP / FTPS (Secure File Transfer Protocol)

A

A safer version of FTP that encrypts data using SSH for security.

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

SMTP (Simple Mail Transfer Protocol)

A

Sends emails from one server to another over the internet.

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

SMTPS (Simple Mail Transfer Protocol Secure)

A

A secure version of SMTP that encrypts emails using SSL/TLS.

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

DNS (Domain Name System)

A

Translates website names (Domain) into IP addresses.

Think of it like the internet’s phonebook, where the Domain Name is like the contact name and the IP address is like the phone number.

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

DHCP (Dynamic Host Configuration Protocol)

A

Automatically assigns IP addresses and other network configuration settings to devices on a network.

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

SSH (Secure Shell)

A

Used to remotely access and control computers over a network using encryption. A secure protocol.

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

TCP/IP (Transmission Control Protocol / Internet Protocol)

A

TCP sends data reliably by breaking it into packets, ensuring they arrive in order, and handles any errors that occur during transmission.

IP handles addressing and routing part, making sure the data packets reach the right destination across different networks.

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

POP3/IMAP (Post Office Protocol 3 / Internet Message Access Protocol)

A

POP3 (Post Office Protocol 3): Retrieves emails from a server, downloads them to a device and removes them from the server.

IMAP (Internet Message Access Protocol): Retrieves emails from a server, keeps them on the server and allows access from multiple devices.

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

UDP (User Datagram Protocol)

A

Sends data over a network without checking if it was received.

Offers faster but less reliable communication than TCP. It doesn’t not establish a connection before sending data, nor does it guarantee delivery, order or error checking of packets.

More efficient for things like live streaming or online gaming.

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

ARP (Address Resolution Protocol)

A

Maps a device’s IP address to its physical MAC address on a local network.

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

Telnet

A

An older network protocol that allows users to remotely access and control computers over a network using a command-line interface (CLI), but it’s not secure and transmits data in plain text.

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

SNMP (Simple Network Management Protocol)

A

Monitors and manages devices on a network, like routers and switches, by collecting information about their performance and status.

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

ICMP (Internet Control Message Protocol)

A

Sends error messages and info about network issues, often used by tools like “ping” and “traceroute” to check connectivity.

17
Q

NTP (Network Time Protocol)

A

Used to synchronize the clocks of computers and devices over a network to ensure accurate time.

18
Q

RIP & OSPF (Routing Information Protocol / Open Shortest Path First)

A

RIP (Routing Information Protocol): Determines the best route for data to travel across a network by exchanging routing information between routers.

OSPF (Open Shortest Path First): Finds the best path for data to travel across a network by using a link-state algorithm, offering more efficient routing than RIP.