a machine that can run a program, including computers, tablets, servers, routers, and smart sensors
2
New cards
Computing System
a group of computing devices and programs working together for a common purpose
3
New cards
Computing Network
a group of connected computers that can send or receive data. In our scenario, the string
4
New cards
Path
the series of connections between computing devices on a network starting with a sender and ending with a receiver; how a message gets from its starting point to its end point
5
New cards
Bandwidth
The amount of data that can be transmitted over a network in a given amount of time
6
New cards
Router
A device that transfers data from one network to another in an intelligent way (in our scenario, the person we gave our letters to)
7
New cards
Redundancy
the inclusion of extra components that can be used to mitigate failure of a system if other components fail
8
New cards
Fault Tolerat
When a system can support failures and still continue to function
9
New cards
Protocol
A set of rules governing the exchange or transmission of data between devices.
10
New cards
IP Address
A number that uniquely identifies each computer or device connected to the Internet.
11
New cards
Packets
Information on the Internet is not sent all at once, but is instead broken into smaller chunks of data called _______
12
New cards
Transmission Control Protocol
a standard that defines how to establish and maintain a network conversation by which applications can exchange data. This protocol is slower, but it is more accurate.
13
New cards
User Datagram Protocol
a network conversation that simply sends all the packets. This protocol is faster, but it is less accurate.
14
New cards
Scalability
the capacity for the system to change in size and scale to meet new demands
15
New cards
The Domain Name System (DNS)
the system responsible for translating domain names like example.com into IP addresses
16
New cards
Hypertext Transfer Protocol (HTTP)
a protocol for computers to request and share the pages that make up the world wide web on the Internet
17
New cards
GET Request
An HTTP method in which the client requests data such as a webpage. The client might provide some data as part of the request in the query string of the URL.
18
New cards
Internet Service Provider (ISP)
A company that connects computers to the internet for a fee (For example: Spectrum or AT&T)
19
New cards
IPV6
The Internet Protocol version 6 provides a large number of new addresses to route Internet traffic, using "from" and "to" addresses written as colon-hexadecimal notation, such as "fe80::42:acff:feaa:1bf0".
20
New cards
Hypertext Transfer Protocol (HTTP)
a protocol for computers to request and share the pages that make up the world wide web on the Internet
21
New cards
POST request
An HTTP method that accepts data from the client, such as posting a comment on a website. This method is used any time the state of the server will be changed.
22
New cards
Digital Certificates
data files used to establish and certify the identity of users and electronic assets for protection of online transactions
23
New cards
Wifi
A wireless method of sending information using radio waves
24
New cards
Packet Metadata
Data added to packets to help route them through the network and reassemble the original message.
25
New cards
Web Pages
documents or files, written in HTML, that are stored on a web server and can be viewed over the internet using a web browser
26
New cards
Browsers
software programs that allow you to view webpages, such as Internet Explorer, Safari, Firefox, or Google Chrome