Module 1 Glossary Flashcards

1
Q

Bit

A

The smallest representation of data a computer can understand

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

Border Gateway Protocol

A

A protocol by which routers share data with each other

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

Broadcast

A

A type of Ethernet transmission, sent to every device on a LAN

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

Broadcast Address

A

A special destination used by an Ethernet broadcast designated by all Fs

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

Cable Categories

A

Groups of cables that are made with the same materials. Most network cable today are made with either copper or fiber

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

Cables

A

Insulated wires that connect different devices to each other allowing data to be transmitted over them

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

Carrier-Sense Multiple Access with Collision Detection (CSMA/CD)

A

This is used to determine when the communication channels are clear and when the device is free to transmit data

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

Client

A

A device that receives data from a server

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

Collision Domain

A

A network segment where only one device can communicate at a time

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

Computer Networking

A

The full scope of how computers communicate with each other

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

Copper cable categories

A

These categories have different physical characteristics like the number of twists in the pair of copper wires. These are defined as names like category (or cat) 5, 5e, or 6, and how quickly data can be sent across them and how resistant they are to outside interference are all related to the way the twisted pairs inside are arranged

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

Crosstalk

A

When an electrical pulse on one wire is accidently detected on another wire

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

Cyclical Redundancy Check (CRC)

A

A mathematical transformation that uses polynomial division to create a number that represents a larger set of data. It is an important concept in data integrity and is used all over computing.

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

Data Packet

A

An all-encompassing term that represents any single set of binary data being sent across a network link

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

Datalink layer

A

The layer in which the first protocols are introduced. This layer is responsible for defining a common way of interpreting signals, so network devices can communicate

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

Destination MAC address

A

The hardware address of the intended recipient that immediately follows the start frame delimiter

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

Duplex communication

A

A form of communication where information can flow in both directions across a cable

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

Ethernet

A

The protocol most widely used to send data across individual links

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

Ethernet Frame

A

A highly structured collection of information presented in a specific order

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

EtherType field

A

It follows the Source MAC Address in a dataframe. It’s 16 bits long and used to describe the protocol of the contents of the frame

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

Fiber cable

A

Fiber optic cables contain individual optical fibers which are tiny tubes made of glass about the width of a human hair. Unlike copper, which uses electrical voltages, fiber cables use pulses of light to represent the ones and zeros of the underlying data

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

Five Layer Model

A

A model used to explain how network devices communicate. This model has five layers that stack on top of each other: Physical, Data Link, Network, Transport, and Application

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

Frame Check Sequence

A

It is a 4-byte or 32-bit number that represents a checksum value for the entire frame.

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

Full Duplex

A

The capacity of devices on either side of a networking link to communicate with each other at the exact same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Half-duplex
It means that, while communication is possible in each direction, only one device can be communicating at a time
26
Hexadecimal
A way to represent numbers using a numerical base of 16
27
Hub
A physical layer device that broadcasts data to every computer connected to it
28
Internet Protocol
The most common protocol used in the network layer
29
Internet Service Provider
A company the provides a consumer an internet connection
30
Internetwork
A collection of networks connected together through router - the most famous of these being the Internet
31
Line Coding
Modulation used for computer networks
32
Local Area Network
A single network in which multiple devices are conncted
33
Media Access Control address:
A globally unique identifier attached to an individual network interface. It's a 48-bit number normally represented by six groupings of two hexadecimal numbers
34
Modulation
A way of varying the voltage of a constant electrical charge moving across a standard copper network cable
35
Multicast Frame
If the least significant bit in the first octet of a destination address is set to one, it means you're dealing with a multicast frame. A multicast frame is similarly set to all devices on the local network signal, and it will be accepted or discarded by each device depending on criteria aside from their own hardware MAC address
36
Network Layer
It's the layer that allows different networks to communicate with each other through devices known as routers. It is responsible for getting data delivered across a collection of networks
37
Network Port
The physical connector to be able to connect a device to the network. This may be attached directly to a device on a computer network, or could also be located on a wall or on a patch panel
38
Network Switch
It is a level 2 or data link device that can connect to many devices so they can communicate. It can inspect the contents of the Ethernet protocol data being sent around the network, determine which system the data is intended for and then only send that data to that one system
39
Node
Any device connected to a network. On most networks, each node will typically act as a server or a client
40
Octet
Any number that can be represented by 8 bits
41
Organizationally Unique Identifier
The first three octets of a MAC address
42
OSI Model
A model used to define how network devices communicate. This model has seven layers that stack on top of each other: Physical, Data Link, Network, Transport, Session, Presentation, and Application
43
Patch Panel
A device containing many physical network ports
44
Payload
The actual data being transported, which is everything that isn't a header
45
Physical layer
It represents the physical devices that interconnect computers
46
Preamble
The first part of an Ethernet frame, it is 8 bytes or 64 bits long and can itself be split into two sections
47
Protocol
A defined set of standards that computers must follow in order to communicate properly is called a protocol
48
Router
A device that knows how to forward data between independent networks
49
Server
A device that provides data to another device that is requesting that data, also known as a client
50
Simplex communication
A form of data communication that only goes in one direction across a cable
51
Source MAC address
The hardware address of the device that sent the ethernet frame or data packet. In the data packet it follows the destination MAC address
52
Start Frame Delimiter (SFD)
The last byte in the preamble, that signals to a receiving device that the preamble is over and that the actual frame contents will now follow
53
Transmission Control Protocol (TCP)
The data transfer protocol most commonly used in the fourth layer. This protocol requires an established connection between the client and server
54
Transport layer
The network layer that sorts out which client and server programs are supposed to get the data
55
Twisted pair cable
The most common type of cabling used for connecting computing devices. It features pairs of copper wires that are twisted together
56
Unicast transmission
A unicast transmission is always meant for just one receiving address
57
User Datagram Protocol (UDP)
A transfer protocol that does not rely on connections. This protocol does not support the concept of an acknowledgement. With UDP, you just set a destination port and send the data packet
58
Virtual LAN (VLAN)
t is a technique that lets you have multiple logical LANs operating on the same physical equipment
59
VLAN header
A piece of data that indicates what the frame itself is. In a data packet it is followed by the EtherType
60
Network Tap
A device that copies traffic information for use in monitoring devices. It is an external device.
61
Loopback Plug
A device that tests ports. Wires are connected in a loop that sends traffic back to the port after it receives it.
62
Cable Tester
Digitally measures integrity of the cable for compliance with developed cabling standards. They measure several parameters: Attenuation, Impedance, Noise, Near-End Crosstalk, Attenuation to Crosstalk Ratio (ACR), PowerSum NEXT (Network Encyclopedia, 2022).
63
Punch Down Tool/Krone Tool
Device used for punching down wires into punch down panels or jacks. First the protective covering is taken off the wires, then the wires are punched into place.
64
Toner Probe
Part of a set of devices that are used for finding ethernet and other internet connectors. One device plugs into a cable, while the other device, the tone probe, uses a tone which gets louder as it gets closer to the device plugged into the cable.
65
Wi-Fi Analyzer
A scanner that analyzes the power and quality of the WiFi in an area. It also collects data about the WiFi and its circumstances.
66
Cable Stripper
A handheld device that also looks like pliers. It's purpose is to remove the protective rubber coating from cables.
67
Crimper
A hand-held tool that looks like a set of pliers. It is used to squeeze down or crimp wires.
68