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

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;

28 Cards in this Set

  • Front
  • Back
What four processes does the Network layer use to accomplish end-to-end transport?
Addressing
Encapsulation
Routing
Decapsulation
What is a Network layer PDU called?
Packet
What are intermediary devices that connect different networks called?
Routers
The passage of a packet between two nodes is called?
Hop
Come common Network layer protocols include:
Internet Protocol version 4 (IPv4)
Internet Protocol version 6 (IPv6)
Novell Internetwork Packet Exchange (IPX)
AppleTalk
Connectionless Network Service (CLNS/DECNet)
IPv4 basic characteristics:
* Connectionless - No connection is established before sending data packets.
* Best Effort (unreliable) - No overhead is used to guarantee packet delivery.
* Media Independent - Operates independently of the medium carrying the data.
In a connectionless service, the sender doesn't know if:
* the receiver is present
* the packet arrived
* the receiver can read the packet
In a connectionless service, the receiver doesn't know:
* when a packet is coming
What does unreliable mean in terms of the IP?
does not have the capability to manage, and recover from, undelivered or corrupt packets
What does MTU stand for?
Maximum Transmission Unit
What is the role of MTU?
Control data passed between Datalink and Network layer to determine the maximum packet size the media can handle
What are the six key fields in the IP header?
IP Source Address
IP Destination Address
Time-to-Live (TTL)
Type-of-Service (ToS)
Protocol
Fragment Offset
In the IP header, what function does TTL denote?
Time to live. 8 bit binary value that indicates how many hops a packet can take before it "dies"
In the IP header, what function does Protocol denote?
8-bit binary value indicates the data payload type that the packet is carrying. The Protocol field enables the Network layer to pass the data to the appropriate upper-layer protocol, eg, UDP or TCP
In the IP header, what function does ToS denote?
The Type-of-Service field contains an 8-bit binary value that is used to determine the priority of each packet. This value enables a Quality-of-Service (QoS) mechanism to be applied to high priority packets
In the IP header, what function does Fragment Offset denote?
When fragmentation occurs, the IPv4 packet uses the Fragment Offset field and the MF flag in the IP header to reconstruct the packet when it arrives at the destination host
What are the three main reasons for dividing a network?
Geographic, purpose, ownership
What are three common issues with large networks?
Performance degradation
Security issues
Address Management
What is a broadcast?
a message sent from one host to all other hosts on the network.
Dividing networks based on ownership means
Dividing networks based on ownership means that access to and from resources outside each network can be prohibited, allowed, or monitored.
What is a gateway?
a router on a network that serves as an exit from that network
What is the prefix length?
The number of bits of an address used as the network portion
Routes in a routing table have three main features:
Destination network
Next-hop
Metric
What is the address of the default route?
0.0.0.0
The default route is also known as the
Gateway of Last Resort
What Network layer problem is avoided or reduced by consistent end-to-end addressing?
Reduces unnecessary broadcasts
the IP address of the default gateway of a host can be viewed by issuing what commands?
ipconfig or route print
the routing table of a computer host can be examined at the command line by issuing what commands?
netstat -r, route, or route PRINT