Network Flashcards

1
Q

What is the name given to service models transporting datagrams in the Network Layer and why is it rarely used?

A

Best Effort models, rarely used because it i not reliable. TCP is built on top to allow this.

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

What’s the best effort service for the Network layer nowadays?

A

IP(Internet Protocol)

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

What is a Virtual Circuit?

A
Source to destination path, behaves similar to telephone circuit. 
Consists of 
- Path
- VC numbers
- Entries in forwarding tables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the longest prefix matching algorithm?

A

Looks for the forwarding table entry for a given destination address.

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

Name 3 main network layer functions

A

1 Routing protocols
2 IP protocols
3 ICMP protocols

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

Must all interfaces be given an IP address?

A

Yes

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

Whats an interface?

A

Connection between host/router and physical link

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

What is a subnet?

A

A logical subdivision of an IP network

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

What is a VLSM?

A

Variable Length Subnet Masking allows you to divide an IP address space into a hierarchy of subnets without wasting large numbers of addresses.

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

What is a CIDR?

A

Classless Inter-Domain Routing is a way to allow more flexible allocation of IP addresses.

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

Name 2 ways to get an IP address

A

1- Hard coding

2- DHCP

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

What is DHCP?

A

Dynamic Host Configuration Protocol dynamically assigns IP addresses to hosts.

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

List the four phases of DHCP messaging and who it comes from

A

host: “DHCP discover”
DHCP server: “DHCP offer”
host: “DHCP request”
DHCP server: “DHCP ack”

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

What is IP fragmentation?

A

This is when IP datagram’s are divided into smaller datagrams in order to satisfy the MTU(maximum transfer unit) and then reassembled at the final destination.

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

Name the 3 switching(forwarding) fabrics

A

1 Bus
2 Memory
3 Crossbar

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

Name the 3 Router input port functions

A

1 Bit level reception
2 Data link layer
3 Queueing

17
Q

What is NAT?

A

Network Address Translation is the process of assigning a public address to a computer(s) in a private network.

18
Q

What is the NAT traversal problem?

A

This is when the client wants to connect to the server with a private address but the public address is the only one visible.

19
Q

Name 3 solutions to the NAT traversal problem

A

A- Configure NAT to forward incoming connection requests at a given port to the server
B- Universal Plug and Play
C- Relaying(creating a bridge for connection)

20
Q

What is Internet Control Message Protocol (ICMP)?

A

Used by hosts and routers to communicate network-level information

21
Q

What’s IPv6?

A

The most recent version of IP that enables data communications over a packet switched network.

22
Q

Name two methods of coping with the transition from IPv4 to IPv6

A
  • Dual Stack

- Tunneling

23
Q

What type of routing algorithm will global and decentralized networks use?

A

Global- Link state algorithms

Decentralized- Distance vector algorithms

24
Q

What does autonomous systems mean?

A

To aggregate routers into regions running the same protocol

25
Q

What is broadcast routing?

A

Delivering packets from source to all other nodes.

26
Q

What is flooding?

A

When nodes receives broadcast packet, sends copy to all neighbors