ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Write key words in Interactive Notebook glossary
2
Key WordDefinition
3
1Computing Devicea machine that can run a program, including computers, tablets, servers, routers, and smart sensors
4
2Computing Systema group of computing devices and programs working together for a common purpose
5
3Computing Networka group of interconnected computing devices capable of sending or receiving data
6
4Paththe series of connections between computing devices on a network starting with a sender and ending with a receiver
7
5Bandwidththe maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second
8
6ProtocolAn agreed-upon set of rules that specify the behavior of some system
9
7IP AddressThe unique number assigned to each device on the Internet.
10
8Internet Protocol (IP)a protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device
11
9RouterA type of computer that forwards data across a network
12
10Redundancythe 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.
13
11Fault TolerantCan continue to function even in the event of individual component failures. This is important because elements of complex systems like a computer network fail at unexpected times, often in groups.
14
12DatastreamInformation passed through the internet in packets.
15
13PacketA chunk 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.
16
14Packet MetadataData added to packets to help route them through the network and reassemble the original message.
17
15Transmission Control Protocol (TCP)A protocol for sending packets that does error-checking to ensure all packets are received and properly ordered
18
16User Datagram Protocol (UDP)A protocol for sending packets quickly with minimal error-checking and no resending of dropped packets
19
17Scalabilitythe capacity for the system to change in size and scale to meet new demands
20
18The Domain Name System (DNS)the system responsible for translating domain names like example.com into IP addresses
21
19World Wide Weba system of linked pages, programs, and files
22
20Hypertext Transfer Protocol (HTTP)a protocol for computers to request and share the pages that make up the world wide web on the Internet
23
21LatencyThe time it takes for a bit to travel from one place to another.
24
22Bitratehow bandwidth is measured, usually in bits per second
25
Notes from class:The World Wide Web is different from the Internet. The World Wide Web are files, web pages and media. The Internet is the network we use to access those files.

The DNS is an important system in helping the Internet scale.
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100