
24:34
The smallesr representation of data that a computer can understand; it's a one or zero
A way of varying the voltage of this charge moving across the cable
aka. Line Coding
26:53
The concept that information can flow in both directions across the cable
β Simplex Communication - unidrectional
Full-Duplex - both devices speak at the same time
Half-Duplex - only one device speak at a time
28:48
Network Ports are generally directly attached to the devices that make up a computer network.
31:15
Used to determine when the communications channels are clear, and when a device is free to transmit data
A globally unique identifier attached to an individual network interface. It's 48-bit number normally represented by six groupings of two hexadecimal numbers.
In computet networking, any number that can be represented by 8 bits.
Hexadecimals can also be represented in octets.
The first three octets of a MAC address
These are assigned to individual manufacturers by the IEEE.
We can always identify the manufacturers of a network interface purely by its MAC address.
Last three octets of MAC address can be assigned in the way that the manufacturers would like with the condition that they assign each possible address once to keep all MAC Address globally unique.
Ethernet uses MAC address to ensure that the data it sends has both an address for the machine that sent the transmission, as well as the one the transmission was intended for.