Chapter 1 Flashcards

1
Q

How many layers in ISO OSI?

A

7

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

What are the layers in ISO OSI

A

7 = application
6 = presentation
5 = session
4 = transport
3 = network
2 = data link
1 = physical

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

What does OSI stand for?

A

Open Systems Interconnection

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

what does ISO refer to and where is the real name derived from

A

International Standards organization and it comes from the Greek language and mean same

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

What is a protocol?

A

Set of conventions (agreed-upon way of doing things

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

What is the OSI model used for today?

A

It is used as a reference model

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

What are the common protocols in the 7th layer?

A

HTTP SMTP and POP3

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

What does POP3 stand for and what is it used for

A

Post Office Protocol version 3, used to retrieve email from a server

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

Give an HTTP example to retrieve a index.htm file from www.xx.co.za

A

GET /index.htm HTTP/1.1

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

What are some standards used in Layer 6?

A

XML HTML MIME

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

What does layer 4 enable?

A

process-to-process communication

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

what is the purpose of layer 3?

A

It performs routing functions. most commonly it just shows the next router on the path

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

what is the purpose of layer 2?

A

Provide mean to transfer data between network entities and to detect/correct errors that may occur in physical layers

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

What is layer 1 made up of?

A

Since it is the physical layer it is made up of copper cables and so on

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

List all the bodies that issue standards:

A

ISO, IEEE, IETF, IANA,ICANN,W3C,CCITT,NIST

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

What type of oriented protocols does the application layer have?

A

User-oriented protocols

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

Most common architecture in this course?

A

client-server

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

On what layer is FTP?

A

Layer 7

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

What is the problem with client-server architecture?

A

Client always initiates communication

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

What does P2P (Peer-to-Peer) enable?

A

different participants to work as equals

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

by what RFC is SMTP defined by?

A

RFC 5321

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

What is an alternative to POP3?

A

IMAP4 (Internet Message Access Protocol

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

What is the most well known tool to see traffic on a network?

24
Q

What does DNS stand for?

A

Domain name system

25
What is a TLD?
Top level domain
26
What are the types of TLD's
gTLD, ccTLD,sTLD
27
what does gTLD stand for
generic TLD
28
what does ccTLD stand for?
country code TLD
29
what does sTLD stand for?
Sponsored TLD
30
What does SCADA system do?
Controls industrial equipment from a single point in a facility
31
What was X25 used for?
Routes network across international waters
32
When did tim burners lee invent the www?
1990
33
why are standards needed?
So that computers can communicate with each other
34
what does set type=a do?
it is Used to specify that you want to query for the Address (A) records associated with a domain name.
35
What is the difference between FQDN(fully qualified domain name) and a normal domain name
Normal = refer to a name within some current domain. FQDN = specifies domain starting at the TLD down to the domain name of interest
36
what does set type=ns do?
tells nslookup that we want a pointer to a name server rather than the address associated with the domain
37
what does nslookup do?
Show how Domain Names is translated to IP address
38
What is a zone file?
A file that stores the Domain Info. Defines Resource records. authorative source.
39
How do you determine the owner of a domain?
Enter whois "xx.co.za" command
40
By who is IANA operated by?
ICANN (Internet Corporation for Assigned Names and Numbers)
41
Who has authority at the root of the DNS?
IANA (Internet Assigned Numbers Authority)
42
what does a CNAME(canonical name) do?
Assigns an alias to a domain name
43
In the ISO each layer provides services for the layer directly ... it. Each layer uses the services provided by the layer directly ... it
above. below
44
Is the OSI model a specific set of protocols?
No. it is just a reference model
45
what port does ssh use
22
46
What port does SMTP use
25
47
What port does HTTP use
80
48
What port does telnet use?
23
49
What port does FTP control use?
21
50
What port does FTP data use?
20
51
Why is FTP still used?
There are many functions that can be used to make file handling easier
52
What is passive connection
---------> actor ----------> server else -----------> actor <---------- server bottom = control connection top = data connection
53
What can layer 6 do?
Translate.(converting) XML HTML MIE ARPA
54
What does RFC stand for?
Request for Comments
55
What is the main idea for transport layer 4?
Have a path between processes that participate in the convo. It can also throttle data that goes across it
56
What is the purpose of layer 3?
to route the messages
57
What does layer 2 do?
marks the beginning and end of a message