OSI / TCP/IP Flashcards
OSI Layers
Application Presentation Session Transport Network Data Link Physical
TCP/IP Layers
Application (7-5)
Transport (4)
Internet (3)
Link (2-1)
Application Protocols
DNS DHCP LDAP HTTP FTP TFTP SNMP SMTP POP3 IMAP4 SMB
Transport Protocols
TCP
UDP
Network Protocols
IP4 IP6 ARP IGMP ICMP IPSec RIP OSPF
Data Link Protocols
Token Ring
Frame Relay
ATM
Physical Protocols
Ethernet
TCP Handshake process
Synchronize (SYN) and Acknowledge (ACK)
SYN
SYN/ACK
ACK
Data Transmission
TCP Sliding Window
Specifies number of segments sent between acknowledgments.
What two parameters are negotiated between sending and receiving computers after a TCP session is initiated?
Segment size and sliding window.
NACK indicates
Negative Acknowledge
TCP segments missing or corrupted
SSL provides security in what areas
Confidentiality
Integrity
Authentication
SSL uses what for authentication
Digital certificates
IPSec uses what for authentication
Authentication Header (AH)
IPSec uses what for encryption
Encapsulating Security Protocol (ESP)
IPSec Tunnel mode…
Encrypts entire packet (data and headers) and encapsulates encrypted packet inside another packet and sends.
(VPN)
IPSec Transport mode…
Encrypts data only, leaving headers intact and sends packet
Used within internal networks
What does L2TP use for encryption
IPSec
Class A IP range
1-126
Class B IP range
128-191
Class C IP range
192-223
Reserved Private IP ranges (Class A)
10.0.0.0 - 10.255.255.255
Reserved Private IP ranges (Class B)
172.16.0.0 - 172.31.255.255
Reserved Private IP ranges (Class C)
192.168.1.0 - 192.168.255.255