Network Protocols

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

TCP/IP

Transmission Control Protocol/Internet Protocol

Enables communication over the internet. The Internet Protocol is a communications protocol responsible for sending data across networks. It routes data using IP adresses. It works alongside TCP to make TCP/IP protocol stack. TCP does the error checking.

2
New cards

HTTP and HTTPS

Hypertext Transfer Protocol

A client-server method of requesting and delivering HTML web pages. Used when the information on a web page is not sensitive or personal. HTTPS (secure) includes secure encryption to allow transactions to be made over the internet.

3
New cards

FTP

File Transfer Protocol

Used for the transfer of files between servers and clients

4
New cards

UDP

User Datagram Protocol

Enables communications over the internet.

Similiar to TCP, but because messages are sent instead of packets, it is often faster, allowing for gaming or video calls over the internet.

5
New cards

SMTP

Simple Mail Transfer Protocol

Sends email to an email server.

6
New cards

IMAP

Internet Message Access Protocol

For retrieving emails. In IMAP, the email stays on the server, and you can download it as many times as you want. Any changes such as whether it has been read is shown on the server. You can access IMAP emails on any device.

7
New cards

POP

Post Office Protocol

For retrieiving emails from a server.

You can download the email from the server, and it is permanentley deleted off the server, meaning that you have the only copy. The email can not be accessed on any other device.

8
New cards

What is a protocol?

A set of rules which governs data transmission between devices.