Chapter 3 - TCP/IP Flashcards
What are the four layers to the DOD Model
Process/Application
Host to Host/Transportation
Internet
Network Access/Link Layer
In the DOD Model, what does the process/application layer include
Telnet FTP LPD SNMP TFTO SMTP NFS xWindow
In the DOD Model, what does the transportation layer include
TCP/UDP
In the DOD Model, what does the Internet layer include
IP
In the DOD Model, what does the network access layer include
Ethernet
Fast ethernet
tokken ring
fddi
What is telnet and what port does it use
Telnet is s terminal emulation protocol that essentially works like a virtual keyboard.
Everything is sent in clear text
Uses an 8 bit connection via UDP
What is SSH and what port does it use
Port 22
Much like telnet, it is used to issue commands to a remote computer, but everything is encrypted.
What is FTP and what port does it use
Used to transfer files between two machines.
Port 20 & 21
What is TFTP and what port does it use
Commonly used to boot via the network. Similar to FTP, but doesn’t allow directory browsing and sends much smaller blocks.
Port 69
What is SNMP and what port does it use
Used to collect and manipulate network info
A network management station periodically polls the devices on the network and can alert an admin of problems
Port 161 & 162
What is HTTP and what port does it use
Used to communicate between web browsers and servers
Port 80
What is HTTPS and what port does it use
Port 443
Secure version of HTTP; HTTP over SSL
What is NTP and what port does it use
Used to synchronize clocks on the network
Port 123
What is DNS and what port does it use
Used to resolve domain names to IP
Port 53
What is DHCP/BOOTP
Port 67 Server Port 68 Client
Assigns IP addresses to hosts on the LAN
BOOTP requires manually input of IP addresses
This uses UDP at layer 4