Network+ Flashcards
N10 stats
90 minutes, Max of 90 questions, likely to be updated March 2025 (TAKE BEFORE MARCH 2025)
Domains:
DOMAINS:
Networking fundamentals (24%)
Network Implementation (19%)
Network Operations (16%)
Network Security (19%)
Network Troubleshooting (22%)
Resources
Download free Comptia exam objectives (already done??)
Find book recommendations at profesor messer
Check out prof messer discord
Check out Netplus resources on messer site
GNS3 PACKET TRACER to practice
OSI MODEL
(open systems interconnection reference model)
What is the OSI model based off?
The OSI model is based off the OSI protocol suite
How many OSI layers are there?
There are 7 layers and each layer has specific protocols
OSI mnemonic device
All People Seem To Need Data Processing
Application Presentation Session Transport Network Data link Physical
- PHYSICAL
Signaling, cabling, connectors, etc.
Punchdown blocks, cabling, loop back plugs, adapter cards
- DATA LINK
Basic network language
Foundational protocol later
Aka DLC (data link control) layer
AKA the switching layer
media access control address (mac address) are called layer 2 addresses
Extended Unique Identifier (EUIs)
ANY COMMUNICATION THAT USES MAC addresses ARE LAYER 2 COMMUNICATIONS
- NETWORK LAYER
Routing layer based on IP addresses
This is where frames are fragmented to work on different networks (Ethernet, WAN, etc.)
- TRANSPORT
post office layer
Describe his and where data is being delivered
Tcp and udp
This layer is used if you’re accessing a webpage but the data is too large for a frame
- SESSION
starts and stops communication between 2 endpoints
Control protocols and tunneling protocols
Encryption
Links layers 6 and 7 to the rest
- PRESENTATION
Character encoding
Making things legible on your screen
Works closely with application layer
- APPLICATION
The layer we see
Browser session
Ftp
Dns name resolution
Http/s
Misc.
Wireshark??? (Packet Capture App?)
???WHY DO WE NEED MAC AND IP addresses???
???PORTS VS. SWITCHES???
PDUs
Protocol Data Units (PDUs)-
A different group of data at different OSI layers???
Ethernet, IP, and TCP PDUs
Ethernet operates on a FRAME of data, and doesn’t care what’s inside a frame
IP operates on a PACKET of data, and doesn’t care what’s inside a packet
TCP and UDP are broken up into TCP segments and UDP datagrams
How to send application data
To be able to send application data (layers 5,6,and 7), you have to apply a tcp header for the transport layer
Then, you’ll need a IP header in front of TCP header and Application data
How to send application data via Ethernet
Then for ethernet, you’ll need a DLC (data link ctrl)/layer 2 frame header and trailer (+ tcp and ip)
Osi layers abridged
Layer 5-7 App data: Https, IMAP, SSH, etc.
LAyer 4 TCP, UDP
Layer 3 IP
Layer 2 MAC
TCP Flags:
Ctrl Flags; Bits of information inside a TCP header that tells how to properly process data
COMMON TCP FLAGS:
SYN - synchronize sequence numbers
PSH - Pushes data to app (no buffering)
RST - Reset the communication
FIN - Last Packet from sender
MTU
MTU (maximum transmission unit)
the maximum IP packet to transmit without fragmenting. It can be difficult to figure out. automated processes can set MTU unless ICMP is filtered
Why is fragmentation avoided?
It slows down traffic
What’s the maximum size of an IP packet on ethernet?
1500 bytes
IP fragmentation
IP fragmentation breaks up everything UNDER the IP header, Including data AND TCP header