The Network and Transport Layers

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

1/14

flashcard set

Earn XP

Description and Tags

Flashcards reviewing the Network and Transport Layers.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

What is the primary function of the OSI Network Layer 3?

Provides network addressing for packets and supports switching and routing technologies.

2
New cards

Name three protocols that operate at OSI Layer 3.

Internet Protocol (IP), Internet Control Message Protocol (ICMP), and Internet Protocol Security (IPSec)

3
New cards

What is the main function of the OSI Transport Layer 4?

Provides transparent and reliable data transfer between computers.

4
New cards

Name three protocols that operate at OSI Layer 4.

Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and Stream Control Transmission Protocol (SCTP)

5
New cards

How does the Internet Protocol (IP) treat packets?

It treats all packets (datagrams) separately, each containing a header with the destination’s IP address.

6
New cards

How can a network node determine if a packet header has been changed?

A network node can use a checksum to tell if a packet header has changed

7
New cards

Which organization develops and promotes Internet standards, including IPv4 and IPv6?

Internet Engineering Task Force (IETF)

8
New cards

What is the purpose of private IP addresses?

To allow organizations to assign their own device IP addresses from private network ranges.

9
New cards

What is the Domain Name System (DNS)?

It is a hierarchical naming system that associates host names with IP addresses.

10
New cards

What was the primary motivation for creating IPv6?

To increase the network address space.

11
New cards

What is Unicast in IPv6 network methodologies?

Sending a packet to a single destination.

12
New cards

Which protocols are used to provide local Media Access Control (MAC) addresses in IPv4 and IPv6 networks?

ARP (Address Resolution Protocol) in IPv4 and NDP (Neighbor Discovery Protocol) in IPv6.

13
New cards

How does a connectionless protocol like IP treat packets?

It has no notion of a connection between source and destination nodes and treats each packet separately.

14
New cards

How does a connection-oriented protocol operate?

Sets up a connection between the source and destination and treats each message separately.

15
New cards

Is UDP connection-oriented or connectionless-oriented?

Connectionless-oriented protocol.