CDL Section 8 - Describing IP Networks Flashcards

1
Q

What is a LAN?

What is a WAN?

A

LAN - Local Area Network; network of computers and other components that are located relatively close together in a limited area

WAN - Wide Area Network; communication occurs between geographically separated areas and is typically provided by different telecommunication providers using various technologies that use different media, such as fiber, copper, cable, asymmetric DSL (ADSL), or wireless links

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

What is a MAC Address composed of?

A

12 x Hexadecimal numbers

48 bits

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

What is an IPv4 address composed of?

A

The address is comprised of 4 x sets of 8 x bits aka 4 x Octets

Contains two parts:
1. Network - uniquely identifies the network in which the device with this IPv4 address resides

  1. Host - uniquely identifies a device on a given IPv4 network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Subnet Mask?

A

A 32-bit number that describes which portion of an IPv4 address refers to the network ID and which part refers to the host ID.

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

How many address classes are in IPv4?

A

3:

Class A - very large networks

  • 16M+ hosts
  • /8 (2 x octets for network and 2 for host)

Class B - moderate sized network

  • 65K hosts
  • /12 (3 x octets for network and 1 for host)

Class C - small networks

  • 254 hosts
  • /16 (last bit is used for the host)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an IPv6 address composed of?

A

8 x 16-bit Hextets = 8 x groups, of 16 x bits… as opposed to IPv4 which has 4 x octets = way more address space

There is no concept of PRIVATE and PUBLIC with IPv6 and no concept of BROADCAST because there is 340 trillion, trillion, trillion addresses available.

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

What is Session Multiplexing?

How are different app processes identified?

A

The process by which an IP host is able to support multiple sessions simultaneously and manage the individual traffic streams over a single link.

→ Each application process that needs to access the network is assigned a port number that is unique in that host
○ EX) Port 80 is HTTP, port 443 is HTTPS, port 53 is DNS, etc.

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

What is an ARP Request?

What layer does it operate at?

A

The process of binding or mapping the IPv4 address of a remote device to its MAC address.

This is a Layer 2 protocol.

It sends a broadcast message to all devices on the LAN and waits for a response, to which the client responds with it’s MAC address, and the switch caches this binding in the ARP Cache.

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

What are the 3 functional planes that network device processes can be broken into?

A

Management plane - management functions

Control plane - protocols, processes

Data plane - packet forwarding

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