cancel
Showing results for 
Search instead for 
Did you mean: 
  • 309 Views

Internet Protocols

Refresher on 5 network protocols in Red Hat Enterprise Linux (RHEL).

 

IP (Internet Protocol)

Purpose: Routing and addressing packets between systems.

Commands:

ip addr show
nmcli device show

 

TCP/UDP (Transmission Control Protocol / User Datagram Protocol)

Purpose: Transport layer protocols for communication.

RHEL uses TCP/UDP for most services (SSH, HTTP, DNS, etc.).

 

DNS (Domain Name System)

Purpose: Resolves domain names to IP addresses.

Tool:

dig, nslookup

 

SSH (Secure Shell)

Purpose: Secure remote login.

RHEL uses sshd as the default remote access method.

Service: sshd (systemctl status sshd)

Port: TCP 22

 

HTTP/HTTPS

Purpose: Web communication.

Relevance: RHEL often serves web pages using httpd (Apache) or nginx.

Packages: httpd, nginx

 

Labels (1)
1 Reply
TudorRaduta
Community Manager
Community Manager
  • 286 Views

Thanks for sharing your refresher on ‘Internet Protocols,’ @LLCoolDre17 ! Every contribution adds value to our community, and it’s great to see you getting involved. Looking forward to your future posts!

Join the discussion
You must log in to join this conversation.