Internet Protocol (Part 2) Flashcards

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

1/24

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from the lecture on Internet Protocol Part 2.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Gift (in the context of technology)

Something voluntarily transferred by one person to another without compensation; a notable capacity, talent, or endowment.

2
New cards

IP service model

An addressing scheme to identify an IP host, and a datagram (connectionless) model of data delivery; provides a best-effort, unreliable service.

3
New cards

Types of IPv4 Addresses

Unicast, private, link-local, loopback, public, broadcast, multicast, anycast.

4
New cards

Private IPv4 Addresses

192.168.0.0 - 192.168.255.255, 172.16.0.0 - 172.31.255.255, 10.0.0.0 - 10.255.255.255

5
New cards

Loopback IPv4 Addresses

127.0.0.0/8

6
New cards

Link-Local IPv4 Addresses

169.254.0.0 – 169.254.255.255

7
New cards

Fields in IPv4 Datagram

Version, IHL, Type of Service, Total Length, Identification, Flags, Fragment Offset, Time to Live, Protocol, Header Checksum, Source Address, Destination Address, Options, Padding

8
New cards

Time to Live (TTL)

Limits the number of times that a datagram is processed by routers.

9
New cards

Protocol Field in IPv4

Specifies the type of payload, e.g., 6 for TCP and 17 for UDP.

10
New cards

Evolutions to IPv6

Longer IP addresses, more items in header, no options, no hop-by-hop fragmentation, end-to-end fragmentation, no error detection for headers.

11
New cards

IPv6 Header Fields

Version, Traffic Class, Flow Label, Payload Length, Next Header, Hop Limit, Source Address, Destination Address

12
New cards

IPv6 Address Types

Global Unicast, Link-Local Unicast, Loopback, Unspecified, Unique Local, Embedded IPv4, Multicast, Anycast

13
New cards

Main Services Provided by ICMP

Error reporting, reachability test, congestion control, route-change notification, time stamping, subnet addressing, router advertisement and solicitation.

14
New cards

ICMP Query Messages

Echo request and reply (Ping), router advertisement and solicitation, timestamp request and reply, address mask request and reply.

15
New cards

Content of ICMP Error Message

Contains the IP header and the first 8 bytes of payload of the IP datagram that caused the ICMP error to be generated.

16
New cards

MTU

Maximum Transmission Unit; the maximum network-layer packet size that can be sent on a data-link network.

17
New cards

Use of MTU

To send datagrams to a directly attached host, use the network’s MTU; to send datagrams to a non-directly attached host, use the path MTU.

18
New cards

Path MTU

The minimum of the networks’ MTUs on the path from the source to destination.

19
New cards

Packet Reassembly

A fragmented IP datagram will be reassembled only at the destination node; each fragment contains sufficient information for reassembly.

20
New cards

Components of IP Subnets

Network address, a subnet ID, and a host ID.

21
New cards

Subnet Mask

Indicates which bits are referred to the network and subnet ID.

22
New cards

IP Supernet

Have a subnet mask shorter than the network address.

23
New cards

Construction of Routing Tables

Routing tables for routers are constructed from routing protocols; routing tables for hosts are self constructed.

24
New cards

Characteristics of IP Forwarding

Both hosts and routers are involved; done on a hop-by-hop basis; able to specify a route to a network.

25
New cards

How a host sends a datagram

If on the same LAN (local), it sends the datagram to the destination directly; if on different LAN (remote), it sends the datagram to a default router.