Comp Sci Prin Unit 2

0.0(0)
Studied by 5 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

Last updated 12:30 PM on 10/21/22
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards
Net Neutrality
the principle that ISPs should enable access to all content and applications regardless of the source, w/o favoring particular products or websites.
2
New cards
Internet Protocol
aset of rules for routing and addressing packets of data so that they can travelacross networks andarrive at the correct address.
3
New cards
IP Address
aunique, identifying string of numbers, separated by periods, that is assignedto each device on the Internet.
4
New cards
Internet
–the global system of interconnectedcomputer networks.
5
New cards
Network
agroup of computers and servers that are connected to each other
6
New cards
Octet
–one of the 4 decimal numbers that make up an IP address
7
New cards
Router
acomputer which receives messages travelling across a network and redirects themtowards their destinations, based on the addressing info included with themessage.
8
New cards
Core Router
atype of router designed to operate in the Internet Backbone
9
New cards
Internet Backbone
–the high speed (mostly fiber–optic) transmission lines that connect large,interconnected networks (such as ISPs) and core routers on the Internet.
10
New cards
Redundancy / Router Redundancy
having multiplebackups to ensure reliability during cases of high usage or failure.
11
New cards
Fault Tolerance
theability of a system to continue operating properly in the event of a failure
12
New cards
Modem
– a box that connects your home network to thewider Internet.
13
New cards
Home Router
– a box that lets all of your wired and wireless devicesuse that Internet connection at once and also allows them to talk to oneanother without having to do so over the Internet.
14
New cards
Gateway
abox that is a combination modem / router
15
New cards
Packets
– chunks of data sent online or over a network
16
New cards
Packet Switching
amode of data transmission in which a message is broken into a number of partswhich are sent independently, over whatever route is optimum for each packet,and reassembled at the destination
17
New cards
Datastream
– the information itself that is sent online,divided into packets
18
New cards
Packets Metadata
– data added to packets to help route them thruthe network and reassemble the original message
19
New cards
UDP (User Datagram Protocol)
– A protocol for sending packets quickly, withminimal error checking and NO resending of dropped packets
20
New cards
TCP – (Transmission Control Protocol)
aprotocol for sending packets that does error–checking to ensure all packets arereceived and properly ordered
21
New cards
URL (Uniform Resource Locator)
aka"web address" or "domain name", a reference to a webresource that specifies its location on a computer network.
22
New cards
Domain
Agroup of computers and devices on a network that are administered as a unitwith common rules and procedures. All devices sharing a common part of the IPaddress are said to be in the same domain.
23
New cards
Subdomain
adomain that is part of another domain
24
New cards
TLD
–the last segment of the domain name. A TLD identifies something about thewebsite associated with it, such as its purpose, the organization that owns itor the geographical area where it originates.
25
New cards
Server
acomputer that manages ACCESS to a centralized resource in a network.
26
New cards
DNS
(Domain Name System) – a global directory of IPAddresses. It translates domain names (web addresses, or URLs) into their IPAddresses. It is essentially a global directory service for Internet–connecteddevices.
27
New cards
Scalability
thecapacity for a system to change in size and scale to meet new demands
28
New cards
HTTP
HypertextTransfer Protocol – a protocol for computers to request and share the pagesthat make up the WWW on the Internet.
29
New cards
WWW
a system of linkedpages, programs, and files that is accessed via the Internet
30
New cards
Digital Certificate
– anelectronic document that authenticates (verifies the identity of) a messagesender or a website. It does this by verifying the ownership of encrypted keys used in secure communication. It is issued by an official Certificate Authority (CA), such as Let's Encrypt or Verisign.
31
New cards
Certificate Authority
an organization that issues digital certificates.
32
New cards
Parameter
the variable or variables inside the parentheses of a function definition
33
New cards
Argument
the actual value(s) that are passed to a function through the parameter(s)