Chapter 1: Network Models Flashcards
(92 cards)
0What’s the 1st Layer of the OSI Model?
Physical Layer
Physical Layer Responsibility
Moving data between computers, no matter what it does.
Ways that physical layer moves data
Copper Cabling, Fiber Optics and Radio Waves
7 layers of the OSI Model
- Physical
- Data
- Network
- Transport
- Session
- Presentation
- Application
What is a NIC? What is its purpose?
Network Interface Card; it servers as the interface between the PC and the network.
What does “MAC” in MAC address stand for?
Media Access Control
Where are MAC addresses located
Inside special firmware that’s built into the ROM of the Network Interface Card.
How many bits are a MAC address
48
What notation are MAC addresses displayed in? Describe.
Hexadecimal; each character represents 4 bits, and 12 hex characters represent 4 bits.
What base does the hexadecimal numbering system use to represent numbers? What number range does this represent?
16; 0 - 15 in base 10 values.
How are hexadecimal bases represented?
Letter and number
If 0 - 9 are the first 10 characters in the hexadecimal system, what are the last five characters used?
A, B, C, D, E
What do the first six hex digits represent in a MAC address?
The number of the NIC manufacturer.
Who are the IEEE? What do they do?
Institute of Electrical and Electronics Engineers; provides a block of MAC addresses to NIC manufacturers.
What do the last six hex digits represent in a MAC address? What are these referred to as?
The manufacturers unique serial number; the Organizationally Unique Identifier (OUI).
Can anyone else use these MAC addresses?
No
What else are the last six digits in a MAC address referred to as?
The device ID
What’s another name for a MAC address?
Physical Address
What does MAC48 mean?
The MAC address is 48 bits, the first 24 define the OUI.
Unit of data specified by a protocol at each layer of the OSI 7 layer model.
Protocol Data Unit
Different frame types are used in
Different Networks
Why must all NIC’s on the same network use the same frame type?
So they can communicate with other NIC’s
What are the five things in a generic frame?
- Recipient’s MAC address
- Sender’s MAC address
- Type
- Data
- FCS
What is the “type” field in the generic frame?
what’s encapsulated in the frame.