CCENT Concepts Pt. 4 Flashcards
Virtual Circuit
In packet-switched services like Frame Relay, VC refers to the ability of the
two DTE devices (typically routers) to send and receive data directly to each
other, which supplies the same function as a physical leased line (leased
circuit), but doing so without a physical circuit. This term is meant as a
contrast with a leased line or leased circuit.
Rules of IP addresses needing to
be in the same grouping.
All IP addresses in the same group
must not be separated by a router. IP
addresses separated by a router must
be in different groups.
Size of A Network
1 Byte of Network Bytes
3 Bytes of Host Bytes
2^24 -2 of Addresses per network
Size of B Network
2 Bytes of Network Bytes
2 Bytes of Host Bytes
2^16 -2 of Addresses per network
Size of C Network
3 Bytes of Network Bytes
1 Byte of Host Bytes
2^24 - 2 of Addresses per network
Class A - Valid Network Range
1 to 126
1.0.0.0 to 126.0.0.0
126 Possible Networks
16,777,214 Possible Hosts
Class B - Valid Network Range
128 to 191
128.0.0.0 to 191.255.0.0
16,384 Possible Networks
65,534 Possible Hosts
Class C - Valid Network Range
192 to 223
192.0.0.0 - 223.255.255.0
2,097,152 Possible Networks
254 Possible Hosts
Simple Routing Logic
If the destination IP address is in the same subnet as I am, send the packet
directly to that destination host.
If the destination IP address is not in the same subnet as I am, send the
packet to my default gateway (a router’s Ethernet interface on the subnet)
Router Forwarding Decisions and
the IP Routing Table
Step 1 - Use the data - link FCS field to ensure that the frame had no errors; if
errors occurred, discard the frame.
Step 2 - Assuming the frame was not discarded at step 1, discard the old datalink
header and trailer, leaving the IP packet.
Step 3 - Compare the IP packet’s destination IP address to the routing table,
and find the route that matches the destination address. This route identifies
the outgoing interface of the router, and possibly the next-hop router.
Step 4 - Encapsulate the IP packet inside a new data-link header and trailer,
ARP
Address Resolution Protocol. An
Internet protocol used to map an IP
address to a MAC address.
Default gateway/ default router
On an IP host, the IP address of some router to
which the host sends packets when the packet’s
destination address is on a subnet other than the
local subnet.
DHCP
Dynamic Host Configuration Protocol. A protocol
used by hosts to dynamically discover and lease an
IP address, and learn the correct subnet mask,
default gateway, and DNS server IP addresses.
DNS
Domain Name System. An application
layer protocol used throughout the
Internet for translating hostnames into
their associated IP addresses.
Host Part
A term used to describe a part of an IPv4 address
that is used to uniquely identify a host inside a
subnet. The host part is identified by the bits of
value 0 in the subnet mask.