Introduction to Networking Concepts Flashcards

1
Q

What is the OSI model? (Definition)

A

A conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system without regard to its underlying internal structure and technology.

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

OSI Model (acronym definition)

A

Open Systems Interconnection model

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

Layers of the OSI model(in order)

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

What is the function of the physical layer of the OSI model?

A

Transmission and reception of raw bit streams over a physical medium.

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

What is the function of the data link layer of the OSI model?

A

Reliable transmission of data frames between two nodes connected by a physical layer.

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

What is the function of the network layer of the OSI model?

A

Structuring and managing a multi-node network, including addressing, routing and traffic control.

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

What is the function of the transport layer of the OSI model?

A

Reliable transmission of data segments between points on a network, including segmentation, acknowledgement and multiplexing.

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

What is the function of the session layer of the OSI model?

A

Managing communication sessions, i.e., continuous exchange of information in the form of multiple back-and-forth transmissions between two nodes.

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

What is the function of the presentation layer of the OSI model?

A

Translation of data between a networking service and an application; including character encoding, data compression and encryption/decryption.

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

What is the function of the application layer of the OSI model?

A

High-level APIs, including resource sharing, remote file access.

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

What is a protocol data unit(PDU)?

A

a single unit of information transmitted among peer entities, such as the individual layers of the OSI model, of a computer network.

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

The PDU of the transport layer (OSI model):

A

the segment or the datagram

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

The PDU of the network layer (OSI model):

A

the packet.

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

The PDU of the data link layer (OSI model):

A

the frame.

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

The PDU of the physical layer (OSI model):

A

the bit/symbol.

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

The PDU of the session layer (OSI model):

A

the data.

17
Q

The PDU of the presentation layer (OSI model):

A

the data.

18
Q

The PDU of the application layer (OSI model):

A

the data.

19
Q

The PDU of the link layer (TCP/IP suite):

A

the frame.

20
Q

The PDU of the internet layer (TCP/IP suite):

A

the packet.

21
Q

The PDU of the transport layer (TCP/IP suite):

A

the TCP segment for TCP and the datagram for UDP.

22
Q

What are the media layers on the OSI stack?

A
  • Physical
  • Data Link
  • Network
23
Q

What are the host layers on the OSI stack?

A
  • Transport
  • Session
  • Presentation
  • Application
24
Q

What is a network protocol?

A

a set of rules used by computers for formatting and processing data. a common language for computer communication.

25
Q

Which protocols run on the network layer?

A
  • IPSec
  • ICMP
  • IGMP
26
Q

What protocols are used on the Internet?

A
  • TCP
  • HTTP
  • HTTPS
  • TLS/SSL
  • UDP
27
Q

What protocols do routers use?

A
  • BGP
  • EIGRP
  • OSPF
  • RIP
28
Q

what is TCP/IP (or the internet protocol suite)?

A

a suite of protocols that govern how data transmission port numbers track different conversations.

29
Q

What layer(s) of the OSI model does the TCP/IP protocol’s application layer map to?

A
  • application
  • presentation
  • session
30
Q

What layer(s) of the OSI model does the TCP/IP protocol’s transport layer map to?

A

the transport layer.

31
Q

What layer(s) of the OSI model does the TCP/IP protocol’s internet layer map to?

A

the network layer

32
Q

What layer of the OSI model does the TCP/IP protocol’s link layer map to?

A
  • physical

* data link

33
Q

Functionality of TCP protocol:

A
  • connection-oriented
  • reliable
  • provides flow control & error dectection
34
Q

Functionality of UDP protocol:

A
  • connection-less
  • non-reliable/no handshake is performed
  • “best effort” protocol
35
Q

What are the steps in a ‘TCP 3 way handshake’?

A
  1. SYN
  2. SYN/ACK
  3. ACK
36
Q

How are flags used by TCP connections?

A

to give the protocol directions on what you want to do.