DNS, Telnet & SSH

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

What is DNS?

A system that maps hostnames to IP addresses and vice-versa.

2
New cards

Why does DNS exist?

People prefer names, while networks use numeric IP addresses.

3
New cards

What does DNS uniquely map?

Hostnames to IP addresses and IP addresses to hostnames.

4
New cards

What makes name space necessary?

Every name must uniquely map to a single IP address.

5
New cards

What are the two types of names spaces?

Flat and hierarchical.

6
New cards

What is a domain?

A subtree of the DNS hierarchy representing administrative authority.

7
New cards

What does DNS rely on to scale globally?

A hierarchy of name servers (root, TLD, authoritative).

8
New cards

What is a zone in DNS?

A portion of the DNS namespace served by an authoritative server.

9
New cards

Difference between zone and domain?

A domain is a logical structure; a zone is the part a server manages.

10
New cards

How do primary and secondar DNS servers differ?

Primary loads zone data from disk; secondary copies via zone transfer.

11
New cards

What three sections is the DNS tree divided into?

Generic domains, country domains, inverse domains.

12
New cards

What are generic domains?

Top-level domains for organizations (.com, .edu, .org).

13
New cards

What do country domains represent?

Country-code top-level domains like .us, .uk, .jp.

14
New cards

What is inverse domain used for?

Mapping IP addresses back to names (reverse lookup).

15
New cards

What is name resolution

Converting names to addresses and vice versa.

16
New cards

What is iterative DNS resolution?

Resolver queries each server one-by-one using referals.

17
New cards

What are the two DNS message types?

Query and Response.

18
New cards

What sections can DNS responses contain?

Header, question, answer, authoritative, and additional records.

19
New cards

What does TELNET stand for?

Terminal network.

20
New cards

What is TELNET used for?

Establishing remote terminal sessions over a network.

21
New cards

What type of protocol is TELNET?

Standard TCP/IP protocol for virtual terminal service.

22
New cards

What does TELNET allow a local terminal to do?

Appear as a remote terminal on another system.

23
New cards

Who proposed the virtual terminal service TELNET uses?

ISO.

24
New cards

What type of application program is TELNET?

General-purpose client-server application.

25
New cards

What is SSH?

Secure Shell, a secure remote login protocol.

26
New cards

What transport protocol does SSH use?

TCP.

27
New cards

How does SSH compare to TELNET?

Provides encryption and more features; more secure.