TCP-IP Networking

This topic is part of our Linux System Administration training

TCP and IP form part of a set of protocols called the Internet Protocol Suite (which consists of four layers: Link, Internet, Transport and Application)

IP (which stands for Internet Protocol requires hosts to be given IP addresses and then can route packets among them.

TCP (which stands for Transmission Control Protocol) setup a virtual circuit between two hosts. Data of arbitrary size can then be sent across this circuit using the segmentation and reassembling capabilities of TCP. Other Transport protocols include UDP and ICMP.

TCP/IP utilities

To fully understand how networking works in Linux, it is important to know the following commands:

  • ping
  • traceroute
  • nslookup and dig
  • telnet and ftp
  • whois

TCP/IP configuration and troubleshooting

In Linux, TCP/IP is configured either graphically or using the command line.

It is also important that a Firewall be properly setup.

This topic is part of our Linux System Administration training

Speak Your Mind

*