What features of SSTP have lead to it being considered as more secure than PPTP or L2TP?
What will be an ideal response?
SSTP is viewed as more secure due to the ability to provide 256-bit key based encryption. Additionally, SSTP authenticates users with 2048-bit key certificates through the use of Transport Layer Security (TLS).
You might also like to view...
Answer the following statements true (T) or false (F)
1. The process of creating a high-quality program only involves writing code. 2. Flow charting is a tool that programmers use to design programs, and is considered superior to pseudocode. 3. Virtually all nontrivial code contains syntax errors when it is first written. 4. A logic error is a mistake that causes a program to generate incorrect results.
Case-Based Critical Thinking QuestionsCase 2-3Helen wants to create a Web site based on her famous cooking show. She would like to provide instructions on how to create some of her favorite dishes. She would like her recipes to be displayed in very simple, step-by-step pages. Overall, the entire Web site would have what type of structure?
A. linear B. mixed C. protected D. hierarchical