TCP IP stuff Flashcards
TCP IP Layers
Application
Transport
Network
Link
Application Layer
Assigns the correct protocol to transmit data
Renders data
Transport Layer
Breaks up the data into packets and adds port number
Reassembles data, removes port number
Network Layer
Adds destination and sender IP addresses to the packets
Routers work on this level
Remove IP addresses
Link Layer
Provides physical connection between hardware
Adds MAC addresses (change with each hop)
Removes MAC addresses
Socket Address
When an IP address is combined with a port number
Identifies which application on the device the packet gets sent to
FTP
Application level protocol used to move files across a network
SSH
Encrypted protocol to allow secure communication between nodes across a network
Commonly used for remote management of servers and other computers
Email Protocols
Dedicated computers that are responsible for storing and providing access to emails
SMTP
Used to send emails and forward them between mail servers to their destination
POP3
Downloads email stored on a remote server to a local client (email is then removed after download)
IMAP
Manages emails on a server so multiple clients can access the same account simultaenously