Mastering Network Interface Cards (NICs)
140 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which layer of the OSI model is responsible for assigning MAC addresses?

  • Physical layer
  • Network layer
  • Data link layer (correct)
  • Transport layer
  • In the network communication example, what does Bob send to the LAN to find Sally's MAC address?

  • Broadcast message
  • MAC address
  • IP address
  • ARP request message (correct)
  • If two computers are in the same LAN, can they communicate directly without a router?

  • Yes (correct)
  • Only if they have the same IP address
  • No
  • Only if they have the same MAC address
  • What layer of the OSI model is responsible for IP addressing?

    <p>Network layer</p> Signup and view all the answers

    In the network communication example, how does Sally respond to Bob's ARP request?

    <p>With a MAC address</p> Signup and view all the answers

    If Bob needs to communicate with a device on another network, what is required?

    <p>A router</p> Signup and view all the answers

    What information is required for communication between two devices in a network?

    <p>Both MAC and IP address</p> Signup and view all the answers

    Which device connects two similar network segments together and breaks up collision domains?

    <p>Bridge</p> Signup and view all the answers

    What is the primary function of a switch?

    <p>To recognize frames and pay attention to the source and destination MAC address</p> Signup and view all the answers

    Where are firewalls usually placed in a network?

    <p>At the edge of networks closest to the WAN connection</p> Signup and view all the answers

    What is the primary goal of DNS?

    <p>To match hostnames to IP addresses</p> Signup and view all the answers

    Which model is a condensed version of the OSI model and is composed of four layers?

    <p>DoD Model</p> Signup and view all the answers

    Which protocol suite is the most common for networking today?

    <p>TCP/IP Protocol Suite</p> Signup and view all the answers

    Which protocol is commonly used for accessing websites?

    <p>HTTP</p> Signup and view all the answers

    Which device is responsible for separating broadcast domains?

    <p>Routers</p> Signup and view all the answers

    What is the impact of collisions on a network?

    <p>Data corruption and loss</p> Signup and view all the answers

    Which device extends a single collision domain to all connected devices?

    <p>Hubs</p> Signup and view all the answers

    What is the purpose of a default gateway?

    <p>To connect different networks</p> Signup and view all the answers

    Which device can separate broadcast domains virtually?

    <p>Routers</p> Signup and view all the answers

    What is the purpose of network segmentation?

    <p>To separate broadcast domains</p> Signup and view all the answers

    Which duplex mode allows devices to send and receive data simultaneously?

    <p>Full duplex</p> Signup and view all the answers

    Which layer of the OSI model do TCP and UDP operate at?

    <p>Transport layer</p> Signup and view all the answers

    What is the main difference between TCP and UDP?

    <p>TCP is connection-oriented while UDP is connectionless</p> Signup and view all the answers

    What are the three steps of the TCP three-way handshake?

    <p>SYN, SYN-ACK, ACK</p> Signup and view all the answers

    What does the client send to the server to initiate the TCP three-way handshake?

    <p>SYN</p> Signup and view all the answers

    What does the server respond with during the TCP three-way handshake?

    <p>SYN-ACK</p> Signup and view all the answers

    What does the client send to the server to confirm the TCP connection establishment?

    <p>ACK</p> Signup and view all the answers

    Which layer of the OSI model is responsible for the IP header?

    <p>Network layer</p> Signup and view all the answers

    What is the purpose of the IP header?

    <p>To provide IP address information</p> Signup and view all the answers

    Which protocols will be covered in the next set of slides?

    <p>ICMP, ARP, and RARP</p> Signup and view all the answers

    True or false: Bob compares the destination IP address to his subnet mask before sending data to the router?

    <p>True</p> Signup and view all the answers

    True or false: The default gateway is usually an interface on a Layer 2 switch?

    <p>False</p> Signup and view all the answers

    True or false: Collisions can result in data corruption and loss?

    <p>True</p> Signup and view all the answers

    True or false: Switches create separate collision domains for each port?

    <p>True</p> Signup and view all the answers

    True or false: Broadcast messages generate additional network traffic?

    <p>True</p> Signup and view all the answers

    True or false: VLANs can isolate broadcast domains virtually?

    <p>True</p> Signup and view all the answers

    True or false: Hubs can run at full duplex mode?

    <p>False</p> Signup and view all the answers

    A NIC is installed in your computer to connect your computer to the network.

    <p>True</p> Signup and view all the answers

    A bridge is a network device that connects two similar network segments together.

    <p>True</p> Signup and view all the answers

    A switch recognizes frames and pays attention to the source and destination MAC address of the incoming frame.

    <p>True</p> Signup and view all the answers

    Routers operate at Layer 3 of the OSI Model.

    <p>True</p> Signup and view all the answers

    Firewalls are usually placed at the edge of networks closest to the WAN connection.

    <p>True</p> Signup and view all the answers

    DHCP servers assign IP addresses to hosts.

    <p>True</p> Signup and view all the answers

    DNS is used to match hostnames or FQDNs to IP addresses and vice versa.

    <p>True</p> Signup and view all the answers

    True or false: If two computers are in the same network (LAN), they can communicate directly without a Router.

    <p>True</p> Signup and view all the answers

    True or false: Both the MAC address (Layer 2) and the IP address (Layer 3) are required for communication.

    <p>True</p> Signup and view all the answers

    True or false: In the network communication example, Sally responds directly to Bob with their MAC Address.

    <p>True</p> Signup and view all the answers

    True or false: If Sally wanted to reply to Bob, they would need to complete the same process to find out Bob's MAC address.

    <p>True</p> Signup and view all the answers

    True or false: If Bob needed to communicate with a device on another network, a Switch is required.

    <p>False</p> Signup and view all the answers

    True or false: A Router is required for communication between devices on different networks.

    <p>True</p> Signup and view all the answers

    True or false: In the network communication example, Bob sends an ARP request message to the LAN for the IP address associated with Sally's MAC address.

    <p>False</p> Signup and view all the answers

    The TCP/IP protocol suite operates at the Transport layer of the OSI model.

    <p>True</p> Signup and view all the answers

    The DHCP client sends a unicast DHCPRequest message to the server if it accepts the offer.

    <p>False</p> Signup and view all the answers

    TCP is a connection-oriented protocol, while UDP is connectionless.

    <p>True</p> Signup and view all the answers

    The TCP three-way handshake consists of the steps SYN, SYN-ACK, and ACK.

    <p>True</p> Signup and view all the answers

    The client initiates the TCP three-way handshake by sending a SYN packet to the server.

    <p>True</p> Signup and view all the answers

    The server responds to the client's SYN packet with a SYN-ACK packet.

    <p>True</p> Signup and view all the answers

    The IP header is 20 bytes in length.

    <p>True</p> Signup and view all the answers

    ICMP, ARP, and RARP are common TCP/IP protocols.

    <p>True</p> Signup and view all the answers

    The purpose of DNS is to translate domain names into IP addresses.

    <p>True</p> Signup and view all the answers

    Explain the steps that Bob needs to follow to determine if the destination IP address is part of his network.

    <p>Bob needs to look at the destination IP address and compare it to his subnet mask. If the destination IP address is not part of Bob's network, the data gets sent to the Router for transmission.</p> Signup and view all the answers

    What is a collision domain and what causes collisions to occur?

    <p>A collision domain is a network segment where data collisions can occur when multiple devices attempt to transmit data at the same time. Collisions can be caused by shared mediums, where multiple devices share the same communication channel, or by simultaneous transmissions, where two or more devices transmit data at the same time.</p> Signup and view all the answers

    What are the impacts of collisions on a network?

    <p>Collisions can result in data corruption and loss. They cause retransmits, increasing latency and slowing down data transfer rates.</p> Signup and view all the answers

    How can collisions be reduced in a network?

    <p>Collisions can be reduced by not using hubs in the network, as hubs extend a single collision domain to all connected devices. Instead, switches should be used as they create separate collision domains for each port through full-duplex communication.</p> Signup and view all the answers

    What is a broadcast domain and what causes broadcasts to occur?

    <p>A broadcast domain is a network segment in which all devices send and receive broadcast messages. Broadcasts occur when devices connected to the same LAN share the same broadcast domain.</p> Signup and view all the answers

    What are the impacts of broadcasts on a network?

    <p>Broadcast messages generate additional network traffic, leading to increased congestion and resource consumption. High broadcast traffic can also slow down network performance.</p> Signup and view all the answers

    How can broadcasts be reduced in a network?

    <p>Network segmentation, by dividing networks into segments with routers or layer three switches, can reduce the size of broadcast domains. Virtual LANs (VLANs) can also be used to isolate broadcast domains virtually, enhancing network efficiency.</p> Signup and view all the answers

    What is the purpose of a Router in network communication?

    <p>A Router is required for communication between devices on different networks.</p> Signup and view all the answers

    Explain the process of network communication between Bob and Sally in the example.

    <ol> <li>Bob sends an ARP request (Broadcast) message to the LAN for the MAC address associated with Sally's IP Address. 2) Sally sees the Broadcast noticing that the IP address belongs to them. Sally then responds directly to Bob with their MAC Address. 3) Bob is now able to communicate with Sally because they have both the Destination IP and MAC Address.</li> </ol> Signup and view all the answers

    What is the role of DNS in network communication?

    <p>DNS is used to translate domain names into IP addresses.</p> Signup and view all the answers

    What are the two pieces of information required for communication between two devices in the same network?

    <p>Both the MAC address (Layer 2) and the IP address (Layer 3) are required for communication.</p> Signup and view all the answers

    If Sally wanted to reply to Bob, what process would she need to complete?

    <p>If Sally wanted to reply to Bob, she would need to complete the same process to find out Bob's MAC address.</p> Signup and view all the answers

    True or false: Broadcast messages generate additional network traffic?

    <p>True</p> Signup and view all the answers

    True or false: In the network communication example, Sally responds directly to Bob with their MAC Address.

    <p>True</p> Signup and view all the answers

    What is the primary purpose of a Network Interface Card (NIC)?

    <p>The primary purpose of a Network Interface Card (NIC) is to connect a computer to the network and provide physical, electrical, and electronic connections to the network media.</p> Signup and view all the answers

    What is the function of a bridge in a network?

    <p>The function of a bridge is to connect two similar network segments together and keep traffic separated on either side of the bridge, breaking up collision domains.</p> Signup and view all the answers

    What are the three significant differences between switches and hubs?

    <p>The three significant differences between switches and hubs are that switches recognize frames and pay attention to the source and destination MAC address of the incoming frame, as well as the port on which it was received.</p> Signup and view all the answers

    What is the main purpose of a router?

    <p>The main purpose of a router is to separate networks and broadcast domains at Layer 3 of the OSI model.</p> Signup and view all the answers

    Where are firewalls usually placed in a network?

    <p>Firewalls are usually placed at the edge of networks closest to the WAN connection, such as the internet, to protect LAN resources from invaders and control access to certain services.</p> Signup and view all the answers

    What is the function of a DHCP server?

    <p>The function of a DHCP server is to assign IP addresses to hosts, which is more convenient than manually setting IP addresses on every client machine.</p> Signup and view all the answers

    What is the goal of DNS?

    <p>The goal of DNS is to match hostnames or FQDNs (Fully qualified domain names) to IP addresses and vice versa, eliminating the need to memorize IP addresses.</p> Signup and view all the answers

    What is the purpose of the DHCP client's DHCPDiscover message?

    <p>The purpose of the DHCP client's DHCPDiscover message is to look for available DHCP servers on the network.</p> Signup and view all the answers

    What is the main difference between TCP and UDP protocols?

    <p>The main difference between TCP and UDP protocols is that TCP is connection-oriented while UDP is connectionless.</p> Signup and view all the answers

    Describe the three steps of the TCP three-way handshake.

    <p>The three steps of the TCP three-way handshake are: 1) SYN (Synchronize) - client sends a SYN packet to the server, requesting a connection. 2) SYN-ACK (Synchronize-Acknowledge) - server responds with a SYN-ACK packet, acknowledging the request and agreeing to establish a connection. 3) ACK (Acknowledge) - client sends an ACK packet to the server, confirming the connection establishment.</p> Signup and view all the answers

    What is the purpose of the IP header?

    <p>The purpose of the IP header is to provide essential information for routing and delivering IP packets, including source and destination IP addresses, protocol type, and other control information.</p> Signup and view all the answers

    Which layer of the OSI model do TCP and UDP operate at?

    <p>TCP and UDP operate at the Transport layer of the OSI model.</p> Signup and view all the answers

    What are the common TCP/IP protocols discussed in the text?

    <p>The common TCP/IP protocols discussed in the text are ICMP, ARP, and RARP.</p> Signup and view all the answers

    What is the impact of collisions on a network?

    <p>Collisions can result in data corruption and loss, leading to degraded network performance and increased retransmissions.</p> Signup and view all the answers

    What are the steps of the DHCP client four-step process?

    <p>The steps of the DHCP client four-step process are: 1) DHCPDiscover - client broadcasts a DHCPDiscover message to look for available DHCP servers. 2) DHCPOffer - DHCP server responds to the DHCPDiscover message with a unicast DHCPOffer message, providing IP address information. 3) DHCPRequest - client responds to the DHCPOffer message with a broadcast DHCPRequest message, confirming the IP address assignment. 4) DHCPACK - DHCP server acknowledges the DHCPRequest message with a DHCPACK message, confirming the IP address assignment to the client.</p> Signup and view all the answers

    Describe the structure of the TCP and UDP segments in terms of their respective header fields.

    <p>The structure of the TCP segment includes source port, destination port, sequence number, header length, reserved bits, checksum, code bits, window size, urgent pointer, options (if any), and data. The structure of the UDP segment includes source port, destination port, length, checksum, and data.</p> Signup and view all the answers

    Bob would look at the destination ______ address

    <p>IP</p> Signup and view all the answers

    If the destination IP address is not part of Bob’s network, the data gets sent to the ______ for transmission

    <p>Router</p> Signup and view all the answers

    The router Bob has access to in their LAN is called the ______ Gateway

    <p>Default</p> Signup and view all the answers

    Hubs extend a single ______ domain to all connected devices

    <p>collision</p> Signup and view all the answers

    Switches create separate ______ domains for each port

    <p>collision</p> Signup and view all the answers

    Dividing networks into segments with routers or layer three switches reduces ______ domain size

    <p>broadcast</p> Signup and view all the answers

    In full duplex, devices can send and receive data ______

    <p>simultaneously</p> Signup and view all the answers

    Network Interface Card (NIC) is installed in your computer to connect, or interface, your computer to the ______

    <p>network</p> Signup and view all the answers

    A NIC either is an expansion card or is built right into the computer’s ______

    <p>motherboard</p> Signup and view all the answers

    The NIC usually connects to the computer through ______ located on the motherboard

    <p>expansion slots</p> Signup and view all the answers

    A bridge—specifically, a transparent bridge—is a network device that connects two similar network ______ together

    <p>segments</p> Signup and view all the answers

    Switches connect multiple ______ of a network together much like hubs do

    <p>segments</p> Signup and view all the answers

    Routers operate at Layer 3 the ______ of the OSI Model

    <p>Network</p> Signup and view all the answers

    Firewalls are usually placed at the edge of ______ closest to your WAN connection (Leased Line or more commonly Internet)

    <p>networks</p> Signup and view all the answers

    Bob sends an ______ request (Broadcast) message to the LAN for the MAC address associated with Sally’s IP Address

    <p>ARP</p> Signup and view all the answers

    Sally responds directly to Bob with their ______ Address

    <p>MAC</p> Signup and view all the answers

    If Sally wanted to reply to Bob, they would need to complete the same process to find out the destination ______ address

    <p>MAC</p> Signup and view all the answers

    If Bob needed to communicate with a device on another network, a ______ is required

    <p>Router</p> Signup and view all the answers

    Both the MAC address (Layer 2) and the IP address (Layer 3) are required for ______

    <p>communication</p> Signup and view all the answers

    In the network communication example, how does Sally respond to Bob's ARP ______?

    <p>request</p> Signup and view all the answers

    If two computers are in the same network (LAN), they can communicate directly without a ______

    <p>Router</p> Signup and view all the answers

    TCP and UDP are protocols that operate at the ______ layer of the OSI Model

    <p>Transport</p> Signup and view all the answers

    The main difference between TCP and UDP is that TCP is ______-oriented while UDP is ______

    <p>connection, connectionless</p> Signup and view all the answers

    When a device connects to a network, it broadcasts a DHCPDiscover to look for available ______ Servers

    <p>DHCP</p> Signup and view all the answers

    When a DHCP server sees the DHCPDiscover message, it responds directly to the sender using ______ with IP address information

    <p>Unicast</p> Signup and view all the answers

    The client will receive the Unicast message and respond to the DHCP server with a broadcast ______ message if it accepts the offer

    <p>DHCPRequest</p> Signup and view all the answers

    The DHCP Servers responds to the DHCPRequest broadcast with a DHCP ______, confirming the IP address assignment to the client

    <p>ACK</p> Signup and view all the answers

    TCP uses a three-way handshake to establish ______

    <p>connections</p> Signup and view all the answers

    The client initiates the handshake by sending a SYN packet to the server, requesting a ______

    <p>connection</p> Signup and view all the answers

    The server responds with a SYN-ACK packet, acknowledging the request and agreeing to establish a ______

    <p>connection</p> Signup and view all the answers

    Which numbering system is used to represent IPv4 addresses in networking?

    <p>Decimal</p> Signup and view all the answers

    Which numbering system represents binary numbers using only 0 and 1?

    <p>Binary</p> Signup and view all the answers

    What is the base of the hexadecimal numbering system?

    <p>16</p> Signup and view all the answers

    Which numbering system represents numbers using powers of 10?

    <p>Decimal</p> Signup and view all the answers

    What is the maximum number of IP addresses that can be accommodated by IPv4?

    <p>4,294,967,296</p> Signup and view all the answers

    Which numbering system represents the IP address 192.168.2.1 in binary?

    <p>11000000.10101000.00000010.00000001</p> Signup and view all the answers

    Which numbering system represents the letter 'A' in binary?

    <p>01000001</p> Signup and view all the answers

    Which numbering system represents the letter 'B' in binary?

    <p>01000010</p> Signup and view all the answers

    Which numbering system represents the letter 'A' in hexadecimal?

    <p>41</p> Signup and view all the answers

    Which numbering system represents the letter 'B' in hexadecimal?

    <p>42</p> Signup and view all the answers

    What is the main purpose of IPv6?

    <p>To fix the limitations of IPv4</p> Signup and view all the answers

    Which class of IP address has the most available host addresses?

    <p>Class A</p> Signup and view all the answers

    What is the purpose of NAT (Network Translation Protocol)?

    <p>To assist with address exhaustion in IPv4</p> Signup and view all the answers

    Which layer of the OSI model does IPv4 operate at?

    <p>Layer 3</p> Signup and view all the answers

    Which class of IP address has the fewest available host addresses?

    <p>Class C</p> Signup and view all the answers

    What is the main purpose of a default gateway?

    <p>To connect a LAN to the internet</p> Signup and view all the answers

    What is the main difference between TCP and UDP?

    <p>TCP is connection-oriented, while UDP is connectionless</p> Signup and view all the answers

    Which numbering system is used for MAC addresses?

    <p>Hexadecimal (Base-16)</p> Signup and view all the answers

    What is the length of an IPv6 address?

    <p>128-bits</p> Signup and view all the answers

    Which IP version is the successor to IPv4?

    <p>IPv6</p> Signup and view all the answers

    More Like This

    OSI Model Flashcards
    14 questions
    Model OSI dan Lapisan Jaringan
    40 questions
    Use Quizgecko on...
    Browser
    Browser