Local Area Networking (14) Flashcards

(57 cards)

1
Q

What numbers can IP addresses not end in

A

0 or 255

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

why can’t an IP address end with a 0?

A

because a .0 at the end identifies a LAN adress

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

What is a subnet mask?

A

a 32 bit address that segregates an IP address into network bits that identify the network and host bits that identify the host device operating on that network.

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

What 3 things do you need for your computer to be on the internet?

A
  1. An IP address
  2. Subnet Mask
  3. Give it a default gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of a subnet mask?

A

to let your computer know whether it’s trying to communicate within its network or outside of it, and if you’re trying to communicate outside of it, to send it to the Gateway

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

What do IP adresses have / what are they composed of?

A

four octets between 0-255

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

Subnet masks are only used for what?

A

IPv4 IP addresses only use this

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

Where do you input IP adresses, subnet masks, and Gateways in a computer?

A

Network and Sharing Center

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

Where in Network and Sharing will you find the input locations?

A

network and adapter settings

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

Class C subnet masks are what?

A

255.255.255.0

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

What is the default gateway?

A

Your router

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

What is it called when you manually input the IP address?

A

Static IP

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

NAT (Acronym)

A

Network Address Translation

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

How does NAT save IP addresses?

A

With NAT,internal networks use private IP address and share a public adrress.

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

DHCP (Acronym)

A

Dynamic Host Configuration Protocol

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

How are Dynamic IP adresses issued?

A

DCHP

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

How would you get more detailed IP info besides the network and adapter settings?

A

open up the command prompt and enter: ipconfig /all

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

APIPA (Acronym)

A

Automatic Private IP Addressing

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

What is APIPA

A

the fallback settings in case your computer cannot find the default DHCP server

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

What kind of address will APIPA always default give you?

A

169.256.X.X is what kind of default setting?

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

What class of IP address does APIPA automatically give you by default?

A

Class B

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

ipconfig

A

when you’re having problems with the DHCP Server

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

ipconfig /release

A

disconnect you from DHCP server

24
Q

ipconfig /renew

A

reconnect you to a DHCP server

25
whats the fastest way to reconnect / fix DHCP issues?
right click your connection and hit troubleshoot
26
netstat
(Command) shows all the statistics for all the different types of connections on your particular system
27
netstat -n
gets rid of all the words and just shows the raw numbers for netstat (switch) and makes it easier to read
28
What does port 445 do in Windows?
shares folders
29
netstat -a
shows everything with netstat including ports (Switch)
30
Port 80
webservers; can be graphics card etc.
31
TCPView
a tool that functions pretty much like netstat and can be downloaded and uses a GUI
32
DNS
Domain Name System
33
FQDN
Fully Qualified Domain Name
34
What does a DNS do?
it takes a FQDN and meters out what IP address is associated with that domain name account.
35
ipconfig /all
how you can see your DNS server information
36
how do you statically configure your DNS (6 Steps)
1. Network and sharing center 2. change adapter settings 3. select what you’re interested in 4. properties 5. ipv4 6. use the following DNS server addresses
37
How to troubleshoot DNS connection issues
1. manually configure DNS 2. Use googles
38
what are two google DNS servers
1. 8.8.8.8 2. 8.8.4.4
39
nslookup
Command. one of the best DNS tools, but most DNS servers have locked down against nslookup except basic info. but it does allow you to verify authenticity and status
40
what is an a record
allows you to track ipv4 adress system names
41
mc Records
used by mail servers
42
Cname
Canonical Name
43
Every windows system is a member of a what or a what
workgroup or active directory domain
44
What is the difference between a workgroup and a domain (Windows)
workgroup is a basic organization essentially used to organize and has no security, Domains must be connected to a windows server system.
45
Benefits to Active Directory Domain
incredible security central administration from one computer
46
how is an active directory set up?
on a specialized windows server with proprietary software
47
NetBIOS / NetBEUI
Original metholodology for sharing stuff with mircrosoft.
48
NetBios
original naming system for microsoft computers
49
NetBEUI
Did the original communication creating connections between connections. (Microsoft computers)
50
NETBT
NetBIOS over TCP/IP
51
CIFS
Common internet file system (outdated
52
SMB
Server Message Block
53
Samba
Linux and macOS SMB protocol
54
whoami
command to let you know who you’re logged in as
55
What will make all windows computers on a single LAN automatically see each other?
if they’re in the same workgroup.
56
what must be true to access shared folders on a remote system?
you must have an account on a remote system
57
what 2 things does an active directory require?
1. Domain Controller ( dedicated server ) 2. Windows Server Software