{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Week 11 UAS Flashcards

(5 cards)

1
Q

Name Format in DNS?

A

domain.zone

zone in the right element, also known as Top level
the next segment is called domain and regulated by ICANN. must be uniques.

2 Top-Level Domain:

  1. TLD generic (.com, .net, .org)
  2. country code (.uk, .de, .jp)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DNS system consists of three component:

A
  1. DNS data (Resource Records)
  2. Servers (Name Servers)
  3. Protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

explain DNS?

A
  • Top Level Domains are in the top and the maximum tree depth is 158
  • Domains are sub trees (.edu, univ.edu, ece.univ.edu)
  • Name collisions must be avoided.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is name-address resolution?

A

mapping a name to an address or an address to a name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

2 types of Resolution?

A
  1. Recursive resolution

2. Iterative resolution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly