Purchase Solution

Security Mechanisms Supporting Client-Server Function

Not what you're looking for?

Ask Custom Question

Discuss five services commonly supported by a server and address security mechanisms and devices that are used to support client-server functions.

Purchase this Solution

Solution Summary

Five services addressing security mechanisms for client-server functions are discussed.

Solution Preview

1) Firewall (as iptables): A Firewall is quite simply a TCP/IP host on the internet, with multiple IP interfaces or network cards. One interface is connected to the internet, and other is connected to the internal network.

Firewalls are intended to keep the flames of internet hell out of your private LAN, or, to keep the members of your LAN pure and chaste, by denying those accesses to all the evil internet temptations.

Iptables now uses different tables for different action. Generally filter and nat tables are used. There are five built-in chains (Input, Output, Forward, Prerouting, and Postrouting). The chains represent special hooks in the netfilter code that are used for the packet filtering.

A firewall is a single security point of a network that filters unwanted packets and unauthorized users. In Linux, we use IP Table software as a firewall.
The IP Table is a command line firewall
The IP Table also uses a network layer and is known as the Packet filtering Firewall.
Each packet has following information into their headers field:
i) ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.