IP Networking Flashcards

1
Q

What is Encapsulation?

A

Ecapsulation consists of, for example, an ICMP message that want’s to send a message but which must be wrapped (ecapsulated) in different “letters” to be sent correctly. More information is added. It is wrapped in several layers for each joint, and unpacked when it has reached its destination.

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

How does the Switch know where to send the packets?

A

It can “shout”. It sends aout a message that says “I want to send a message to 14:fe, is it here?”. If it gets a respond, a new line/brigde is created on the forwarding table.

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

How many classes of subnets are there?

A

Three!

Class A: 255.0.0.0
Class B: 255.255.0.0
Class C: 255.255.255.0

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

What are Binary numbers?

A

A binary number is a number expressed in the base-2 numeral system or binary numeral system.

A method of mathematical expression which uses only two symbols: typically “0” (zero) and “1” (one).

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

What are the advantages of classful routing?

A

Easy and cheap to implement. Fast in hardware. Few routes to store in router memory.

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

What are the disadvantages of classful routing?

A

Wastes a lot of addresses. If you need 1000 you get 55k.

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

What is CIDR?

A

Classless InterDomain Routing. No fixed netmasks –> arbitrary variable length netmasks.

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

What are the advantages and disadvantages of CIDR?

A

Pros: Still fast in hardware. Wastes fewer addresses.
Cons: More routes to store in router memory.

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

What is ARP?

A

Address Resolution Protocol

Terminal: arping

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

What is UDP?

A

User Datagram Protocol.

A message oriented protocol, where you can only send small messages. If you need to send a big message you can split it up, but it then may not arrive in order.

  • Message oriented
  • Multiplexer
  • Simple
  • Fast
  • Stateless (once sent, the OS cant forget it).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is DHCP?

A

Dynamic Host Configuration Protocol.

The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on Internet Protocol (IP) networks for automatically assigning IP addresses (and other communication parameters) to devices connected to the network using a client–server architecture.

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

What is the different between ARP and DHCP?

A

The ARP is host-to-host.
The DHCP is host-to-server.

Both uses broadcast addresses.

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

What is DNS?

A

Domain Name System.

Uses UDP (user datagram protocol). Translates names into IP.

With UDP, computer applications can send messages, in this case referred to as datagrams, to other hosts on an Internet Protocol (IP) network.

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