Module 15

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

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

What is the role of the application layer?

Provides the interface between applications and the underlying network

2
New cards

What is the role of the presentation layer?

Formatting, compressing, and encrypting data

3
New cards

What are some well known presentation layer data formats? (4)

PNG, MOV, GIF, JPG

4
New cards

What is the role of the session layer?

Initiates dialogs, keeps them active, and restarts disrupted/idle sessions

5
New cards

What are some popular application layer protocols?

DNS, DCHP, SMTp, POP3, IMAP, FTP, HTTPS

6
New cards

What is a P2P network?

Computers can share resources with each other

7
New cards

What are the 2 parts of a P2P network?

Network, applications

8
New cards

What do P2P applications allow a device to do?

Act as a client and a server

9
New cards

What are some common P2P applications?

BitTorrent, eDonkey, Freenet, Direct Connect

10
New cards

What request does a browser send to an HTTP server?

GET request

11
New cards

What file does a browser request from an HTTP server?

index.html

12
New cards

What are the 3 common HTTP message types?

GET, POST, PUT

13
New cards

What does HTTPS use to encrypt data?

SSL/TLS

14
New cards

What protocol is used to send mail?

SMTP

15
New cards

What protocol is used to retrieve email from an email server?

POP3 or IMAP

16
New cards

Where are SMTP messages stored when the destination server is unavailable?

A message spool

17
New cards

What is the difference between POP3 and IMAP?

POP3 sends emails to the client and deletes them while IMAP sends copies and keeps the original email stored

18
New cards

What format does DNS use for its messages?

Qiestion, Answer, authority, additional

19
New cards

What are the different DHCPv4 messages? (5)

DHCPDISCOVER, DHCPOFFER, DHCPREQUEST, DHCPACK, DHCPNAK

20
New cards

What are the DHCPv6 messages? (4)

SOLICIT, ADVERTISE, INFORMATION REQUEST, REPLY

21
New cards

What 2 connections does a host establish for FTP?

Control connection, Data connection