Block 6 Flashcards
What kind of network is a small area, single building, small group of buildings or small number of computers?
Local area network (LAN)
What is a large area network with a substantial number of computers?
Wide area network (WAN)
Multiple LANs connected together is called what?
Wide area network (WAN)
____ is a large public network and is the largest WAN
Internet
What is a private network called?
Intranet
What is a private network that is accessible to select outside users?
Extranet
WANs may consist of ____, ____ and/or ____
- Campus area network (CANs)
- Metropolitan area network (MANs)
- Global area network (GANs)
CANs consist of what?
- Campus area
- School campus
- University
MANs consist of what?
A few city blocks
GANs consist of what?
Connection points around the globe
What do servers do?
Share resources, serve/manage network resources such as e-mail, files and printers
What do clients do?
Request access to shared resources/acces network resources such as host computers, printers and cameras
What do network classifications depend on?
The role played by the computer
What is a large network that has one or more computers acting as servers and the rest as clients called?
Client/server network
What is a network where computers act as both clients and servers?
Peer-to-peer network
____ is a circuit card inside a network device which enables it to access a network
Network interface card (NIC)
What is a unique identifier for a device?
Media access control (MAC) address
Where is the MAC address utilized?
Either on the NIC or motherboard
____ is architecture of the network (cables, connectors, signaling)
Ethernet
What defines everything about modern network HARDWARE?
Ethernet
What are examples of network media?
- Coaxial cables
- Twisted pair
- Fiber optics
- Wireless components
What is referred to as, the language the machines on the network use?
Software
Operating systems, protocols, TCP/IP suites are examples of what?
Software
Programs used to accomplish tasks like file sharing or web browsing are called what?
Applications
Word processors, spreadsheets and slide presentations are examples of what?
Applications
What is needed to connect LANs?
- Physical or wireless connection
- Routers
- IP adressess
Network components provide intelligent direction so data can flow WITHIN LANs via ____ and BETWEEN LANs via ____
- Switches
- Routers
Physical topologies dictate what?
Precisely how devices/wires connect
Logical topologies dictate what?
How SIGNALS travel from one device to another
____ topology is where all devices are connected by one cable
Bus topology
What are the characteristics of bus topology?
- Used in early networks
- Break/improper termination causes REFLECTION
- Single point of failure
____ topology is where every computer system is connected together in a complete loop (making it vulnerable to a single point of failure)
Ring topology
____ topology is where all devices connected to a single device
Star topology
Which topology when a break occurs it only affects a single machine (single point of failure)?
Star topology
____ topology is where each node is connected with multiple links, providing multiple paths between any two nodes
Mesh topology
____ is created by Organization of Standardization (ISO)
Open system interconnect (OSI) reference model
What is the standardized common language between hardware and software
Open systems interconnect (OSI) reference model
What is Layer 1 of the OSI model?
Physical layer (layer 1)
What is the function of the Physical layer (Layer 1)?
Determines how data is placed on the network MEDIA (cabling, connectors, hubs and NICs)
What is Layer 2 of the OSI model?
Data link layer (layer 2)
What is Layer 3 of the OSI model?
Network layer (layer 3)
What is Layer 4 of the OSI model?
Transport layer (layer 4)
What is Layer 5 of the OSI model?
Session layer (layer 5)
What is Layer 6 of the OSI model?
Presentation layer (layer 6)
What is Layer 7 of the OSI model?
Application layer (layer 7)
What is the function of the data link layer (Layer 2)?
Gathers and completes the elements that make up the whole DATA FRAME and then passes it to the physical layer (MAC ADDRESSING)
What is the function of the network layer (Layer 3)?
- Routing
- Logical addressing (IP addressing)
What is the function of the transport layer (Layer 4)?
Breaks data into smaller, more manageable chunks for transmission (FRAGMENTATION)
What is the function of the session layer (Layer 5)?
Manages and terminates sessions between programs on devices
What is the function of the presentation layer (Layer 6)?
Manages and translates between the session layer and the application layer
What is the function of the application layer (Layer 7)?
Represents network-related program code and functions computers need to INITIATE SERVICE REQUESTS
____ is a sub layer of of the data link layer (Layer 2) that is responsible for ERROR-CORRECTION and FLOW-CONTROL
Logical Link Control (LLC)
Which OSI layer is responsible for addressing networking devices by using the physical address (MAC address)?
Data link layer (Layer 2)
____ (Layer ____) refers to protocols that programs use, not the programs themselves (OSI model)
- Application layer
- Layer 7
The OSI model consists of how many layers?
Seven
The TCP/IP layers consists of how many layers?
Four
Upon the development of the ____ suite, the TCP/IP model became more widely used than the ____
- TCP/IP (4 Layers)
- OSI model (7 Layers)
Which model is also referred to as the Internet Model
TCP/IP model
A set of rules that govern the procedures used to exchange information between devices is called what?
Protocols
What is similar to a language, that helps computers communicate with each other?
Protocols
What is the first layer of the TCP/IP model?
Link/network layer
What is second layer of the TCP/IP model?
Internet layer
What is the third layer of the TCP/IP model?
Transport layer
What is fourth layer of the TCP/IP model?
Application layer
Which layer of the TCP/IP model acts as Layer 1 and 2 of the OSI model, acting as the physical layer and MAC addressing?
Link/network layer
Which layer of the TCP/IP model acts as Layer 3 of the OSI model, handling logicial/IP addressing and routing?
Internet layer
Which layer of the TCP/IP model acts as Layer 4 and 5 of the OSI model?
Transport layer
Connection oriented (TCP) data delivery requires ____ between ____ and ____ before a message is sent (guaranteed data delivery)
- Stable connection
- Client
- Server
Connectionless (UDP) data delivery will send information ____ someone is on the other end to receive it (no guaranteed data delivery)
Without verifying
Which layer of the TCP/IP model acts as the top 3 layers of the OSI model, using ports to give each application a unique number that identifies the protocol it uses?
Application layer
What are three common application layer protocols of the TCP/IP application layer?
- Hypertext transfer protocol (HTTP)
- File transfer protocol (FTP)
- Simple mail transfer protocol (SMTP)
___ is the protocol that makes webpages work, and uses port 80
Hypertext transfer protocol (HTTP)
____ is the protocol that transfers files between clients and servers, and uses ports 20 and 21
File transfer protocol (FTP)
____ is the main protocol used to send electronic mail on the internet, and uses port 25
Simple mail transfer protocol (SMTP)
Which network media consists of a center conductor surrounded by an insulating material and a concentric outer conductor?
Coaxial Cable
Coaxial cable was the original cabling used in what?
Ethernet networking
Coaxial cables use ____connector and ____ connector
- BNC
- F-type
____ is the most common network media used in modern IP networking
Twisted pair
Twisted pair is two insulated copper wires twisted together over their length (T/F)
True
What are the two types of twisted pair cabling?
- Unshielded twisted pair (UTP)
- Shielded twisted pair (STP)
In shielded twisted pair (STP), ____ surrounds the pair of wires to prevent ____ and ____
- Metal foil
- Interference
- “Crosstalk”
Twisted pair uses ____ connector
RJ-45
Twisted pair uses what to provide guidance on how to make twisted pair cabling to a RJ-45 connector?
Wiring standards T568A and T568B
Twisted pair wiring standard T568A is mostly commonly used standard in America (T/F)
False (T568B)
What are the four types of twisted pair cable configurations?
- Straight-through cable
- Cross-over cable
- Rollover cable
- Loopback cable
On twisted pair cable config ____, the pins on the end of the cable match and is used for connecting to a computer to a switch.
Straight-through cable
On twisted pair cable config ____, the TX and RX pins are swapped on the opposite end of the cable and is used for connecting similar devices
Cross-over cable
On twisted pair cable config ____, the pins are exactly opposite on the ends of the cables and is used connect the administrator’s system to the console port of a Cisco router or switch
Rollover cable
On twisted pair cable config ____, it connects the transmit pins to the receive pins on the same system and is used for troubleshooting a system
Loopback cable
What are the different categories of twisted pair cabling?
- CAT 1
- CAT 3
- CAT 5
- CAT 5e
- CAT 6/6a
Which twisted pair category is, 1 Mbps speed and is used for telephone voice, not for data communications?
CAT 1
Which twisted pair category is, 10 Mbps speed and is used for voice and data over Ethernet at 10 Mbps or 10BaseT?
CAT 3
Which twisted pair category is, 100 Mbps speed and is used for voice and data over Ethernet at 100 Mbps or 100BaseT?
CAT 5
Which twisted pair category is, 1 Gbps speed and is used for voice and data Ethernet at 1000 Mbps or 1000BaseT?
CAT 5e
Which twisted pair category is, 10 Gbps?
CAT 6/6a
What are the characteristics of optical fiber?
- Expensive to purchase and install
- Good for long distance
- Good for high speeds
What are the two types of optical fibers?
- Single-mode
- Multi-mode (more commonly used)
What are the two types of optical fiber connectors?
- Straight tip (ST)
- Subscriber connector (SC)
Which optical fiber connector uses a twist locking system and operate much like a BNC copper connector?
Straight tip (ST) (AKA stick-and-twist)
Which optical fiber connector has a square molded plastic body and push-pull locking features?
Subscriber connector (SC)
75.110.227.18 is an example of what?
Dotted decimal
01001011.01101110.11100011.00010010 is an example of what?
IP address (in binary)
____ consists of 4 octets, each made up of 8 bits and totals 32 bits
IPv4 IP address (in binary)
Each octet in an IP address ranges from 0 to 255 (T/F)
True
IPV4 Class ____ = 1-126
Class A
IPV4 Class ____ = 128-191
Class B
IPV4 Class ____ = 192-223
Class C
IPV4 Class ____ = 224-239
Class D
IPV4 Class ____ = 240-254
Class E
Classful addressing system has IP addresses without ____
Subnets
In IPv4 what is a value used to help devices distinguish the host’s netwrok?
Subnet mask
In IPv4 what is used to differentiate networks from one another?
Network ID
A network ID can be assigned to a specific computer or device
False
The ____ is the portion of the IP address used to get specific host information for that part of the network
Host ID
In IPv4 what is used for dividing a network into subnetworks?
Subnet ID
____ addressing system has IP addresses with subnets
Classless
CIDR
Classless Inter-Domain Routing (CIDR)
____ is the address in your subnet that allows communication with all the nodes in your ____
- Broadcast Address
- Subnet
What is the purpose of IPv6?
To replace the 32 bit (IPv4) addressing as the internet infrastructure is upgraded