Network Models Flashcards
What does OSI stand for?
Open Systems Interconnection
What does TCP/IP stand for?
Transmission Control Protocol/Internet Protocol
What is ISO?
International Organization for Standardization - created the OSI Seven Layer Model
What are Protocols?
Sets of clearly defined rules,regulations, standards and procedures that enable hardware and software developers to make devices and applications that function properly at a particular level
What are the OSI Seven Layers?
Layer 7 - Application Layer 6 - Presentation Layer 5 - Session Layer 4 - Transport Layer 3 - Network Layer 2 - Data Link Layer 1 - Physical
What is a UTP?
Unshielded Twisted Pair - usually contains 4 pairs of wires that can transmit and receive data
What OSI Layer are the cabling and central box a part of?
Layer 1 - Physical Layer
What layer of the OSI model are copper cabling, fiber optics and radio waves?
Layer 1 - Physical Layer
What is a NIC?
Network Interface Card - serves as the interface between the PC and the network
Where can you find the NIC?
Built into the motherboard
What is a MAC address?
Media Access Control address - unique identifier with a 48-bit value
What do the first 6 digits of a MAC address represent?
The number of the NIC manufacturer
What do the last six digits of a MAC address represent?
Manufacturer’s unique serial number for that particular NIC ( also known as the Device ID)
What does OUI stand for?
Organizationally Unique Identifier
What is the Windows command prompt to see the MAC address for your NIC?
ipconfig all/
What is the MacOS command prompt to see the MAC address for your NIC?
ifconfig
What is the Linux command prompt to see the MAC address for your NIC?
ip a
What does EUI stand for?
Extended Unique Identifier
What is an oscilloscope?
Powerful tool that enables you to see electrical pulses
What is a frame?
Basically a container for a chunk of data moving across a network
What is a PDU?
Protocol Data Unit - unit of data specified by a protocol at each layer of the OSI model
What is Ethernet?
Most common wired network technology
What is a type field?
Indicates what’s encapsulated in the frame
What is the data field of a frame?
Contains what is encapsulated in the frame
What is FCS?
Frame Checking Sequence - special bit of checking information
What is CRC?
Cyclic Redundancy Check - type of binary math used by the receiving NIC to verify that the data arrived intact
What do switches do?
Filter traffic by MAC address
How long are FCS’s?
4 bytes long
What happens if a NIC sends a frame using the broadcast address?
Every single NIC on the network will process that frame
What is a unicast frame?
Any frame addressed specifically to another devices MAC address
What is the LLC?
Logical Link Control -
- talks to the systems operating system(usually via device drivers)
- Handles multiple network protocols and provides flow control