NETWORK+ Flashcards
PASS THE EXAM
Layer 1 (OSI)
PHYSICAL: physical layer is where the raw bitstream is physically transmitted over a physical medium
BONUS
(includes translating bits to electricity, light, or radio signals and controlling the rates at which they are sent over the chosen medium)
Layer 1 PDU
bits
Layer 2 (OSI)
DATA LINK: establishes and terminates a connection between two physically-connected nodes on a network. It breaks up packets into frames and sends them from source to destination.
Layer 2 PDU
frames
Layer 3 (OSI)
NETWORK: One is breaking up segments into network packets, and reassembling the packets on the receiving end. The other is routing packets by discovering the best path across a physical network.
Layer 3 PDU
packets
Layer 4 (OSI)
TRANSPORT:accept data from the session layer, split it up into smaller units if need be, pass these to the Network layer, and ensure that all the pieces arrive correctly at the other end.
Layer 4 PDU
segments
Layer 5 (OSI)
SESSION: creates communication channels, called sessions, between devices
-Start, Stop, Restart
Layer 5 PDU
data
Layer 6 (OSI)
PRESENTATION: takes any data transmitted by the application layer and prepares it for transmission over the session layer; encrypts, SSL/TSL
Layer 6 PDU
data
Layer 7 (OSI)
APPLICATION: used by end-user software such as web browsers and email clients. It provides protocols that allow software to send and receive information and present meaningful data to users.
(HTTP,POP3, FTP, DNS, SMTP)
Layer PDU
data
TCP Flags
In the protocol header, TCP uses flags to manage connections and traffic flows.
SYN
SYNCHRONIZATION: Used to create a TCP connection
ACK
ACKNOWLEDGMENT: Used to acknowledge the reception of data or synchronization packets
PSH
PUSH: Instruct the network stacks to bypass buffering
URG
URGENT: Indicates out-of-band data that must be processed by the network stacks before normal data
FIN
FINISH: Gracefully terminate the TCP connection
RST
RESET: Immediately terminate the connection and drop any in-transit data
Payload
Data sent in terms of packets and individual packets containing a header and the data which is sent by the sender
MTU
Maximum Transmission Unit
-a measurement representing the largest data packet that a network-connected device will accept. (smaller=faster)
IP Header
smallest message entity exchanged via the Internet Protocol across an IP network. consist of a header for addressing and routing, and a payload for user data.