Week 3 - Networking and the Internet Flashcards

1
Q

Unix was used to create the internet (T or F)

A

T

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

What are the 2 ways of translating names (network resource) into addresses?

A

Host table
Domain Name Service (DNS)

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

DNS is NOT based on the client/server model (T or F)

A

F - DNS is based on the client server model

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

What is the difference between DNS and host table?

A

Host tables are stored locally on each computer and are faster for local lookups

DNS is distributed across multiple servers worldwide and is automatically updated.

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

The actual records stored on a DNS are defined in ______

A

Zones

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

What are the 3 DNS zone types?

A

AD-Integrated
Standard Primary
Standard Secondary

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

Name resolution steps for DNS?

A

Check host table > ask primary DNS server > if cannot resolve, pass to another DNS server.

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

what are the 4 DNS database files?

A

Forward lookup - resolve name
Reverse lookup - resolve ip
Root hints
Zone

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

What are the 7 DNS record types?

A

A record - host address for name
CNAME - Alias for hostname
MX
NS
PTR
SOA SVR

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

What is BIND?

A

Berkeley Internet Name Domain: implementation of DNS

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

What is NFS?

A

(Need for speed)

Network file system, share files between computers on a network using client server model.

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

What is NIS?

A

NIS (Network Information Service) is a system that stores and manages user accounts, passwords, and other network configuration data centrally

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

What does the ‘rwho’ command do?

A

Lists all users logged into LAN

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

What does ‘rlogin’ do?

A

log in to a remote host

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

what does ‘rsh’ do?

A

Execute a command on a remote host

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

What does ‘rcp’ do?

A

Copy a file from a remote host

17
Q

what is the ‘ftp’ command?
Similarly what is ‘sftp’?

A

ftp - file transfer protocol

sftp - file transfer protocol using ssh

Connects client to FTP server

18
Q

what does ‘scp’ allow?

A

Allows transferring files securely to remote server.