CCENT Concepts Pt. 4 Flashcards

1
Q

Virtual Circuit

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Rules of IP addresses needing to

be in the same grouping.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Size of A Network

A

1 Byte of Network Bytes
3 Bytes of Host Bytes
2^24 -2 of Addresses per network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Size of B Network

A

2 Bytes of Network Bytes
2 Bytes of Host Bytes
2^16 -2 of Addresses per network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Size of C Network

A

3 Bytes of Network Bytes
1 Byte of Host Bytes
2^24 - 2 of Addresses per network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Class A - Valid Network Range

A

1 to 126
1.0.0.0 to 126.0.0.0
126 Possible Networks
16,777,214 Possible Hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Class B - Valid Network Range

A

128 to 191
128.0.0.0 to 191.255.0.0
16,384 Possible Networks
65,534 Possible Hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Class C - Valid Network Range

A

192 to 223
192.0.0.0 - 223.255.255.0
2,097,152 Possible Networks
254 Possible Hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Simple Routing Logic

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Router Forwarding Decisions and

the IP Routing Table

A

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,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ARP

A

Address Resolution Protocol. An
Internet protocol used to map an IP
address to a MAC address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Default gateway/ default router

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

DHCP

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DNS

A

Domain Name System. An application
layer protocol used throughout the
Internet for translating hostnames into
their associated IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Host Part

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

IP address

A

Internet Protocol. The network layer
protocol in the TCP/IP stack, providing
routing and logical addressing
standards and services.

17
Q

logical address

A

A generic reference to addresses as defined by Layer 3 protocols, which do
not have to be concerned with the physical details of the underlying physical
media. Used mainly to contrast these addresses with data-link addresses,
which are generically considered to be physical addresses because they differ
based on the type of physical medium.

18
Q

network broadcast address

A

In IPv4, a special address in each classful network that can be used to
broadcast a packet to all hosts in that same classful network. Numerically, the
address has the same value as the network number in the network part of the
address, and all 255s in the host octets - for example, 10.255.255.255 is the
network broadcast address for classful network.

19
Q

network number/network address

A

A number that used dotted decimal
notation like IP addresses, but the
number itself represents all hosts in a
single Class A, B, or C network

20
Q

network part

A

The portion of an IPv4 address that is
either 1,2, or 3 octects/bytes long,
based on whether the address is in a
Class A, B, or C network.

21
Q

routing table

A

A list of routes in a router, with each route listing the destination subnet and
mask, the router interface out which to forward packets destined to that
subnet, and, as needed, the next-hop router’s IP address.

22
Q

subnet broadcast address

A

A special address in each subnet specifically the
largest numeric address in the subnet, designed so
that packets sent to this address should be
delivered to all hosts in that subnet.

23
Q

subnet number/subnet address

A

In IPv4, a dotted decimal number that represents all addresses in a single
subnet. Numerically, the smallest value in the range of numbers in a subnet,
reserved so that it cannot be used as a unicast IP address by a host.

24
Q

subnet part

A

In a subnetted IPv4 address, interpreted with classful addressing rules, one of
three parts of the structure of an IP address, with the subnet part uniquely
identifying different subnets of a classful IP network.