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