Big Idea 4-Computer Systems and Networks Flashcards
A ____________ is a physical artifact that can run a program.
computing device
Comment: Some examples include personal computers, tablets, servers, routers, and smart sensors.
A ___________ is a group of computing devices and programs working together for a common purpose.
computing system
A __________ is a group of interconnected computing devices capable of sending or receiving data.
computer network
Comment: A computer network is a type of computing system.
A ________ between two computing devices on a computer network (a sender and a receiver) is a sequence of directly connected computing devices that begins at the sender and ends at the receiver.
path
_________ is the process of finding a path from sender to receiver.
Routing
The ________ of a computer network is the maximum amount of data that can be sent in a fixed amount of time.
bandwidth
Bandwidth is usually measured in _________.
bits per second
_________ is a computer network consisting of interconnected networks that use standardized, open (nonproprietary) communication protocols.
The Internet
Access to the Internet depends on the ability to _______ a computing device to an ___________ device.
connect, Internet-Connected
A _______ is an agreed-upon set of rules that specify the behavior of a system.
protocol
The protocols used in the Internet are _____, which allows users to easily connect additional computing devices to the Internet.
open
Routing on the Internet is usually _________; it is not specified in advance.
dynamic
The _______ of a system is the capacity for the system to change in size and scale to meet new demands.
scalability
The Internet was designed to be _______.
scalable
Information is passed through the Internet as a data stream. Data streams contain chunks of data, which are encapsulated in ________.
packets
Packets contain a chunk of ________ used for routing the packet between the origin and the destination on the Internet, as well as for data reassembly.
data and metadata
True of False: Packets may arrive at the destination in order, out of order, or not at all.
True
IP, TCP, and UDP are common _______ used on the Internet.
protocols
The _________ is a system of linked pages, programs, and files.
World Wide Web
______ is a protocol used by the World Wide Web.
HTTP
The World Wide Web uses the _______.
Internet
The Internet has been engineered to be ________, with abstractions for routing and transmitting data.
fault-tolerant
________ is the inclusion of extra components that can be used to mitigate failure of a system if other components fail.
Redundancy
One way to accomplish network redundancy is by having more than one ______ between any two connected devices.
path
Comment: If a particular device or connection on the Internet fails, subsequent data will be sent via a different route, if possible.