Chapter 1: Network Models Flashcards
What is the OSI Model?
Seven layer model used by network techs for diagnosing problems, pinpoint problems at the layer it exists, and it’s a common language for network techs
Physical Layer (Layer1)
Anything that moves data from one system to another. Copper cabling, fiber optic, and radio waves are included. Doesn’t care what data goes through
Network interface card (NIC)
Interface between the PC and the network. Modern NIC built into motherboard
Media access control address (MAC)
Unique identifier burned into the ROMs of the NIC. 48 bit value and no two NICs share the same value.
Hexadecimal
Uses base 16, 0-9 are numbers and 10-15 are letters beginning with A. Works great with binary
Organizationally unique identifier (OUI)
The first six digits are assigned to the manufacturer by IEEE. The last six digits are a unique serial number to the manufacturer(device ID)
Extended unique identifier (EUI-48)
Current term for numbering space
How does an NIC receive or send data?
Uses pules of electricity, light, or radio waves
What is a frame ?
A frame is a container with information and data inside that is used for easier transmission
Protocol data unit (PDU)
Unit of data specified by a protocol at each layer
Can different frame types be used in different networks ?
Yes
What is in the header of an Ethernet frame ?
The destination MAC address, followed by the source MAC address and type of data
What is in the header of an Ethernet frame ?
The destination MAC address, followed by the source MAC address and type of data
What is in the payload section ?
Whatever is encapsulated in the frame
What is in the payload section ?
Whatever is encapsulated in the frame
What is in the trailer section ?
The frame check sequence (FCS) verifies if all the data arrived intact
Cyclic redundancy check (CRC)
Binary math in the FCS used to verify the data arrived intact
What if a frame size is too large for the Ethernet network?
The sending system’s software will chop up the frames into a maximum size of 1500 bytes.
How does a hub send out a frame ?
A hub repeats the original frame out to all the ports connected except the originating port.
Length of FCS (bytes)
4 bytes
What does an NIC send and receive to verify the data is correct ?
NICs send binary math (CRC) where the receiving NIC applies the same binary math to verify they match. If not, the frame is dropped.
How do NICs speak on networks ?
NICs use frames to restrict the amount of data that each NIC can send at once in a reasonable time span.