TCP/IP Model Flashcards
(42 cards)
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
dns
domain name system
port 53
domain names to ips
dhcp
dynamic host configuration protocol
ports 67,68
assign ip, subnet mask, default gateway and dns server dynamically
tftp
trivial file transfer protocol
port 69
booting an OS from LAN file server
stripped down ftp
http
hyper text transfer protocol
port 80
pop3
post office protocol v3
port 110
retrieve email from remote server
ntp
network time protocol
port 123
clock sync
netbios
port 139
allows communication over windows lan for file and printer sharing
imap
internet mail application
port 143
pop3+: end user can manipulate the messages as if they were stored locally