- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
203 Cards in this Set
- Front
- Back
|
TCP/IP
|
Transmission Control Protocol /Internet Protocol:
A nonproprietary, routable network protocol suite that enables computers to communicate over all types of networks. Native protocol of the Internet and required for Internet connectivity. |
|
Included in TCP/IP suite
|
1. network/node address structure
2. tools for static and dynamic address assignment 3. name resolution services 4. utilities for testing and configuration. |
|
IP Address Class A
range network portion node portion default submask |
1.0.0.0 to 127.255.255.255
1st octet last 3 octets 255.0.0.0 |
|
IP Address Class B
range network portion node portion default submask |
128.0.0.0 to 191.255.255.255
1st 2 octets last 2 octets 255.255.0.0 |
|
IP Address Class C
range network portion node portion default submask |
192.0.0.0 to 223.255.255.255
1st 3 octets last octet 255.255.255.0 |
|
Private IP address ranges by class
|
A: 10.0.0.0 to 10.255.255.255
B: 172.16.0.0 to 172.31.255.255 C: 192.168.0.0 to 192.168.255.255 |
|
Identify Ports for FTP
|
20 (data)
21 (control) |
|
Identify Ports for SSH
|
22 (Remote login protocol)
|
|
Identify Ports for Telnet
|
23
|
|
Identify Ports for SMTP
|
25
|
|
Identify Ports for DNS
|
53
|
|
Identify Ports for TFTP
|
69
|
|
Identify Ports for HTTP
|
80
|
|
Identify Ports for POP3
|
110
|
|
Identify Ports for NNTP
|
119
|
|
Identify Ports for NTP
|
123
|
|
Identify Ports for IMAP4
|
143
|
|
Identify Ports for HTTPS
|
443
|
|
FTP full name
|
File Transfer Protocol
|
|
SSH full name
|
Secure Shell
|
|
SMTP full name
|
Simple Mail Transfer Protocol
|
|
DNS full name
|
Domain Name Service
|
|
TFTP full name
|
Trivial File Transfer Protocol
|
|
NNTP full name
|
Network News Transfer Protocol
|
|
NTP full name
|
Network Time Protocol
|
|
IMAP4 full name
|
Internet Message Access Protocol version 4
|
|
ICANN
|
Internet Corporation for Assigned Names and Numbers controls the leasing and distribution of IP addresses, formerly handled by IANA (Internet Assigned Number Authority) formed 1993.
|
|
VLSM
|
Variable length subnet mask:
used to create subnets that each have only the number of nodes required |
|
CIDR
|
Classless Inter Domain Routing
also called supernetting; a subnetting method treating a VLSM as a 32-bit binary word to provide the exact number of nodes and networks required. With CIDR, multiple class-based networks can be represented as a single block. Used for most addressing today. |
|
Map TCP/IP model to OSI model
|
TCP/IP -> OSI
Application -> App/Pres/Sess Transport -> Transport Internet -> Network Network -> Data/Physical |
|
Services in TCP/IP Application layer
|
Utilities such as socket services and NetBIOS over TCP/IP
|
|
Services in TCP/IP Transport layer
|
Connection and communication
|
|
Services in TCP/IP Internet layer
|
Addressing and routing
|
|
Services in TCP/IP Network layer
|
Services that send and receive frames from the network
|
|
Ports are designated by the organization ____ for two types of networks: ____ and ____
|
IANA
TCP and UDP |
|
Three blocks of port numbers
|
Well-known: 0 to 1,023
Registered: 1,024 to 49,151 Dynamic: 49,152 to 65,535 |
|
Define the two transport-layer protocols in TCP/IP
|
1. TCP: connection-oriented, guaranteed delivery. Sends data, waits for ACK, and fixes errors.
2. UDP (User Datagram Protocol): connectionless, best effort delivery. |
|
Function of the Internet Protocol
|
Primarily serves to assign correct destination address to a data packet. Resolves name of receiving node to that node's IP address and passes IP address from Transport layer to Internet layer where IP uses the subnet mask to determine if the receiving node is on the same subnet or a remote network, and delivers the packet. (Note: if on a remote network, IP only delivers to the default gateway on the local network, the gateway then undertakes its own MAC resolution process.)
|
|
Full name of ARP
|
Address Resolution Protocol (in TCP/IP)
|
|
Function of ARP
|
Supports the IP by resolving IP address to MAC address.
1. ARP receives IP Addr from IP. 2. If ARP has MAC Addr in cache, it returns it to IP. 3. If not in cache, ARP issues broadcast to resolve IP Addr. 4. The target node responds with a unicast including its MAC Addr. 5. ARP adds MAC Addr to cache and sends it to IP. |
|
Full name of RARP
|
Reverse Address Resolution Protocol
|
|
Function of RARP
|
Allows a node on a LAN to discover its IP addr from a router's ARP table or cache. A network admin creates a table on the LAN's router that maps each node's MAC addr to an IP addr.
|
|
Full name and function of ICMP
|
Internet Control Message Protocol
--a service on IP protocol that reports on the condition of a connection between two nodes (to help avoid flooding) |
|
Full name and function of IGMP
|
Internet Group Management Protocol
--supports multicasting in a routed environment |
|
Define socket
|
A piece of software within an operating system that connects an application with a network protocol. In TCP/IP, the socket links the IP addr with the port number of the service.
|
|
Describe form of a socket address in TCP/IP
|
{protocol,local-addr,local-process}
Example: {tcp, 193.44.234.3, 53} |
|
Full name and function of CRC
|
Cyclic Redundancy Check
--uses a predefined math calculation to compute CRC code based on the data block and attaches code to the data block. Receiver uses same calculation to compute and compare CRC code. |
|
Full name and function of EDAC
|
Error Detection And Correction
--data sent with an EDC (Error Detection Code); if an error is found, the data can be rebuilt by the receiver. |
|
Methods of flow control
|
1. Buffering- temporary storage of input until main system is ready. Typically handled by network card in networking.
2. Data Windows- multiple packets sent as a block or window and acknowledgement sent only for entire block. 2 (a) Fixed windows- set number of packets per block 2 (b) Sliding windows- variable block sizes with size continually reevaluated during transmission |
|
RJ-11 description and uses
|
either 4-pin or 6-pin connector for Cat 1 twisted pair cable in phone systems and not suitable for network connectivity.
|
|
RJ-45 description and uses
|
8-pin twisted pair connector
|
|
F-Type connector description and uses
|
for 75-ohm coax cable used to connect TV and FM antenna leads. Comes with screw-on or as a slip-on connector.
|
|
ST connector description and uses
|
Straight Tip
Used for multimode fiber optic cable. Have a straight ceramic center bin and bayonet lockdown. Most popular fiber connector and often used in patch panels. |
|
SC connector description and uses
|
Standard Connector or Subscriber Connector
Used for single-mode fiber optic cable. Box-shaped that snap into a receptacle. |
|
IEEE 1394 connector description and uses
|
FireWire
Either 6-pin or 4-pin connector. |
|
LC connector description and uses
|
Local Connector
Used for both single- and multimode fiber optic cable. About half the size of ST or SC with round ceramic ferrule and RJ-45 type latch. Can be used to transition installations from twisted pair copper to fiber. |
|
MT-RJ connector description and uses
|
Mechanical Transfer Registered Jack
Used for multimode fiber optic cable. Compact snap-to-lock connector with TWO strands of fiber attached with one connector. |
|
BNC connector description and uses
|
Twist-lock coax ThinNet connector (RG58/U or RG58A/U cable)
|
|
AUI connector description and uses
|
15-pin connector used to connect device to transceiver on ThickNet. Transceiver connected to ThickNet coax with vampire tap which pierces cable.
--Also called DIX connector. |
|
Why is it unlikely that you will find the IP address 192.168.250.10 on the Internet?
|
Because this address is in one of the IP address ranges that RFC 1918 recommends be reserved for private networks.
|
|
On an isolated LAN, why would you choose to use the NetBEUI protocol over TCP/IP?
|
NetBEUI is faster and easier to configure
|
|
What is one advantage of using repeaters? What is a disadvantage?
|
Repeaters amplify signals on a network, enabling the signal to travel over longer distances and reducing signal degradation. A disadvantage is that on Ethernet networks, there is a maximum amount of time that a signal can take to reach a network, and repeaters slow down travel time.
|
|
Name the 7 layers of the Open Systems Interconnection (OSI) Model.
|
1) Physical; 2) Data Link; 3) Network; 4) Transport; 5) Session; 6) Presentation; 7) Application -- "Please Do Not Throw Sausage Pizza Away""
|
|
What topology does a token ring network use?
|
Star ring
|
|
What does the Physical Layer contain?
|
the physical networking medium, such as cabling, connectors, and repeaters
|
|
What type of connector does a telephone jack use?
|
RJ-11
|
|
What do protocols at the Physical layer do?
|
they generate and detect voltage, to transmit and receive signals carrying data
|
|
Name 2 responsibilities of the Physical Layer
|
it sets the data transmission rate and monitors data error rates. It does not provide error correction
|
|
What does the Data Link Layer bridge?
|
it bridges the networking media with the abstract software and data streams
|
|
What is the Data Link Layer's primary function?
|
to divide data it receives from the Network Layer into frames that can be transmitted by the Physical layer
|
|
The OSI ______ _______ ______,was made early in the _______s(year),but the ISO (International Organization for Standardization in Geniva Switzerland.
|
Open System Interconnection /1980's
|
|
What devices work in the Data Link layer?
|
connectivity devices such as bridges and switches, because they decode frames and use the frame information to transmit data to its correct recipient
|
|
What does the Network Layer manage?
|
it manages addressing, routing, and segmentation and reassembly of packets
|
|
What number is the Presentation Layer? What does it do or consist of?
|
Number 6 -- It serves as translator between the application and the network. -Data is formatted in a schema that the network can understand; this format varies with the type of network used. -Also manages data encryption and decryption, such as scrambling of passwords.
|
|
What number is the Session Layer? What does it do or consist of?
|
Number 5 -- Establishes and maintains communication between two nodes on the network. Considered the "Traffic Cop" of network communications.-The term "session" refers to a connection for data exchange between two parties: it is most often used in context of terminal and mainframe communication.
|
|
Which OSI Layer do routers operate in?
|
routers belong to the Network Layer because they use addressing, usage patterns, and availability to intelligently direct data from sender to receiver
|
|
What is the Transport Layer's primary responsibility?
|
ensuring data arrives reliably, even across segments. the Transport Layer checks the order or sequence of frames and checks errors
|
|
What is the function of the Session Layer?
|
establishing and maintaining communication between two nodes on the network
|
|
What is the 'traffic cop' of network communications?
|
the Session Layer
|
|
What does the term 'session' refer to?
|
a connection for data exchange between two parties; most often with terminal-to-mainframe communications
|
|
What is the function of the Presentation Layer?
|
translates between the application and the network. At the Presentation layer, data are formatted in a schema that the network can understand; this format varies with the type of network used
|
|
What layer handles encryption?
|
the Presentation Layer manages encryption and decryption, such as the scrambling of passwords
|
|
What does the Application Layer provide?
|
it provides interfaces to the software that enable it to use network services
|
|
What are the two ways an IP address can be assigned to a PC? What is one advantage of each?
|
IP addresses can be assigned through static addressing (in which IP addresses are permanently assigned to workstations) or dynamic addressing (in which IP addresses are assigned for the current session only. An advantage of static IP addressing is that it doesn’t require a DHCP server. An advantage of dynamic IP addressing is that fewer IP addresses than the total number of workstations can satisfy the needs of a network.
|
|
Name 3 services provided by the Application Layer.
|
file transfer, file management, and message handling for electronic mail
|
|
How is a router a more intelligent device than a switch?
|
A router can route data to the correct network in a way that is similar to a switch’s method. However, a router can also forward a message to its correct destination over the most efficient available route to destinations far removed from the LAN it is connected to.
|
|
What 2 types of addresses identify network nodes?
|
Network Layer addresses and Data Link Layer addresses
|
|
Why is a router called a stateless device?
|
Because it is unconcerned about the data that it is routing and is only concerned with the destination address of the data
|
|
What are the Ping, Ipconfig, and Winipcfg utilities used for?
|
The Ipconfig (on Windows NT/2000/XP) and Winipcfg (on Windows 9x) commands are used to display a machine’s IP address and the MAC address of its NIC. The Ping command is used to send a signal to a remote computer and test connectivity.
|
|
What are Data Link Layer addresses?
|
addresses hardwired into the networking device, also called physical, MAC, or hardware addresses
|
|
Of IPX/SPX, TCP/IP, and NetBEUI, which is routable and which is not?
|
IPX/SPX and TCP/IP are routable, and NetBEUI is not.
|
|
What are Network Layer addresses?
|
addresses assigned to devices through operating software, also called logical or virtual addresses
|
|
Place the following bandwidth technologies in the order of their highest speed, from slowest to fastest: DSL, ISDN, regular telephone lines, cable modem, T1, Ethernet.
|
Regular telephone lines, ISDN, DSL, cable modem, T1, Ethernet
|
|
What is the structure of logical addresses?
|
they are hierarchical, so they can be easily interpreted by routers and used to direct data to their destinations
|
|
Give two examples of broadband technology.
|
Possible answers: Cable modem and DSL
|
|
Name three different types of Ethernet. What transmission speed does each support?
|
10-Mbps Ethernet (10 Mbps), Fast Ethernet (100 Mbps), and Gigabit Ethernet (1000 Mbps)
|
|
What is the maximum length of a cable on a 100BaseT network?
|
100 meters (328 feet)
|
|
What is the IEEE expansion of Data Link Layer
|
two sublayers: the Logical Link Control (LLC) sublayer and the Media Access Control (MAC) sublayer
|
|
What does the 100 in the name 100BaseT indicate?
|
The transmission speed (100 Mbps)
|
|
What does the Logical Link Control sublayer provide?
|
reliability and flow control services
|
|
What does the Media Access Control sublayer provide?
|
it appends the physical address of the destination computer onto the data frame
|
|
Coax cables used for ethernet networking
|
1. ThinNet (185 m max)
a) RG58/U - 5 mm, solid core, 50 ohms b) RG58A/U - 5mm, stranded core, 50 ohms 2. ThickNet (500 m max) RG8 - 10 mm, solid core, 50 ohms |
|
Compare UTP and STP cable
|
UTP (Unshielded Twisted Pair)
- typically 4 pair of stranded or solid conductors. Lengths up to 100 m. STP (Shielded Twisted Pair) - typically 4 pair of stranded or solid conductors surrounded by foil. Lengths up to 100 m [same as UTP]. Used in Token Ring networking |
|
Twisted Pair Cable Categories
|
1 - Voice, not networking
2 - Digital phone and low-speed networks. Max 4 Mbps 3 - Ethernet. Max 10 Mbps 4 - IBM Token Ring. Max 16 Mbps 5 - Fast Ethernet. Max 100 Mbps 5e- Gigabit Ethernet. Max 350 Mbps 6 - Gigabit Ethernet. Max 1 Gbps 7 - Gigabit Ethernet. Max 1+ Gbps NOTE: The primary difference between Cat 3 and Cat 5 cable is the number of twists per inch, with Cat 5 more tightly wound. |
|
Characteristics of Single-mode Fiber Optic Cable
|
Carries single optical signal. Small core (down to 5 microns) allows only a single beam of light.
|
|
Characteristics of Step index multimode Fiber Optic Cable
|
Core typically 50 microns or larger, permitting multiple optical signals. Light sent at angles, reflecting off sides of the strand along the length.
|
|
Characteristics of Graded index multimode Fiber Optic Cable
|
Core typically 50 microns or larger, allowing mutiple beams. Light transmitted through each of multiple layers inside core. Longer maximum distance and more expensive than step index multimode fiber.
|
|
Type of cable for IEEE 1394 connections
|
FireWire (IEEE 1394) use a shielded cable similar to STP with either 4 or 6 conductors. Can connect up to 63 devices to form a small local network.
|
|
Describe purposes, features, and functions of hubs
|
A device used to connect the drops in a physical star topology into a logical bus topology. Support speeds of 10 Mbps or 100 Mbps or both simultaneously.
- Active hub also serves as a repeater. - Managed hub (aka intelligent hub) enable admin to monitor and configure operation. - Switching hub reads destination of packet and directs it to correct port. May also support load balancing. |
|
Describe purposes, features, and functions of switches
|
Used to connect drops in a physical star topology into a logical bus topology. Forward packets to correct port based on MAC addr. Works with a pair of ports connecting two segments as needed.
- Cut-through: forwards packet as soon as received. No error checking or processing. - Fragment-free: Examines first 64 bytes of each packet for damage by a collision. Forwards packet only if no damage found, thus reducing network congestion. - Store-and-forward: Calculates CRC for each packet and forwards only if matched. |
|
Describe purposes, features, and functions of bridges
|
Divides a logical bus network into subnets. Examine MAC addr of each packet and forwards only if addressed to a different port (segment). Generally, a bridge should be located so that no more than 20% of traffic needs to cross the bridge.
- Learning bridge: Examines traffic and determine the addresses of the subnets connected to each port, configuring themselves automatically. |
|
Describe purposes, features, and functions of routers
|
Connects multiple networks that use the same protocol. Can only work with routable protocols: those that provide separate network and node addresses. Can be a dedicated device or implemented as software running on a node, typically with two NICs.
|
|
Describe purposes, features, and functions of gateways
|
Converts data between incompatible systems. May be a device, software or a system. May translate data between different operating systems, between different email formats, or between different networks.
NOTE: Do not confuse a gateway with what TCP/IP calls a default gateway which just forwards IP data packets. |
|
Describe purposes, features, and functions of NICs
|
The intermediary between the computer's data bus and the network. aka network adaptor or network card.
Identify the NIC by opening local area connection Properties and viewing the 'Connect Using' area. |
|
Describe purposes, features, and functions of WAPs
|
Connects wireless devices and can connect to wired networks. Have a network interface to connect to a wired network and an antenna or infrared receiver to receive wireless signals.
|
|
What organization is responsible for setting telecommunications standards?
|
The ITU (International Telecommunications Union), which in 1992 absorbed the functions of the CCITT.
|
|
Describe purposes, features, and functions of tranceivers
|
Device that both sends and receives data. Today, most are built into the network card. Used to connect NIC to the network media.
This is a role, not a specific device. |
|
Describe purposes, features, and functions of repeaters
|
A device that regenerates a signal to improve transmission distance. Used frequently with coax media. Most networks now use twisted pair cabling and do not have repeaters.
5-4-3 Rule: Can connect up to 5 segments using 4 repeaters; however, only 3 of those segments can contain nodes. |
|
Name four network topologies.
|
Bus, Ring, Star, and Mesh
|
|
Describe the characteristics of physical and logical bus topologies.
|
a) Physical bus - Each node is connected directly to a network cable with a T-connector or tap. Data signals pass by the node, not through the node.
b) Logical bus - Network in which all nodes see the network signal at the same time. |
|
Define "physical topology"; What does it not specify?
|
the basic physical layout of a network; it does not specify devices, connectivity methods, or addresses on the network
|
|
Describe the characteristics of physical and logical star topologies.
|
a) Physical Star - uses a central connectivity device, such as a hub, with separate connections to each node.
b) Logical star - Central device polls each node to see if it needs to transmit and controls the amount of access the node has to the cable. Less common than logical ring or logical bus. |
|
What number is the Physical Layer and what does it do or consist of?
|
Number 1-- contains Physical networking medium:cabling,connectors,repeaters-Protocols generate & detect voltage so as to transmit and recieve signals. -Sets the transmission rate, monitors data,error rates, does not correct errors.
|
|
Describe the characteristics of physical and logical ring topologies.
|
a) Physical ring - All nodes are connected in a continuous circle. Each node reads the signal from its upstream neighbor and retransmits signal to its downstream neighbor. Signal quality is high.
b) Logical ring - Each node receives data only from its upstream neighbor and retransmits only to its downstream neighbor. |
|
What are the 3 fundamental geometric shapes of Physical Topologies?
|
"bus, ring, and star
|
|
Describe the characteristics of physical and logical mesh topologies.
|
a) Physical mesh - Each node has a direct connection to every other node. Typically used to provide reliable connections between separate independent networks.
|
|
What number is the Network Layer? What does it consist of or perform?
|
Number 3 -- Manages addressing and routing data based on addressing patterns of usage and availability.-Routers belong because they use the information to intelligently direct data from sender to receiver. -Responsible for segmentation and reassembly.
|
|
Which IEEE specification defines Logical Link Control?
|
IEEE 802.2
|
|
What number is the Transport Layer? What does it do or consist of?
|
Number 4 -- Responsible primarily for ensuring that data are transferred from point A to B (which may or may not be on the same network segment) reliably and without errors.-Example:Transport layer ensures that data are sent and received in the same order, or sequence. It also establishes the level of packet error checking.
|
|
What number is the Application Layer? What does it do or consist of?
|
Number 7-- It provides interfaces to the software that enable it to use network services. Some of the services provided by the application layer include file transfer, file management, and message handling for electronic mail.
|
|
Which IEEE specification defines Ethernet?
|
IEEE 802.3
|
|
Which IEEE specification defines wireless networking?
|
IEEE 802.11
|
|
What are two sublayers of the Data Link Layer? What do they do?
|
LLC (Logical Link Control enables multiple upper-layer protocols to share the same media. Controls how frames are placed on the media. Checks CRC and either ACKs or NACKs the data. Controls data flow so the input doesn't flood.
MAC (Media Access Control) manages media access method. [Don't confuse it with MAC address.] In contention-based networks, MAC sub-layer is responsible for the carrier sense; in a token passing network, it is responsible for the token. |
|
Describe the main features of IEEE 802.2 including:
speed, access method, topology, and media |
Logical Link Control --
Developed to address the need for MAC-layer addressing in bridges. Specifies the frame size and rate. Packets can be sent over Ethernet and Token Ring networks using either copper or fiber media. |
|
What number is Data Link Layer? What does it consist of or do?
|
Number 2 -- bridges the networking media with astract software and data streams.-Primary function to divide data it receives from network layer into frames that can be transmitted by the physical layer. -Bridges, switches work because they decode frames and use the frame information to transmit data to correct recipient.
|
|
What is the most common kind of topology for a large LAN?
|
a hybrid of more than one simple physical topology
|
|
Describe the main features of IEEE 802.3 including:
speed, access method, topology, and media |
Ethernet uses CSMA/CD and is most efficient in a physical star, logical bus topology --
IEEE Spec/Speed/Type of Ethernet/IEEE Standards -- a) 802.3/ 10Mbps/ Ethernet/ 10Base2/5/FL/T (e.g. 10Base2 & 10Base5 & 10BaseFL etc.) b) 802.3u/ 100Mbps/ Fast Ethernet/ 100BaseFX/T/T4/TX c) 802.3z/ 1000Mbps or 1Gbps/ Gigabit Ethernet/ 1000BaseCX/LX/SX/T d) 802.3ae/ 10Gbps/ 10 Gigabit Ethernet/ 10GBaseSR/LR/ER |
|
Define "star-wired ring" topology
|
a network that uses the physical layout of a star and the token-passing data transmission method
|
|
Describe the main features of IEEE 802.5 including:
speed, access method, topology, and media |
Token Ring --
- Either 4 or 16 Mbps - Token passing access - Physical Star topology connecting each node to a MSAU, or MAU, (Multi Station Access Unit). - STP/UTP listed as Cat 1, 2, or 3 cable - Baseband signaling |
|
Name 5 types of WAN topology
|
peer-to-peer, star, ring, mesh, tiered
|
|
Describe the main features of FDDI including:
speed, access method, topology, and media |
Fiber Distributed Data Interface --
- 100 Mbps - Token passing access - Dual fiber ring topology Second ring is normally for backup but can carry data in certain installations, extending capacity to 200 Mbps. Provides redundant, high capacity networking with fault tolerance. |
|
Give 3 reasons for the greater complexity in WAN topologies versus LAN
|
1) the distance they must cover
2) the higher number of users they serve 3) and heavier traffic they often handle |
|
Describe the main features of IEEE 802.11 including:
speed, access method, topology, and media |
A family of specs for Wireless LAN technology --
- 11Mbps (802.11b) or 54Mbps (802.11g) - Star topology - CSMA/CA access - specifies spread spectrum radio devices in the 2.4 GHz band. - Provides for both FHSS and DSSS. Two modes are specified: 1) Infrastructure mode uses one or more WAPs to connect workstations to a cable backbone. 2) Ad-hoc mode uses a peer-to-peer configuration in which each wireless workstation talks directly to other workstations. |
|
What is a peer-to-peer WAN topology?
|
a WAN with single interconnection points for each location
|
|
What are the 2 conditions for peer-to-peer WAN topology to be appropriate?
|
1) organization has only a few sites
2) access to dedicated circuits |
|
Within IEEE 802.3, how are the media, signal type, and speed specified?
|
Signal type is either Baseband or Broadband. Specification is {speed}{signal type}{media} such as 10BaseTX: {10Mbps}{Baseband}{2-pair UTP Cat 5}.
Media codes include: 2=ThinNet coax; 5=ThickNet coax; T=UTP or STP Cat 3,4, or 5; TX=2-pair UTP Cat 5; T4=4-pair UTP Cat 3,4, or 5; CX=Balanced copper media on coax; F=Fiber optic; FL=Fiber optic link; FB=Fiber optic backbone; LX/SX/LR/SR/ER=other fiber modes. |
|
Network logical topologies are also called?
|
transmission methods
|
|
Define "Network Logical Topologies"
|
a set of rules specifying how data are packaged and transmitted over network media
|
|
List the common media access methods
|
1. Controlled or deterministic methods
a) Multiplexing, either time-division (TDM) or frequency-division (FDM) in which a multiplexer, or mux, contol access by each node and combine signals from multiple nodes. b) Polling which may used demand priority c) Token-based 2. Contention-based or competitive access a) CSMA/CD (Carrier Sense Multiple Access/Collision Detection) in which a node monitors for collision fragments after transmitting. If collision detected, the node repeats transmission until successful. b) CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) in which a node transmits a jam signal advertising its intent to transmit data. |
|
Describe two forms of radio networking.
|
1. Broadcast - nondirectional using a single frequency.
a) Low-power, max range about 70 meters. b) High-power, much longer range; more expensive. 2. Spread spectrum signals are sent over more than one frequency for security. a) FHSS (frequency hopping spread spectrum) uses one frequency at a time, changing channels at set intervals. b) DSSS (direct sequence spread spectrum) converts signal into multiple digital data signals called chips. The set of chips is sent simultaneously via multiple frequencies. Also includes EDAC (error detection and correction) information which the receiver uses to reconstruct signal if some channels are noisy. |
|
What is the frequency range of radio networking?
|
10KHz to 1 GHz
|
|
Name 5 network logical topologies, and the most popular
|
Token Ring, LocalTalk, FDDI, ATM, and the most popular, Ethernet
|
|
Define Baseband and Broadband transmissions
|
In baseband, digital signaling is used to send data over a single medium using the entire bandwidth of that medium. Devices cannot send and receive simultaneously. Multiple baseband signals can be sent by using time-division multiplexing.
In broadband, analog signaling transmits data over a portion of the bandwidth of the medium. Devices cannot send and receive over the same broadband channel. Multiple broadband signals can be combined and sent over a single medium by using frequency-division multiplexing. |
|
What families of protocols are in the Network and Transport layers of the OSI model?
|
1. Reliability protocols - provide a way to ensure that data transfer occurs.
2. Connection protocols - Used for establishing a connectionless or connection-oriented service for upper layers. 3. Routing protocols - ensure that data is transferred to the correct location. In an unswitched network, routing is virtually unnecessary because nodes are directly connected. In a switched network, the routing function determines the path of a data packet. |
|
What families of protocols are in the Application, Presentation, and Session layers of the OSI model?
|
1. Terminal emulation protocols
2. File access and file transfer protocols 3. Email protocols 4. Remote action protocols - determine whether a process should be performed by a client node or a server. 5. Multiple session protocols - enable multiple network links to be established. 6. Network management protocols 7. Task-to-task protocols - enable software processes to communicate over network. 8. Codeset and data structure protocols - Define how data is represented and translate data for nodes tha use different coding schemes. |
|
What manages the filtering and forwarding of packets between nodes in a networks logical topology?
|
switching
|
|
Compare IPv4 and IPv6 addressing
|
IPv4 uses a 32-bit address for a max of ~4,295 billion addresses and divides the address space into fixed classes.
IPv6 uses a 128-bit address divided into eight 16-bit blocks. Also provides hierarchical addressing, simplified headers, support for time-sensitive traffic, and a new structure for unicast addressing. |
|
What are the 3 types of switching?
|
circuit switching, message switching, packet switching
|
|
What network access method does Ethernet use?
|
Carrier Sense Multiple Access with Collision Detection (CSMA/CD). Ethernet networks at any speed of any frame type use CSMA/CD
|
|
Describe purposes, features, and functions of CSU/DSU
|
A Channel Service Unit/Data Service Unit is a combination of two WAN connectivity devices that work together to terminate the ends of a digital T1 or T3 line from a phone network. The DSU receives the signal from the LAN and passes it to the CSU which converts the signal to be compatible with the digital data service (DDS) on the WAN line. The DSU and CSU can be separate devices or combined into one device.
|
|
Why do Ethernet networks suffer decreased performance as the number of nodes increase?
|
collisions increase
|
|
Describe purposes, features, and functions of ISDN adapters
|
Integrated Services Digital Network is a digital switching technology that carries both voice and data over digital phone lines or PSTN wires. The terminal adapter prepares data for transmission on the phone line.
|
|
What speeds do Token Ring networks run at?
|
4Mbps, 16Mbps, 100Mbps, and 1Gbps
|
|
Describe purposes, features, and functions of Firewalls
|
Software or hardware device that blocks unsolicited traffic.
|
|
Which IEEE specification defines Token Ring?
|
IEEE 802.5
Very similar to the other Token Ring standard, IBM Token Ring. |
|
Full name of PSTN
|
Public Switched Telephone Network
Also called POTS (Plain Old Telephone Service) |
|
What is a disadvantage of Token Ring?
|
generally more expensive than Ethernet
|
|
Identify the OSI layers at which the following components operate: Hub, Switch, WAP, Router, NIC, Bridge
|
1-Physical: Hub, Repeater
2-Data-link: Switch, Bridge 3-Network: Router NIC and WAP work between layers 1 and 2. |
|
What is an advantage of Token Ring?
|
high reliability and fault tolerance
|
|
What device do Token Ring nodes use to connect to the network?
|
Multistation Access Units (MAUs)
|
|
Describe routing, addressing schemes, interoperability, and naming conventions for the NetBEUI protocol
|
NetBEUI (NetBIOS Extended User Interface) is found in Windows 95 and older networks. Fast and simple. Relies on NetBIOS broadcast traffic for node discovery and name resolution which is inefficient. Implemented at data-link layer of OSI, identifying nodes by both a NetBIOS node name and MAC address. MAC address has no location (network) element so NetBEUI is NOT routable.
|
|
Describe routing, addressing schemes, interoperability, and naming conventions for the IPX/SPX protocol
|
IPX/SPX (Internetwork Packet Exchange/Sequenced Packet Exchange) is a proprietary routable network protocol used in older (v. 3 & 4) Novell NetWare. [Now use TCP/IP]
IPX is a connectionless, Network-layer protocol providing best-effort data delivery. SPX is a connection-oriented Transport-layer protocol providing guaranteed data delivery. IPX/SPX nodes are assigned a 12-byte IPX internetwork number represented by 24 hexadecimal digits: 4 byte network number / 6 byte node number / 2 byte socket number. A server is assigned both an 8 char name and an 8 digit hexadecimal address (4 bytes). |
|
Which octets are used for the network address and for host addresses in Class A? Class B? Class C?
|
Class A: N H H H;
Class B: N N H H; Class C: N N N H |
|
Describe routing, addressing schemes, interoperability, and naming conventions for the AppleTalk/AppleTalk over IP protocols
|
AppleTalk is a routable protocol used in older Mac networks. [Now use TCP/IP]
AppleTalk networks have a hierarchical address structure and supports various physical topologies, including TokenTalk, EtherTalk, and FDDITalk. Windows servers include support for AppleTalk; however, for Mac clients to authenticate to Windows server computers, the Windows servers must also run the Services for Macintosh network component, providing file and print services for Mac clients. AppleTalk networks can interoperate with TCP/IP networks. AppleTalk over IP is provided by Apple and other vendors. |
|
In what class is the IP address 185.75.255?
|
Class B
|
|
Describe the three IP addressing methods.
|
1. Static addresses are manually assigned by admin at each node. Typically used only for dedicated devices such as router interfaces, network printers, or servers.
2. Dynamic assignment is made automatically by a DHCP (Dynamic Host Configuration Protocol) server. 3. Self-assigned using APIPA (Automatic Private Internet Protocol Addressing), a service enabling a DHCP client to configure itself automatically with an IP address in the range of 169.254.0.1 to 169.254.255.254 if no DHCP server responds to the client's DHCP discover broadcast. APIPA addresses are not routable. |
|
In what class is the IP address 193.200.30.5?
|
Class C
|
|
Describe the difference between public and private IP addresses. If a network is using private IP addresses, how can the computers on that network access the Internet?
|
Public IP addresses are available for use on the Internet. Private IP addresses are used on private intranets that are isolated from the Internet. Networks that use private IP addresses can access the Internet through a proxy server, which substitutes its IP address for the address of the device trying to access the Internet.
|
|
Name eight major WAN technologies
|
Packet switching
Circuit switching ISDN FDDI T1 T3 OCx X.25 |
|
Converting a digital signal to analog is called ___. Converting analog back to digital is called ___.
|
Modulation, demodulation
|
|
Identify basic characteristics (e.g., speed, capacity, media) of Packet switching
|
A WAN switching technology in which each packet takes the best route available.
|
|
Identify basic characteristics (e.g., speed, capacity, media) of Circuit switching
|
A WAN switching technology in which a single path from one endpoint to another is built when a connection is needed. Once the path is established, all data follows that path. The path is dropped when the connection is no longer needed. The path, and therefore the connection characteristics, may differ each time the connection is made.
|
|
Communication in only one direction at a time is ___ communication. Communication in both directions at the same time is ___ communication.
|
Half-duplex, full-duplex
|
|
Why is the maximum transmission rate of todays modems limited to 56.6 Kbps? Why might a modem not transmit at this speed?
|
Modem transmission rates are limited by the design of the phone lines as well as the method that phone companies use to convert analog to digital. The overhead of data transmission must also be taken into account. All these factors combine to limit modem transmission over a regular phone line to around 56.6 Kbps. Line noise and available wiring can further limit transmission speed so that 56.6 Kbps cannot be attained.
|
|
Identify basic characteristics (e.g., speed, capacity, media) of ISDN
|
A WAN technology using digital circuit switching. Uses multiple communication channels with two interface modes: Basic Rate Interface (BRI) or Primary Rate Interface (PRI) which provides more channels for higher bandwidth.
|
|
Identify basic characteristics (e.g., speed, capacity, media) of T-Carrier systems.
|
The T-Carrier system is a WAN technology designed to carry multiplexed phone connections.
T1 has speed of 64 Kbps and 24 channels allowing 24 concurrent connections or 1.544 Mbps total bandwidth. T3 supports 672 channels for 44.736 Mbps total bandwidth (28 T1 lines). |
|
Identify basic characteristics (e.g., speed, capacity, media) of OCx
|
The Optical Carrier (OC) system is a channelized WAN technology for fiber optic cable. The base rate (OC1) is 810 channels for 51.84 Mbps but the standard is open ended. As hardware is developed for faster speeds, new specs are added; e.g., OC3 has 3X the channels and speed of OC1; OC192 has 192X the channels and speed as OC1.
|
|
Identify basic characteristics (e.g., speed, capacity, media) of X.25
|
A WAN technology developed in the 1970's using packet switching to get reliable delivery through phone lines.
|
|
Describe the purpose and function of IPSec
|
IP Security is a nonproprietary suite of security standards providing end-to-end authentication and encryption for sessions on IP networks. Allows each client to access resources based on the security level of that particular client.
|
|
Describe the purpose and function of L2TP
|
Layer Two Tunneling Protocol is an internet standard for tunneling PPP sessions across a variety of network protocols, including IP, frame relay, and ATM. L2TP tunnels appear as IP packets, so IPSec Transport Mode provides authenticity, integrity, and confidentiality security controls.
|
|
Describe the purpose and function of SSL
|
A security protocol combining digital certificates for authentication with RSA public-key data encryption. A website that supports the HTTPS protocol must have an SSL security certificate.
|
|
Describe the purpose and function of WEP
|
Wired Equivalent Privacy is an older security protocol for wireless networks which has been replaced by WPA. WEP defines an algorithm which gives users the same level of privacy they would have on a wired network not protected by encryption. WEP accounts for lost packets, is self synchronizing, and requires little maintenance.
|
|
Describe the purpose and function of WPA
|
Wi-Fi Protected Access is a security protocol for wireless networks designed to improve upon WEP. WPA provides improved data encryption and user authentication through the Extensible Authentication Protocol (EAP).
|
|
Describe the purpose and function of IEEE 802.1x
|
A security protocol for implementing Extensible Authentication Protocol (EAP) over either a wired or wireless Ethernet LAN. Employs an authentication service to secure wireless clients.
|
|
Describe EAP
|
Extensible Authentication Protocol enables sytems to use hardware-based identifiers, such as fingerprint scanners or smart card readers, for authentication.
|
|
Define tunneling
|
Tunneling is a data transport technique in which a data packet from one protocol ('passenger protocol') is transferred inside the frame or packet of another protocol ('carrier protocol'). This can encapsulate and route nonroutable passenger protocols or provide additional security by hiding passenger data from the carrier network.
|
|
Describe the function of a VPN
|
A Virtual Private Network provides a secure connection between endpoints by tunneling through a public network. Special VPN protocols are required.
|
|
Define the function of RAS
|
Remote Access Services enable a remote node to connect to a network.
|
|
Define the function of PPP
|
Point-to-Point protocol is the current internet standard for sending IP datagram packets over serial point-to-point links. Can be used in synchronous or asynchronous connections. Supports use of NetBEUI, IP, IPX, and AppleTalk by encapsulating data within the Network Control Protocol (NCP).
|
|
Define the function of SLIP
|
Serial Line Internet Protocol is a legacy remote access protocol used for sending IP bytestreams over serial lines such as modem/phone connections. No error checking and no security. Rare today.
|
|
Define the function of PPPoE
|
Point-to-Point Protocol over Ethernet is a standard providing the functionality of PPP to DSL or cable modem connections that use Ethernet for client connections. It contains a discovery protocol that determines a client's Ethernet MAC address prior to establishing a connection.
|
|
Define the function of PPTP
|
Point-to-Point Tunneling Protocol is a Microsoft VPN protocol that increases the security of PPP by providing tunneling and data encryption for PPP packets. Encapsulates any type of network protocol and transports it over IP networks.
|
|
Define the function of RDP
|
Remote Desktop Protocol provides secure remote control of a desktop. Included in Windows Terminal Services. When a client is accessing an application on the Terminal Server, only a screen view is transmitted, not the actual data, which reduces the bandwidth required for the remote session.
|