The Bits and Bytes of Computer Networking

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/167

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

168 Terms

1
New cards

Computer Networking

A group of computers that use a set of common communication protocols over digital interconnections for the purpose of sharing resources located on or provided by the network nodes.

2
New cards

Internetwork

The practice of interconnecting multiple computer networks, such that any pair of hosts in the connected networks can exchange messages irrespective of their hardware-level networking technology. The resulting system of interconnected networks are called an internetwork, or simply an internet.

3
New cards

Local Area Network (LAN)

Composed of computers connected together with ethernet cables, or with a hub or a switch as a central console. A computer network that links devices within a building or group of adjacent buildings.

4
New cards

Metropolitan Area Network (MAN)

Is a computer network that interconnects users with computer resources in a geographic region about the size of a typical metropolitan area.

5
New cards

Wide Area Network (WAN)

A computer network spanning regions, countries, or even the world.

6
New cards

Crosstalk

When an electrical pulse on one wire is accidentally detected on another wire.

7
New cards

Collision Domain

A network segment where only one device can communicate at a time. If multiple systems try sending data at the same time, the electrical pulses sent across the cable can interfere with each other. Ethernet as a protocol solved this problem by using a technique known as carrier sense multiple access with collision detection.

8
New cards

Autonomous System (AS)

Is a collection of connected Internet Protocol (IP) routing prefixes under the control of one or more network operators on behalf of a single administrative entity or domain that presents a common, clearly defined routing policy to the internet.

9
New cards

Node

Is either a redistribution point or a communication endpoint.

10
New cards

Modulation

Is the process of varying one or more properties of a periodic waveform, called the carrier signal, with a modulating signal that typically contains data being transmitted.

11
New cards

Line Code

(modulation in networking) Is a pattern of voltage, current, or photons used to represent digital data transmitted down a transmission line. This repertoire of signals is usually called a "constrained code" in data storage systems.

12
New cards

Duplex Communication

The concept that information can flow in both directions across the cable.

13
New cards

Full-Duplex

Both parties can communicate with each other simultaneously.

14
New cards

Half-Duplex

Allowing the transmission of signals in both directions but not simultaneously.

15
New cards

Simplex Communication

This concept that information can flow in one direction across the cable.

16
New cards

Octet

In computer networking, any number that can be represented by 8 bits.

17
New cards

Internet Protocol (IP) Address

A unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network. Belongs to the networks, not to the devices attached to those networks.

18
New cards

Static IP Address

Reserved for servers and network devices.

19
New cards

Dynamic IP Address

Reserved for clients.

20
New cards

Address Class System

A way of defining how the global IP address space is split up.

21
New cards

Class A

The first octet is used for the network ID and the last three are used for the host ID. 2^24 total addresses.

22
New cards

Class B

The first two octets are used for the network ID, and the second two are used for the host ID. 2^16 total addresses.

23
New cards

Class C

Those where the first three octets are used for the network ID and the last one is used for the host ID. 2^8 total addresses.

24
New cards

Network ID

The network number is used by routers to packets to the right network.

25
New cards

Host ID

Defines the host device (computer, server, printer, etc..).

26
New cards

Media Access Control (MAC) Address

Primarily assigned by device manufacturers, and are therefore often referred to as the burned-in address, or as an ethernet hardware address, hardware address, and physical address, each address is unique and should not be used twice.

27
New cards

Organizationally Unique Identifier (OUI)

The first three octets of a MAC address.

28
New cards

Hexadecimal Prefix

"0x" is meant to indicate that a value is being represented in hexadecimal.

29
New cards

Unicast

Transmission of a data package or an audiovisual signal to a single recipient.

30
New cards

Multicast

Is group communication where data transmission is addressed to a group of destination computers simultaneously. Multicast can be one-to-many or many-to-many distribution. Multicast should not be confused with physical layer point-to-multipoint communication.

31
New cards

Broadcast

Refers to transmitting a packet that will be received by every device on the network.

32
New cards

The ethernet broadcast address is all Fs; FF:FF:FF:FF:FF:FF.

33
New cards

Institute of Electrical and Electronics Engineers (IEEE)

Is a professional association for electronic engineering and electrical engineering. Its objectives are the educational and technical advancement of electrical and electronic engineering, telecommunications, computer engineering and allied disciplines.

34
New cards

Internet Engineering Task Force (IETF)

Is an open standards organization, which develops and promotes voluntary internet standards, in particular the standards that comprise the internet protocol suite (TCP/IP).

35
New cards

Internet Assigned Numbers Authority (IANA)

A non-profit organization that helps manage things like IP address allocation, also manages autonomous system numbers.

36
New cards

Internet Society (ISOC)

An American organization founded to promote the open development, evolution, and use of the Internet for the benefit of all people throughout the world.

37
New cards

Encapsulation

In object-oriented programming, encapsulation refers to the bundling of data with the methods that operate on that data, or the restricting of direct access to some an object's components.

38
New cards

Subnetting

The process of taking a large network and splitting it up into many individual and smaller subnetworks, or subnets.

39
New cards

Demarcate

To set the boundaries or limits of; to separate or distinguish from.

40
New cards

Demarcation Point

The physical point where the public network ends and the private network of a customer begins. Simply put, the "demarc" marks the point where a customer's network interfaces with the network owned by another company or additional party.

41
New cards

Classless Inter-Domain Routing (CIDR)

A method for calculating IP addresses and for IP routing.

42
New cards

Subnet Mask

32-bit numbers (similar to the IP address) that are normally written out as four octets in decimal, a way for a computer to use AND operators to determine if an IP address exists on the same network.

43
New cards

Hop

Occurs when a packet is passed from one network segment to the next.

44
New cards

Routing Loop

Are formed when an error occurs in the operation of the routing algorithm, and as a result, in a group of nodes, the path to a particular destination forms a loop.

45
New cards

Vector

Are a logical element in programming languages that are used for storing data.

46
New cards

Autonomous System (AS)

An internetwork under the control of a single organization. Usually presents a common clearly defined routing policy to the internet.

47
New cards

Autonomous System Number (ASN)

Numbers assigned to individual autonomous systems, are 32-bit numbers.

48
New cards

Non-Routable Address Space

Private network addresses are not allocated to any specific organization. Anyone may use these addresses without approval from regional or local internet registries. Private IP address spaces were originally defined to assist in delaying IPv4 exhaustion. IP packets originating from or addressed to a private IP address cannot be routed through the public internet.

49
New cards

Request for Comments (RFC)

A publication from the internet society (ISOC) and its associated bodies, most prominently the IETF, the principal technical development and standards-setting bodies for the internet.

50
New cards

Handshake

A way for two devices to ensure that they're speaking the same protocol and will be able to understand each other.

51
New cards

Instantiation

The actual implementation of something defined elsewhere.

52
New cards

Flow Control

Process of managing the rate of data transmission between two nodes to prevent a fast sender from overwhelming a slower receiver.

53
New cards

Networking Devices

54
New cards

Hubs

Are devices commonly used to connect segments of a LAN. It contains multiple input/output ports. When a signal arrives at any input port, the signal will be reproduced and sent at all output ports except the one it is coming from.

55
New cards

Switch

Is a piece of networking hardware that connects devices on a computer network by using packet switching to receive and forward data to the destination device. A network switch is a multiport network bridge that uses MAC addresses to forward data at the data link layer.

56
New cards

Ethernet Cables

Are used to interconnect devices. Allows data to be transmitted point-to-point.

57
New cards

Coaxial Cable

Is a type of electrical cable consisting of an inner conductor surrounded by a concentric conducting shield, with the two separated by a dielectric.

58
New cards

Fiber Optic Cable

A flexible transparent fiber made by drawing glass or plastic to a diameter slightly thicker than that of a human hair.

59
New cards

Twisted Pair Cable

Is a type of wiring in which two conductors of a single circuit are twisted together for the purposes of improving electromagnetic compatibility.

60
New cards

Pinouts

A diagram showing the arrangement of pins on an integrated circuit and their functions.

61
New cards

8P8C Modular Connectors

The little plastic piece on the end of an ethernet cable, the plug.

62
New cards

Repeaters

Are used in transmission systems to regenerate analog or digital signals distorted by transmission loss.

63
New cards

Analog Repeater

Can only amplify the signal.

64
New cards

Digital Repeater

Can reproduce a signal to near its original quality.

65
New cards

Client

Is a piece of computer hardware or software that accesses a service made available by a server as part of the client-server model of computer networks. The server is often on another computer system, in which case the client accesses the service by way of a network.

66
New cards

Server

A computer or computer program which manages access to a centralized resource or service in a network. Serves data to a client that is requesting that data.

67
New cards

Router

A device that knows how to forward data between independent networks. A router receives and sends data on computer networks.

68
New cards

Media Converter

Is a simple networking device that makes it possible to connect two dissimilar media types such as twisted pair with fiber optic cabling.

69
New cards

RJ45 Port

The most common type of ethernet connection port.

70
New cards

Link LED

Flashes yellow when the cable is properly connected to two devices that are both powered on.

71
New cards

Activity LED

Flashes green when data is actively transmitted across the cable.

72
New cards

Patch Panel

Is a piece of hardware with multiple ports that helps organize a group of cables. Each of these ports contains a wire that goes to a different location. Patch panels can be quite small, with just a few ports, or very large, with many hundreds of ports.

73
New cards

Bridges

A type of computer network device that provides interconnection with other networks that use the same protocol, connecting two different networks together and providing communication between them.

74
New cards

Bridged Router

A network device that works as a bridge and as a router.

75
New cards

Modem

Stands for MOdulator/DEModular. A modem converts digital signals generated by the computer into analog signals which, then can be transmitted over cable lines and transforms incoming analog signals into digital equivalents.

76
New cards

Network Interface Card (NIC)

Network interface card is an electronic device that is mounted or integrated on the motherboard. Information is stored in the ROM. Known as a network interface card, network adapter, LAN adapter, or physical network interface; is a computer hardware component that connects a computer to a computer network.

77
New cards

Multiplexer

Also known as a data selector, is a device that selects between several analog or digital input signals and forwards it to a single output line.

78
New cards

Demultiplexer

A device taking a single input and selecting signals of the output of the compatible multiplexer, which is connected to a single input, and shared selection line. A multiplexer is often used with a complimentary demultiplexer on the receiving end.

79
New cards

Gateway

Is a component that is part of two networks, which use different protocols. The gateway is a protocol converter which will translate one protocol into the other. A router is a special case of gateway.

80
New cards

Transmission Control Protocol (TCP)

Is a standard that defines how to establish and maintain a network conversation through which application programs can exchange data. TCP works with the Internet Protocol (IP).

81
New cards

Internet Protocol (IP)

Is the principal communications protocol in the Internet Protocol Suite for relaying datagrams across network boundaries. Its routing function enables networking, and essentially establishes the internet.

82
New cards

Physical Layer (1, TCP/IP)

Represents the physical devices that interconnect computers. It sends and receives signals on the physical wire or the antenna to transmit the bits found in the frames. There are physical components at the end of every network interface (wire or antenna).

83
New cards

Modulation

Is the process of varying one or more properties of a periodic waveform, called the carrier signal, with a modulating signal that typically contains data being transmitted.

84
New cards

Data Link Layer (2, TCP/IP)

Network Interface, Network Access Layer; Responsible for defining a common way of interpreting these signals so network devices can communicate.

85
New cards

Ethernet Protocol

Is a family of computer networking technologies commonly used in local area networks (LAN), metropolitan area networks (MAN), and wide area networks (WAN). Responsible for getting data to nodes on the same network or link.

86
New cards

Carrier Sense Multiple Access with Collision Detection (CSMA/CD)

Used to determine when the communication channels are clear, and when a device is free to transmit data. Uses carrier-sensing to defer transmissions until no other stations are transmitting.

87
New cards

Medium Access Control (MAC) Layer

Responsible for controlling how devices in a network gain access to a medium and permission to transmit data.

88
New cards

Logical Link Control (LLC)

Responsible for identifying and encapsulating network layer protocols and containing error checking and frame synchronization.

89
New cards

Network Layer (3, TCP/IP)

Allows different networks to communicate with each other through devices known as routers.

90
New cards

Address Resolution Protocol (ARP)

Is a communication protocol used for discovering the link layer address, such as the MAC address, associated with a given internet layer address, typically an IPv4 address. This mapping is a critical function in the internet protocol suite.

91
New cards

ARP Table

A list of IP addresses and the MAC addresses associated with them. This is typically stored on the network switch. ARP table entries generally expire after a short amount of time to ensure changes in the network are accounted for.

92
New cards

ARP Broadcast

A message sent by a network switch requesting a device's MAC address.

93
New cards

ARP Response

When a device responds to an ARP broadcast, and sends the native MAC address to the network switch.

94
New cards

Router Table

In computer networking a routing table, or routing information base (RIB), is a data table stored in a router or a network host that lists the routes to particular network destinations, and in some cases distances associated with those routes.

95
New cards

Interior Gateway Protocols (IGP)

A type of protocol used for exchanging routing information between gateways within an autonomous system. This routing information can then be used to route network-layer protocols like IP.

96
New cards

Link State Protocol (LSP)

Router knows the state of all links (interfaces) in the internetwork, and selects the best path. Used in packet switching networks for computer communications.

97
New cards

Intermediate System to Intermediate System (IS-IS) Protocol

Is a routing protocol designed to move information efficiently within a computer network, a group of physically connected computers or similar devices. It accomplishes this by determining the best route for data through a packet switching network.

98
New cards

Open Shortest Path First (OSPF) Protocol

Calculate the shortest route to a destination through the network based on an algorithm.

99
New cards

Distance-Vector Protocols (DCP)

Measures the distance by the number of routers a packet has to pass, one router counts as one hop. Distance-Vector Protocols also require that a router informs its neighbors of network topology changes.

100
New cards

Enhanced Interior Gateway Routing Protocol (EIGRP)

Is an advanced DVP routing protocol that is used on computer networks for automating routing decisions and configuration. The protocol was designed by Cisco Systems as a proprietary protocol, available only on Cisco routers. Includes link state like features as well.