Code Red Worm

Why Trust Techopedia

What Does Code Red Worm Mean?

wrapper is a program used in Transmission Control Protocol (TCP) to provide a layer of security by intercepting calls to computer services and determining whether the service is authorized to execute. A wrapper provides the necessary protection against host name and host address spoofing. The determination of whether to provide access to requests is done with the help of a system administrator, who adds entries in the TCP wrapper configuration files /etc/hosts.allow and /etc/host.deny after installing the wrapper program. Whenever an incoming request for servers started by inetd arrives, the wrapper checks in the two configuration files and allows or denies access accordingly.

Advertisements

In this context, a wrapper is also known as a TCP wrapper.

Techopedia Explains Wrapper

A wrapper has the following characteristics:

  • Monitors and filters all incoming requests for network services, such as EXEC, TFTP, TALK, FTP, FINGER, etc.
  • Provides extensive logging services
  • Makes sure there are no impacts in system performance or with authorized users
  • Passes control to the real associated network program
  • Employs a trap-setting feature to take appropriate actions on the host

A TCP wrapper has a few drawbacks:

  • It will not function with programs that are not using TCP or Internet Protocol
  • Will not work on applications that are frequently running
  • Does not provide cryptographic authentication
Advertisements

Related Terms

Margaret Rouse
Technology expert
Margaret Rouse
Technology expert

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.