TCP/IP Model Flashcards
tcp/ip layer
application
transport
internet
network interface
osi to tcp/ip model
application, presentation, session –> application
transport –> transport
network –> internet
data link, physical –> network interface
network interface
transmit bits across network
ethernet, token ring, fddi, rs-232
internet
packages data into ip datagrams and routes externally
ip, icmp, arp, rarp
transport
communication and session management
tcp, udp, rtp
application
how programs interface with transport
user interaction
http, telnet, ftp, snmp, dns, smtp, ssl, tls
ports
0 to 65,535
well known and reserved ports
0 to 1023
ephemeral ports
short-lived transport
1024 to 65,535
overhead of tcp and udp
tcp header 20 bytes
udp header 8 bytes
ipv4 packets
src addr
dest addr
ip flags
protocol (tcp/udp)
ftp
file transfer protocol
ports 20,21
transfer files, unsecure
ssh
secure shell
port 22
remote login to computer systems
sftp
ssh file transfer protocol
port 22
file access, file transfer, file management, secure
telnet
port 23
insecure ssh, dont use
smtp
simple mail transfer protocol
port 25
internet standard for sending electronic mail