Networking Flashcards
What are networking rules called?
Protocols
What does SOHO stand for?
Small Office Home Network
What is a host?
Any device (pc, tablet, phone, printer) connected to a network that participates in network communications
What is throughput?
The amount of data sent and received over a network
What is bandwidth?
The maximum capacity of the media to carry data
Through what do mobile phones transmit voice signal?
Radio waves
Why are mobile phones called cell phones?
Because the geographic area that a tower can provide a signal to is called a “Cell”
What is the most common type of cellular phone network called?
GMS (Global System for Mobile Communications)
What does the G stand for in 3G or 4G?
Generation
What is the accuracy of a GPS?
10 meters
What does NFC stand for?
Near Field Communication (a few centimeters)
What is a Wi-Fi signal?
A radio wave
What is the current Ethernet Standard?
IEEE 802.3
What component does a device need to connect to an Ethernet LAN?
An Ethernet Network Interface Card (NIC)
What are the unique addresses of devices?
MAC addresse
What does MAC address stand for?
Media Access Control
What is an end-user device IP address used for?
Identify the host on the network
What is an end-user device subnet mask used for?
Identify the network on which the host is connected
What is an end-user default gateway used for?
Identify the networking device that the host uses to access the Internet or another remot network
What is a DNS server used for?
Translate a domain name to an IP address
What kind of server automatically gives you an IP address?
A DHCP server
Why would you want to manually configure an IP address (manual addressing)?
For a server, something static
What is the most common connectivity in Ethernet networks?
Unshielded Twisted Pair (UTP)
What is the most common connector on UTC cables?
RJ-45
Generally, how many copper wires are on a UTP cable?
8 wires arranged in pairs
What is an advantage of fiber optics
Long distance, immune to EM interference
What is the connector type of telephones or fax machines?
RJ-11
What is the advantage of a coaxial over UTP?
Better shielding
How many fiber optics cables is in a fiber optic circuit?
2 one to transmit, the other to receive
What 2 standards typically define the pinout of UTP cables?
T568A and T568B
What type of UTP cables do Unlike devices require?
Straight-through cables
What type of UTP cables do Like devices require?
Crossover cables
What is the name of the Traceroute utility in Windows?
tracert
What is each network called on a message route?
A hop
What are the 3 essential elements of communication?
A message source, a receiver, and a transmission medium or channel
What are the rules of communication called in networking?
Protocols
What does TCP stand for and what is it used for?
Transmission control protocol. Makes sure the message gets to its destination reliably
What are the 6 aspects of communication defined by protocols?
Timing Message size Encapsulation Message format Encoding Message pattern
Who are the internet standards published and maintained by?
The IETF (Internet Engineering Task Force)
How do you call multiple protocols working together for sending a message?
A protocol stack
How many layers are in the standard TCP/IP model?
4
What are the different layers of the TCI/IP model?
Application (ex: HTTP)
Transport (ex: TCP)
Internet (ex: IP)
Network access (ex: Ethernet)
What is the most common reference model?
The OSI model
How many layers does the OSI model have?
7
On what OSI layers does the Ethernet protocol operate?
1 and 2
What type of address is used for Ethernet addressing?
MAC address
Who manages the Ethernet protocol?
the IEEE
What part of a MAC address determines the vendor?
The 3 first bytes
What part of the MAC address is the component’s unique ID?
The 3 last bytes
What is the 3 first bytes of a MAC address called?
The Organizationally Unique Identifier (OUI)
What is encapsulation?
Like placing a letter in an envelope to add source, destination, and message
What is a frame?
A computer message encapsulated in a specific format
What is a preamble?
The first part of a frame, a 7-byte pattern of alternating 1s and 0s to synchronize timing
What are the 3 layers of Ethernet hierachical design?
- Access layer (connection to host on LAN)
- Distribution layer (interconnects smaller networks)
- Core layer (high-speed connection to WAN)
What defines the network portion of an IPv4 address from the host portion?
The subnet mask
What happens to the source and target MAC address of an Ethernet frame during internetwork communication?
They change
What is the most common Access layer device?
Switches
What is the most common Distribution layer device?
Routers
What is the most common Core layer device?
Switch route processors
Where do switches check to see where to send a message?
Its MAC address table
How do you call the temporary connection between the message source and destination that’s created by a switch?
A circuit
What is switch flooding?
When a switch doesn’t recognize a destination MAC address, it sends the message to every connected host
What is a broadcast?
A message sent to all hosts on a LAN
What is the destination MAC address of a broadcast?
FFFF.FFFF.FFFF
What is ARP?
Address Resolution Protocol.
It is used to find the MAC address of a host on a LAN using its IP address
What are the 3 steps of the ARP process?
- Sending host broadcasts the target IPv4 address on the network
- Host with broadcasted IPv4 address replies to the broadcasting host with its MAC address
- First host stores the destination host’s MAC address in an ARP table
Why do we divide a network? (3 reasons)
- Limit the broadcast domain
- Security reasons
- Moving things to different locations
How do you call devices that are beyond our local network?
Remote hosts
What layer does routers take their decisions on?
Layer 3, IP addresses
When is a router used to forward a message?
When the IP source and destination do not match
What does each router port connect to?
A different local network
How do you call the forwarding of packets towards their destination network?
Routing
Where do routers look to find ip addresses it knows?
In its routing table
What is the IPv4 address of a broadcast?
255.255.255.255
What does a router do if it cannot determine where to forward a message?
It drops it
What is the destination MAC address of a frame for a packet sent to a remote host?
The MAC address of the default gateway
How many bits is an IPv4 address?
32
What is the maximum number represented with 8 bits in binary?
255
What operator is used to determine network address with the subnet mask?
AND
How do you write the portion of a host who’s subnet mask matches the first 24 bits? (192.168.3.10/255.255.255.0)
/24
What is the process name used by a computer to determine if an address is on its network?
Binary ANDing
What is a prefix length?
Shorthand of a subnet mask that says how many bits are set to 1
How do you calculate how many hosts can be on a network?
2^(number of host bits)-2
What is the name of the current addressing system?
CIDR: Classless Inter-Domain Routing
What is a public IPv4 address?
An address globally routed between ISP routers
What is a private IPv4 address?
Addresses that are not unique and that can be used in internal networks (ex: 10.0.0.0, 192.168.0.0, 172.16.0.0 etc.)
What translates a private IPv4 address to a public IPv4 address?
NAT, Network Address Translation
Done by the Router connected to the IPS’s network
Who manages and allocates the IPv4 and IPv6 addresses for the Regional Internet Registries?
The IANA (Internet Assigned Numbers Authority)
Who Allocates IP addresses to ISPs?
The RIR (Regional Internet Registries)
What is a unicast transmission?
A normal host-to-host communication, either client/server or peer-to-peer
What is the reserved IPv4 address range for multicasts?
224.0.0.0 to 239.255.255.255
What is DHCP?
Dynamic Host Configuration Protocol, used to assign an IPv4 address to a host automatically
Why can a router be both a DHCP client and server?
The router is a client from the ISP’s DHCP server to get a public IPv4 address. The router is also a DHCP server giving a private IPv4 address to all hosts on the network
What is the destination IP and MAC addresses of a DHCP client’s DHCP Discover broadcast?
MAC: FF-FF-FF-FF-FF-FF
IPv4: 255.255.255.255
What are the 4 messages exchanged between a DHCP client and server to define an IPv4 address?
DHCPDiscover (looks for DHCP server)»
<>
<
What is a 169.254.x.x address and what does it mean?
It is an APIPA address (Automatic Private Internet Protocol Addressing), and it means that the DHCP server is unavailable.
How is the default gateway address assigned to a host?
Either manually or dynamically by DHCP
How long is an IPv6 address?
128 bits
What are 2 advantages of IPv6 addresses?
Almost infinite number of devices
No need for NAT
Why use Hexadecimal?
Hex is perfect for matching 4 bits
ex: 1 hex = 0001 bin, F hex = 1111
How many Hexadecimal digits is an octet?
2
How many hextets are in an IPv6 address?
8
How many bits are in a hextet?
16
What do subnet masks default to?
- 255.255.0 /24
- 255.0.0 /16
- 0.0.0 /8
What do IPv6 addresses have instead of a subnet mask?
Network prefixes
What type of address does an IPv6 device give itself on start-up?
A link-Local Unicast Address (FE80::Interface ID, address that stays within the network)
What type of message does a IPv6 host needt to create its Global Unicast Address (public address)?
The ICMPv6 Router Advertisement
How does a IPv6 host receive a ICMPv6 Router Advertisement?
It sends it automatically every 200 secondes
The Host can ask for one with a ICMPv6 Router Solicitation
What router option allows a host to create its own IPv6 address?
SLAAC (Stateless Address Autoconfiguration)
What is the first step a web client does to access a web server with a URL?
DNS Lookup
What is a socket?
The identifier of all the components that belong in a conversation
What does UDP stand for?
User Datagram Protocol
What transport layer protocol does an application use when it wants an acknowledgement that the message is delivered?
TCP
What transport layer protocol is used when no acknowledgement is needed?
UDP
What is an advantage of UDP over TCP?
UDP is faster
What type of port is dynamically generated over port number 1024?
The source port
What are examples of high level domains?
.com, .edu, .net
What happens if a DNS server cannot determine the IP address of a domain name in its DNS table?
The request times out
What type of packet is a ping?
ICMP packet (Internet Control Message Protocol)
In Windows, hat command shows your default DNS server?
nslookup
What is the port number of HTTPS?
443
What governs the rules of communication between a web client and a web server?
HTTP (hypertext transfer protocol)
To what port does the FTP port 21 change to once the FTP session is open?
20
What is one of the oldest Application Layer protocol of the TCP/IP suite?
Telnet
What replaced Telnet?
SSH
Why is Telnet unsafe?
Information is transferred as plaintext
What are the 2 most common home network wireless frequencies?
2.4 GHz and 5 GHz
What wireless band is used by Bluetooth?
2.4 GHz
What organisation is responsible for the creation of wireless technical standards?
The IEEE
What standard governs the WLAN environment?
IEEE 802.11
What does SSID stand for?
Service Set Identifier
What is the maximum number of characters of an SSID?
32
Why are wireless channels used?
To prevent interference of wi-fi networks operating over the same frequency range
What is a channel?
A division of the available RF spectrum
What is used on Wireless networks to prevent collision during transmission?
Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)
Creates a reservation on a channel for a specific conversation
What are the 4 steps of the channel reservation process?
- Device sends a Request to Send (RTS)
- If channel available, AP responds with a Clear to Send (CTS) broadcasted on the channel, so all devices know that the channel is busy
- Device transmits data
- Device sends and Acknowledgement (ACK) to the AP to free the channel
What does DSL stand for?
Digital Subscriber Line
What are the three types of wireless authentication methods?
Open authentication
PSK
EAP
What is the encryption method of WPA2 on home networks?
PSK
What is one of the easiest way hackers gain access to networks?
Social Engineering
What are the 2 types of DoS attacks?
SYN (synchronous) Flooding
Ping of death
What does RPS stand for?
Redundant power system
What port is used to configure a switch?
Console port
What type of network device management requires a computer to be directly connected to the console port?
Out-of-band management
What type of network device management can be done over a network connection?
In-band management
What does IOS stand for?
Internetwork Operating System
How do you activate priviledged exec mode on the IOS CLI?
Type enable
How do you know if you’re privileged on the IOS CLI?
The hashtag means you are privileged
How do you access the IOS Help command on the Cisco CLI?
Question mark (?)
What IOS CLI command is used to get information?
show + argument
What elements are usually configured on a LAN switch?
host name
management IP address information
passwords
descriptive information
What are the Telnet and SSH connections to a networking device called?
vty lines
What does ipconfig do?
Displays IP configuration information
What does netstat do?
Displays network connections
What does tracert do?
Displays the route taken to a destination
What does nslookup do?
Queries the DNS server for information on a destination domain