Core 1 - 2.1 Flashcards
(18 cards)
TCP 20/21
FTP - File Transfer Protocol
-Transfers files between an FTP client and FTP server
TCP 22
-Secure Shell (SSH)
-Secure terminal emulation that replaces Telnet
TCP 23
-Telnet
-Terminal emulation
TCP 25
-SMTP (Simple Mail Transfer Protocol)
-Sends an email
UDP 53
-DNS (Domain Name System)
-Used by DNS clients to perform DNS queries against DNS servers
TCP/UDP 67/68
-DHCP (Dynamic Host Configuration Protocol)
-Used for assigning IP addresses to clients
TCP 80
-HTTP (Hypertext Transfer Protocol)
-Web page transmission to web browser
TCP 110
-POP3 (Post office protocol)
-Retrieves emails from POP3 mail servers
TCP 137/139
-NetBIOS/ NetBIOS over TCP/IP (NetBT)
-Supports older applications that use NetBIOS protocol
TCP 143
-IMAP4 (Internet message access protocol version 4)
-Retrieves email
-Advanced features beyond POP3 / Folder synchronization
UDP 161/162
-SNMP (Simple Network Management Protocol)
-Queries network devices for status and statistics
TCP 389
-LDAP (Lightweight directory Access Protocol)
-A standard method of accessing a network database
-Often used for authenticating user accounts during user logon
TCP 443
-HTTPS (Hypertext Transfer Protocol Secure)
-Secure transmission of web pages
TCP 445
-SBM (Secure message block)
-CIFS (Common internet file system)
-Windows file and print sharing services
TCP 3389
-RDP (Remote desktop protocol)
-Used to remotely access a windows desktop
TCP vs UDP
TCP (transmission control protocol) is Connection based
-Reliable (Error recovery), can send messages out of order or retransmit
-flow control on data
UDP (user datagram protocol) is Connectionless
-“unreliable” as there’s no error recovery
-no flow control
-UDP is good for real-time communication
DHCP (Dynamic Host Configuration Protocol)
DHCP is a client/server protocol that automatically provides an Internet Protocol (IP) host with it’s IP address and other related configuration information such as the subnet mask and default gateway
TFTP (Trivial file transfer protocol)
-Simple protocol for sending/receiving files in a client-server application