The Bits and Bytes of Computer Networking Flashcards

1
Q

If a computer were to perform a full DNS lookup using TCP, how many packets would have to be sent between it and all name servers?

A

44

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

Using UDP, how many packets would need to be sent to perform a full DNS look up?

A

8

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

What Transport layer protocol does DNS normally use?

A

UDP (User Datagram Protocol)

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

A DNS TTL determines what?

A

How long a DNS entry is allowed to be cached in the Recursive Server

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

What is DNS Round Robin?

A

A method of load balancing where multiple IP addresses are assigned to a domain name. During DNS Resolution, all IPs are shared but the order rotates in each look up to spread out traffic.

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

In DNS Resolution, what is an A Record used for?

A

To point a certain domain name at a certain IPv4 IP Address

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

What is a AAAA - Quad A Record?

A

Used to point a domain name at a certain IPv6 IP Address during DNS Resolution

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

What is a CNAME Record?

A

Canonical Name Record
Used to redirect traffic from one domain to another (Eg: microsoft.com to www.microsoft.com). Setting up a CNAME means you only need to update the IP of one domain name if it changes.

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

What is an MX Record?

A

Mail Exchange Record
Used to deliver email to the correct server

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

What is an SRV Record?

A

Service Record
Used to define the location of various specific services.
(Like how MX is for email, SRV is for many service types)

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

What is a TXT Record?

A

Text Record
Used to provide the ability to associate text with a zone. This record allows domain administrators to insert any text content into DNS records. These records are used for various purposes. One example is ownership validation: To prove you own the domain, a provider may require you to add a TXT record with a particular value to your domain.

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

What are the 3 main parts of a domain name?

A

1) Subdomain - Or Host Name, eg: www.
2) Domain - The name portion, eg: google in google.com. Stored on the Authoritative Name Server.
3) TLDs (Top Level Domains) - the final portion of the domain name, eg: .com. Stored on TLD Name Servers.

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

How does UDP differ from TCP when transmitting data?

A

TCP requires constant connection and acknowledgement for every segment of a data packet to ensure nothing is lost

UDP just sends the data to it’s destination port. No string of acknowledgement means more available bandwidth. Good for streaming videos where a few missing frames won’t matter

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

Cat 5, Cat 5e, and Cat 6 cables are made with increasingly strict specifications to avoid _______.

A

Crosstalk

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

What does BGP stand for?

A

Border Gateway Protocol

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

What does Modulation do when transmitting data across cables?

A

Modulation is a way of varying the voltage of the charge moving across a cable in a constant ‘on’ state.

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

What does the Physical Layer consist of?

A

Devices and cables, means of transmitting bits across a computer network

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

What are the 2 main network protocols?

A

-TCP (Transmission Control Protocol)
-IP (Internet Protocol)

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

What does UDP stand for?

A

User Datagram Protocol

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

What is Crosstalk?

A

When an electrical pulse on one wire is accidentally detected on another wire

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

When a TCP Socket sends a FIN, but the corresponding ACK from the other end hasn’t been received yet, what will it’s state be?

A

FIN_WAIT

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

What does the TCP socket state SYN_SENT mean?

A

A synchronization request has been sent, but the connection hasn’t been established yet. (Client side only)

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

When a TCP Connection is ready to be closed, a four-way handshake occurs, in order, what TCP Flags are sent?

A

1) FIN - I’m ready to close the connection
2) ACK - I hear you
3) FIN - I am also ready to close the connection
4) ACK - Cool, let’s stop being connected

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

Every time a TCP connection is established, a ____________ occurs.

A

Three-way handshake

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

What TCP Flags in the correct order are involved in the Three-Way Handshake?

A

1) SYN - Let’s connect! Look at my sequence number field so we know where the conversation starts!
2) SYN/ACK - Sure, let’s connect! I acknowledge your sequence number!
3) ACK - I acknowledge your response, let’s start sending data!

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

What is POP?

A

Post Offic Protocol
A way for email clients to retrieve emails from a mail server before storing them locally. This is good for temporary or intermittent internet connections

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

What is an ethernet frame?

A

A data packet at the ethernet level, on the data link layer

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

What are two other names for the Data Link Layer in network models?

A

1) Network Interface Layer
2) Network Access Layer

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

Routers sharing data using __________ protocols are all under control of the same organization.

A

Interior Gateway Protocols

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

What is a Link State Protocol?

A

When all routers on an autonomous system share their state with eachother in order to determine the best routing path more quickly than distance-vector protocols

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

A device that knows how to forward data between independent networks on the network layer, is what?

A

A router!

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

What are the layers in the Fiver-Layer Network Model?

A

1) Physical Layer
2) Data Link Layer
3) Network Layer
4) Transport Layer
5) Application Layer

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

What does the Transport Layer do?

A

Sorts out which client and server programs are supposed to receive data

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

Name the 7 main parts of an Ethernet Frame

A

1) Preamble
2) Recipient MAC
3) Sender MAC
4) Ether Type Field
5) Data/Payload
6) Pad
7) FCS

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

What are the seven layers in the OSI Networking Model?

A

1) Physical Layer
2) Data Link Layer
3) Network Layer
4) Transport Layer
5) Session Layer
6) Presentation Layer
7) Application Layer

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

What are the two most common materials used in networking cables?

A

Copper and Fiber

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

What is the SFD?

A

Start Frame Delimiter
The last byte of the preamble in an Ethernet Frame, letting the receiving device know the preamble is over and actual frame contents will now follow

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

What are the two categories that make up Interior Gateway Protocols?

A

Link State Protocols
and
Distance-Vector Protocols

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

What does OSI stand for?

A

Open Systems Interconnection

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

Which network layers do switches and hubs belong to?

A

Switches belong to the Data Link Layer
Hubs belong to the Physical Layer

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

What is a Collision Domain?

A

A network segment where only one device can communicate at a time

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

What is the FCS?

A

Frame Check Sequence
A 32 bit (or 4 byte) number that represents the checksum value for an entire ethernet frame

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

What does DHCP stand for?

A

Dynamic Host Configuration Protocol

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

What are the 3 primary types in the IP Address Class Sytem?

A

Class A (1st Octet = 0-127)
Network ID = Octet 1, Host ID = Octets 2,3,4

Class B (1st Octet = 128-191)
Network ID = Octets 1,2, Host ID = Octets 3,4

Class C (1st Octet = 192-223)
Network ID = Octets 1,2,3, Host ID = Octet 4

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

Routers use ______________ protocols when they need to share information across different organizations

A

Exterior Gateway Protocols

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

What is an ASN?

A

Autonomous System Number
Numbers assigned to individual Autonomous Systems

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

What does ARP stand for?

A

Address Resolution Protocol

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

What is a multicast frame?

A

A network transmission sent to all devices on the network, but is accepted or discarded by each device depending on criteria other than their own MAC address

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

What port does DNS listen on?

A

53

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

What is an Authoritative Name Server?

A

It is responsible for the last 2 parts of any domain name, where a single organization may be responsible for DNS lookups

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

When a TLD name server receives a DNS lookup, what does it tell the computer performin the name lookup?

A

Which authoritative name server to contact for name resolution

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

What is a TLD?

A

Top Level Domain
The last part of any domain name (.com, .org etc)

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

What are Root Name Servers responsible for?

A

Directing queries from the recursive name server to the appropriate TLD server to match a domain name with an IP address

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

How many total Root Name Servers are there?

A

13

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

Which 2 types of DNS servers are generally provided by your ISP or Local Area Network to store known domain name lookups for a certain amount of time?

A

Caching Name Servers and Recursive Name Servers

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

What are the four main parts of a standard modern network configuration?

A

-IP Address
-Subnet Mask
-Gateway for a host
-DNS Server

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

What TCP socket state confirms the TCP connection is in working orer and that both sides are now free to send eachother data?

A

ESTABLISHED

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

What does a TCP socket state of SYN-RECEIVED mean?

A

A socket previously in a LISTEN state has received a synchronization request and has sent a SYN/ACK back. (Server side only)

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

The TCP socket state ___________, means a TCP socket is ready and waiting for invoming connections

A

LISTEN
(Server side only)

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

What are the 6 types of TCP Flags?

A

URG (Urgent)
ACK (Acknowledge)
PSH (Push)
RST (Reset)
SYN (Synchronize)
FIN (Finish)

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

What is the Application Layer?

A

It allows network applications to communicate in a way they understand

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

What is the Transport Layer?

A

It allows traffic to be directed to specific network applications

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

What is the TCP responsible for?

A

Reliable delivery of information from one network to another using a constant stream of acknowledgements

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

How many bits are there in an IPv6 address?

A

128 - Separated into 6 groups

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

What is CSMA/CD for?

A

Carrier Sense Multiple Access with Collision Detection
Ethernet protocol on the data link layer

Used to determine when the communication channels are clear and when a device is free to transmit data

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

What does the Network Layer do?

A

Allows different networks to communicate with eachother using devices known as routers

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

What is SMTP?

A

Simple Mail Transfer Protocol
A standard method of outgoing communication via email, sending messages to a mail server for relaying
(Using port 584 or 465)

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

What does URL stand for?

A

Uniform Resource Locator

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

What does a Firewall do?

A

Blocks traffic that meets a certain criteria such as a range of IPs or certain ports

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

What networking layer are Firewalls primarily used on?

A

The Transport Layer

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

In the transport layer, what is a Port?

A

A 16-bit number that’s used to direct traffic to specific servers/services running on a networked computer

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

What are multiplexing and demultiplexing?

A

(Transport Layer)
Multiplexing is when the nodes of the network direct traffic towards many different receiving services

Demultiplexing is when traffic all aimed at the same node is delivered to the proper receiving service

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

How many bits are reserved for TCP Flags?

A

6

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

Ports that are generally used to establish an outbound connection are known as ______ ports.

A

Ephemeral

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

Ports 1024-49151 are known as ________ ports.

A

Registered or User Ports

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

Ports 1-1023 are known as _________ ports.

A

System Ports

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

Which network layer is this:

Protocol = HTTP, SMTP, etc
Protocol Data Unit = Messages
Addressing = n/a

A

The Application Layer

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

Which network layer is this:

Protocol = IP
Protocol Data Unit = Datagram
Addressing = IP Address

A

The Network Layer

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

Which network layer is this:

Protocol = TCP/UDP
Protocol Data Unit = Segment
Addressing = Port Numbers

A

The Transport Layer

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

Which network layer is this:

Protocol = Ethernet, WIFI
Protocol Data Unit = Frames
Addressing = MAC Address

A

The Data Link Layer

81
Q

Which network layer is this:

Protocol = 10 Base T, 802.11
Protocol Data Unit = Bits
Addressing = n/a

A

The Physical Layer

82
Q

What are the 4 steps in DHCP Discovery?

A

1) Server Discovery Step - Client machine sends DHCPDISCOVER message
2) DHCP server decides how and if it will assign an IP via DHCPOFFER
3) Client machine inspects the DHCPOFFER and if it wants to accept responds with DHCPREQUEST
4) Server responds with DHCPACK and the client is now able to use the network

83
Q

What port are DHCP discovery messages always sent on?

A

68

84
Q

What is NTP?

A

Network Time Protocol
Used to keep all computers on a network synchronized in time

85
Q

How are DHCP Dynamic Allocation and Automatic Allocation different?

A

Both have a range of IP addresses set aside for assignment, BUT
-Dynamic allocation happens with each instance of connection and the IP address assigned to the device can change between connections
-Automatic Allocation has the DHCP server keep track of assigned IPs and if possible will assign the same IP when the device connects again

86
Q

In a FQDN, how many characters can each section be?

A

63

87
Q

In a FQDN, what is the total character limit?

A

255

88
Q

How many levels of domain can DNS technically support for a single FQDN?

A

127

89
Q

What is an FQDN?

A

Fully Qualified Domain Name
A combination of subdomain (www.), domain (google), and Top Level Domain (.com)

90
Q

A TCP socket state of ____________ means that the connection has been fully terminated and that no further communication is possible

A

CLOSED

91
Q

What does the TCP socket state CLOSE_WAIT mean?

A

The connection has been slosed at the TCP layer, but the application that opened the socket hasn’t released it’s hold on the socket yet

92
Q

What is a TCP socket?

A

When an IP address is followed with a colon and the service’s port number

93
Q

Ports are normally denoted with a _____ after the IP address (aka socket number or socket port)

A

Colon

94
Q

If the least significant bit in the first octet of a destination address is set to ONE, it means you’re dealing with a _________.

A

Multicast Frame

95
Q

What does a PTR do?

A

Pointer Resource Record
Resolves an IP into a name

96
Q

What network layer does DHCP belong to?

A

Application layer

97
Q

What are the 5 primary types of DNS servers?

A

1) Caching Name Servers - Stores IP addresses of known sites for a while
2) Recursive Namer Servers - Finds IP addresses to match web domain names
3) Root Name Servers
4) TLD Name Servers
5) Authoritative Name Servers

98
Q

What is DHCP Fixed Allocation

A

Usually used for security - The DHCP has a list of MAC addresses and corresponding IPs for assignment. If the device MAC is not found ther server could either fall back to Automatic/Dynamic allocation, or refuse to assign an IP altogether

99
Q

What is Port Forwarding?

A

A technique where speific destination ports can be configured to always be delivered to specific nodes - Good for NAT

100
Q

What type of DNS server performs a full name resolution request?

A

Recursive Name Servers

101
Q

An IT systems engineer creates a new DNS zone that contains PTR resource records. Which zone type has been created?

A

Start of Authority (SOA)

102
Q

What is the IP responsible for?

A

Internet Protocol is responsible for delivering packets to the right destination

103
Q

What is the TTL Field?

A

Time to Live
An 8-bit field in an IP datagram that indicated how many router hops a datagram is allowed before it is thrown away

104
Q

A transmission that is meant for just ONE receiving address is known as what?

A

A Unicast Transmission

105
Q

An ________ in computer networking is any number that can be represented by 8 bits

A

Octet

106
Q

A Unicast Transmision is sent out to a single destination when the least significant bit in the first octet is set to ______.

A

Zero

107
Q

What are the three types of ethernet transmission?

A

Unicast
Multicase
Broadcast

108
Q

What is an Ethernet Broadcast?

A

Uses a broadcast address (MAC is all Fs, FF:FF:FF etc) to send information to all devices on a network

109
Q

Define Subnetting

A

The process of taking a large network and spliting it up into many individual and smaller subnetworks

110
Q

What is NAT?

A

Network Address Translation
Lets organizations use on public IP address and many private IP addresses within the network. The router will rewrite the sending IP with it’s own before sending a packet out, and will rewrite the destination address when receiving a packet to reach the correct device

111
Q

What is IMAP?

A

Internet Message Access Protocol
A way for email clients to retrieve emails from the server online, where they are stored.
(Typically listens on port 143)

112
Q

What is a preamble?

A

A 64-bit header at the start of an ethernet frame letting the receiving node know that an ethernet frame is coming

113
Q

What is an OUI?

A

Organizationally Unique Identifier
The first 3 octets of a MAC address assigned to individual hardware manufacturers by the IEEE

114
Q

What is the IEEE

A

Institute of Electrical and Electronics Engineers

115
Q

What is the difference between a static IP address and a dynamic IP address

A

-Static IP addresses must be manually configured on a node, usually for servers or network addresses
-Dynamic IP addresses are automatically assigned via DHCP when a new device is connected to the network

116
Q

What is DHCP?

A

Dynamic Host Configuration Protocol
A protocol that automatically assigns an IP address to a new device connecting to the network

117
Q

What is Duplex Communication?

A

The concept that information can flow in both directions across a cable

118
Q

What is half-duplex communication?

A

When information can flow both ways across a cable but only one device can speak at a time

119
Q

What is the most common plug in cable networking

A

Registered Jack 45 (RJ45)

120
Q

Most network ports have 2 small LEDs, what are they called?

A

Link LED and Activity LED

121
Q

In a network port, what is the Link LED for?

A

It lights up when a cable is properly connected to two devices that are both powered on

122
Q

What does a Distance-Vector Protocol do?

A

A router uses this to share it’s routing table with other routers, showing that path it plans to use when sending data. If a more effiecient path with less router hops exists, other routers will share this data and the routing table will be updated

123
Q

What are the two main categories for routing protocols?

A

Interior Gateway Protocols, and Exterior Gateway Protocols

124
Q

_________________ is a way to represent numbers 0 to 15 using the following characters - 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F

A

Hexadecimal

125
Q

What is the function of a patch panel?

A

It acts as a container for many runs of cabling. To have any further function it requires network connection via other cables.

126
Q

What is a packet at the Network Layer called?

A

An IP Datagram

127
Q

What does CIDR stand for?

A

Classless Inter-Domain Routing
Simplifies subnet masks by adding /__ to signify the subnet mask
eg: 9.100.100.100/23

128
Q

What is a MAC address?

A

Media Access Control Address
A globally unique identifier for each device attached to an individual network interface. A 48-bit number normally represented by 6 groupings of 2 hexadecimal numbers

129
Q

What is a CRC?

A

Cyclical Redundancy Check
Uses math to calculate a number representing a larger set of data. This should always match the checksum number to confirm data has arrived uncorrupted

130
Q

When modulation is used for networking, it is known as ______.

A

Line coding

131
Q

What is an MTA?

A

Message Transfer Agent
(AKA Mail Relay, Message Server, Mail Host)
The servers that receive emails and pass them along to their destinations

132
Q

What does the Data Link Layer do?

A

It is responsible for defining a common way of interpreting network signals so network devices can communicate

133
Q

What is the Ether Type Field?

A

The portion of an ethernet frame that tells the recipient basic data and protocols, such as IPv4 or IPv6, but not higher level data like email or web page.

134
Q

Routers share data with eachother via THIS protocol, which lets them learn about the most optimal paths the forward traffic

A

Border Gateway Protocol (BGP)

135
Q

In a network port, what is the Activity LED for?

A

It flashes when data is being actively transmitted accross the cable

136
Q

When we move data across a network, we break it down into _______.

A

Packets

137
Q

How many bits are there in an IPv4 address?

A

32 - Separated into 4 groups

138
Q

What is ARP?

A

Address Resolution Protocol
A protocol used to discover the hardware address of a node with a certain IP address

139
Q

What is a switch?

A

A device that allows for connections from many computers at once, and insects the contents of data being sent for the destination, ensuring it is only forwarded on to the intended device to reduce noise/interference

140
Q

What is a hub?

A

A device that allows for connections from many computers at once. All devices connected this way communicate in a Collision Domain and it is up to each device to determine if incoming data is meant for them or if they should ignore it

141
Q

What does the command ‘set debug ______’ do?
(_____ = websitename)

A

It displays the site’s full response packets down to TTL remaining or the serial number of the zone file the request was made against

142
Q

What is the range of IP addresses for Level 3s public DNS servers?

A

4.2.2.1 through 4.2.2.6

143
Q

What is the loop back IP for IPv4?

A

127.0.0.1
(Sends traffic in a loop right back to itself)

144
Q

What is a Hypervisor?

A

A piece of software that runs and manages virtual machines while also offering these guests a virtual operating platform

145
Q

What is IaaS ?

A

Infrastructure as a Service

146
Q

Every IPv6 address beginning with 2001:0db8: has been reserved for ___________

A

Documentation, education, or for books and courses

147
Q

Any IPv6 address that begins with FF00:: is reserved for ________

A

Multicast transmissions

148
Q

Any IPv6 address that begins with FE80:: is reserved for ________

A

Link-Local Unicast
(This allows for local network segment communications and are configured based upon a host’s MAC address)

149
Q

What record with ‘nslookup’ provide by default?

A

The website’s A Record
(Matching the DNS domain name with the IPv4 address assigned to it)

150
Q

What command similar to ‘ping’ can be run in Windows but will show more detail?

A

Test-NetConnection google.com

(any website name can follow)

151
Q

What does a -v flag mean with issued with a command like Netcat?

A

-v = Verbose

Verbose means lots of talking, so this command with share many details about a port’s status

152
Q

If you issued the Netcat command with a -z flag, what would that do?

A

-z = Zero input/output mode

(This just lets you know the status of the port with no additional details)

153
Q

What 3 things are required to run the Netcat tool command?

A

nc
nc host
nc hose port number

For example:
nc google.com 80

154
Q

What 2 tools would you use to test connectivity at the Transport Layer?

A

netcat - Linus and MacOS
Test-NetConnection - Windows

155
Q

How long does a pathping run in Windows before displaying aggregate data?

A

50 seconds

156
Q

What tools are similar to Traceroute, but longer running?

A

mtr on Linux and MacOS
pathping on Windows

157
Q

How would you run a Traceroute for Google.com in Windows?

A

tracert google.com

158
Q

In Linux and MacOS, to run a Traceroute, you would type ____________________

A

traceroute google.com

159
Q

What command is typed for a ping?

A

ping followed by an IP

Example:
ping 1.100.100.100

160
Q

Traceroute works by manipulationg the ___________ field at the IP level.

A

TTL field

161
Q

What is a Traceroute?

A

A utility that lets you discover the path between two nodes, and gives you information about each hop made along the way

162
Q

Unlike Windows which responds to the Ping command with 4 echo requests, MacOS will continue until stopped. How would you interrupt a MacOS Ping?

A

By pressing the Control and C keys at the same time

163
Q

What does an ICMP Echo Request do?

A

Asks a destination if it is there, and if it is functioning the destination will send back an Echo Reply

164
Q

Ping lets you send a special type of ICMP message called an ________________

A

Echo Request

165
Q

What is ICMP

A

Internet Control Lessage Protocol
(Used to communicate why a transmission has failed back to the origin of the transmission - Mainly used by routers and remote hosts)

166
Q

What is MAC filtering?

A

When you configure your access points to only allow for connections from a specific set of MAC addresses belonging to devices you trust

167
Q

How many bits are in a WPA encryption key?

A

128 bits

168
Q

For an 802.11b network at a 2.4 ghz frequency, what are the only 3 channels that don’t overlap?

A

1, 6, and 11

169
Q

What is WEP?

A

Wired Equivalent Privacy
(An encryption technology that provides a very low level of privacy on wifi, making it equal to contained wires transmitting data)

170
Q

What are network channels?

A

Individual, smaller sections of the overall frequency band used by a wireless network. Helps avoid wireless collision domains.

171
Q

What is a Mesh network configuration?

A

When lots of devices are constantly communicating with eachother wirelessly, forming a Mesh. Usually this is just many access points, increasing wifi range and performance.

172
Q

What is a WLAN network configuration?

A

Wireless Local Area Network
(One or more access points act as a bridge between a wireless and a wired network)

173
Q

What is an Ad-Hoc network configuration?

A

When there is no network infrastructure - All devices/nodes involved with the network communicates with every other device in range. This is similar to file sharing with phones.

174
Q

What are the 5 most common 802.11 specifications?

A

b, a, g, n, and ac

175
Q

In an 802.11 frame, there are 4 address fields. What are they?

A

-Address 1 - Source MAC

-Address 2 - Intended destination MAC

-Address 3 - Receiver Address (The MAC of the access point that should receive the frame)

-Address 4 - Transmitter address (The MAC of whatever device has just transmitted the frame)

176
Q

802.11 protocols define how we operate at these 2 network layers

A

Physical Layer
and
Data Link Layer

177
Q

The most common specifications for how wireless networking devices should communicate are defined by the IEEE ______ standards.

A

802.11

178
Q

Define WAN

A

Wide Area Network

Acts like a single network, but spans across multiple physical locations (most useful when sending large amounts of data with many network users)

179
Q

How fast is a T1 line?

A

1.544 Mb/s

180
Q

How many bits does WEP use in it’s encryption keys?

A

40 bits
Mostly outdated and replaced by WPA2

181
Q

T1 is short for _____________

A

Transmission System 1

182
Q

What is WPA2?

A

Wifi Protected Access 2

And upgraded version of WPA with an encryption key of 256 bits instead of 128

183
Q

What is WPA

A

The first version of Wifi Protected Access
(A replacement for WEP to provide wifi security via encryption)

184
Q

What is an ONT?

A

Optical Network Terminal

Like a modem, but for fiber.
It converts data from protocls the fiber network can understand to those more traditional twisted-pair copper networks can understand

185
Q

Instead of a modem, the demarcation point for Fiber Technoligies is known as ________

A

Optical Network Terminator
(ONT)

186
Q

What is FTTX?

A

Fiber to the X

Where is is fill in the blank

187
Q

Define the following:

FTTP
FTTB
FTTH
FTTN

A

Fiber to the Premesis
Fiber to the Building/Business
Fiber to the Home
Fiber to the Neighborhood

188
Q

What is DSL?

A

Digital Subscriber Line

A method of using a different frequency for networking on copper phone lines that was faster at transferring data and didn’t interfere with calls

189
Q

What does Broadband refer to?

A

Any connectivity that isn’t dial-up internet. This type of connection is always on and the links are always present

190
Q

What is a Baud Rate?

A

A measurement of how many bits can be passed across a phone line in one second

191
Q

What does Modem stand for?

A

Modulator, Demodulator

Takes computer data and uses the phone lines (POTS) to turn it into audible wavelengths for transmission between computers

192
Q

Which 2 IPs are used by Google to operate their public name servers?

A

8.8.8.8
and 8.8.4.4

193
Q

What is the loopback address for IPv6?

A

::1

194
Q

What command executes a DNS Resolver Tool that is used to get details on a website’s server?

A

nslookup

195
Q

What is Virtualization

A

A single physical machine called a Host, that can run many individual virtual instances, called guests

196
Q

What are PaaS and SaaS?

A

Platform as a Service, and
Software as a Service

197
Q

What are the 2 rules for shortening IPv6 addresses?

A

1) You can remove any leading zeros from a group

2) Any number of consecutive groups composed of just zeros can be replaced by 2 colons

198
Q

The first 64-bits of any IPv6 address represent ________, and the second 64-bits represent ___________

A

The first 64 bits = The network ID

The second 64 bits = The host ID