Local Area Networking Flashcards

1
Q

What does the Subnet Mask do?

A

Distinguishes which part of the IP address identifies the network ID and which part of the address identifies the host.

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

What’s a router?

A

It helps manage your internal network

A device that has at least two IP addresses: One that connects to your LAN’s switch and one that connects to the “next network.”

That next network could be your Internet service provider (ISP) or another router at your company.

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

What’s Dynamic Host Control Protocol (DHCP)?

A

DHCP (Dynamic host configuration protocol) is a protocol that assigns IP addresses to network devices on a LAN.

If you have DHCP (most networks do) and your computer is configured to obtain an IP address automatically, your computer boots up and will broadcast a DHCP request.

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

What’s a DNS

A

They’re special computers, called domain name service (DNS) servers, that keep databases of IP addresses and their corresponding names.

For example, let’s say a machine with the IP address 209.34.420.163 hosts a Web site and we want it to be known as www.totalsem.com. When we set up the Web site, we would pay for a DNS server to register the DNS name www.totalsem.com to the IP address 209.34.420.163.

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

What is the connection-oriented protocol used with TCP/IP called? What are it’s features?

A

Transmission Control Protocol (TCP)

TCP/IP is the group of standards that different computers use to all be able to talk to each other on the Internet.

TCP gets an application’s data from one machine to another reliably and completely

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

What is the connectionless-oriented protocol used with TCP/IP called? What are it’s features?

A

User Datagram Protocol (UDP)

UDP is the “fire and forget” missile of the TCP/IP protocol suite. UDP doesn’t possess any of the extras you see in TCP to make sure the data is received intact.

There’s a good reason to use UDP: it’s smoking fast compared to TCP.

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

How many bits does IPv4 and IPv6 use?

A

32 bits

128 bits

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

What do computers that use IPv6 need to access the internet?

A

A global address

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

What’s the most prominent feature of setting up a domain?

A

You don’t have to set up local accounts on each computer. We call this feature single sign-on

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

What do homegroups share by default?

A

Libraries

Not Folders.

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

What command would you use to view the path taken by an Ethernet packet?

A

The “tracert” command in Windows traces the path a data packet takes to get to its destination. Mac OS X and Linux use the traceroute utility for similar purposes

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

Which of the following is the correct net syntax for discovering which network shares on a particular server are mapped on your computer?

A

To see the network shares mapped on your computer, use net view \fileserver.

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

What small device enables you to test a NIC’s circuitry?

A

Loopback plug

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

Which command can be used to display the cached NetBIOS names for a Windows system?

A

Nbtstat -c displays the cached names.

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