Home > Security > Iptables – The basic concepts

Iptables – The basic concepts

http://4.bp.blogspot.com/_vZAp7b1QDw8/SWoR6DlPwhI/AAAAAAAAA9Y/Bmoz09QzAJI/s400/iptables-setup.pngIptables is an advance application, and it is allowing the users to determine the tables enclosing rules of chains for treatment of packets. Iptables is the combination of tables that are different types of treatment packet processing. These packets have been designed in sequence of cross and as per the rules of chains. At the starting of Iptables the packets can define which chain cross it first.  Iptables is having five important predefined chains through which a system administrator can successfully defines the table containing chains of rules. These predefined chains are discussed below.

  • PREROUTING
  • INPUT
  • FORWARD
  • OUTPUT
  • POSTROUTING

These predefined chains are having one policy, so that users can easily operate the system. The Iptables is having some chains and the chain contains some rules so that users can get more facility to operate their system. In the packet, the rules are having some specifications so that the treatment packets will match the chain contains for defining the table. In case, the rules are not matching to the packet, then the packet jump to next rule in sequence. If the packet is matching the rules, then the rules can take initial action point out by the target or verdict. In the output, the users can get advance option to use the system easily and confidently.

Interfaces and not computers

In IP protocol architecture, you will see that there is not any notion of the computer; all the communication happens very strictly between the interfaces that might have one and more addresses. Mapping between the interfaces as well as addresses is potentially many, even though one to one as well as one to many are more common. The domain names interfaces, and not the computers. The applications generally bind to the network addresses that are been associated with the interfaces not computers. No matter whether interfaces belong to the specific computer is accident where IP protocol achitecture is been concerned.

Sessions

Whereas protocols are connectionless or not, pattern of the communication between the processes generally involves sessions, where there are the recognisable session set, the data transfer as well as session close (the logical) phases. Lots of the sessions are asymmetrical, where processes that are involved follow the request or response communication pattern, and where one procedure is the client and other the server.

Categories: Security Tags:
  1. No comments yet.
  1. No trackbacks yet.