Network Review
Protocols and Addresses
Part One
- In a networking context, what is a protocol?
A common language that allows communication between two devices.
- What is the major protocol used on the Internet?
Transmission Control Protocol/Internet Protocol, or TCP/IP, is the major protocol used on the Internet.
- At what OSI/ISO layer does IP operate?
IP operates at layer 3, the network layer.
Part Two
- What three pieces of information do you need to configure TCP/IP?
The IP address, subnet mask, and default gateway are all needed to configure TCP/IP.
- Is the IP address a single address?
No. It is a combination of network ID and host ID.
- When was classfull addressing last used?
According to Professor Messer, the last time class full addressing was used was in 1993.
- What are the three major classes of addresses?
The three major classes are A, B, and C.
Part Three
- What is DNS? What does it do?
DNS is the Domain Name System, which matches the web address (URL) entered at the application layer with its corresponding IP address.
- What is DHCP? What does it do?
DHCP, or Dynamic Host Configuration Protocol, helps automatically generate and assign TCP/IP addresses to devices.
- Which proprietary Microsoft protocol was used in early versions of Microsoft Windows?
NetBEUI, or NETBIOS Extended User Interface.
- Which protocol is used to resolve a fully qualified domain name to an IP address?
DNS, or Domain Name System.
Common Ports
Part One
- In a TCP/IP context, what is a port?
A port is a logical opening in a network that allows the transmission or receipt of information.
- What is a non-ephemeral port?
A non-ephemeral port is a permanent port number.
- What is meant by the term "well known" port?
'Well known' ports use the same numbering scheme to communicate with each other.
- Compare and contrast TCP and UDP ports.
TCP and UDP both use ports from numbers 0-65535, but are completely different protocols. TCP is connection oriented where as UDP is connectionless.
Part Two
- What port does the DNS service utilize?
DNS utilizes port UDP/53.
- What port does the HTTPS protocol utilize?
HTTPS utilizes port TCP/443.
- What is the protocol SMTP and what port does it use?
SMTP, or Simple Mail Transfer Protcol, is used to send email on the Internet. It uses port TCP/25.
Network Technologies
- How does Professor Messer define a network?
Professor Messer states that a network is a way to connect devies using copper wires, optic fibers, and radio signals.
- What is a network Topology? And who makes Network Topology Standards?
Network topology is a standardized way to connect devices. The IEEE defines network topology standards.
- What is the most popular form of consumer networking?
Ethernet is the most popular form.
- What is the term that describes a network that can communicate in both directions at the same time?
Full-duplex.
- What differentiates a LAN from a WAN?
A LAN is a local area network and communicates in a small area, such as a home or office building. A WAN, or wide area network, expands to much larger area and needs the assistance of a third party to communicate with all devices within its network. A LAN is able to communicate with all these devices on its own.
IPv4 and IPv6
- What is the most widely used protocol in the world?
IPv4.
- Compare and contrast the lenghts of IPv4 and IPv6.
IPv4 addresses are 32 bits in length, whereas IPv6 are 128 bits in length.
- Is this a valid IPv4 address: "192.1.325.12"?
No, because 325 is a higher value than is allowed (maximum 255).
- Is this a valid IPv6 address: "a::b::c"?
No, because no more than one set of double colons (::) is permitted.
Network Cabling and Connectors
Part One
- What is the alliance of trade associations that makes network cabling standards?
ANSI (American National Standards Institute), TIA (Telecommunication Industry Association), and EIA (Electronic Industries Alliance).
- What is the Commercial Building Telecommunications Cabling Standard that we use for cabling?
ANSI/TIA/EIA-568 are the standards for cabling.
- What is the most common physical type of cabling?
Twisted pair copper cabling is the most common.
- What category of copper cable supports 100 Mbits Ethernet?
Cat5.
- What category of copper cable supports 10 Gbits Ethernet through 55 meters?
Cat6.
Part Two
- What is plenum rated cable?
Plenum rated cabling is that which is rated to run through a plenum, meaning it is not flammable and can be run through air vents.
- What type of cable did Ethernet originally use? Hint, same type of cable as used in cable TV.
Coaxial cable.
- What is the type of cable that is most suited for sending signals a long distance?
Fiber optic cable, specifically single-mode fiber.
- If you were connecting machines within a data cetner, what type of fiber would you be most likely to use?
Multi-mode fiber optic cable.
- If you were connecting two remote buildings, what type of fiber would you be most likely to use?
Single-mode fiber optic cable.
- What type of jack would you use for Ethernet?
RJ-45.
- What type fo jack would a phone use?
RJ-11.
Network Types
Part One
- What high speed type of network runs over telephone lines?
DSL, or Digital Subscriber Line.
- What type of high speed network runs over coax cable?
Cable modem.
- Which of the popular types of home high speed networks utilizes non-terrestrial networks that typically have high latency?
Satellite.
Part Two
- What was Bluetooth originally designed to replace?
It was intended to replace slow wired networks.
- What type of network would Bluetooth create?
PAN, or Personal Area Network.
Wireless Networking
Part One
- What is the IEEE family of standards for wireless networking?
802.11.
- How do the different members of the 802.11 family differ?
They have differences in speed, range, channels, and frequencies.
- Which 802.11 standard utilizes MIMO?
802.11n.
- Which 802.11 standard represents an improvement, and backwards compatibility, with 802.11b?
802.11g.
Part Two
- What was the original encryption utilized by 802.11?
WEP, or Wired Equivalent Privacy.
- When were WEP crytographic vulnerabilities identified?
They were identified in 2001.
- What type of encryption was created to improve on WEP but utilize the same hardware?
WPA, or Wi-Fi Protected Access.
- What type of wireless encryption is based on the Advanced Encryption Standard (AES)?
WPA2.
Part Three
- In wireless networking, what is an SSID?
A Service Set Identifier, which is the name of the wireless network.
- Disabling SSID broadcast is an important security configuration.
This is false, as security through obscurity is a poor method of security.
- What is the general security term used to describe the disabling of SSID broadcast?
Security through obscurity.
- Can MAC addresses be spoofed?
Yes, because they are not encrypted.
- What wireless networking standard supports speeds up to 600 megabits per second?
802.11n.