Week1 Flashcards

1
Q

Which firewall table is responsible for changing packet content?

Filter Table

Raw Table

Mangle Table

NAT Table

A

Mangle Table

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

The _____ in the Filter table is responsible for handling all traffic targeted at the host internal/inbound interface.

Output Chain

Forward Chain

Input Chain

A

Input Chain

The input chain is responsible for monitoring all inbound network traffic.

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

_______ allows the inside host with a local address to always use an inside global address.

Static Address Mapping

Dynamic Address Mapping

Network Address and Port Translation (NAPT)
NAPT allows a large number of hosts on the private network to use a small set of public IP addresses.

A

Static Address Mapping

Static mapping allows the inside host with a local address to always use an inside global address.

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

What is the equivalent of a postal letter’s “receiver name” in electronic mail?

Network Prefix

Port Number

Host IP Address

A

Port Number

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

____ is session layer protocol.

DNS

NTP

DHCP

RPC

A

RPC Session layer protocols include RPC, L2TP, etc. and therefore handle different operations than DNS, DHCP, and NTP.

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

In the OSI model, which layer works with MAC addresses?

Data Link Layer

Network Layer

Transport Layer

A

Data Link Layer - This is the layer that works with MAC addresses.

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

What type of address is used at the end host to identify the application thread that sent and received the packet?

MAC Address

IP Address

Process ID

Port Number

A

Process ID

A process ID is used at end host to identify the process that sent and received the packet, not for local networking.

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

The CIDR concept is designed for IPv4 to _______ .

remove subnet concepts

make old classful IP addresses invalid

address an IP address shortage issue

A

address an IP address shortage issue

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

If we have /16 as our CIDR network mask, how many C subnets we can have?

A

256

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

An ip (v6) address has ____bits.

A

128

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

Switch is present at which layer of the TCP/IP protocol stack?

Physical Layer

Application Layer

Network Layer

Data Link Layer

A

Data Link Layer

Switches are present at the data link layer. Routing functionality is present on a higher layer of the TCP/IP protocol.

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

For the URL www.1.asu.edu, what is top domain level?

1

www

edu

ASU

A

edu

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

16 bits of number are used to represent a port number, so how many TCP/ UDP ports are available?

A

16bits of number are used to represent a port number, so there can be 2^16 = 65536 ports. Port 0 is reserved and can not use by anyone, so 65535 is also considered right answer.

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

The routing table is for R2 in the example below. In R2, to forward a packet with destination IP of 20.250.140.30, what is the next hop?

  1. 0.0.2
  2. 0.0.3
  3. 0.0.4

S1

A
  1. 0.0.2
  2. 250.140.30 is within network 20.0.0.0/8, which matches the first entry of the routing table, and the next hop for that entry is 30.0.0.2.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which port does the HTTP Server need to use when communicating with an HTTP Client using port 50000?

22

80

443

A

80 -

Correct

The client and server will, and should, use different port numbers when communicating with each other. An http server will always use port 80, but the client will use a random number.

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

Which layer links the network support layers and user support layers?

Data Link Layer

Transport Layer

Physical Layer

A

Transport Layer

Physical, data link and network layers are network support layers and session, presentation and application layers are user support layers.

17
Q

Which layer is responsible for process to process delivery?

Data Link Layer

Transport Layer

Network Layer

A

The role of the Transport layer (Layer 4) is to establish a logical end to end connection between two systems in a network. The protocols used in Transport layer are TCP and UDP.

18
Q

Which address identifies a process on a host?

Logical Address

Network Address

Port Address

A

Port Address

A port number is a way to identify a specific process to which an Internet or other network message is to be forwarded when it arrives at a server.

19
Q

In the TCP/IP Model, when data is sent from device A to device B, what is the 4th layer to receive data at B?

Data Link Layer

Application Layer

Transport Layer

A

In the TCP/IP model, the 4th layer is the application layer. When data is sent from device A to device B, the 4th layer to receive data at B is an application layer.

20
Q

The application layer provides the basis for what?

Email Services

Error Control

Frame Division

A

Email Services - SMTP is an application layer protocol and moves email on and across networks.

21
Q

Which layer is used to deal with mechanical and electrical specifications?

Data Link Layer

Network Layer

Transport Layer

Physical Layer

A

Physical Layer -

This layer is the first layer of the OSI model and is responsible for physical and electrical specification.

22
Q

Routers operate at which layer of the OSI model?

Physical Layer

Network Layer

Transport Layer

A

Network Layer

This layer is responsible for packet forwarding and routing.

23
Q

There can be ___ public IP addresses for each host on the Internet.

Any number of (>0)

3

1

Less than 10

A

Any number of (>0)

24
Q

One public IP address should be assigned to ___host.

2

0

More than 1

1

A

1 - One public IP address should be assigned to one host, while one private IP address can be assigned to multiple hosts. That’s the major difference between public IP and private IP.

25
Question 3 An IP (v4) address has \_\_\_\_bits.
32 - IPv4 consists of 32 bits, while IPv6 has 128 bits.
26
What service can be used to allocate IP addresses for hosts? DHCP ARP DNS NAT
DHCP - The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on UDP/IP networks whereby a DHCP server dynamically assigns an IP address to each host on a network.
27
Which of the following statements is Correct about the internet routing protocols? Internet routing protocols cannot be classified as Classful or Classless Protocol. Internet routing protocols cannot be classified as Inter and Intra Domain Routing Protocols. Internet routing protocols cannot be classified as Breadth-First Protocol. Internet routing protocols cannot be classified as Distance Vector Protocol, Link-state Protocol, or Path-vector Protocol.
Internet routing protocols cannot be classified as Breadth-First Protocol. These terms are not used to classify protocols. The notation is not used when classifying routing protocols.
28
DHCP server will send ____ after the DHCP discover message is received. DHCP Discover DHCP Offer DHCP ACK DHCP Request
**DHCP Offer** is sent by the DHCP server after receiving the DHCP discover from the client.
29
Address resolution protocol does not consist of information about ____ being used. ARP Protocol Version IP Version Protocol Receiver Hardware Address (RHA) Sender Network Address (SNA)
ARP Protocol Version - ARP packages do not have a field for the ARP protocol version.
30
For the URL asu.canvas.edu, what is the top domain level? canvas edu asu
edu - The hierarchical structure of DNS starts by using the last part of URL as top level domain.
31
Which firewall table is responsible for translating IP packets? NAT Table Mangle Table Filter Table Raw Table
NAT - This table is in charge of translating IP packets.
32
The _____ option during the NAT procedure is used to perform source network address translation and is applicable to outbound traffic. SNAT MASQUERADE DNAT
SNAT - This option performs source network address translation and is applicable to outbound traffic.