Networking Fundamentals Flashcards
(186 cards)
Layers of OSI Model
1 - Physical
2 - Data Link
3 - Network
4 - Transport
5 - Session
6 - Presentation
7 - Application
Ethernet frame
Preamble
Start frame delimiter
Destination MAC
Source MAC
EtherType
Payload
FCS
IP Packet header
Header
Source IP address
Destination IP address
Payload
TCP Header
Source Port
Destination Port
Sequence number
Acknowledgement number
DO
RSV
Flags
Window Size
Checksum
Urgent pointer
UDP Header
Source Port
Destination Port
Length
Checksum
TCP flags
SYN - synchronize, establish connection
ACK - acknowledge
FIN - finish
PSH - push, do not buffer
URG - urgent
RST - reject packet
MTU
maximum transmission unit - largest PDU size that can be sent in one transmission
Mesh topology
Multiple connections between nodes
Star/hub-and-spoke topology
All nodes connected to a central device (switch or hub)
Bus topology
All nodes connected to a central line (bus) that must be terminated at each end.
Ring topology
Each device is connected to two other devices on either side. Mostly unidirectional.
Hybrid topology
a combination of different types
Peer-to-Peer network
Each node is connected to each other acting as both server and client
Client-server
Client machines want to use resources; servers have these resources
LAN
Local Area Network
MAN
Metropolitan area network - a large network that connects machines in a local area - larger than a LAN but smaller than a WAN
WAN
Wide area network - spans a large area, connects multiple LANs together
WLAN
Wireless LAN
PAN
Personal area network - Bluetooth/NFC connected devices (headphones + headset, etc.)
CAN
Campus Area Network
SAN
Storage Area Network - a networked pool of storage devices that can be accessed by connected machines as though they were local drives
SDWAN
Software-defined Wide Area Network - Cloud-based software controls routing of data, rather than physical devices Instead of a central data center, these things are in the cloud.
MPLS
Multiprotocol label switching - routs traffic using labels instead of network addresses. Useful for connecting remote sites to each other through the cloud; can offer QoS; labels are “pushed” on to packets when they enter cloud and “popped” off when they leave.
mGRE
Multipoint Generic routing encapsulation. Used to dynamically link remote sites together (connections are established as needed and destroyed when finished).