• 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/55

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;

55 Cards in this Set

  • Front
  • Back

What is flow control?

Receiver returns flow "I can handle x bits" Benefits host from running out of buffers.

Receiver returns flow "I can handle x bits" Benefits host from running out of buffers. This is an example of what?

Flow Control.

What is congestion control?

Measured by ACK average time. Benefits everyone by reducing traffic.

Measured by ACK average time. Benefits everyone by reducing traffic. This is an example of?

Congestion control.

What characterizes TCP?

Complex, but reliability and ease.

Complex, but reliability and ease. This describes what transport system?

TCP

What are 2 examples of Routing Protocols?

RIP and OSPF

RIP and OSPF are what type of protocols?

Routing protocols.

What address information does a router store in a forwarding table?

Networks, not hosts.

How is an IP routing protocol aggregating?

It is collecting hosts into a single network forwarding address.

What router deals with the host part of the address?

The last router.

What part of the address is the responsibility of the last router?

To deal with the host part of the address?

What is static routing?

Hard coded routing.

Hard coded routing is called?

Static routing.

What is routing?

Finding the lowest cost path and distributing that info.

Finding the lowest cost path and distributing that info is called?

Routing

When finding the lowest cost path, what can determine the cost?

Delay, Data Rate, Error rate or a combination.

What information does the distance vector transmit and to whom?

It transmits everything it knows to it's immediate neighbor.

It transmits everything it knows to it's immediate neighbor.

Distance vector.

It tells the neighbors about the world.

Distance vector.

It tells the world about its neighbors.

Link-state.

What information does the link-state transmit and to whom?

It transmits the only info about its immediate neighbor to all routers on the intranet.

It transmits the only info about its immediate neighbor to all routers on the intranet.

Link-state.

Where is a subnet visible?

Only on the local network.

When a subnet mask is /21 what is that indicating?

There are 21 bits in the network address.

In IPv4, If a subnet mask is /21, how many bits are in the host address?

32 bit address


-21


= 11.

What is the default mask of a Class B address?

255.255.0.0

255.255.0.0 is a default subnet mask. What is the Class of this address?

B

What is the host size of a class B address?

16 bits.

What is the default submask of a class A address?

255.0.0.0

255.0.0.0 is a default subnet mask. What is the Class of this address?

Class A

What is the host size of a class A address?

24 bits

What is the host size of a class C address?

8 bits

255.255.255.0 is a default subnet mask. What is the Class of this address?

C

What is the default mask of a Class C address?

255.255.255.0

If different lengths of subnet masks are used, what is this called?

Variable Length Subnet Masking (VLSM)

Variable Length Subnet Masking (VLSM) means what?

Different lengths of subnet masks are used.

Can some of the computers on one subnet must use a different subnet mask?

No.

Can some of the computers on a network but in a different subnet use a different subnet mask?

Yes. But the whole subnet must use the same mask.

How does an IP packet header get a subnet mask?

It is assigned either by administration or a DHCP server.

To find its own subnet number a Host does what?

ANDs its IP Address with the subnet mask.

What do we need a new version of IP protocol?

1) 32 bit address is too small all devices.


2) No security.


3) Specialized streaming and multicast are not well supported.


4) DHCP server required for nodes to determine IP address

What does the IPv6 traffic class field indicate?

Its like TOS in IPv4, special handing and notification to sender of congested path.

What does the IPv6 flow label field indicate?

Sequence of packets with the same source and destination = flow.

What does the IPv6 payloadlen field indicate?

Overall packet length

What does the IPv6 nextHeader field indicate?

It identifies the next header (IPv4 header or Transport header)

What does the IPv6 hopLimit label field indicate?

TTL (number of hops)

What is the size of an IPv6 address?

16 bytes

In IPv6 why are specific paths assigned?

To ensure QOS guarantee.

What is the difference between a flow and a connection?

A flow is a promise of service. A connection is the relationship two endpoints.

What layer manages flow?

Managed by TCP at the transport Layer.

Where is connection managed?

By network, below the IP layer.

The Authentication Header of an IPv6 packet does what?

Packet source is confirmed.


Packet contents have not been altered.

What does an Authentication Header of an IPv6 packet not do?

Does NOT conceal packet contents.

The Encapsulating Security Payload Header of an IPv6 packet does what?

Encryption.