Skip to Content.
Sympa Menu

baslinux - [BL] Network Clients and Servers: Redundancy

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Lee Forrest <lforrestster AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: [BL] Network Clients and Servers: Redundancy
  • Date: Wed, 10 Jan 2007 21:29:16 +0000

We all have this nifty tcp tool called netcat (nc). About 19K
for the standalone utility that needs only libc. It will make
any kind of TCP/UDP connection and pass anything you want to the
other end of the connection. And accept anything you want.

Yet each and every client and server we have:
http/ftp/smtp/pop/irc/dns/irc/nntp...has the same basic code
built into it. Usually a much less efficient, and therefore
larger, version. This is a wasteful redundancy and a potential
security problem: Having just one discrete and tiny utility to
do the job makes monitoring and filtering your connections much
simpler. It certainly makes configuration and trouble-shooting
simpler.

Lee

--
BasicLinux: Small is Beautiful
http://www.basiclinux.com.ru





Archive powered by MHonArc 2.6.24.

Top of Page