IP Addresses & Network Basics
Commands & Troubleshooting
Protocols & Network Communication
Bonus
100

What does "IP" stand for in networking?

Internet Protocol

100

Which command can you use in PowerShell to find the IP address of your computer?

ipconfig or Get-NetIPAddress

100

What is the default gateway in a computer network?

The IP address of the router that connects a local network to the internet

100

What device is commonly used to connect multiple devices in a network?

Switch or Router

200

What is the purpose of a router in a network?

To forward data packets between networks

200

Which protocol is used to "ping" a device to check connectivity?

ICMP (Internet Control Message Protocol)

200

What does DNS stand for, and what is its purpose?

Domain Name System; it translates domain names (e.g., google.com) into IP addresses

200

What type of cable is commonly used for wired Ethernet networks?

Ethernet cable (Cat5e, Cat6, etc.)

300

What are the three primary types of IP addresses found on a device?

Private IP, Public IP, and Loopback IP

300

What command is used in PowerShell to measure network latency by sending packets?

ping <IP address>

300

What is the significance of the .pcap file format in network analysis?

It is used to store packet capture data for network analysis tools like Wireshark

300

What is the primary purpose of an IP address?

To uniquely identify a device on a network

400

In subnetting, what is the subnet mask for a /24 network?

255.255.255.0

400

What does the tracert command do in Windows PowerShell?

It traces the route packets take to reach a destination, showing each hop along the way

400

What is the difference between TCP and UDP?

TCP (Transmission Control Protocol) is connection-oriented, ensuring reliable data transmission, while UDP (User Datagram Protocol) is connectionless and faster but less reliable

400

What does HTTP stand for?

Hypertext Transfer Protocol

500

Why might network latency vary at different times of the day?

Due to factors like network congestion, ISP throttling, and physical distance between the source and destination

500

What command is used in Linux to capture packets for network analysis?

tcpdump or wireshark

500

What is ARP, and how does it work in a network?

Address Resolution Protocol (ARP) is used to map an IP address to a device's MAC address in a local network. It helps devices communicate by finding the hardware address associated with an IP.

500

What does LAN stand for?

Local Area Network