Chapter 3: Computer and Network Architectures

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

Computer

one that computes; specifically a programmable usually electronic device that can story, retrieve, process data

2
New cards

Supercomputer

mainframe enterprise level

3
New cards

Server

robust in terms of speed and memory

4
New cards

Microcomputer

systems based on a single-chip microprocessors

5
New cards

Minicomputer

are a class of multer-user computers that lie in the middle range of the computing spectrum

6
New cards

Moore’s Law

everything from speed to size to cost per unit of power doubles every 18 months

7
New cards

Computer Hardware

  • CPU

  • RAM

  • Auxiliary Storage

  • Input/Output Devices

8
New cards

Central Processing Unit (CPU)

where the computer chips reside and is related to data processing speed (speed measured in Hertz = 1 CPU clock cycle per second)

9
New cards

Random Access Memory (RAM)

the working memory that is lost when the computer is turned off

10
New cards

Auxiliary Storage

active storage is where data is stored that is needed continuously. Archival storage can refer to tape, hard disks, optical drives, or cloud

11
New cards

Computer Software

programs that instruct the hardware what to do

  • operating systems

  • APIs

12
New cards

Operating Systems

provide a standardized way for software programs to perform tasks

13
New cards

Application Programming Interfaces (APIs)

allow applications to communicate and exchange data over networks

14
New cards

A (100-90)

B+ (89-80)

C+ (79-70)

D+ (69-60)

F (<60)

If grade <= 100 & grade >= 90 then final-grade = A, else

If grade <= 89 & grade >= 80 then final-grade = B+, else

If grade <= 79 & grade >= 70 then final-grade = C+, else

If grade <= 69 & grade >= 60 then final-grade = D+, else

final-grade = F

15
New cards

Open-Source Software

software with source code that is free and shareable (i.e., Linux, Apache, Mozilla, OpenOffice, etc.)

16
New cards

Database

a collection of data that is organized allowing the end user to extract the data; data can be various elements that are different types and sizes

17
New cards

Telecommunications Protocol / Internet Protocol stack (TCP/IP)

communications standard for global network-of-networks

18
New cards

Advanced Research Projects Agency Network (ARPANET)

began late 1960s as a network capable of tying together universities and research organizations securely

19
New cards

World Wide Web (WWW)

operates on top of the internet and was created by Tim Berners-Lee in 1989 and introduced the web browser

20
New cards

Hypertext Markup Language (HTML)

web pages are written using this; the format of data

21
New cards

Interoperability

ability to communicate with other devices

22
New cards

Hypertext Protocol (HTTP)

for the exchange of data

23
New cards

Domain Name Service (DNS)

24
New cards

Dynamic Host Configuration Protocol (DHCP)

25
New cards

Node

each machine with an address on a network

26
New cards

Internet Service Provider (ISP)

how computers connect to the internet

27
New cards

Components Needed for a Connection

IP address - unique address assigned to network

Subnet Mask - division of network

28
New cards

IP Version 4 (IPv4)

has a 32-bit address length

29
New cards

IP version 6 (IPv6)

has a 128-bit address length

30
New cards

Uniform Resource Locator (URL)

the address we use to locate a server on the internet

31
New cards

RESTful (Representational State Transfer) Architecture

for handling “state'“, internet clients and servers respond to each other in asynchronous manner, need a means for maintaining “state” that does not require continuous connection

32
New cards

Open Systems Interconnection (OSI) Model

a conceptual model created in 1984 to help understand network architectures. it divides computer-to-computer communication into seven layers known as the OSI stack