Bits And Bytes Course 2 Module 2 Flashcards
Bit
The smallest representation of data that a computer can understand
BGP (Border Gateway Protocol
A protocol by which routers share data with each other
Broadcast
A type of Ethernet transmission sent to every single device on a LAN
Broadcast Address
A special destination used by an Ethernet broadcast composed by all Fs
Cable Categories
copper and fiber
Cables
Insulated wires that connect different devices to each other allowing data to be transmitted over them
CSMA/CD (Carrier-Sense Multiple Access with Collisioin Detection
Used to determine when the communications channels are clear and when the device is free to transmit data.
Client
A device that recieves 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
5, 5e, or 6,
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 accidentally detected on another wire
CRC (Cyclical Redundancy Check)
A mathematical transformation that uses polynomial division to create a number that represents a larger set of data. It is an important concept for data integrity and is used all over computing, not just network transmissions
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 optic cable
contain individual optical fibers which are tiny tubes made of glass about the width of a human hair. They 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