Messer - Section 2 Flashcards
IP Data Transmission as “Moving Vans”:
- Road
- Van
- Cargo Area
- Boxes
Road - Ethernet, DSL, or Cable
Van - Internet Protocol
Cargo Area - OSI Layer 4 Encapsulating and Multiplexing TCP and UDP
Boxes - TCP and UDP
TCP
Transmission Control Protocol
- Connection-oriented, formal setup and close
- “Reliable” Delivery
- Receiver can manage data sent
UDP
User Datagram Protocol
- Connectionless, no formal open or close
- “Unreliable” Delivery
- Sender determines amount of data transmitted
IP Data Transmission between “Houses”
- Moving Van
- Origin House
- Destination House
- Rooms
Moving Van - Move TCP/UDP along “road”
Origin - Origin IP address
Destination - Destination IP address
Rooms - TCP/UDP “box” is dropped in correct port
Non-ephemeral ports
Permanent port numbers
Ports 0 - 1023
Usually on a server or service
Ephemeral ports
Temporary port numbers
Ports 1024 - 65,535
Determined in real-time by the client
FTP
File Transfer Protocol
Sends and receives files between systems
tcp/20, tcp/21
SSH
Secure Shell
Encrypted console access
tcp/22
Telnet
Telecommunication Network
Insecure console access
tcp/23
SMTP
Simple Mail Transfer Protocol
Transfer email between mail servers
tcp/25
DNS
Domain Name System
Convert domain names to IP addresses
udp/53, tcp/53
HTTP
Hypertext Transfer Protocol
Web server communication
tcp/80
HTTPS
Hypertext Transfer Protocol Secure
Web server communication with encryption
tcp/443
POP3
Post Office Protocol Version 3
Receive email into an email client
tcp/110
IMAP4
Internet Message Access Protocol Version 4
A newer email client protocol
tcp/143
RDP
Remote Desktop Protocol
Graphical display of remote devices
tcp/3389
NetBIOS Name Service
NetBIOS Name Service
Register, remove, and find Windows services by name
udp/137
NetBIOS Datagram Service
NetBIOS Datagram Service
Windows connectionless data transfer
udp/138
NetBIOS Session Service
NetBIOS Session Service
Windows connection-oriented data transfer
tcp/139
SMB
Server Message Block
Windows file transfers and printer sharing
tcp/445
AFP
Apple Filing Protocol
Mac OS file transfers
tcp/548
SLP
Service Location Protocol
Find Mac OS services by name
tcp/427, udp/427
DHCP
Dynamic Host Configuration Protocol
Automate the IP address configuration process
udp/67, udp/68
LDAP
Lightweight Directory Access Protocol
Directory services
tcp/389