Network Configuration Flashcards

1
Q

What is the role of DNS servers in network configuration?

A

DNS servers resolve domain names to logical IP addresses, with local DNS servers preferred for faster access.

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

What is the difference between a host name and a domain name?

A

A host name identifies a computer on a network (e.g., “elvis”), while a domain name represents a group of computers in a subnet (e.g., csfac8.uwindsor.ca).

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

What is an IP address and how is it used?

A

An IP address is a logical address used for WAN communication and routing, typically assigned by DHCP servers.

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

What does a subnet mask do?

A

A subnet mask extracts network and subnet information from an IP address, e.g., 255.255.0.0.

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

What is a default gateway in networking?

A

A default gateway is the router through which internet-bound traffic is sent, typically one per LAN.

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

What is the role of DNS in networking?

A

DNS translates human-readable domain names into machine-readable IP addresses, with multiple DNS servers configured in order of preference.

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

What is the admin’s role in troubleshooting networks?

A

The admin sets up, maintains, and diagnoses networks, determining whether issues are caused by configuration errors or hardware failures.

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

What does a “ping” test in network troubleshooting?

A

A “ping” checks local host availability and helps diagnose DNS or IP connectivity issues.

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

How does ping work?

A

Ping sends ICMP Echo Request packets to a destination and receives Echo Reply packets, calculating round-trip time.

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

How do you view network configuration in Windows (2000/XP)?

A

Use the “ipconfig” command to view IP address, subnet mask, and default gateway. Editing is done via TCP/IP properties.

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

How do you configure networks in Linux?

A

Use the “network-admin” tool for GUI-based configuration.

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

What command tracks the route packets take to a destination?

A

The “traceroute” command in Linux/Solaris and “tracert” in Windows tracks the route and identifies problematic routers.

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

How does traceroute work?

A

Traceroute sends packets with a limited TTL; each router decrements the TTL and responds when it reaches zero, revealing the route.

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

What is 10BaseT Ethernet?

A

10BaseT Ethernet uses NICs and UTP cables to connect to a hub or switch, with switches often providing NAT.

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

What is the 802.11g wireless standard?

A

802.11g wireless requires compatible NICs and a wireless router/base station, with security protocols like WPA encryption.

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

What is an ad hoc wireless network?

A

An ad hoc network allows direct communication between devices without a base station, ideal for small setups (2-3 devices).

16
Q

What is the purpose of packet sniffers?

A

Packet sniffers monitor and debug network traffic by examining headers and protocols.

17
Q

How does Ethereal work as a packet sniffer?

A

Ethereal captures packets on a selected network interface, analyzes headers and payloads, and can display protocols like HTTP and SMTP.