Module 1 Glossary Flashcards
Bit
The smallest representation of data a computer can understand
Border Gateway Protocol
A protocol by which routers share data with each other
Broadcast
A type of Ethernet transmission, sent to every device on a LAN
Broadcast Address
A special destination used by an Ethernet broadcast designated by all Fs
Cable Categories
Groups of cables that are made with the same materials. Most network cable today are made with either copper or fiber
Cables
Insulated wires that connect different devices to each other allowing data to be transmitted over them
Carrier-Sense Multiple Access with Collision Detection (CSMA/CD)
This is used to determine when the communication channels are clear and when the device is free to transmit data
Client
A device that receives data from a server
Collision Domain
A network segment where only one device can communicate at a time
Computer Networking
The full scope of how computers communicate with each other
Copper cable categories
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
Crosstalk
When an electrical pulse on one wire is accidently detected on another wire
Cyclical Redundancy Check (CRC)
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.
Data Packet
An all-encompassing term that represents any single set of binary data being sent across a network link
Datalink layer
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
Destination MAC address
The hardware address of the intended recipient that immediately follows the start frame delimiter
Duplex communication
A form of communication where information can flow in both directions across a cable
Ethernet
The protocol most widely used to send data across individual links
Ethernet Frame
A highly structured collection of information presented in a specific order
EtherType field
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
Fiber cable
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
Five Layer Model
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
Frame Check Sequence
It is a 4-byte or 32-bit number that represents a checksum value for the entire frame.
Full Duplex
The capacity of devices on either side of a networking link to communicate with each other at the exact same time
Half-duplex
It means that, while communication is possible in each direction, only one device can be communicating at a time
Hexadecimal
A way to represent numbers using a numerical base of 16
Hub
A physical layer device that broadcasts data to every computer connected to it