OSI and TCP/IP models

0.0(0)
studied byStudied by 12 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Protocols at each of the 7 Layers of the OSI Model

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards
<p>OSI Model Layer 7:</p><p>Application Layer (7)</p>

OSI Model Layer 7:

Application Layer (7)

DNS, DHCP, FTP, PDU, Telnet, POP3/IMAP

<p>DNS, DHCP, FTP, PDU, Telnet, POP3/IMAP</p>
2
New cards
<p>OSI Model Layer 6:</p><p>Presentation Layer (6)</p>

OSI Model Layer 6:

Presentation Layer (6)

ASCII, JPEG, GIF, SSL, TLS; Data formatting is performed at the Presentation layer 6.

<p>ASCII, JPEG, GIF, SSL, TLS; Data formatting is performed at the Presentation layer 6.</p>
3
New cards
<p>OSI Model Layer 5</p><p>Session Layer (5)</p>

OSI Model Layer 5

Session Layer (5)

SIP, PPTP

<p>SIP, PPTP</p>
4
New cards
<p>OSI Model Layer 4:</p><p>Transport Layer (4)</p>

OSI Model Layer 4:

Transport Layer (4)

TCP, UDP; The Transport layer is responsible for breaking upper-layer data into segments and allowing reliable communication through end-to-end flow control, error detection, and error correction.

<p>TCP, UDP; The Transport layer is responsible for breaking upper-layer data into segments and allowing reliable communication through end-to-end flow control, error detection, and error correction.</p>
5
New cards
<p>OSI Model Layer 3:</p><p>Network Layer (3)</p>

OSI Model Layer 3:

Network Layer (3)

IPv4, IPv6, OSPF, RIP, BGP, ICMP; Path identification and selection is a function of the Network layer 3. At layer 3, the network layer, the routing part of the router (such as a SOHO router), makes forwarding decisions between the local private network and the public Internet.

TTL is a field used at the Network layer within IP packets. It is used to limit the lifespan of a packet to prevent it from circulating indefinitely on the network.

<p>IPv4, IPv6, OSPF, RIP, BGP, ICMP; Path identification and selection is a function of the Network layer 3. At layer 3, the network layer, the routing part of the router (such as a SOHO router), makes forwarding decisions between the local private network and the public Internet.</p><p>TTL is a field used at the Network layer within IP packets. It is used to limit the lifespan of a packet to prevent it from circulating indefinitely on the network.</p>
6
New cards
<p>OSI Model Layer 2:</p><p>Data (Link) Layer (2)</p>

OSI Model Layer 2:

Data (Link) Layer (2)

Ethernet, PPP, Frame Relay, NIC/MAC Address/EUI and VLANs, Bridge, Switch, Frame; Media access, logical topology, and device identification occur at the Data Link layer 2. Ethernet switching by using hardware-based media access control (MAC) addresses and wireless to wired bridging make use of physical layer adapters at layer 2. Source Hardware Address, Destination Hardware Address and Checksum are header fields added by the Data Link layer.

<p>Ethernet, PPP, Frame Relay, NIC/MAC Address/EUI and VLANs, Bridge, Switch, Frame; Media access, logical topology, and device identification occur at the Data Link layer 2. Ethernet switching by using hardware-based media access control (MAC) addresses and wireless to wired bridging make use of physical layer adapters at layer 2. Source Hardware Address, Destination Hardware Address and Checksum are header fields added by the Data Link layer.</p><p></p>
7
New cards
<p>OSI Model Layer 1:</p><p>Physical Layer (1)</p>

OSI Model Layer 1:

Physical Layer (1)

WiFi, USB, Bluetooth, RJ45, SDH, MW/RF, Transceiver, Repeater Cable, Media Converter, Hub; Message transmission through a medium is performed at the Physical layer.

<p>WiFi, USB, Bluetooth, RJ45, SDH, MW/RF, Transceiver, Repeater Cable, Media Converter, Hub; Message transmission through a medium is performed at the Physical layer.</p><p></p>
8
New cards
<p>Please Do Not Throw Sausage Pizza Away</p>

Please Do Not Throw Sausage Pizza Away

Please - PHYSICAL

Do - DATA

Not - NETWORK

Throw - TRANSPORT

Sausage - SESSION

Pizza - PRESENTATION

Away - APPLICATION

<p>Please - PHYSICAL</p><p>Do - DATA</p><p>Not - NETWORK</p><p>Throw - TRANSPORT</p><p>Sausage - SESSION</p><p>Pizza - PRESENTATION</p><p>Away - APPLICATION</p>
9
New cards
<p>All People Seem To Need Data Processing</p>

All People Seem To Need Data Processing

All - APPLICATION

People - PRESENTATION

Seem - SESSION

To - TRANSPORT

Need - NETWORK

Data - DATA

Processing - PHYSICAL

<p>All - APPLICATION</p><p>People - PRESENTATION</p><p>Seem - SESSION</p><p>To - TRANSPORT</p><p>Need - NETWORK</p><p>Data - DATA</p><p>Processing - PHYSICAL</p>
10
New cards
<p>TCP/IP Model 4 layers</p>

TCP/IP Model 4 layers

4 layers

Application

Transport

Internet

Link

The Link Layer

The link layer is the lowest layer of the TCP/IP model; it is also referred to in some texts as the network interface layer. The link layer combines the physical and data link layer functions into a single layer. This includes frame physical network functions like modulation, line coding and bit synchronization, frame synchronization and error detection, and LLC and MAC sublayer functions. Common protocols include the Address Resolution Protocol (ARP), Neighbor Discovery Protocol (NDP), IEEE 802.3 and IEEE 802.11.

The Internet Layer

The Internet layer is the next layer up from the link layer and is associated with the network layer of the OSI model. Functions include traffic routing, traffic control, fragmentation, and logical addressing. Common protocols include IP, ICMP and IGMP.

The Transport Layer

The Transport layer is the next layer and is typically related directly with the same named layer in the OSI model. Functions include message segmentation, acknowledgement, traffic control, session multiplexing, error detection and correction (resends), and message reordering. Common protocols include the Transport Control Protocol (TCP) and User Datagram Protocol (UDP).

The Application Layer

The Application layer is the highest layer in the TCP/IP model and is related to the session, presentation and application layers of the OSI model. The application layer of the TCP/IP model is used to handle all process-to-process communication functions; these functions were carried out by multiple different layers when referencing the OSI model. There are a number of different functions which are carried out by this layer, including session establishment, maintenance and termination, character code translations, data conversion, compression and encryption, remote access, network management and electronic messaging to name a few. Common protocols include Named Pipes, NetBIOS, MIME, TLS, SSL, FTP, DNS, HTTP, SMTP and many others.

<p>4 layers</p><p>Application</p><p>Transport</p><p>Internet</p><p>Link</p><p></p><h5 style="text-align: start" collapsed="false" seolevelmigrated="true">The Link Layer</h5><p style="text-align: start">The link layer is the lowest layer of the TCP/IP model; it is also referred to in some texts as the <em>network interface </em>layer. The link layer combines the physical and data link layer functions into a single layer. This includes frame physical network functions like modulation, line coding and bit synchronization, frame synchronization and error detection, and LLC and MAC sublayer functions. Common protocols include the Address Resolution Protocol (ARP), Neighbor Discovery Protocol (NDP), IEEE 802.3 and IEEE 802.11.</p><h5 style="text-align: start" collapsed="false" seolevelmigrated="true">The Internet Layer</h5><p style="text-align: start">The Internet layer is the next layer up from the link layer and is associated with the network layer of the OSI model. Functions include traffic routing, traffic control, fragmentation, and logical addressing. Common protocols include IP, ICMP and IGMP.</p><h5 style="text-align: start" collapsed="false" seolevelmigrated="true">The Transport Layer</h5><p style="text-align: start">The Transport layer is the next layer and is typically related directly with the same named layer in the OSI model. Functions include message segmentation, acknowledgement, traffic control, session multiplexing, error detection and correction (resends), and message reordering. Common protocols include the Transport Control Protocol (TCP) and User Datagram Protocol (UDP).</p><h5 style="text-align: start" collapsed="false" seolevelmigrated="true">The Application Layer</h5><p style="text-align: start">The Application layer is the highest layer in the TCP/IP model and is related to the session, presentation and application layers of the OSI model. The application layer of the TCP/IP model is used to handle all process-to-process communication functions; these functions were carried out by multiple different layers when referencing the OSI model. There are a number of different functions which are carried out by this layer, including session establishment, maintenance and termination, character code translations, data conversion, compression and encryption, remote access, network management and electronic messaging to name a few. Common protocols include Named Pipes, NetBIOS, MIME, TLS, SSL, FTP, DNS, HTTP, SMTP and many others.</p><p></p>
11
New cards
<p>The TCP/IP Link Layer</p>

The TCP/IP Link Layer

The TCP/IP Link Layer

The link layer is the lowest layer of the TCP/IP model; it is also referred to in some texts as the network interface layer. The link layer combines the physical and data link layer functions into a single layer. This includes frame physical network functions like modulation, line coding and bit synchronization, frame synchronization and error detection, and LLC and MAC sublayer functions. Common protocols include the Address Resolution Protocol (ARP), Neighbor Discovery Protocol (NDP), IEEE 802.3 and IEEE 802.11.

<p><strong><span>The TCP/IP Link Layer</span></strong></p><p style="text-align: start"><span>The link layer is the lowest layer of the TCP/IP model; it is also referred to in some texts as the </span><em><span>network interface </span></em><span>layer. The link layer combines the physical and data link layer functions into a single layer. This includes frame physical network functions like modulation, line coding and bit synchronization, frame synchronization and error detection, and LLC and MAC sublayer functions. Common protocols include the Address Resolution Protocol (ARP), Neighbor Discovery Protocol (NDP), IEEE 802.3 and IEEE 802.11.</span></p>
12
New cards
<p>The TCP/IP Internet Layer</p>

The TCP/IP Internet Layer

The Internet Layer

The Internet layer is the next layer up from the link layer and is associated with the network layer of the OSI model. Functions include traffic routing, traffic control, fragmentation, and logical addressing. Common protocols include IP, ICMP and IGMP.

<h5 style="text-align: start" collapsed="false" seolevelmigrated="true">The Internet Layer</h5><p style="text-align: start">The Internet layer is the next layer up from the link layer and is associated with the network layer of the OSI model. Functions include traffic routing, traffic control, fragmentation, and logical addressing. Common protocols include IP, ICMP and IGMP.</p>
13
New cards
<p>The TCP/IP Transport Layer</p>

The TCP/IP Transport Layer

The TCP/IP Transport Layer

The Transport layer is the next layer and is typically related directly with the same named layer in the OSI model. Functions include message segmentation, acknowledgement, traffic control, session multiplexing, error detection and correction (resends), and message reordering. Common protocols include the Transport Control Protocol (TCP) and User Datagram Protocol (UDP).

<p style="text-align: start"><strong>The TCP/IP Transport Layer</strong></p><p style="text-align: start">The Transport layer is the next layer and is typically related directly with the same named layer in the OSI model. Functions include message segmentation, acknowledgement, traffic control, session multiplexing, error detection and correction (resends), and message reordering. Common protocols include the Transport Control Protocol (TCP) and User Datagram Protocol (UDP).</p><p></p>
14
New cards
<p>The TCP/IP Application Layer</p>

The TCP/IP Application Layer

The TCP/IP Application Layer

The Application layer is the highest layer in the TCP/IP model and is related to the session, presentation and application layers of the OSI model. Functions carried out by this layer, include session establishment, maintenance and termination, character code translations, data conversion, compression and encryption, remote access, network management and electronic messaging. Common protocols include Named Pipes, NetBIOS, MIME, TLS, SSL, FTP, DNS, HTTP, SMTP and many others.

<p><strong>The TCP/IP Application Layer</strong></p><p>The Application layer is the highest layer in the TCP/IP model and is related to the session, presentation and application layers of the OSI model. Functions carried out by this layer, include session establishment, maintenance and termination, character code translations, data conversion, compression and encryption, remote access, network management and electronic messaging. Common protocols include Named Pipes, NetBIOS, MIME, TLS, SSL, FTP, DNS, HTTP, SMTP and many others.</p>
15
New cards
16
New cards

NICs, Bridges and Gateways operate at what OSI layer?

NICs, Bridges and Gateways operate at OSI Data Link layer 2

17
New cards

Hubs and Repeaters operate at what OSI layer?

Hubs and Repeaters operate at the OSI Physical layer 1?

18
New cards

What are three header fields added by the Data Link layer in the OSI model?

Source hardware MAC address, destination hardware MAC address and checksum 03 head fields added by the Data Link layer 2 in the OSI model.