Вы находитесь на странице: 1из 5

SEMESTER 1 Chapter 5

OSI Network Layer


V 4.0

5.1.1. What services does the services to exchange the individual pieces of
1 network layer provide? data over the network between identified end
devices.
What are the 4 basic Addressing
processes used at the Encapsulation
network layer? Routing
Decapsulation
What is the PDU of the Packet
network layer?
What information is Source and Destination IP address
contained in the layer 3
PDU?
What is the role of a router? to select paths for and direct packets toward
their destination. This process is known as
routing
What is it called when a Hop
packet passed through an
intermediary device?
What happens to the It stays the same
transport layer PDU as the
packet moves through the
network?
What does the network the packet structure and processing used to
layer protocol specify? carry the data from one host to another host
5.1.1. List the 5 Network layer Internet Protocol version 4 (IPv4)
2 protocols. Internet Protocol version 6 (IPv6)
Novell Internetwork Packet Exchange (IPX)
AppleTalk
Connectionless Network Service
(CLNS/DECNet)
Which protocol will be the IP
focus of this class?
5.1.2. What are the basic Connectionless - No connection is established
1 characteristics of IPv4? 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.
5.1.3 Describe what a requires no initial exchange of control
connectionless service in information to establish an end-to-end
networking means? connection before packets are forwarded, nor
does it require additional fields in the PDU
header to maintain this connection
What is the main issue that Connectionless packet delivery may, however,
may occur in a result in packets arriving at the destination out
connectionless exchange? 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.

5.1.4 What does unreliable mean Unreliable means simply that IP does not have
in networking? the capability to manage, and recover from,
undelivered or corrupt packets.
Which layer is responsible Transport Layer
for adding reliability to
packet delivery?
5.1.5 Describe media IPv4 and IPv6 operate independently of the
independent. media that carry the data at lower layers of the
protocol stack.
What layer is responsible Physical Layer
for preparing a packet for
the media?
What is the one Maximum Transmission Unit MTU
characteristic of the network
layer that is dependent on
the media?
5.1.6 What portion of the IP Header
packet does a router use to
make forwarding decisions?
What remains untouched as In all cases, the data portion of the packet -
packets travel through the that is, the encapsulated Transport layer PDU -
network? remains unchanged during the Network layer
processes.
5.1.7. What are the 6 key fields in IP Source Address
1 an IP packet? IP Destination Address
Time-to-Live (TTL)
Type-of-Service (ToS)
Protocol
Fragment Offset
What happens to a packet if It is discarded
the TTL field reaches 0?
5.1.7. What is the checksum field To determine if the header has reached the
2 used for? destination intact.
5.2.1 What are three methods of Geographic location
determining how to divide Purpose
your network? Ownership
5.2.1. Why would you group users To improve manageability and network
2 geographically? performance.
Why would you group users To improve performance based on network
by task? requirements of each task.
Why would you group To maintain control and limit access.
networks by ownership?
5.2.2 What are the 3 main issues Performance degradation
as networks grow larger? Security issues
Address Management
What is a network A broadcast is a message sent from one host
broadcast? to all other hosts on the network.
What is broadcast domain? The network area in which all hosts receive
broadcasts
Is it good or bad to increase Good
the number of broadcast
domains in your network?
5.2.3 What is the major access to and from resources outside each
advantage of dividing network can be prohibited, allowed, or
networks by ownership? monitored
5.2.4 What efficiency does hosts who need to communicate are grouped
dividing large networks into together reduces the unnecessary overhead of
separate networks provide all hosts needing to know all addresses.
to the hosts?
What is the device called Gateway
that hosts send information
to that must travel outside
their network?
5.2.5 What is hierarchical A hierarchical address uniquely identifies each
addressing? host. It also has levels that assist in forwarding
packets across internetworks, which enables a
network to be divided based on those levels.
What is the example Zip codes and house addresses
presented that describes
hierarchical addressing in
our daily lives?
5.2.5 How many bits are in an 32
IPv4 address?
How is the ip address IPv4 addresses are divided in four groups of
divided? eight bits (octets)
What portion of the IP Network
address does a router use?
5.3.1 What is the actual address The router interface IP address at the edge of
used for a default gateway? the network.
What is the route that the Next-hop address
router forwards a packet to
called?
5.3.2 What decisions do routers Is the network directly connected or not. Yes
make as a packet enters an forward to that network. No forward to the
interface? next-hop router.
5.3.3 How is the default gateway On a Windows computer, the Internet Protocol
configured on a host (TCP/IP) Properties tools are used to enter the
running windows? default gateway IPv4 address
What portion of the IP Network and Subnetwork
address must be the same
for the host and gateway?
5.3.3. What command is issued at ipconfig
2 the command prompt of
windows to see the default
gateway setting?
5.3.3. What is it called when a Routing
3 router makes forwarding
decisions?
What is the map called that Routing Table
a router uses to make
forwarding decisions (Hint:
look at the figure)?
5.3.4 What does a routing table The routing table stores information about
contain? connected and remote networks.
What are the 3 main Destination network
features of routes in a Next-hop
routing table? Metric
What happens if the packet The packet is dropped
does not have an address
contained in the routing
table?
What is a default route used The default route is used when the destination
for? network is not represented by any other route
in the routing table.
5.3.4. What is the command to Netstat
2 view the routing table for a
host?
What is the destination 0.0.0.0 0.0.0.0
network IP address and
subnet mask for the default
network interface?
What three commands are route ADD
listed that allow you to route DELETE
change the routing table? route CHANGE
5.3.5 What does the address in represents a range of host addresses and
the routing table represent? sometimes a range of network and host
addresses
If more than one route The route that is most specific for that IP
exists in the routing table for address
an address, which one will
be selected?
5.3.5. When is the default route When the IP address does not match any
2 used? other entry in the routing table
5.3.6 What is the next-hop? the address of the device that will process the
packet next
Why does a directly There are no intermediary devices and the
connected device not have packet is directly forwarded
a next-hop?
5.3.7. What are the three Forward it to the next-hop router
1 decisions a router can make Forward it to the destination host
about a packet? Drop it
Which layer does a router 3
process packets at?
What layer is the packet Data Link Layer 2
encapsulated at before it
leaves the router?
5.3.7. What is another name for a Gateway of last resort
2 default gateway?
Why would a packet take a Rotuers may learn a new path between
different route than another packets
packet that is part of the
same data stream?
Why are default routes so because the gateway router is not likely to
important to routers? have a route to every possible network on the
Internet.
5.3.7. What happens if a router The packet is dropped
3 has not route for the packet
and does not have a default
route?
Why doesn’t IP have error It would reduce efficiency and add overhead
notification?
5.4.1 What does a router need to Next-hop
forward a packet?
What happens if routing that packets may not be forwarded to the most
table are not up to date? appropriate next-hop, causing delays or packet
loss
What are two ways a router route information can be manually configured
can learn about routes? on the router or learned dynamically from other
routers in the same internetwork
5.4.2 What is a static route? A manually configured route
What must be done if the Static routes must be reconfigured
internetwork changes?
5.4.3 What is the definition of a set of rules by which routers dynamically share
dynamic routing protocol? their routing information
What happens when a It updates its’ routing table
router receives information
about changes in routes?
What are 3 common routing Routing Information Protocol (RIP)
protocols? Enhanced Interior Gateway Protocol (EIGRP)
Open Shortest Path First (OSPF)
What are the 2 costs listed Overhead that consumes network bandwidth
with using a dynamic Processing capacity necessary
protocol?
What advantages are listed No network overhead produced
for static routing? No processing capacity used
Administrative distance is configured to ensure
efficient and effective routing

Вам также может понравиться