Network Models Flashcards
ISO
International Organization of Standardization
OSI
Open Systems Interconnection
importance of models in networking
provides standardization across networks of different manufacturers
OSI 7 layer model encourages [blank]
modular design
limited integration between layers
layers of OSI 7-layer model
1) Physical
2) Data Link
3) Network
4) Transport
5) Session
6) Presentation
7) Application
PDNTSPA: Please Do Not Think Saruman Proved Allegiance
OSI layer 1
anything that moves data between machines
copper cabling, fiber-optics, radio waves, etc.
central box, NIC, hub
UTP
unshielded twisted pair
number of wires in UTP cable
8 wires - 4 pairs
type of wire in UTP cable
copper
central box
device that handles flow of information from every computer to each other computer
each system on network has its own cable running to central box
NIC
Network Interface Card
interface between PC (device) & network
contains host firmware & MAC address
creates / sends & reads / receives frames
MAC address
media access control address
48-bit value
never shared
OUI
organizationally unique identifier
1st 6 digits (24 bits) of MAC address
NIC manufacturer number
device ID
last 6 digits (24 bits) of MAC address
serial number for NIC
Windows command to view MAC address
ipconfig /all
other names for MAC address
MAC-48 & EUI-48 > IEEE
physical address
IEEE
Institute of Electrical & Electronic Engineers
defines industry-wide standards that promote the use & implementation of technology
order of generic frame
recipient’s MAC address
sender’s MAC address
Type
Data
FCS
binary electrical transmission
1 - charge on the wire
0 - no charge on the wire
frame
container for discrete amount of data moving across a network
frame type
specific network technology of the frame
all NICs on network must use the same frame type
FCS
frame check sequence
uses cyclic redundancy check (CRC) - binary math - to verify data arrived intact
sending system generates key used by receiving system
most only 4 bytes long > check up to 1500 bytes
MAC addressing
use of MAC addresses to get frames to the recipient
usually not configured - Ethernet uses MAC assigned by manufacturer
frame size limitations
most frames hold 1500 bytes of data
sent data exceeding frame size - broken into frame-sized chunks
hub
essentially just a repeater (early networks)
made copies of frame - sent to every other system on the network
only NIC to which frame was addressed would process that frame
all other NICs erase frame
switch
filters traffic by MAC address
sends frame only to recipient MAC address
recipient MAC not already known/cached
NIC sends broadcast on network to request MAC
every NIC on network processes the frame
address request contained in frame data
IP address used to isolate target computer
desired system reads request - responds with MAC address