Lesson 4 - Session, Presentation and Application Layers Flashcards

1
Q

Which Layer controls the communications from one endpoint to another.

A

Session layer

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

Name 3 Common Layer 5 modes of communicating

A

Full Duplex - Phone Communications
Half Duplex - two way radios
Simplex - Source can only send. Destination cannot respond

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

Name some common Layer 5 Protocols

A

H.2254
L2TP
NetBIOS
RPC
SMB
SOCKs

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

What main purpose of Presentation Layer (6)

A

Responsible for formatting and coding Application Layer data into a form that is acceptable for transmitting on the network

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

Which Layer would be responsible for formatting and encrypting of data

A

Presentation Layer

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

Name Some Common Protocols at the Presentation Layer

A

IMAP - Email
SSH - Secure Shell - cryptographic protocol
SSL - Secure Sockets Layer
TLS - successor to SSL - Transport Layer Security

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

Besides Encryption and Formatting what is another key function

A

Converting data into standard formats for application program use such as:
ASCII, ETCDIC, TIFF, JPEG, GIF, etc

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

Which layer only interacts directly with Human Beings

A

Layer 7 Application using User Interface

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

Name common Layer 7 Protocols

A

DHCP
FTP
HTTP
NFS
SMTP
SIP
SNMP
Telnet

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

True or False a Word Processor operates at Layer 7

A

False - that is not the type of application that this level is referring to

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

Which Port does HTTPS Use

A

443
Bonus - is aTCP Protocol

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

Which Port does FTP Use

A

20 and 21

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

Which Port does SMTP Use

A

25
Bonus - Is a UDP Protocol

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

Which Port Does Telnet Use

A

23

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

What Service does Port 80 Use

A

HTTP

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

Which Service does Port 53 Use

A

DNS

17
Q

Which Services does Port 69 Use

A

Trivial File Transfer Protocol (TFTP)

18
Q

Name the Most Common Application Architectures

A

Host-Based
Client-Based
Client/Server
Cloud Computing
Peer to Peer

19
Q

What was the main pitfall for Client Based (Diskless) Applications

A

Saturation of network

20
Q

What is the term for multiple appServers

A

N-tier

21
Q

What is the rapidly emerging use case for untrusted P2P applications

A

Blockchain

22
Q

What is an instance of a service listening for traffic on a specific port called

A

Socket

23
Q

Where did what we call the Internet originate from

A

DOD used a network called ARPANET for research. Educational institutions and then Large Corp started using it.

24
Q

In 1989 what English Computer Scientist proposed a novel way to connect resources across the Internt

A

Tim Berner-Lee created World Wide Web and created a new protocol called the Browser in 1991

25
Q

What Technique does today’s mobile and distributed apps use

A

Representational State Transfer (REST)

26
Q

What is the data at each of the layers of the OSI model called

A

Protocol Data Unit (PDU)

27
Q

What are the PDU Data called at each of the layers

A

App/Pres/Session - Data
Transport - Segments
Network - Packets
Data Link - Frames
Physical - Bits 1’s and 0’s

28
Q

Which ports are listening for DHCP

A

UDP 67 for Servers
UDP 68 for Workstations

29
Q

Netbios, SOCKS, RPC, SMB are protocols at what layer

A

Session
Application environments that use remote procedure calls commonly operate using Layer 5

30
Q

SNMP uses what ports to operate and what is the current version

A

Ports 161/162
SNMP version 3 which offers security such as authentication and encryption

31
Q

Compare a Worm vs Virus

A

Worms are self replicating that insert copies of themselves into executable codes, programs or documents and replicate faster than viruses.

32
Q

Which Service uses Port 179

A

BGP

33
Q

Kerberos uses what Port

A

88