InterviewSolution
Saved Bookmarks
| 1. |
In the SSL Protocol, each upper layer message if fragmented into a maximum of __________ bytes.(a) 2^16(b) 2^32(c) 2^14(d) 2^12The question was posed to me in my homework.I want to ask this question from Secure Socket Layer topic in chapter Internet Protocol, Network Addressing and Transport Level Security of Cryptograph & Network Security |
|
Answer» RIGHT choice is (c) 2^14 To elaborate: In the FRAGMENTATION process we OBTAIN blocks of 2^14 bytes which is compressedin the next step. |
|