ICND 1 - 2.Models Flashcards

2
Q

What is data called at the Application, Presentation, and Session layers?

A

data

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

What is the data called at the Transport layer?

A

segments

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

What is the data called at the Network layer?

A

packets

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

What is the data called at the Data Link layer?

A

frames

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

What is the data called at the Physical layer?

A

bits

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

What are the names of the seven layers of the OSI model?

A

L7 Application L6 PresentationL5 SessionL4 TransportL3 NetworkL2 Data LinkL1 Physical

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

Name some protocols and services that run at L7 (Application Layer)?

A

Email proocols SMTP and Pop3TelnetHTTPFile Transfer Protocol (FTP)*Simple Network Management Protocol (SNMP)

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

What are the 4 primary tasks that the Presentation layer are concerned with?

A
  1. Compatibility with the OS2. Proper encapsulation of data for network transmission3. Data formatting (ascii, binarry)4. Data encryption, compression, and translation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some of the file types used at the Presentation layer?

A

JPEG, ASCII, GIF, MPEG, MIDI, EBCDIC, and TIFF.

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

What is the main job of the Session layer?

A

Manager of the two-way communication between two remote hosts.

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

What is the pupose of the Transport Layer?

A

To establish a logical end-to-end connection between two systems, segment data received from the upper layers of the OSI Model, and to make sure the data gets to the destination in the correct order and free of errors.

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

At the Transport Layer, what are the two methods of transporting data?

A
  1. Connection-oriented - referring to TCP2. Connectionless - referring to UDP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the Network Layer often called?

A

“The Routing Layer”

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

What are four major specifications that run on the Data Link Layer?

A
  1. Ethernet2. High Data Link Control (HDLC)3. Point-to-Point Protocol (PPP)4. Frame Relay
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does the data link layer perform error detection?

A

Through something called the “Frame Check Sequence”.

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

The Data link layer performs error recovery. True/False

A

False - It performs error detection, not error recovery

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

What are two names that MAC addresses are sometimes called?

A

Hardware and physical addresses. This is because a MAC address is physically burned into the Network Interface Card (NIC).

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

What is another name for the MAC address?

A

Burned-in Address (BIA)

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

Which layer do switches and bridges operate at?

A

Data Link Layer (L2)

21
Q

What is the difference between Error Detection and Error Recovery.

A

Error detection - detecting the errorError recovery - fixing the error.

22
Q

What does the data link layer use to detect errors?

A

Frame Check Sequence (FCS)

23
Q

What is the combination of data and layer specific header called?

A

Protocol Data Unit (PDU)

24
Q

The combination of data and L7 header information is called an L7 PDU. What is the data and L6 header informatino called?

A

L6 PDU, L5 PDU etc…

25
Q

After data is successfully transmitted by the Physical layer to the remote location and the data begins to travel back up the OSI model. Can the L3 layer remove any other layers header?

A

No, only the same layer can remove its layers header. L3 to L3, L5 to L5, etc..

26
Q

The process of a given OSI layer removing the header placed on the data by the same layer on the send side is called what?

A

Same-Layer Interaction.

27
Q

The interaction between layers of the OSI model on the same host is termed?

A

Adjacent-Layer Interaction

28
Q

What are the layers of the TCP/IP model?

A

ApplicationTransportInternetNetwork Access

29
Q

The Application layer of the TCP/IP model maps to which layer(s) of the OSI model?

A

ApplicationPresentationSession

30
Q

The Transport layer of the TCP/IP model maps to which layer(s) of the OSI model?

A

Transport

31
Q

What operates at the Transport Layer of the TCP/IP model and what form does the data take?

A

TCP and UDP, data takes the form of segments.

32
Q

What does TCP stand for?

A

Transmission Control Protocol.

33
Q

What does UDP stand for?

A

User Datagram Protocol.

34
Q

Which layer does TCP and UDP operate?

A

Transport Layer.

35
Q

Name some differences betweeen TCP and UDP.

A

TCP: * Guaranteed delivery * Error detection via sequence and ACK numbers * Windowing * “Connection-Oriented”UDP: *“best-effor” delivery, but no guarantee of delivery * No error detection * No windowing * “Connectionless”

36
Q

How does the TCP “Three-Way Handshake” work?

A

Sender sends a Synchronization (“SYN”) bit set to the recipient.Recipient responds with sending back the SYN and ACK bits. (SYN/ACK).Sender then sends back a Acknowledgement (ACK) bit in return.

37
Q

Does UDP use the “Three-Way Handshake?

A

No.

38
Q

Describe the process of “Positive Acknowledgement with Retransmission (PAR).

A

Its a UDP process of setting a timer and retransmitting data if not recieved in time. *Sender is waiting for a positive message from the recipient that data was received. *if that message isn’t received, the data is retransmitted.

39
Q

What is “Windowing”?

A

Refers to the amount of data that a data sender is allowed to transmit without waiting for an ack.

40
Q

Who decides the size of the window of data being sent? Recipient or Sender?

A

Recipient - This gives the recipient some control over how much data is sent (“flow control”)

41
Q

What does the data recipient do with the window size if it sees no errors at a given data size?

A

It will increase the window size to allow more data through at a time.

42
Q

What does the data recipient do with the window size if it starts to see errors at a given size?

A

It will decrease the size of the window to allow less data through.

43
Q

What is the term for the dynamic adjustment of the window size?

A

Sliding Window

44
Q

What three values do TCP and UDP headers have in common?

A
  • Source port* Destination port* Checksum
45
Q

How does a receipient PC know how to distinguesh multiple forms of data coming in at the smae time? ( i.e. SMTP, Telnet, TFTP)

A

By using pre assigned port numbers.

46
Q

What is the mixing of data streams call?

A

Multiplexing

47
Q

What is a socket in networking?

A

Its a combination of IP address and port number.