Network Foundations
Standards & Models
Switching
IPv4 & MAC
Network Tools
100

What is a set of rules established to exchange information?

A protocol.

100

How many layers are in the OSI model?

7
100

What layer of the OSI Model does a switch exist at?

Layer 2 - The Data Link Layer
100

How many bits are in a IPv4 address?

32 bits

100

What is the purpose of Internet Control Message Protocol (ICMP)?

ICMP is used to test and diagnose network problems.

200

What is a network?

A computer network is a telecommunications system that connects a collection of computers to allow communication and data exchange between systems, software applications and users.

200

What is the purpose of the network layer in the OSI model?

Network path determination

200

How is the source address table on a switch built?

From the source MAC address of an incoming Ethernet frame.

200

In IPv4, what is used along with the address to determine the network address?

The network mask

200

What is the purpose of traceroute?

Traceroute displays the route and delay from a source to a destination.

300

Consider the following network topology. Host A sends a message to Host B. What term best describes the message at the physical layer of the OSI model?


Data
300

What is the process that occurs as a host is adding headers on a message?

Encapsulation!

300

What does a switch do when it receives a frame with a source address that is not already in a forwarding table?

The switch adds the address to the table for the port the frame came in through.

300

What is the default network mask for a Class B address?

255.255.0.0

300

What is the purpose of this ICMP message?

This is an ICMP echo request to test network connectivity.

400

How is the OSI Model different from the TCP/IP Model?

Many possibilities here:

- Layers

- OSI is conceptual whereas TCP/IP is Practice-Based

- The OSI Model was developed before the protocols, the TCP/IP Model was developed as a result of the protocols

400

Where does a switch forward a frame with an unknown unicast destination MAC?

The switch floods unknown unicast frames out all ports expect the incoming port.  

400

How are IPv4 addresses different from MAC addresses?

Many ways:

Number of bits - MAC = 48 bits, IPv4 = 32 bits, IPv6 = 128 bits

Physical vs logical (MAC is physical - IP is logical)

Local vs remote

400

How does traceroute work? (What are the steps?)

1.) ICMP echo request packets are sent toward destination

2.) Packets repeatedly sent with the TTL value increasing

3.) Router sends an ICMP Time Exceeded message back to the source.

500

What does a host do after it receives an Ethernet frame, but before it processes the data?

1.) Checks to see if the destination MAC address is its own

2.) verifies that the frame meets the minimum size requirements

3.) checks the CRC

4.) checks that the frame does not exceed the maximum allowances.

500

Consider the following network topology. After Host A sends an echo request to Host B, what will the Source Address Table (SAT) on the switch look like?

Port | MAC

2     | A's MAC

500

What is the purpose of the network mask?

To identify the number of bits in the network address.

500
Compare and contrast the similarities and differences between the nslookup and whois utilities.

Command line vs graphical (nslookup = command line, whois = graphical)

NSlookup - query for the name and/or IP

Whois - querying registered users for Internet resources

M
e
n
u