Networking/Internet Unit Flashcards

(27 cards)

1
Q

Computing Device

A

Something (typically a computer) that can run a program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Computing System

A

A group of computing devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Computer network

A

A group of interconnected computing devices capable of sending or receiving data. They are a type of computing system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

UDP (User Datagram Protocol)

A

a communications protocol for time-sensitive applications like gaming, playing videos, or Domain-Name System (DNS) lookups. UDP is faster than TCP (doesn’t spend time forming a firm connection).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Ping

A

A tool used to see whether you can reach someone on a network or if you are connected to the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Traceroute/Trace/Tracert

A

Shows the route the packet took.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Latency

A

The time it takes for something (packet) to go around and come back.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Path

A

A sequence of directly connected computing devices on a computer network that begins at the sender and ends at the receiver.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Routing

A

The process of selecting a path for data to travel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Protocol

A

A set of rules or guidelines that specify the behaviour of a system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Open Protocols

A

Communication protocols that are used by anyone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Scalability

A

Something that measures the ability of a system to increase and decrease it’s performance, based off of a factor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Data Stream

A

Information is passed through the Internet as a data stream. Data Streams contain chunks of data, which are encapsulated in packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Packets

A

Small pieces of data sent over a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

TCP (Transmission Control Protocol)

A

A protocol that is used to see if you received all the packets of information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

IP

A

Internet protocol that is used to deliver data. It check if the packets you received are yours or someone else’s.

17
Q

IP number

A

A unique number identification that every computer is assigned as soon as its connected to the Internet. Kind of like the computer’s address for its packets.

18
Q

Domain Name

A

A part of a domain that identifies a website.

19
Q

DNS (Domain name server)

A

A protocol that you can use to find the domain name of a domain using its IP address and vice versa.

20
Q

World Wide Web

A

A system with information that allows you to share documents/information through hyperlink texts. Its a subsection of the Internet.

21
Q

HTTP (Hypertext Transfer Protocol)

A

A protocol that allow websites, servers, and browsers to communicate.

22
Q

Fault-Tolerant

A

Something that can survive problems and keep working.

23
Q

Redundancy

A

Having an alternative way to do something. Having Extras/back ups.

24
Q

Sequential Computing

A

The method of executing directions in a computer program, doing it one by one or step by step.

25
Parallel computing
The process of breaking down a big problem into smaller problems so that several different process can do them at the same time.
26
Distributed computing
The method of making several computers work together to achieve or solve something.
27
Speedup
A number that measures relative performance of two different systems.