Chapter 2 - Network Models Flashcards
What is the OSI Model
Open Systems Interconnection enables us to follow a model to explain almost any type of network including long obscure old ones.
Define Protocol
A set of rules, regulations, and standards that enable hardware and software developers to make devices and applications that will function at a particular level
What are the Seven layers of the OSI Model
7 = Application 6 = Presentation 5 = Session 4 = Transport 3 = Network 2 = Data Link 1 = Physical
What is a way to remember the seven layers (mneomonics)
All People Seem To Need Data Processing
What is part of layer one
Cabling, radio waves, central boxes (hubs, switches, etc.). Doesn’t care what the data is, only moves it from place to place
What makes a NIC unique
48 bit Media Access Control number made up of hexdecimal digits
What are the two parts to a MAC address
First 6 digits identify the manufacturer, Organizationally Unique Identifier
Last 6 digits identify the unique serial number
Who gives out MAC addresses
IEEE, Institute of Electronic and Electrical Engineers
How does Hexadecimal work with binary
Four bits = 1 character 0000 = 0 0001 = 1 1000 = 8 1111 = 15
What is the Organizationally Unique Identifier (OUI)
Used in the first 6 digits of a MAC address to identify the manufacturer
What is another name for MAC-48
EUI - 48 , Extended Unique Identifier
What is a frame
A container for a chunk of data moving across the network
Where is a frame created
The NIC
What does a frame look like
Recipient MAC | Sender MAC | Type | Data | FCS
What is FCS
Frame Checking Sequence, uses binary math (cyclic redundancy check) when recieving to verify that data is all intact
How much data can a frame contain?
1500 bytes (average)
How does a Hub operate
A hub makes an exact copy of the frame and broadcasts it to all system connected. The receiving system is the only one that will process the data.
How does a switch operate
Sends the frame to the proper destination only.
What is a way to think of Cyclic Redundancy Checks
It is similar to the remainder of a division problem
What is a broadcast address
FF-FF-FF-FF-FF-FF, every NIC will process this.
What is considered to be part of layer 2
Any device that deals with a MAC is part of layer 2
What does the Data link layer provide as a service
Data Link Control