Networking Basics Quiz

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What is the last usable IP address in the IP block of addresses 200.23.16.0/23?

  • 200.23.16.255
  • 200.23.18.254
  • 200.23.17.254
  • 200.23.27.254 (correct)

Which layer of the OSI model is responsible for logical addressing and routing of datagrams?

  • Network Layer (correct)
  • Transport Layer
  • Application Layer
  • Data Link Layer

What is the correct subnet mask if 8 subnets are created from the address 200.23.26.0/23?

  • 255.255.255.0
  • 255.255.255.192 (correct)
  • 255.255.255.224
  • 255.255.255.128

Which protocol number is assigned to ICMP?

<p>1 (C)</p> Signup and view all the answers

What is the minimum header size in bytes for an IP datagram, excluding TCP/UDP headers?

<p>20 (B)</p> Signup and view all the answers

What does LAN stand for?

<p>Local Area Network (C)</p> Signup and view all the answers

How many bits are allocated for port numbers in the transport layer?

<p>16 bits (B)</p> Signup and view all the answers

Which protocol is more suitable for multimedia applications that can afford to lose some packets?

<p>UDP (B)</p> Signup and view all the answers

What type of cabling is primarily used for inter-building connections?

<p>Multimode fiber (C)</p> Signup and view all the answers

What is the primary function of a modem?

<p>To modulate and demodulate signals (C)</p> Signup and view all the answers

What does the tracert command do?

<p>Lists the routers or hops encountered from source to destination (B)</p> Signup and view all the answers

Which of the following describes queuing delay?

<p>Delay experienced while waiting at the output link for transmission (D)</p> Signup and view all the answers

What is the core of the internet primarily composed of?

<p>Routers (A)</p> Signup and view all the answers

What happens to incoming packets when a route's queue is full?

<p>Incoming packets are dropped regardless of protocol (D)</p> Signup and view all the answers

What is the function of modulation in data transmission?

<p>To send data over long distances using a high power signal (B)</p> Signup and view all the answers

In the context of persistent HTTP connections, what is the purpose of opening one TCP connection?

<p>To send all objects to the client efficiently (D)</p> Signup and view all the answers

What categorizes an HTTP server listening on port number 80?

<p>It serves web pages over the standard web protocol (B)</p> Signup and view all the answers

What do NICs (Network Interface Cards) primarily convert during communication?

<p>High-power signals into data and bits (A)</p> Signup and view all the answers

What produces frames according to the Internet stack model?

<p>Link Layer (C)</p> Signup and view all the answers

What range of port numbers is defined for the transport layer?

<p>0-65535 (C)</p> Signup and view all the answers

What is the formula for calculating the number of usable hosts in a network?

<p>(2^h - 2) (B)</p> Signup and view all the answers

What is the main difference between DSL and Cable Modems regarding bandwidth access?

<p>DSL provides dedicated bandwidth while cable shares it (B)</p> Signup and view all the answers

Which layer in the OSI model handles compression and encryption?

<p>Presentation Layer (A)</p> Signup and view all the answers

Signup and view all the answers

Flashcards

Guided Media

Transmission media that physically guide the signal, such as copper wires, fiber optic cables, and coaxial cables.

LAN (Local Area Network)

A network connecting devices in a limited geographical area, such as a home, office, or school.

Fiber Optic Cabling

Uses light pulses to transmit data through thin glass or plastic fibers.

MODEM (Modulator-Demodulator)

Device that converts digital signals into analog signals for transmission over traditional telephone lines, and vice versa.

Signup and view all the flashcards

Instantaneous Throughput

The current data rate a link can provide at a specific moment.

Signup and view all the flashcards

Transport Layer

Provides reliable and efficient communication between applications on different hosts by creating segments.

Signup and view all the flashcards

Queuing Delay

Time spent waiting for transmission at an output link due to congestion or other delays.

Signup and view all the flashcards

Edge Router/Gateway

A device connecting a local network to the wider Internet, allowing hosts to send and receive packets.

Signup and view all the flashcards

IP Datagram Header Size

The minimum header size in bytes of an IP datagram (excluding TCP/UDP headers) is 20 bytes.

Signup and view all the flashcards

Fragmentation: Datagram Assembly

When a datagram is fragmented at a router, the fragments are reassembled at the destination end system once all fragments have arrived.

Signup and view all the flashcards

OSPF Routing Algorithm

Open Shortest Path First (OSPF) is a link-state routing protocol that calculates the shortest path between routers based on link costs.

Signup and view all the flashcards

ICMP Protocol Purpose

The Internet Control Message Protocol (ICMP) is primarily used for error reporting and network diagnostics.

Signup and view all the flashcards

Non-Routable Address

A non-routable address is an IP address that cannot be used for communication between different networks.

Signup and view all the flashcards

Full Routes Queue

When a network's routes queue is full, incoming packets are dropped, regardless of whether they use UDP or TCP. This happens when the network is overwhelmed with traffic and can't process packets fast enough.

Signup and view all the flashcards

Communication Link Speed

The speed of a communication link is measured in bits per second (bps). For example, a 10.5 kbps link can transmit 10,500 bits per second over its medium.

Signup and view all the flashcards

Modulation

The process of converting digital data into an analog signal suitable for transmission over long distances.

Signup and view all the flashcards

Persistent HTTP Connection

A technique where a single TCP connection is established for all objects to be sent from a server to a client. This reduces the overhead of establishing multiple connections.

Signup and view all the flashcards

Network Layer (Internet Stack)

The second layer from the top in the Internet stack model, responsible for logical addressing and routing packets between hosts.

Signup and view all the flashcards

Packet with Destination Port 53

A packet with a destination port number of 53 indicates it's likely a DNS (Domain Name System) request. This is because DNS uses port 53 for communication.

Signup and view all the flashcards

Single Mode Fiber Optic Cabling

A type of fiber optic cable that uses a single light path for data transmission, providing high-speed and long-distance communication.

Signup and view all the flashcards

TCP (Transmission Control Protocol)

A reliable transport protocol that ensures data is delivered accurately and in order. It's preferred when data loss is unacceptable.

Signup and view all the flashcards

RJ-45 Connector

The most common connector used on ethernet networks today, typically with four pairs of insulated copper wires.

Signup and view all the flashcards

Demodulation

The process of converting an analog signal back into digital data when receiving data on a network.

Signup and view all the flashcards

Study Notes

Guided Media

  • Examples include copper, fiber, and coax.

LAN

  • Abbreviation for Local Area Network.

Fiber-Optic Cabling

  • Two categories: single-mode and multimode fiber.

MODEM

  • Stands for Modulator-Demodulator.

Instantaneous Throughput

  • The immediate bit rate of a communication link.

Traceroute Command

  • Typically sends 3 probes per hop.

Transport Layer

  • Provides logical communication between processors.
  • Produces segments (according to the internet stack model).

Internet Core

  • Primarily composed of routers.

Queuing Delay

  • Time waiting for transmission at an output link, influenced by congestion levels in routers.

Twisted Pair Wiring

  • For 1 Gbps communication, 4/4 wire pairs are typically used.

WAN

  • Abbreviation for Wide Area Network.

Transport Layer Port Numbers

  • Allocates 16 bits for port numbers.

Units and Conversions

  • 61 meters = 200 feet, 1.575 inches.

Sound Cards

  • A 7-bit sound card provides 128 levels.

TLS

  • Stands for Transport Layer Security.

Network Devices and Layers

  • Switches use the lower two layers.
  • Routers use the lower three layers.
  • PCs use all five layers.
  • Tracert command lists routers/hops encountered.

HTTP Connections

  • Non-persistent HTTP: Open a TCP connection for every object sent to the client.
  • Persistent HTTP: Open one TCP connection for all objects sent to the client.

Client-Server Applications

  • To create a client-server application, choose an IP address and port number at the network and transport layer respectively.

Wireshark Packet Analysis

  • Source port 25, destination port 8529: Likely an email server packet.
  • Source port 50,345, destination port 53: Likely a user host or end-system packet.

Application Layer

  • Produces messages (according to the internet stack model).

UDP

  • Stands for User Datagram Protocol.

Internet Stack Model Layers

  • Second layer from the top: Transport Layer, followed by Network Layer.

Fiber Optic Cable Usage

  • Multimode fiber: Primarily for inter-building or campus connections.
  • Single-mode fiber: Usually used for long-distance, wide area network (WAN) connections.

Category 5 Cable

  • 100 Mbps speed.
  • 100-meter distance limit.

Propagation Delay

  • Related to link length and propagation speed in the medium.

Transport Protocols for Multimedia

  • UDP is more suitable for multimedia applications if some packet loss is acceptable.
  • TCP is more suitable for applications needing no packet loss.

Edge Router/Gateway

  • Device that connects a host/end system to the Internet core.

Router Queue Overflow

  • When a router's queue is full, incoming packets are dropped, regardless of the protocol (TCP/UDP).
  • A 10.5 kbps link can send 10,500 bits per second.

Modulation

  • Process of carrying data over long distances using a high-power signal.

Network Layer Responsibilities

  • Logical communication between hosts.

Persistent HTTP Connection Time

  • With parallelism, sending base HTML and embedded objects takes 2RTT for persistent connections.

Non-Persistent HTTP Connection Time

  • With parallelism, sending a base HTML file with two embedded objects takes 6RTT.

Twisted-Pair Wire Pair Usage for 100 Mbps

  • 2 out of 4 wire pairs are typically used.

Internet Hardware Components

  • Host/End Systems
  • Communication Links
  • Packet Switches

TLS Layer

  • Layer between application and transport for security (encryption, integrity, authentication).

OSI Presentation Layer

  • Handles compression and encryption.
  • 1 Gbps = 1,000,000,000 bits per second.

DSL vs Cable Modems

  • Cable modems: Homes share the total available bandwidth.

Internet Stack Model Network Layer Output

  • Produces datagrams.

Physical Layer Output

  • Produces bits.

Coaxial Connectors

  • F-connector is the most common current coaxial connector.

Computer Lab Network

  • Typically a LAN connecting end systems.

BGP

  • Glue that connects subnets globally.

DHCP

  • Dynamic Host Configuration Protocol.

Usable Hosts Calculation

  • (2h - 2), where 'h' is the host bits.

IP Address Block 200.23.128.0/23 Usable Hosts

  • 510 usable hosts.

Minimum IP Datagram Header Size

  • 20 bytes.

IP Datagram Fragmentation

  • Fragments are assembled at the destination host.

ICMP Protocol Number

Subnetting from 200.23.26.0/23 into 8 subnets

  • Each subnet has a mask of 255.255.255.192.

MTU

  • Maximum Transmission Unit.

Default Gateway for 192.168.1.0/24

  • 192.168.1.1

Host Bits in 200.23.16.0/23

  • 9 bits for host addresses.

Host Bits in 197.23.16.0/23

  • 9 bits for host addresses.

RIP

  • Routing Information Protocol.

OSPF Algorithm Classification

  • Hybrid routing algorithm.

Broadcasting Address for 200.23.128.0/23

  • 200.23.129.225

ICMP Use Case

  • Error reporting.

Hybrid Routing Protocol Example

  • EIGRP

Network Address for 200.23.128.0/23

  • 200.23.128.0

Non-Routable Address Example

  • (All listed options, need to be specified).

OSI Model Extra Layers

  • Presentation and Session layers.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Técnico en redes de datos Lección 1
8 questions
General IT Knowledge: Networking Basics
16 questions
Networking Fundamentals: OSI Model and IP Addressing
40 questions
Network Layer in OSI Model
40 questions

Network Layer in OSI Model

GorgeousAntigorite7733 avatar
GorgeousAntigorite7733
Use Quizgecko on...
Browser
Browser