Multiple choice technology web technology

The browsers are only required to accept________ cookies per site, __________ total per user , and they can limit each cookie's size to __________.

  1. 20, 300, 4096 bytes (4K)

  2. 300,20, 4096 bytes (4K)

  3. 30,200, 4096 bytes (4K)

  4. 200,39, 4096 bytes (4K)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

According to the original RFC 2109 specification, web browsers must support a minimum of 20 cookies per site/domain and a total of 300 cookies per user agent, with a maximum size limit of 4096 bytes per cookie. The stored option matches this sequence.