Test 2 Flashcards

1
Q

7 Layers of OSI Network Model

A
  1. Application Layer
  2. Presentation Layer
  3. Session Layer
  4. Transport Layer
  5. Network Layer
  6. Data Link Layer
  7. Physical Layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Application Layer

A

End User Layer.

Serves as the window for users and application processes to access the network services.

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

Presentation Layer

A

Syntax Layer.

Formats the data to be presented to the Application layer. It can be viewed as the “Translator” for the network.

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

Session Layer

A

Synch and Send to Ports.

Allows session establishment between processes running on different stations.

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

Transport Layer

A

TCP.

Ensures that messages are delivered error-free, in sequence, and with no losses or duplications.

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

Network Layer

A

Packets.

Controls the operations of the subnet, deciding which physical path the data takes.

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

Data Link Layer

A

Frames.

Provides error-free transfer of data frames from one node to another over the Physical layer.

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

Physical Layer

A

Physical Structure.

Concerned with the transmission and reception of the unstructured raw bit stream over the physical medium.

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

Ring Network

A

Old “Token Ring” Network - all of the machines are connected to one another to pass information around in a one-way circle.

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

Star Network

A

New, Current “Star” Network - all of the machines are individually connected to one central box that connects to the rest of the network.

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

CRC

A

Checksum. Stands for Cyclic Redundancy Check

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

2 Types of IP Addresses

A

IPv4 and IPv6

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

NAT

A

Network Address Translation.

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

LAN

A

Local Area Network

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

WAN

A

Wide Area Network

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

UDP

A

User Datagram Protocol. Things aren’t guaranteed to arrive in order.

17
Q

TCP

A

Transmission Control Protocol. Streams.

18
Q

Components of Writing an App: Server

A
  • Bind: Only one process per port number
  • Listen
  • 0-1023 ports are (were) reserved for root user
19
Q

Components of Writing an App: Client

A

Connect

20
Q

DNS

A

Domain Name Service. Converts human text to IP Address –> getHostByName.

21
Q

DHCP

A

Dynamic Host Configuration Protocol. Assign IPs to local machines. vs. static.

22
Q

Whats a router doing?

A
Lots!
○ DNS
○ DHCP
○ NAT
○ Web Server
○ Routing
○ Firewall
○ etc.
○ etc.