Thursday, July 23, 2009

KERBEROS AUTHENTICATION PROTOCOL

Internet is the most unsecure place in this world. Kerberos is one of the most secure authentication protocols being used designed by Massachusetts Institute of Technology. Many of them consider that firewalls could protect the network. But firewalls assume that hackers and crackers are outside the network. But this assumption is false. It is as insecure as, if the passwords are sent from one host to other in unencrypted format, it is clearly visible by the bad guys. Thus it is highly prone to risks.

Kerberos is authentication protocol which allows client and server to authenticate in the most secure way and communicate as well. So all the messages and communication done is in encrypted format which is least considered as visible to outsiders. So Kerberos provides a secure solution for communication.

Thursday, July 9, 2009

Concepts Prior to TCP/IP Transport layer


Let us consider two hosts(computers), host A and host B. The two hosts use a common protocol to communicate with each other on the same layer. The protocol which is defined by each host(layer on each host) , uses a header that is transmitted between the host A and host B for mutual communication. This mode of communication is referred as Same-layer interaction on different computers.

In TCP/IP protocol architecture, the low-level layer provides a service to a high-level layer. For example, transport layer provides service to application layer, i.e. TCP(transport layer protocol) provides service to HTTP(application layer protocol). This is the best example to understand that when HTTP requests for a web page, TCP does it. This mode of communication is often referred as Adjacent-layer interaction on the same computer.

Application Layer Firewall

In simple, the firewall that works at the application layer is considered as application layer firewall.
As the firewall is placed at application level, the administrator can block the inappropriate content such as websites, spams and viruses.
If TCP/IP and OSI reference models are compared, all the top 3 layers in OSI (Application, Presentation and Session) are considered as only 1 layer in TCP/IP(Application). So the Application layer does not route traffic on the Internet layer (which is done by the other layers in OSI). Only the traffic which satisfies the so called rules by the administrator can be put through the firewall.

Monday, June 29, 2009

TCP/IP Application Layer

To be brief, the application layer provides an interface between software running on a computer and the network itself. The application layer does not define the application itself, but rather defines services that applications need. TCP/IP application layer protocols provide services to the application software running on a computer.

In the present situation, Web browser can be considered as one of the TCP/IP application.

What happens to allow web page to appear on browser?

Think of it!!!!

Sunday, June 28, 2009

TCP/IP Protocol Architecture

The basic aim of this blog is to provide information on how computers can communicate with each other. TCP/IP defines a large collection of protocols that allow computers to communicate.

Let us now go through the Layers that are established in TCP/IP Architecture.

1. Application Layer eg: HTTP, POP3 (protocols)
2. Transport Layer eg: TCP, UDP
3. Internet eg: IP
4. Network Access eg: Ethernet, Frame Relay