{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

App protocols Flashcards

(20 cards)

1
Q

___ does not support Application layer protos

A

BPFs

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

*dynamically assigns IP addresses to each device on a network;
automates the process of configuring devices on IP networks;
uses UDP
port 67 and 68

A

DHCP

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

8 bits long;
opcode for request=1
opcode for reply=2
**3 hardware type opcodes

A

1- ethernet
6- IEEE 802 networks
7- ARCNET (LAN tech)

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

Discover: where is the server?
Offer: 1, the server is port 68
Request: I need an IP
Ack: server assigns IP to client

A

DORA

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

associates IP addresses with names to provide us with an easier way of identifying where we want to go;
translates domain names into computer readable IP addresses

A

DNS

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

Like DHCP, DNS also uses UDP. However for ______ it uses TCP

A

zone transfers

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

DNS query response flag

A

1

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

**4 DNS opcodes

A

0- query
2- status server request
4- notify of zone change
5- update

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

DNS response code

A

0- no error
1- format error
2- server failure
3- name error

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

transfers info between networked devices;
communication between clients and servers are done by requests and response headers

A

HTTP

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

encrypted data transfer sent between a web browser and a website;
request and response headers

A

HTTPS

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

HTTPS header that makes it secure is HTTP Strict-Transport-Security, and it is what type of header?

A

response header

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

store and forwards email; uses MTA Mail Transfer Agent;
port 25
Headers are:
Date
From
Reply-To
To
Cc
Bcc

A

SMTP

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

*you get mail but you have to ask it if you have mail;
same headers except adds a _______, which contain the headers of the message, a blank line and the first 10 lines of the body of the message

A

POP3; TOP command

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

issued to download an email header in POP

A

TOP command

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

allows a client to access mail stored on a remote server;
commands sent by client & responses by server;
once client logs in state changes from “not authenticated” to “authenticated”;
you have mail

17
Q

IMAP state commands

A

1) Any state commands- can be entered anytime during connection
2) Not Authenticated State- commands can only be entered prior to log in
3) Authenticated State- can only be entered after logging into the server

18
Q

CHECK - Requests the server performs any housekeeping on the mailbox.
CLOSE - Permanently removes all the messages marked for deletion and returns server back to an authenticated state.
EXPUNGE - Permanently removes all the messages marked for deletion and remains in the mailbox.
SEARCH - Requests a search of the current mailbox for text specified.
FETCH - Retrieves the message specified from the current mailbox.
STORE - Changes information about a message such as its associated flags (e.g., deleted flag).
COPY - Copies specified message to the end of specified mailbox.
UID - Modifies the following commands to use UIDs instead of message numbers

A

IMAP selected state messages

19
Q

Commands that can manipulate messages in the current IMAP mailbox

A

selected state

20
Q

TLS & SSL use

A

HTTPS, port 443