8 - 1.1: TCP/IP Networking Flashcards
TCP/IP
A set of networking protocols, stands for Transmission Control Protocol / Internet Protocol
Main roles of IP
Providing an addressing scheme to uniquely identify computers on a network and deliver information
Packets
Chunks of information sent over networks
IP is a ______ layer protocol
Network
Two main transport layer protocols
Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)
TCP is defined as
A connection-oriented protocol, guarantees delivery through acknowledgment
Three-way handshake
A TCP process for creating a connection before data is transmitted..
TCP packet flags role
Special flags that identify packets used in the handshaking process
TCP packet flag names
SYN, FIN, ACK
SYN flags
open a connection
FIN flags
close a connection
ACK flags
acknowledge a SYN or FIN
Three steps of handshake
1) originating system sends SYN 2) destination receives, sends a SYN + ACK packet set 3) originating system sends an ACK packet
UDP is defined as
Lightweight connectionless protocol that doesn’t send acknowledgments or guarantee delivery
OSI model
Open Systems Interconnection model
OSI layers
1) physical 2) data link 3) network 4) transport 5) session 6) presentation 7) application
Physical layer
Sending bits with wires, radio waves, fiber optics, etc.
Data link layer
Transfers data between nodes on the same physical network
Network layer
expands networks to different nodes
Transport layer
Creates connections between systems and reliably transfers data
IP works at the ______ layer
Network
TCP and UDP work at the _____ layer
Transport