{ "@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" } }

UNIT 2 Flashcards

(32 cards)

1
Q

ARPANET

A

Advanced Research Projects Agency Network.

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

Computing Device

A

A machine that can run a program.

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

Computing System

A

A group of devices/programs working together.

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

Computing Network

A

A group of interconnected devices capable of sending / receiving data.

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

Path

A

Connections between devices starting with a sender and ending with a receiver.

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

Bandwith

A

The maximum amount of data that can be sent in a fixed amount of time.

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

Protocol

A

A well-known set of rules and standards used to communicate between machines.

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

Internet Protocol (IP)

A

A protocol of for sending data that assigns each device its own unique number.

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

Domain Name System (DNS)

A

A set of servers that organize website information depending on the domain of the website.

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

Router

A

A type of device that forwards data across a network.

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

Redundancy

A

The inclusion of extra components so that a system can continue to work even if individual components fail. For example: by having more than one path between any two connected devices in a network.

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

Fault Tolerant

A

Can continue to function even in the event of individual component failure. The is important because elements of a complex system, like a computer network fail at unexpected times and often in groups.

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

Packet

A

A chuck of data sent over a network. Larger messages are divided into packets that may arrive at the destination in order, out-of-order, or not at all.

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

Datastream

A

Information passed through the internet in packets.

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

Packet Metadata

A

Data added to packets to help route them through the network and reassemble the original message.

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

Transmission Control Protocol (TCP)

A

A protocol for sending packets that does error-checking to ensure all packets are received and properly ordered.

(Slower but more accurate)

17
Q

User Datagram Protocol (UPD)

A

A protocol for sending packets quickly with minimal error-checking and no resending of dropped packets.

(Quicker but less accuracy)

18
Q

Scalability

A

The capacity for the system to change in size and scale to meet new demands.

19
Q

World Wide Web

A

A system of linked pages, programs, and files.

20
Q

Hypertext Transfer Protocol (HTTP)

A

A protocol for computers to request and share the pages that make up the world wide web on the internet.

21
Q

SSL

A

Secure Socket Layer

22
Q

TLS

A

Transport Layer Security

23
Q

HTTPS

A

Hypertext Transfer Protocol SECURE

24
Q

Digital Certificate

A

A certified ID given to a website to verify it.

25
Certificate Authorities
Verify safe websites and grant Digital Certificates to prove its validity in the future.
26
URL
Uniform Resource Locator
27
HTML
Hyper Text Markup Language
28
Get Request
When a computer asks the server for all the HTML code of a website. (Asking a server for information)
29
Post Request
When a computer submits data to a website (Like a saved login and password) (Giving the server information)
30
Layers
HTTP + DNS TCP / IP + Routing Wires, cables, Wifi
31
Creators of the Internet
Vint Cerf and Bob Khan
32
HTTP relies on what for memory and saftey?
Cookies, SSL, and TLS