Podcast
Questions and Answers
What is Evercookie?
What is Evercookie?
What is the 'do not track' option in browser settings?
What is the 'do not track' option in browser settings?
What is the purpose of downloading opt-out cookies?
What is the purpose of downloading opt-out cookies?
What is the function of session cookies in web browsers?
What is the function of session cookies in web browsers?
Signup and view all the answers
What does Ghostery browser add-on do?
What does Ghostery browser add-on do?
Signup and view all the answers
What is the main difference between virtual machines (VMs) and containers?
What is the main difference between virtual machines (VMs) and containers?
Signup and view all the answers
What was the revolutionary aspect of virtual machines (VMs) according to the text?
What was the revolutionary aspect of virtual machines (VMs) according to the text?
Signup and view all the answers
What is a drawback of virtual machines (VMs) mentioned in the text?
What is a drawback of virtual machines (VMs) mentioned in the text?
Signup and view all the answers
What is the purpose of running each individual application on a separate virtual machine?
What is the purpose of running each individual application on a separate virtual machine?
Signup and view all the answers
What is the main difference between virtualization and containers according to the text?
What is the main difference between virtualization and containers according to the text?
Signup and view all the answers
What is important for serverless computing platforms in terms of programming languages?
What is important for serverless computing platforms in terms of programming languages?
Signup and view all the answers
What is crucial for triggering functions and mapping HTTP verbs to functions in serverless environments?
What is crucial for triggering functions and mapping HTTP verbs to functions in serverless environments?
Signup and view all the answers
What type of support is important for understanding application health and debugging in serverless platforms?
What type of support is important for understanding application health and debugging in serverless platforms?
Signup and view all the answers
What is a key feature of AWS Lambda as a compute service?
What is a key feature of AWS Lambda as a compute service?
Signup and view all the answers
What is important for designing microservices-based applications on FaaS in terms of responsiveness?
What is important for designing microservices-based applications on FaaS in terms of responsiveness?
Signup and view all the answers
What is a key feature of serverless architectures?
What is a key feature of serverless architectures?
Signup and view all the answers
Which technology abstracted the execution environment from the code, a first of its kind?
Which technology abstracted the execution environment from the code, a first of its kind?
Signup and view all the answers
What is a key characteristic of containers?
What is a key characteristic of containers?
Signup and view all the answers
What does Docker enable for software development?
What does Docker enable for software development?
Signup and view all the answers
What is a key attribute of serverless computing platforms?
What is a key attribute of serverless computing platforms?
Signup and view all the answers
What is the pricing for Cloud Functions after the free 2 million invocations per month?
What is the pricing for Cloud Functions after the free 2 million invocations per month?
Signup and view all the answers
What is the purpose of cookies in relation to website customization?
What is the purpose of cookies in relation to website customization?
Signup and view all the answers
What is the key characteristic of secure/"protected" cookies?
What is the key characteristic of secure/"protected" cookies?
Signup and view all the answers
What type of cookies are referred to as 3rd party cookies?
What type of cookies are referred to as 3rd party cookies?
Signup and view all the answers
What is the role of the browser in the cookie processing algorithm?
What is the role of the browser in the cookie processing algorithm?
Signup and view all the answers
What happens when a new cookie with the same NAME, domain, and path as an existing cookie is encountered?
What happens when a new cookie with the same NAME, domain, and path as an existing cookie is encountered?
Signup and view all the answers
What is a common hack for deleting cookies?
What is a common hack for deleting cookies?
Signup and view all the answers
What does the 'secure' keyword on a cookie indicate?
What does the 'secure' keyword on a cookie indicate?
Signup and view all the answers
How does JavaScript set and send cookies?
How does JavaScript set and send cookies?
Signup and view all the answers
What is the purpose of cookie-based marketing?
What is the purpose of cookie-based marketing?
Signup and view all the answers
Study Notes
Understanding Cookies and Online Advertising
- Cookies can have an "expires=" parameter to specify when they should expire and be dropped.
- Overwriting cookies occurs when a new cookie with the same NAME, domain, and path as an existing cookie is encountered, resulting in the old cookie being discarded.
- There is no specific mechanism for deleting cookies, but a common hack is to overwrite a cookie with a bogus value and backdated or short-lived expires= to reset the expiration to the past.
- Some cookies may be marked with a special secure keyword, causing them to be sent over HTTPS only as a security feature.
- JavaScript can set and send cookies via the document object's "cookie" property, which maintains all defined cookies that can be read and written.
- Browsers need not store more than 300 cookies, nor more than 20 cookies per web server, nor more than 4K per cookie, and cookies can be removed when they expire or when the cookie file gets too large.
- Cookie values should not contain specific symbols and need to be encoded into their hex equivalents using escape(s) and unescape(s).
- Advertisers use cookies to target specific ads and track users through 3rd party cookies in online advertising networks.
- An online advertising network connects advertisers to websites that want to host advertisements and involves advertisers, website owners, ad networks, and visitors.
- Cookie-based marketing utilizes cookies and databases to create, maintain, and utilize consumer profiles to customize online advertising.
- Doubleclick, purchased by Google, is an Ad Network that uses cookies to customize ads based on user profiles.
- Google Analytics is a free web analytics tool that uses its own set of cookies to track visitor interactions, and visitors are not tracked across sites.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Test your knowledge of cookies and online advertising with this quiz. Explore topics such as cookie expiration, overwriting, secure cookies, JavaScript usage, and limitations. Learn about the role of cookies in online advertising, including targeting ads, tracking users, ad networks, and the use of cookies in Google Analytics and Doubleclick.