• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back

Address size IPv4 vs. IPv6

32 bits vs. 128 bits

Packet size IPv4 vs. IPv6

576 bytes req. (fragmentation optional).

1280 bytes req. (No fragmentation)

Header size IPv4 vs. IPv6

(IPv4)


20-60 bytes.
Includes checksum.


(IPv6)
40 bytes.(extension headers used for opt. data)
Does not include checksum.

Why is checksum not included in IPv6?

Both transport-layer and data-layer computes checksum, the checksum in the network-layer can be regarded as redundant. It also reduces the work since the checksum needs to be recalculated at each router.

Broadcast IPv4 vs. IPv6

(IPv4) Yes

(IPv6) No

Multicast IPv4 vs. IPv6

Yes

Yes

IPsec IPv4 vs. IPv6

Optional external

Required

NAT

Network Address Translation

Used in IPv4 that allows multiple devices connect to a public network using the same public IPV4 address.

Allows you to connect a private network to the internet without obtaining registered addresses for every host.

Link-local

(IPv6 and IPv4)



A network address that is intended and valid only for communication within a network segment.

Are not guaranteed to be unique beyond a single network segment. Ruters does therefore not forward packets with link-local addresses. Every IPv6 enabled host has a link-local address, but do not need a Unique-local.

Unique-local

(IPv6)

Is the approx conuterpart of IPv4 private address. Are avaliable for use in private networks, but are not routable in the global IPv6 internet.

Can a network interface have both unique local and link-local?

Yes

Network address

Identifies the subnet of a host

Netmask

Is used to divide an IP address into subnets and specify the networks avaliable hosts. (Ex. 255.255..255.128)

If this mask designates(betecknar) a subnet within a larger network, it is also called the subnet mask.

Broadcast address

A message sent to a BC-address is typically recieved by all network attached hosts.

Calculate the network address

Use the bitwise AND operator of the IP and netmask.

Calculate the broadcast address
Do a binary inversion of the netmask. Do a bitwise OR on the network address and the inverted netmask.

Calculate the number of hosts in a network with a specific prefix

Ex, /24

2^(32-24)-2

Jumbo payload option

Can be used in IPv6.



The IPv6 Hop-by-hop extension header can contain the Jumbo payload option, which
allows one to send datagrams of length up to 4GB.