Introduction To IP/Network Flashcards
(21 cards)
Which layer does TCP and UDP operate
Transport Layer
TCP
Transmission Control Protocol
UDP
User Datagram Protocol
IPv4 socket what is needed
-Server IP address, protocol, server application, port number
-Client IP address, protocol, client port number
FTP
File transfer Protocol
SSH
Secure Shell
Port Number: 22
-Provides a secure encrypted connection for remote access.
Telnet
Port Number: 23
-An older protocol for remote access (less secure than SSH).
SMTP
Simple Mail Transfer Protocol
Port Number: 25
-Used for sending email.
DNS
Domain Name System
Port Number: 53
-Translates domain names (like google.com) into IP addresses.
DHCP
Dynamic Host Configuration Protocol
67/68
-Assigns IP addresses to devices on a network.
HTTP
Hypertext Transfer Protocol
80
-Used for standard web communication (unencrypted).
POP3
Post Office Protocol 3
110
-Used for retrieving email.
NetBIOS/NetBT
137/139
-Used for older network communication, especially on Windows networks.
IMAP
Internet Message Access Protocol
143
-Used for accessing email on a server.
LDAP
Lightweight Directory Access Protocol
389
-Used for accessing directory services.
HTTPS
Hypertext Transfer Protocol Secure
443
-Used for secure web communication (encrypted).
SMB
Server Message Block
445
-Used for file sharing and printing on Windows networks.
RDP
Remote Desktop Protocol
3389
-Allows remote access to a computer’s desktop
IMAPS
993
-Secure version of IMAP.
POP3S
995
-Secure version of POP3.