Windows Client Configuration

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:52 PM on 5/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

Where are IP configuration settings for each adapter interface often set?

the GUI Properties dialog accessed via Network & Internet settings or the Network Connections applet (ncpa.cpl)

2
New cards

Which clients, protocols, and services are installed by default on Ethernet and Wi-Fi adapters?

Client for Microsoft Networks, File and Print Sharing for Microsoft Networks, Internet Protocol, and Link-layer Topology Discovery

3
New cards

Which versions of Internet Protocol are installed by default?

IP version 4 and IP version 6

4
New cards

How does the network adapter choose which IP protocol version to use?

it automatically uses the appropriate version of the protocol depending on the network it is connected to

5
New cards

What does Link-layer Topology Discovery provide?

network mapping and discovery functions for networks without dedicated name servers

6
New cards

What is the default IP properties setting?

Obtain an IP address automatically

7
New cards

What does Obtain an IP address automatically use?

a DHCP server

8
New cards

How do you configure a static address from the Properties dialog?

double-click the IP properties item

9
New cards

What does Windows prefer if available?

IPv6

10
New cards

How is the mask entered in the settings app dialog?

as a prefix length in bits

11
New cards

What prefix length in bits corresponds to 255.255.255.0?

24 bits

12
New cards

What command can you use to configure a static IPv4 address on a network interface?

netsh interface ip set address

13
New cards

What does name="InterfaceName" specify in netsh interface ip set address?

the name of the network interface you want to configure

14
New cards

What does static indicate in netsh interface ip set address?

that you are assigning a static IP configuration

15
New cards

What value should be used for DefaultGateway if no gateway is being set?

0.0.0.0

16
New cards

What command sets the primary DNS server for a network interface?

netsh interface ip set dns

17
New cards

What command adds an additional DNS server for a network interface?

netsh interface ip add dns

18
New cards

What does primary indicate in the DNS command?

the specified DNS server is the primary DNS server for the interface

19
New cards

What does index=Number specify in the DNS command?

the position or order of the DNS server

20
New cards

What does DHCP use for IP addressing by default?

automatic IP addressing

21
New cards

What would be assigned if automatic IP assignment was not working?

a link-local address

22
New cards

What address range does APIPA assign?

169.254.1.0 to 169.254.254.255

23
New cards

What does APIPA provide instead of normal network routing?

communicate locally (link-local address)