-
Data Network
A digital network used to send data between computers
-
Network
1. Collection of computers, printers, routers, switches and other devices that can communicate with each other over some transmission medium.
2. Command that assigns a NIC-based address to which the router is directly connected.
-
Internet
The network that combines enterprise networks, individual users, and ISPs into a single global IP network.
-
Download
To transfer data from the computer functioning as a server to the client computer you are using
-
Instant Messaging
Real-time communication between two or more people through text.
Ex: MSN, AIM, YahooMessanger....
-
Real-time
Events or signals that show output as fas as possible, or as they happen.
-
blogs
Website where entries are made in journal style, created by a user who is in control of the style , visitors may leave comments, aka: weblog.
-
podcasts
Digital media file(s) that are distributed over the Internet using syndication feeds, for playback on portable media players and PCs.
-
wikis
A website that lets visitors add, edit, and delete content typically anonymously.
-
collaboration tool
A tool that helps people communicate & collaborate
- Examples:
- Wikidocs, Google Docs, Microsoft Sharepoint....
-
packet tracer
A drag-and-drop network simulator developed by Cisco to design, configure, and troubleshoot network equipment within a controlled simulated program environment.
-
intranet
A corporate system such as a website that is explicitly used by internal employees. Can be accessed internally or remotely.
-
extranet
Part of a company's intranet that is extended to users outside the company (that is, normally over the Internet).
-
wireless technology
Allows communication without needing physical connectivity.
Including cell phones, PDAs, wireless access points, wireless NICs
-
standards
An internationally recognized definition of technical specifications that ensure worldwide consistency.
-
bits
Binary digit used in the binary numbering system
Digits are units of information storage and communication in computing.
Each bit is either a 1 or 0
-
binary
A numbering system characterized by 1s & 0s
-
source
The origin of the PDU. This can be a process, a host, or a node, depending on the layer to which you are referring.
-
router
A network device, typically connected to a range of LAN & WAN interfaces, that forwards packets based on the destination IP addresses.
-
cloud
A network device that accesses a service on another computer remotely by accessing the network.
-
IP
Internet Protocol
Network layer protocol in TCP/IP stack for a connectionless internetwork servic. Provides features for Addressing, type-of-service specification, fragmentation, reassembly and security.
RFC 791
-
TCP
Transmission Control Protocol
Layer 4 protocol of the TCP/IP model
Lets applications guarantee delivery of data across a network.
-
convergence
A form of network that aggregates various forms of traffic such as voice, video and data on eeh same network infrastructure.
&/OR
Process by which routers recognize that something has occurred that changes some of the routers routes and reacts to the event to find another best route.
-
fault tolerance
The design on networks that can continue to operate without interruption in the case of hardware, software, or communication failures.
-
redundancy
A network architecture designed to eliminate network downtime caused by a single point of failure.
-
scalability
The ability of a protocol, system, or component to be modified to fit a new need.
-
internetwork
A combination of many IP subnets and networks, as created by building a network using routers.
Used to avoid confusion with the term network since an internetwork can include several IP networks.
-
packet
[Generically]
refers to end-user data along with networking headers and trailers that are transmitted through a network.
[Specifically]
Is end-user data, along with network or Internet layer headers and an higher layer headers, but no lower-layer headers or trailers.
-
QoS
Quality of Service
Control mechanism that can provide different priorities to different users of data flows, or guarantee a certain level of performance to a data flow in accordance with requests from the application program.
-
bandwidth
Networking measurement of the speed of bits that can be transmitted over a particular link. It is the amount of data that can be transmitted in a certain amount of time. For digital bandwidth, it is usually expressed in bits per second (bps).
-
priority queuing
A routing feature in which frames in an interface output queue are prioritized based on various characteristics such as packet size and interface type.
-
authentication
A process used to verify the identity of a person or process.
-
firewall
Any combination of hardware device and/or software application designed to protect network devices from outside network users and/or malicious applications and files.
-
single point of failure
A system or network design characterized by one or more major components that are required to maintain operation.
-
channel
A communication path over a medium used to transport information from a sender to a receiver.
Multiple channels can be multiplexed over a single cable.
-
segmentation
TCP process of taking a large chunk of data and breaking it into small-enough pieces to fit within a TCP segment w/o breaking any rules about the max amount of data allowed in each segment.
-
multiplexing
Process where multiple digital data streams are combined into one signal.
-
switch
Ethernet Layer 2 device
Requires electrical signal in one port, interprets the bits, and makes a filtering or forwarding decision about the frame.
- Forwards a regenerated signal.
- Has many ports (RJ-45)
-
end device
A device such as a desktop or mobile device that is used by an end user.
-
host
Network device that has an IPv4 address assigned to it to communicate over a network.
-
client
A network device that accesses a service on another computer remotely by accessing the network
-
host address
IPv4 address of a network host - Network Layer Address
-
intermediary device
Device that connects end devices to the network or interconnects different networks.
Ex: Routers
-
physical address
Data link layer address
Ex: MAC address.
-
encoding
To change energy levels transmitted over some networking medium to transmit bits over that medium.
-
LAN
Local-Area Network
Network created for devices located in a limited geographic area, through which the company owning the LAN has the right to run cables.
-
ISP
Internet Service Provider
Company that helps create the internet by providing connectivity to enterprises and individuals,
as well as interconnecting to other ISPs to create connectivity to all other ISPs.
-
protocols
Written specification that defines what tasks a service or device should perform.
Defines messages (headers), rules, process by which the messages are used to achieve some stated purpose.
-
protocol suite
Delineation of networking protocols and standards into different categories, called layers, along with definitions of which sets of standards and protocols need to be implemented to create products that can be used to create a working network.
-
IEEE
Institute of Electrical and Electronics Engineers
International, nonprofit organization for the advancement of technology related to electricity.
Maintains standards defining many LAN protocols.
-
IETF
Internet Engineering Task Force
Standards body responsible for the development and approval of TCP/IP standards.
-
layered models
Model that consists of various layers that enable the development and explanation of technology to be done on a modular basis.
Allows interoperability among different technologies among the different layers.
-
TCP/IP
Transmission Control Protocol/Internet Protocol
Network model defined by the IETF that has been implemented on most computers and network devices in the world.
-
encapsulation
Process in which a device adds networking headers and trailers to data from an application for the eventual transmission of the data over the medium.
-
decapsulation
Process in which the end-device receives data from a transmission and examines the headers and trailers at each stack layer
aka de-encapsulation
-
PDU
Protocol Data Unit
Generic term from OSI that refers to the data, headers, and trailers about which a particular networking layer is concerned.
-
segment
1. Collision domain that is a section of a LAN that is bound by bridges, routers, or switches.
2. LAN w/ bus topology it is a continuous electrical circuit that is often connected w/ repeaters.
3. W/ TCP it serves as a verb referring to the work TCP does to accept a large piece of data from an end device breaking it into smaller pieces. OR as a noun it refers to one of those smaller pieces of data.
-
frame
Layer 2 PDU that has been encoded by a data link layer protocol for digital transmission.
- Ex:
- Ethernet frames
- PPP frames
-
OSI
Open System Interconnection
International standardization program created by ISO and ITU-T to develop standards for data networking that facilitate multivendor equipment interoperability.
-
ISO
International Organization for Standardization
International standards body that defines many networking standards. Also, the standards body that created the OSI model.
-
port
multiple meanings in networking
On a Ethernet hub, switch = interface (physical connector in the device you plug the cable into)
-
data
Application layer protocol data unit.
-
source device
The device that is originating the PDU.
-
DNS
Domain Name System
Internet-wide system by which hierarchical set of DNS servers collectively hold all the name-IP address mappings, with DNS servers referring users tot he correct DNS server to successfully resolve a DNS name.
-
RFC
Requests for Comments
Series of documents and memoranda encompassing new research, innovations, and methodologies applicable to Internet technologies.
Reference for how technologies should work.
-
syntax
The structure and order of words in a computer language.
-
session
A related set of communications transactions between two or more network devices.
-
client
Network device that accesses a service on another computer remotely by accessing the network.
-
server
Can refer to computer hardware that is to be used by multiple concurrent users.
Can refer to computer software that provides services to many users.
Example: consists of web server software running on some computer.
-
daemon
Computer program that runs in the background and is usually initiated as a process.
Ofter support server processes.
-
peer
A host or node that participates in some form of a group.
Peers that participate jointly in the same activity, each having a server and client component.
-
scheme
A plan, design, or program of action to be followed.
Sometimes an addressing plan is called an addressing scheme.
-
IP Address
32-bit number written in dotted decimal notation, used by the IP to uniquely identify an interface connected to an IP network.
Also used as a destination address in an IP header to allow routing.
Or as a source address to allow a computer to receive a packet and to know which IP address to send a response to.
-
domain name
Name defined by DNS that uniquely identifies a computer in the Internet.
Corresponds with the IP address
ex: www.cisco.com ip address
-
network address
A dotted decimal number defined by the IPv4 protocol to represent a network or subnet.
REpresents the network that hosts reside in.
AKA a network number or network ID
-
resource record
DNS data records.
Precise format is defined in RFC 1035.
Important fields: name, class, type, and data.
-
DNS resolver
Client end of the DNS client-server mechanism.
Creates queries sent across a network to name a server, interprets responses, and returns information to the requesting programs.
-
nslookup
A part of a computer network that every device communicates with using the same physical medium.
Can be extended by hubs or repeaters.
-
query
A request for information.
Queries are answered with replies.
-
cache
Temporary storage where data that has been retrieved or calculated and is accessed frequently can be stored.
Reduces the average access time and reduces the overhead of recalculating the data.
-
authoritative
A source of information that is highly reliable and known for its accuracy.
-
plug-in
In a web browser, an application the browser uses, inside the browser window, to display some types of content.
Ex: typically uses a plug-in to display video.
-
HTTP
Hypertext Transfer Protocol
Defines the commands, headers, and processes by which web servers and web browsers transfer files.
-
distributed
Method of computer processing in which different parts of a program run simultaneously on two or more computers that are communicating with each other over a network.
-
collaborative
Information systems that allow the creation of a document(s) that can be edited by more than one person in real time.
-
encryption
Process of obscuring information to make it unreadable.
Applies mathematical formula to the data along with a secret number (encryption key) resulting in an encrypted data packet and is sent through the network.
-
POP
Post Office Protocol
A protocol that allows a computer to retrieve e-mail from a server.
-
SMTP
Simple Mail Transfer Protocol
Application protocol typically not used by an end user.
Used by the network management software and networking devices to allow a network engineer to monitor and trouble shoot network problems.
-
MUA
Mail User Agent Program
Used to download and send e-mail.
- Use POP3 to receive e-mails
- Use SMTP to send e-mails
-
spam
Unsolicited commercial e-mail.
-
gateway
Relatively general term referring to different kinds of networking devices.
{Routers were once galled gateways}
-
DHCP
Dynamic Host Configuration Protocol
Used to dynamically assign IP config's to hosts.
Services defined by the protocol are used to request & assign IP addresses, default gateway, and DNS server address to a network host.
-
subnet mask
A dotted decimal number that helps identify the structure of IP addresses.
Mask represents the network and subnet parts of related IP addresses with binary 1s and the host part of related IP addresses with 0s.
-
broadcast
A form of transmission where one device transmits to all devices within the network or on another network.
-
SMB
Server Message Block
An application level network protocol mainly applied to shared access to files, printers, serial ports, and miscellaneous communications between nodes on a network.
-
UNIX
A multiuser, multitasking operating system (196/70s)
AT&T employees developed
-
IAC
Interpret as Command
In Telnet application, commands are always interfaced by a character with the decimal code 255, known as an IAC character
-
flow control
The management of data flow between devices in a network.
Used to avoid to much data arriving before a device can handle it, causing data overflow.
-
control data
Data that directs a process. A flag in a data-link frame is an example of control data.
-
IANA
Internet Assigned Numbers Authority
An organization that assigns the numbers important to the proper operation of the TCP/IP protocol and the Internet, including assigning globally unique IP addresses.
-
well-known ports
- Used by TCP and UDP, with values between 0 - 1023
- these ports are allocated by high-privilege processes.
Used so that all clients know the correct port number to connect to.
-
registered ports
- Using values between 1024 - 49,151
- these numbers are equivalent to well-known ports in concept,
but they are specifically used for non-privileged application processes.
-
dynamic or private ports
TCP & UDP ports that range from 49152 - 65535 and are not used by any defined server applications.
-
URG
a 1-bit flag in the TCP header used to indicate that the receiving host should notify the destination process to do urgent processing.
-
ACK
a 1-bit flag in the TCP header that indicates that acknowledgment field is valid.
-
PSH
a 1-bit flag in the TCP header that is used to request to the higher layers for immediate delivery of the packet.
-
RST
a 1-bit flag in the TCP header that is used to request that a connection be re-established.
-
SYN
a 1-bit flag in the TCP header used to indicate the initial value of the sequence number.
Flag is only set in the first two segments of the three-way TCP connection establishment sequence.
-
FIN
a 1-bit field in the TCP header that is used by a device that wants to terminate its session with the other device.
This done by inserting the FIN flag in the flag field found in the TCP segment.
-
acknowledgment
a notification sent from one network device to another to confirm that some event (like a receipt of a message) has occurred.
-
window size
As filed in the TCP header that is set in a sent segment, signifies the maximum amount of unacknowledged data the host is willing to receive before the other sending host must wait for an acknowledgment.
Used for flow control.
-
route
Path through an internetwork through which packets are forwarded.
-
source IP address
The IP address of the originating-host that is placed into the IP packet header.
-
IP header
Header defined by the IP.
Used to create IP packets by encapsulating data from higher layer protocols with an IP header.
-
routing
Process:
1. router receives frame
2. discards data-link header & trailer
3. makes forwarding decision based on destination IP add.
4. adds new data-link header & trailer based on outgoing interface
5. forwards frame out the appropriate interface.
-
hop
The passage of a data packet between two network nodes (for example, between two routers).
-
directly connected network
A network that is connected to a device's interface.
For example, networks that interface with the router are known to be directly connected.
Devices learn their initial IP routes based on being connected to these subnets.
-
connection oriented
Communication where the sender and receiver must prearrange for communications to occure; otherwise, the communication fails.
-
connectionless
Any communication in which the sender and receiver do not prearrange for communications to occur.
-
Destination IP address
Layer 3 address to which the data is going.
-
overhead
Resources used to manage or operate the network.
- Consumes bandwidth
- Reduces the amount of data that can be transported across the network.
-
best-effort
Network protocols or technologies that do not use the acknowledgment system to guarantee reliable delivery of information.
-
media independent
Networking layers that are not affected by the media being used.
In Ethernet these are all of the layers from the LLC sublayer of the Data Link layer and above.
-
MTU
Maximum Transmission Unit
Largest IP packet size allowed to be sent out a particular interface.
Ethernet defaults to 1500 because the data field is limited to 1500bytes [the IP packet sits within the Ethernet frames data field].
-
fragmentation
The dividing of IP datagrams to meet the MTU requirements of the Layer 2 protocol.
-
TTL
Time To Live
Field in the IP header that prevents a packet from indefinitely looping around an IP internetwork.
Routers decrease TTL field at each hop, once TTL=0 the packet is discarded.
-
subnet aka subnetwork
Group of IP addresses that have the same value in the first part of the IP address.
For identifying a group by that part of the address.
IP addresses with the same subnet are typically on the same network medium - not separated by routers.
Short for subnetwork
-
broadcast domain
A logical network composed of all the computers and networking devices that can be reached by sending a frame to the data link layer broadcast address.
-
hierarchical addressing
Addressing scheme in which a network is partitioned into sections.
Each section identifier forming one part of each destination's address and the destination identifier forming another.
-
octets
Group of 8 binary bits.
Used to divide IPv4 addresses into four components.
-
default gateway
Device on a network that serves as an access point to other networks.
Is used by a host to forward IP packets that have destination addresses outside the local subnet.
-
routing table
List that a router holds in memory for the purpose of deciding how to forward packets.
-
default route
Routing table entry that is used to direct frames for which a next hop is not explicitly listed in the routing table.
Is used to forward a packet when no other known route exists for a given packet's destination address.
-
static route
Entry in an IP routing table that was created bc a network admin entered the routing config manually.
-
dynamic routing
Routing that adjusts automatically to network topology or traffic changes.
-
routing protocols
Protocol used between routers so they can learn routes to add to their routing tables.
-
administratively scoped addresses
IPv4 multicast address that is restricted to a local group or organization
see also limited-scope address
-
AND
One of 3 basic binary logic operations.
ANDing yields the following results:
- 1 AND 1 = 1
- 1 AND 0 = 0
- 0 AND 1 = 0
- 0 AND 0 = 0
-
address pool
Range of IP addresses that can be assigned by the DHCP server.
-
broadcast address
Address used to represent transmission from one device to all devices.
- Ethernet the address = FFFF.FFFF.FFFF
- is used to send the frame to all devices on the Ethernet LAN.
IPv4 each subnet has a single broadcast address (aka subnet or directed broadcast address)
-
classful addressing
- Unicast IP address that is considered to have three parts:
- 1. network part
- 2. subnet part
- 3. host part
"glassful rules are first applied to the address and then the rest of the address is separated for subnetting"
Class A, B, C, D & E
-
classless addressing
IPv4 address scheme using subnet masks that do not follow classful addressing limitations.
Flexibility when dividing ranges of IP address into separate networks.
Considered best for current networks.
-
digital logic
Consists of the AND, OR and IF operations
aka Boolean algebra
-
dotted decimal
Convention for writing IP addresses with four decimal numbers that range from 0 - 255 (inclusive)
Each octet (decimal number), 8-bits of the 32-bit address.
Four octets are separated by a decimal.
-
directed broadcast
[Rather than being sent to all hosts in a particular network]
A single copy of the packet is routed to the specific network it's destined for - where it is then broadcast to all hosts on that network.
-
globally scoped address
Unique addresses that are public domain addresses.
-
high-order bits
Portion of the binary number that carries the most weight.
(the one written furthest to the left)
Are the 1s in a network mask.
-
Internet backbone
High-speed line or series of connections that forms a major pathway within a net-work.
Often used to describe the main network connections comprising the Internet.
-
ICMP
Internet Control Message Protocol
Part of the TCP/IP Internet Layer.
Defines protocol messages used to inform network admin how well the internetwork is operating.
EX: ping command sends ICMP messages to verify that a host can send packets to another host.
-
link-local addresses
- IPv4 address in the range of:
- 169.254.1.0 - 169.254.254.255
Communication is limited to local network w/ TTL = 1
-
loopback
Reserved IPv4 address: 127.0.0.1
Used to test TCP/IP applications (testing the stack)
Does not require a working NIC as packet does not leave the computer.
-
limited-scope addresses
Multicast address that is restricted to a local group or organization.
see also administratively scoped address
-
limited broadcast
Broadcast that is sent to a specific network or series of networks.
-
low-order bits
= host portion of the IP subnet mask.
Represent the 0s in the binary number.
-
most significant bit
Bit position in a binary number having the greatest value.
Typically the leftmost bit.
-
multicast clients
Member of a multicast group.
Each client in group has same IP address.
- Multicast addresses range:
- 224.*.*.* - 239.*.*.*
-
multicast group
Group that receives multicast transmissions.
All members have same IP address and receive all transmissions to that multicast address.
-
NAT
Network Address Translation
Translation of RFC 1918 addresses to public domain addresses.
(RFC 1918 addresses are not routable on the Internet)
-
NTP
Network Time Protocol
For synchronizing the clocks of computers over packet-switched data networks.
Uses UDP port 123 as it's transport layer.
-
positional notation
Numeral system in which each position is related to the next by a constant multiplier (common ratio that is the base of that numeral system)
aka place-value notation
-
prefix length
(IP Subnetting)
Refers to the portion of a set of IP addresses whose value must be identical for the addresses to be in the same subnet.
-
public addresses
IP address that has been registered with IANA or another agency.
Ensures a globally unique public IP address that can be used to send packets through the Internet.
-
private addresses
Defined in RFC 1918
IP address that is not globally unique bc the address exists inside packets only when the packets are inside a single private IP internetwork.
Popular with companies who can then use NAT for a globally unique IP address.
-
RTT
Round-Trip Time
Time between sending a PDU and receiving a response.
The time for [some] PDUs to be sent and received & a response PDU sent and received.
-
RIR
Regional Internet Registries
Organizations that are responsible for the allocation and registration of Internet number resources within a particular region of the world.
- ARIN North America
- RIPE Europe & Middle East
- APNIC Asia & the Pacific
- LACNIC South America
- AfriNIC Africa
-
reserved link-local addresses
- IPv4 multicast addresses between:
- 224.0.0.0 - 224.0.0.255
Used for mulicast groups on a local network.
Packet TTL always = 1
-
radix
Number of various unique digits - including 0
radix aka base
EX: binary system is base 2 (radix=2)
-
scope
Extent of a certain item from beginning to end
Ex: address scope
-
slash format
Uses forward slash ( / ) to express the network prefix after the IP address.
EX: 192.168.254.0/24
Represents 24-bit network prefix
-
test-net addresses
- IPv4 address block:
- 192.0.2.0 - 192.0.2.255 (192.0.2.0/24)
Set aside for teaching and learning purposes.
-
nodes
Data Link layer term describing a device connected to a network.
-
physical network
Connection of devices on a common media.
AKA network segment
-
logical network
Group of devices associated by the arrangement of a hierarchical addressing scheme.
Devices share common network portion of their Layer 3 addresses.
-
network segment
Part of a computer network that every device communicates with using the same physical medium.
Can be extended by hubs or repeaters.
-
NIC
Network Interface Card
Computer Hardware - used for LANs
Allows a computer to connect to a networking cable it can then send and receive data over the cable at the direction of the computer.
-
LLC
Logical Link Control
IEEE 802.2 standard that defines the upper sublayer of the Ethernet Layer 2 specifications (and other LAN standards).
-
MAC
Media Access Control
Lower of the two sublayers of the IEEE standard for Ethernet.
Defined by 802.3
-
deterministic
Indicates whether the performance of a device, attached to a particular type of LAN can be accurately predicted (determined).
EX: Token Ring, LANs
-
CSMA
Carrier Sense Multiple Access
Media access method in which transmitting node listens for a signal on the media before transmitting.
Will wait to transmit if a signal is detected.
-
carrier
Signal on a medium used to support the transmission of data.
- Data is "carried" over the medium by modulation
- (combining data signal w/ carrier signal)
-
collision
(Ethernet)
Results of two nodes transmitting simultaneously.
Causes damage to signals requiring them to be retransmitted.
-
CSMA/CA
Carrier Sense Multiple Access / Collision Avoid
Mechanism used to regulate the transmission of data onto a network medium.
Device requests right to send in order to avoid collisions.
Used in 802.11 WLANs
-
half duplex
When communication can only be transmitted in one direction at one time.
One station receives what the other transmits and must wait till completion to send the response.
-
full duplex
Communication that allows transmission and receipt at the same time.
No collisions!
-
physical topology
Arrangement of the nodes in a network and the physical connections between them.
Representation of how media is used to connect the devices.
-
logical topology
Map of the devices on a network representing how the devices communicate with each other.
-
virtual circuit
Logical connection between two devices in which the frames are passed between the devices.
Independent of the physical structure and may be established through multiple physical devices.
-
token passing
Access method used with some LANs
Devices access media in a controlled manner managed by a small frame called a token.
Devices can only send when they have claimed the token.
-
CRC
Cycle Redundancy Check
Type of hash function (one-way encryption) that is used to produce small, fixed-size checksum of a block of data, such as a packet or a computer file.
CRC is computed & appended before transmission/storage and verified by the recipient to confirm nothing was changed during transmission.
-
back-off
Retransmission delay used with CSMA/CD when a collision occurs.
Forces each sender that detected the collision to delay a random amount of time before attempting to retransmit.
-
AID
Association Identity
Number used in the 802.11 header to specify the session between a wireless client and the access point.
-
ARP
Address Resolution Protocol
Method for finding a host's hardware address (MAC) from its IPv4 Network Layer address.
-
physical media (medium)
Cabling & connectors used to interconnect the network devices.
-
signal
Optical or electrical impulse on a physical medium for purposes of communication.
-
encode
To change the energy levels transmitted over some networking medium to transmit bits over that medium.
-
bit time
Time required to send a single bit over some transmission medium.
- Calculated as 1/speed
- (Speed = number of bits per second sent over the medium)
-
NRZ
Non-Return to Zero
Line code represented by one significant condition and 0s are represented by another.
-
Manchester encoding
Line code in which each bit of data is signified by at least one voltage level transition.
-
code group
Grouping of code that meets a certain specified condition for entering in that ceratin group.
-
4B/5B
Encoding scheme
Uses 5-bit symbols or codes to represent 4 bits of data
Used in 100BASE-TX Ethernet
-
kilobits
kbps
Unit of measurement of the number of times 1000 bits can be transmitted in 1 second.
1kbps = 1000bps
-
megabits
Mbps
Unit of measurement of the number of times 1,000,000 bits can be transmitted in 1 second.
1 Mbps = 1,000,000 bps
-
throughput
Actual data transfer rate between two computers at some point in time.
Impacted by the slowest-speed link used to send data between the two computers.
(In addition to any other outside factors.)
-
goodput
Application-level throughput.
Number of useful bits per unit of time from a certain source address to a certain destination.
Excluding protocol overhead & retransmitted data packets.
-
attenuation
Loss of communication signal on the media.
Due to degradation of the energy wave over time.
-
noise
General term referring to any energy signal on a transmission medium that is not part of the signal used to transmit data over that medium.
-
UTP
Unshielded Twisted-Pair cable
General type of cable, cable holds twisted pairs of copper wires and the cable itself having little shielding.
-
RJ-45
A rectangular cabling connector with eight pins, often used with Ethernet cables.
-
pinout
Defines which wires in a cable should connect to each pin on the connectors on both ends of a cable.
-
straight-through cable
UtP cable pinout that specifies that the wire at pin 1 connects to pin 1 on the other end, pin 2 to pin 2, pin 3 to pin 3, etc.
EX: connecting PC to hub or switch
-
crossover cable
UTP cable used in Ethernet
Some pairs of twisted-pair wires are crossed at either ends of the RJ-45.
-
rollover cable
Cisco proprietary cable
UTP pinout that specifies RJ-45 pinout connects pin 1 to pin 8, pin 2 to pin 7, pin 3 to pin 6, etc.
Cisco console cables for routers and switches.
-
coax / coaxial cable
Cable.
Consisting of a hollow outer cylindrical conductor that surrounds a single inner wire conductor.
- Three different layers of material surrounding the inner conducting material:
- the outer conductor
- the insulator
- the protective outer jacket
-
HFC
Hybrid Fiber-Coax
Network that incorporates both optical fiber along with coaxial cable to create a broadband network.
-
STP
Shielded Twisted-Pair cable
Type of network cable that includes twisted-pair wires, with shielding around each pair of wires,, as well as another shield around all wires in the cable.
-
fiber-optic cable
Physical medium that uses glass or plastic threads to transmit data.
Transmit data via light waves.
-
OTDR
Certification method for fiber.
Tool for testing fiber measuring the time to shine in one end and out the other noting the imperfections in between.
-
asynchronous
Communication that does not use a common clock between the sender and receiver.
Additional info is sent to maintain timing, synch and receive circuit to the incoming data.
10Mbps Ethernet device does not send sync signals.
-
ARP table / cache
Logical storage in host's RAM to store ARP entries.
-
ARP spoofing / poisoning
Technique to attack an Ethernet network by sending fake ARP messages to an Ethernet LAN.
Frames contain false MAC addresses that "confuse" network devices (ex: switches).
Causes frames intended for one node could be sent to another by mistake.
-
bridge
Device that connects multiple network segments at the data link layer of the OSI model.
Predecessor to the LAN switch.
-
bridge table
Used by a switch or bridge that associates MAC addresses with the outgoing port.
Uses table as reference for forwarding & filtering.
-
bridging
Process of forwarding frames in a switch or bridge from one port to another port from segment to segment.
-
BIA
Burned-In Address
MAC address that is permanently assigned to a LAN interface or NIC.
- Burned onto the chip on the card.
- Can not be changed.
aka UAA (Universally Administered Address)
-
CSMA/CD
Carrier Sense Multiple Access / Collision Detect
MAC algorithm used by Ethernet devices in a shared media.
Protocol requires a node listen for existing signal on the media before attempting to send its data.
If signal is found the node waits until the media is clear before transmit.
If collision occurs and/or is detected the sending node issues a back-off algorithm before retransmitting.
-
collision domain
Physical or logical area in a LAN where the signal sent by the interfaces may be subject collision.
Every device in the same collision domain receives frames sent out by other devices on that same segment.
- Hubs increase the size of the collision domain.
- Switches separate them.
-
delimiter
Field of a frame signals the beginning or end of a frame.
-
extended star
Network topology characterized by a central location connected to multiple hubs.
Hierarchical topology but typically drawn w/ central site in the center.
aka hierarchical star
-
Ethernet PHY
Physical interface transceivers.
Deals with Layer 1 of Ethernet.
-
flooding
Switch/bridge process to forward broadcasts & unknown destination unicasts out all ports except the one frame is received on.
-
filtering
Ethernet switch/bridge process that decides not to forward a frame out another port.
-
forwarding
Ethernet switch/bridge process that decides to forward a frame out another port.
-
FastEthernet
Common name for Ethernet technology that operates at 100 Mbps.
-
Gigabit Ethernet
Ethernet that transmits data at 1,000,000,000 (1billion) bits per second.
-
host group
Group defined by a class D address
(multicast, ranging 224.0.0.0 - 239.255.255.255)
Hosts can pertain to multicast groups.
Groups = hosts with same multicast address
-
hub
Ethernet device that receives an electrical signal in one port -interprets the bits- regenerates the signal out all ports.
- Several ports
- Extends networks - collision domains
- Repeaters
- Usually RJ-45
-
interframe spacing
Time period between Ethernet frames that inserts a space between frames.
{allows fairness with the CSMA/CD algorithm }
-
jam signal
A shared media Ethernet network signal generated when a collision is detected.
Lasts long enough for all devices to receive.
Part of CSMA/CD.
-
LAA
Locally Administered Address
MAC address that can be configured on a device.
Can be used in place of BIA.
Allows NIC to be replaced or device substituted w/o changing the address used by the network to access the station.
-
latency
Time that passes while some event occurs.
Refers to the time that occurs between when something is sent in a network until it is received by another device.
-
MAC table
Table on a switch that lists all known MAC addresses and the association port for forwarding frames.
-
MAN
Metropolitan-Area Network
Networks geographic size - between LAN and WAN [in size].
Used by ISPs to create high-speed networks in metropolitan areas.
-
OUI
Organizational Unique Identifier
First half of MAC address.
Manufacturers must register the value of the OUI with the IEEE.
Identifies manufacturer of Ethernet NIC or interfaces.
-
Pad
Part of the Ethernet frame that fills in the data field to ensure that the data field meets the minimum size requirement of 46 bytes.
-
proxy ARP
Process that uses the same ARP messages as normal ARP however a router replies instead of the host listed in the request.
Router acts on behalf of the host to respond to the ARP request with the router's MAC address listed in the ARP reply so that the device can reach the intended host that it otherwise would not be able to reach.
-
PAM
Pulse Amplitude Modulation
Form of signal modulation where the message information is encoded in the amplitude of a series of signal pulses.
Transmits data by varying the amplitudes (voltage/power levels) of the individual pulses.
Obsolete: replaced by PCM (Pulse Code Modulation)
-
ROM
Type of memory on which data has been prerecorded.
Can not be removed - only read.
-
RAM
Main working area [temporary storage] used by the CPU for most processing and operations.
Requires electrical power to maintain data storage. (Power turned off before saving - data is lost.)
aka read-write memory
-
runt frames
Ethernet frame that is less than 64 bytes in size
Caused by collisions
- aka collision fragments
- { minimum frame size = 64 bytes }
-
selective forwarding
Decisions to forward packets are made dynamically, hop by hop based on conditions on downstream nodes.
-
store & forward
Internal processing by LAN switches.
Switch must receive the entire frame before it sends the first bit of the frame.
(Cisco switches)
-
switch table
Associates MAC addresses with their corresponding port.
see also bridge table.
-
synchronous
Communication that uses a common clocking signal.
One of the communicating devices generates a clock signal into the circuit - additional timing info is not required in the header.
-
slot time
Minimum time a NIC or interface can take to send an entire frame.
Slot time, then implies a minimum frame size.
-
Thicknet
Common term for 10BASE5 Ethernet.
Thicker than 10BASE2 coax cable used for Thinnet.
-
Thinnet
Common term for 10BASE2 Ethernet.
Thinner than 10BASE5 cable for Thicknet.
-
transparent bridging
Device learns source addresses of incoming frames and adds them to the bridging table (switch table, etc.)
For forwarding frames received on one of the interfaces.
-
UAA
Universally Administered Address
- aka
- BIA - burned in Address
- MAC Address
-
VoIP
Voice data encapsulated in an IP packet that allows it to traverse already implemented IP networks w/o needing its own network infrastructure.
-
VLAN
Network of computers that behave as if they are connected to the same network segment - even if they are located on different segments of a LAN.
- Configured through software on the switch and router.
- (IOS on Cisco routers/switches)
-
console port
Port on Cisco devices to which a terminal or computer with a terminal emulator is connected to the network device in order to communicate and configure the network device.
-
CSU/DSU
Channel Service Unit / Data Service Unit
Device that connects a local digital phone loop for a WAN circuit to a serial interface on a network device (typically a router).
Performs physical layer layer1 signaling on WAN circuits.
-
DCE
Data Communications Equipment
Devices and connections of a communications network that comprise the network end of the user-to-network interface.
- Physical connection to the network
- Forwards traffic
- Provides clocking signal used to synch data transmissions between DTE & DCE
Ex: modems, Interface cards, etc...
-
DTE
Data Terminal Equipment
Device the user end of a user-network interface serving as a data source, destination or both.
Ex: computers, protocol translators, multiplexers, etc...
Connects data network through a DCE device (modem) and uses clocking signals generated by DCE.
-
EMI
Electromagnetic Interference
Interference by magnetic signals caused by the flow of electricity.
Causes reduced data integrity and increased error rates on transmission channels.
{ The electrical current creates magnetic fields, which in turn cause other electrical current in nearby wires. Induced electrical currents can interfere with proper operation of the other wire. }
-
fiber-optics
Glass fibers inside certain cables over which light is transmitted to encode 1s & 0s.
-
MDI
Media-Dependent Interface
Normal mode of operation of Ethernet ports on hubs .
Mapping of the wire pairs used in the hub port is a normal config.
-
MDIX
Media-Dependent Interface, Crossover
Alternative operation of Ethernet ports on a hub.
Mapping of the wire pairs used on the hub port is a crossover config. that allows for the use of a straight-through cable. (interconnects a hub to a hub)
-
RFI
Radio Frequency Interference
Radio frequencies that create noise that interfeares with information being transmitted across unshielded copper cabling (UTP).
-
terminal emulator
Application that runs a terminal for a remote host such as a router, switch, etc.
-
Winchester connector
34-pin female v.35 serial cable conector
-
Command in EXEC mode:
Enable
enters privileged EXEC mode
-
Command in Privileged EXEC mode:
copy running-config running-config
copy the active configuration to NVRAM
-
Command in Privileged EXEC mode:
copy startup-config running-config
copy the configuration in NVRAM to RAM
-
Command in Privileged EXEC mode:
erase startup-configuration
erase the configuration located in NVRAM
-
Command in Privileged EXEC mode:
ping ip_address
ping to that address
-
Command in Privileged EXEC mode:
traceroute ip_address
trace each hop to that address
-
Command in Privileged EXEC mode:
show interfaces
display statistics for all interfaces on a device
-
Command in Privileged EXEC mode:
show clock
show the time set in the router
-
Command in Privileged EXEC mode:
show version
- Displays:
- -currently loaded IOS version
- -hardware
- -device information
-
Command in Privileged EXEC mode:
show arp
display the ARP table of the device
-
Command in Privileged EXEC mode:
show startup-config
display the saved configuration located in NVRAM
-
Command in Privileged EXEC mode:
show running-config
display the content of the currently running configuration file
-
Command in Privileged EXEC mode:
show ip interface
display IP statistics for interface(s) on a router
-
Command in Privileged EXEC mode:
configure terminal
enter terminal configuration mode
-
Command in Terminal configuration mode:
hostname hostname
assigns host name to a device
-
Command in Terminal configuration mode:
enable password password
set an unencrypted enable password
-
Command in Terminal configuration mode:
enable secret password
set a strongly encrypted enable password
-
Command in Terminal configuration mode:
service password-encryption
encrypt display of all passwords except secret
-
Command in Terminal configuration mode:
banner mode# message#
set a message-of-the-day banner
-
Command in Terminal configuration mode:
line console 0
enter console line configuration mode
-
Command in Terminal configuration mode:
line vty 04
enter virtual terminal (Telnet) line configuration mode
-
Command in Terminal configuration mode:
interface interface_name
enter interface configuration mode
-
Line configuration mode:
login
enable password checking at login
-
Line configuration mode:
password password
set line password
-
Interface configuration mode:
ip address ip_address netmasks
set interface IP address and subnet mask
-
Interface configuration mode:
description description
set interface description
-
Interface configuration mode:
clock rate value
set clock rate for DCE device
-
Interface configuration mode:
no shutdown
set interface to up
-
Interface configuration mode:
shutdown
administratively set interface to down
-
arguments
Additional data provided by entering a command at the CLI then the argument.
-
flash
Removable component of memory storage space.
Used on the router or switch for storing the compressed operating system image.
-
global configuration mode
From privileged mode,
For configuring global parameters or enter other config submodes.
-
keywords
Follows a CLI command.
Are parameters that are used with the command from a set of predefined values.
-
network baseline
Collection of data that establishes a reference for network performance and behavior over a period of time.
Used in the future to assess the health and relative growth of network utilization.
-
NVRAM
Nonvolatile RAM (Random-access memory)
Does not lose its contents when the computer is shut down.
-
ping sweep
Network scanning technique used to identify which host IP addresses are operational.
-
SSH
Secure Shell Protocol
Provides a secure remote connection to a host through a TCP application.
-
strong passwords
Password that is complex and a minimum of 8 characters.
Use both numbers and letters.
-
user executive (EXEC) mode
Limited CLI mode
Can change terminal settings, perform basic tests & list system information.
-
vty
virtual terminal line
Reference to text based logical interfaces on an IOS device.
Accesses using Telnet or SSH to perform admin tasks.
aka virtual type terminal
|
|