Question:
What is wide-mouth frog?
Answer:
Wide-mouth frog is the simplest known key distribution center (KDC) authentication protocol. Source: CoolInterview.com
When hierarchical routing is used, the routers are divided into what we call regions, with each router knowing all the details about how to route packets to destinations within its own region, but knowing nothing about the internal structure of other regions.
Source: CoolInterview.com
Answered by: sonu garg | Date:
| Contact sonu garg
Answers:
Wide-mouth frog is the simplest known key distribution center (KDC) authentication protocol Source: CoolInterview.com
Answered by: ravichandra | Date: 4/6/2009
| Contact ravichandra
The Wide Mouth Frog protocol is a computer network authentication protocol designed for use on insecure networks (the Internet for example). It allows individuals communicating over a network to prove their identity to each other while also preventing eavesdropping or replay attacks, and provides for detection of modification and the prevention of unauthorized reading. This can be proven using BAN logic.
The protocol can be specified as follows in security protocol notation, where Alice is authenticating herself to Bob using a server S:
A
ightarrow S: A,{T_A, K_{AB}, B}_{K_{AS}}
S
ightarrow B: {T_S, K_{AB}, A}_{K_{BS}}
Note that to prevent active attacks, some form of authenticated encryption (or message authentication) must be used.
The protocol has several problems:
* a global clock is required. * the server has access to all keys. * the value of the shared key between A and B is completely determined by A. * can replay messages within period when timestamp is valid. * A is not assured that B exists. * The protocol is stateful. This is usually undesired because it requires more functionality and capability from the server. For example, "S" must be able to deal with situations in which "B" is unavailable. Source: CoolInterview.com
Answered by: amit poojari | Date: 11/27/2009
| Contact amit poojari
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|