Shared Flashcard Set

Details

CCNA- OSI Network Layer
Chapter 5
76
Computer Networking
Undergraduate 1
09/10/2012

Additional Computer Networking Flashcards

 


 

Cards

Term
What services does the network layer provide‭?
Definition
Services to exchange the individual pieces of data over the network between identified end devices.
Term
What are the‭ ‬4‭ ‬basic processes used at the network layer‭?
Definition
Addressing
Encapsulation
Routing
Decapsulation
Term
What is the PDU of the network layer‭?
Definition
Packet
Term
What information is contained in the layer‭ ‬3‭ ‬PDU‭?
Definition
Source and Destination IP address
Term
What is the role of a router‭?
Definition
To select paths for and direct packets toward their destination.‭ ‬This process is known as routing
Term
What is it called when a packet passed through an intermediary device‭?
Definition
Hop
Term
What happens to the transport layer PDU as the packet moves through the network‭?
Definition
It stays the same.
Term
What does the network layer protocol specify‭?
Definition
The packet structure and processing used to carry the data from one host to another host.
Term
List the‭ ‬5‭ ‬Network layer protocols.
Definition
Internet Protocol version‭ ‬4‭ (‬IPv4‭)
Internet Protocol version‭ ‬6‭ (‬IPv6‭)
Novell Internetwork Packet Exchange‭ (‬IPX‭)
AppleTalk
Connectionless Network Service‭ (‬CLNS/DECNet‭)
Term
Which protocol will be the focus of this class?
Definition
IP
Term
What are the basic characteristics of IPv4?
Definition
• 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.
Term
Describe what a connectionless service in networking means?
Definition
It requires no initial exchange of control information to establish an end-to-end connection before packets are forwarded, nor does it require additional fields in the PDU header to maintain this connection.
Term
What is the main issue that may occur in a connectionless exchange?
Definition
Connectionless packet delivery may, however, result in packets arriving at the destination out of sequence. If out-of-order or missing packets create problems for the application using the data, then upper layer services will have to resolve these issues.
Term
What does unreliable mean in networking?
Definition
Unreliable means simply that IP does not have the capability to manage, and recover from, undelivered or corrupt packets.
Term
Which layer is responsible for adding reliability to packet delivery?
Definition
Transport Layer
Term
Describe media independent.
Definition
IPv4 and IPv6 operate independently of the media that carry the data at lower layers of the protocol stack.
Term
What layer is responsible for preparing a packet for the media?
Definition
Physical Layer
Term
What is the one characteristic of the network layer that is dependent on the media?
Definition
Maximum Transmission Unit MTU
Term
What portion of the IP packet does a router use to make forwarding decisions?
Definition
Header
Term
What remains untouched as packets travel through the network?
Definition
In all cases, the data portion of the packet - that is, the encapsulated Transport layer PDU - remains unchanged during the Network layer processes.
Term
What are the 6 key fields in an IP packet?
Definition
IP Source Address
IP Destination Address
Time-to-Live (TTL)
Type-of-Service (ToS)
Protocol
Fragment Offset
Term
What happens to a packet if the TTL field reaches 0?
Definition
It is discarded.
Term
What is the checksum field used for?
Definition
To determine if the header has reached the destination intact.
Term
What are three methods of determining how to divide your network?
Definition
Geographic location
Purpose
Ownership
Term
Why would you group users geographically?
Definition
To improve manageability and network performance.
Term
Why would you group users by task?
Definition
To improve performance based on network requirements of each task.
Term
Why would you group networks by ownership?
Definition
To maintain control and limit access.
Term
What are the 3 main issues as networks grow larger?
Definition
Performance degradation
Security issues
Address Management
Term
What is a network broadcast?
Definition
A broadcast is a message sent from one host to all other hosts on the network.
Term
What is broadcast domain?
Definition
The network area in which all hosts receive broadcasts
Term
Is it good or bad to increase the number of broadcast domains in your network?
Definition
Good
Term
What is the major advantage of dividing networks by ownership?
Definition
Access to and from resources outside each network can be prohibited, allowed, or monitored
Term
What efficiency does dividing large networks into separate networks provide to the hosts?
Definition
Hosts who need to communicate are grouped together reduces the unnecessary overhead of all hosts needing to know all addresses.
Term
What is the device called that hosts send information to that must travel outside their network?
Definition
Gateway
Term
What is hierarchical addressing?
Definition
A hierarchical address uniquely identifies each host. It also has levels that assist in forwarding packets across internetworks, which enables a network to be divided based on those levels.
Term
What is the example presented that describes hierarchical addressing in our daily lives?
Definition
Zip codes and house addresses
Term
How many bits are in an IPv4 address?
Definition
32
Term
How is the ip address divided?
Definition
IPv4 addresses are divided in four groups of eight bits (octets)
Term
What portion of the IP address does a router use?
Definition
Network
Term
What is the actual address used for a default gateway?
Definition
The router interface IP address at the edge of the network.
Term
What is the route that the router forwards a packet to called?
Definition
Next-hop address
Term
What decisions do routers make as a packet enters an interface?
Definition
Is the network directly connected or not. Yes forward to that network. No forward to the next-hop router.
Term
How is the default gateway configured on a host running windows?
Definition
On a Windows computer, the Internet Protocol (TCP/IP) Properties tools are used to enter the default gateway IPv4 address
Term
What portion of the IP address must be the same for the host and gateway?
Definition
Network and Subnetwork
Term
What command is issued at the command prompt of windows to see the default gateway setting?
Definition
ipconfig
Term
What is it called when a router makes forwarding decisions?
Definition
Routing
Term
What is the map called that a router uses to make forwarding decisions (Hint: look at the figure)?
Definition
Routing Table
Term
What does a routing table contain?
Definition
The routing table stores information about connected and remote networks.
Term
What are the 3 main features of routes in a routing table?
Definition
Destination network
Next-hop
Metric
Term
What happens if the packet does not have an address contained in the routing table?
Definition
The packet is dropped.
Term
For what is a default route used?
Definition
The default route is used when the destination network is not represented by any other route in the routing table.
Term
What is the command to view the routing table for a host?
Definition
Netstat
Term
What is the destination network IP address and subnet mask for the default network interface?
Definition
0.0.0.0 0.0.0.0
Term
What three commands are listed that allow you to change the routing table?
Definition
route ADD
route DELETE
route CHANGE
Term
What does the address in the routing table represent?
Definition
It represents a range of host addresses and sometimes a range of network and host addresses.
Term
If more than one route exists in the routing table for an address, which one will be selected?
Definition
If more than one route exists in the routing table for an address, which one will be selected?
The route that is most specific for that IP address.
Term
When is the default route used?
Definition
When the IP address does not match any other entry in the routing table.
Term
Why does a directly connected device not have a next-hop?
Definition
There are no intermediary devices and the packet is directly forwarded.
Term
What are the three decisions a router can make about a packet?
Definition
Forward it to the next-hop router
Forward it to the destination host
Drop it
Term
At which layer does a router process packets at?
Definition
3
Term
What layer is the packet encapsulated at before it leaves the router?
Definition
Data Link Layer 2
Term
What is another name for a default gateway?
Definition
Gateway of last resort
Term
Why would a packet take a different route than another packet that is part of the same data stream?
Definition
Routers may learn a new path between packets.
Term
Why are default routes so important to routers?
Definition
Because the gateway router is not likely to have a route to every possible network on the Internet.
Term
What happens if a router has not route for the packet and does not have a default route?
Definition
The packet is dropped.
Term
Why doesn’t IP have error notification?
Definition
It would reduce efficiency and add overhead.
Term
What does a router need to forward a packet?
Definition
Next-hop
Term
What happens if routing table are not up to date?
Definition
That packets may not be forwarded to the most appropriate next-hop, causing delays or packet loss.
Term
What are two ways a router can learn about routes?
Definition
Route information can be manually configured on the router or learned dynamically from other routers in the same internetwork.
Term
What is a static route?
Definition
A manually configured route
Term
What must be done if the internetwork changes?
Definition
Static routes must be reconfigured
Term
What is the definition of a dynamic routing protocol?
Definition
Set of rules by which routers dynamically share their routing information.
Term
What happens when a router receives information about changes in routes?
Definition
It updates its’ routing table.
Term
What are 3 common routing protocols?
Definition
Routing Information Protocol (RIP)
Enhanced Interior Gateway Protocol (EIGRP)
Open Shortest Path First (OSPF)
Term
What are the 2 costs listed with using a dynamic protocol?
Definition
Overhead that consumes network bandwidth
Processing capacity necessary
Term
What advantages are listed for static routing?
Definition
No network overhead produced
No processing capacity used
Administrative distance is configured to ensure efficient and effective routing
Supporting users have an ad free experience!