Network Fundamentals: Models, Hardware, Addressing, and Protocols

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

1/120

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.

121 Terms

1
New cards

Network

a group of computers and other devices connected by some type of transmission device

2
New cards

Topology

How the parts of a whole work together

3
New cards

Physical Topology

How devices are connected physically through wiring

4
New cards

Logical Topology

How to access a network, use software, how users gain access, and how specific resources are shared

5
New cards

Peer to peer network model

No server; The OS of each computer on the network is responsible for controlling its own resources, security, and administration

6
New cards

Cons of Peer to Peer Network Model

Not scalable; Not very secure due to the lack of a central server

7
New cards

Client-server network model

Resources are accessed via a centralized directory database managed by the NOS (network operating systems)

8
New cards

Domain

the group of computers whose network access is controlled by a server

9
New cards

Client

a computer making a request to another

10
New cards

Networking Operating System (NOS)

control access to the entire network

11
New cards

Scalability

ability to increase the size and add/remove elements of a network

12
New cards

Active Directory

centralized directory database that contains user account information and security for the entire group of computers

13
New cards

Active Directory Domain Services

manages the process of how users sign on to the network and get access to resources of the AD

14
New cards

Server

any computer or program that provides a service

15
New cards

LAN

Local area network

16
New cards

Switch

Receives incoming data from one of its ports and redirects it to 1 or more ports that will send the data to its intended destination; Uses MAC address to identify devices; Works at layer 2 of the OSI model; Use ethernet to transmit data; Contains the MAC address of the sender and the receiver

17
New cards

Hub

Physical device that transmits data to all devices on a network; Works at layer 1 of the OSI model

18
New cards

Router

Manages traffic between multiple networks; Used in SOHO (small office-home office) networks to connect the LAN to the internet

19
New cards

WAN

A group of LANs spread over a wide geographical area

20
New cards

Metropolitan area network (MAN/CAN)

A group of connected LANS in the same geographical area

21
New cards

PAN

Network of personal devices; Smallest network

22
New cards

OSI Model (Open System Interconnect)

A conceptual framework used to understand network interactions in seven layers.

<p>A conceptual framework used to understand network interactions in seven layers.</p>
23
New cards

Transport Layer

Purpose is to guarantee that information is transmitted; Can also slow down or speed up a message

24
New cards

TCP (Transmission Control Protocol)

makes a connection with the end host, checks whether data is received, and resends if needed

25
New cards

UDP (User Datagram Protocol)

used for broadcasting, where delivery is not as important as fast transmission.

26
New cards

Datagram

A message

27
New cards

Segments

A split message

28
New cards

Port addresses

2 port addresses are added to the message (new header).

29
New cards

HTTP port

port #80.

30
New cards

Session layer

Responsible for how data between applications are synced and recovered if messages don't arrive intact at the receiving application.

31
New cards

API call

Method an application uses when it makes a request of the OS.

32
New cards

Presentation layer

Responsible for reformatting, compressing, and/or encrypting data.

33
New cards

Application layer

The interface between two applications on separate computers.

34
New cards

HTTP application layer protocol

Applications that provide services to a user use HTTP application layer protocol.

35
New cards

Utility programs

Utility programs that provide services to the system.

36
New cards

Payload

Data

37
New cards

Structured cabling

Standard is known as structured cabling.

38
New cards

Entrance facility

The location where an incoming network, such as the Internet, connects with the school or corporate network.

39
New cards

Demarc

The device that marks where a telecommunications service provider's network ends and the organization's network begins.

40
New cards

MDF

The centralized point of interconnection for an organization's LAN or WAN.

41
New cards

Data room

the enclosed space that holds network equipment.

42
New cards

Patch panel

A panel of data receptors that provide a central termination point when many patch cables converge.

43
New cards

IDF

Provides an intermediate connection between the MDF and end-user equipment on each floor and in each building.

44
New cards

Patch cable

Short cabling used with connectors.

45
New cards

Backbone cables

Backbone consists of cables or wireless links that provide interconnection between the entrance facility and MDF, and between the MDF and IDFs.

46
New cards

Straight through

Same wiring order and connects two different devices.

47
New cards

Cross-over cables

Different order of wires and used to connect the same device.

48
New cards

Bend radius

The max radius a cable can bend before damaging the wires.

49
New cards

Network diagrams

Graphical representations of a network's devices and connections.

50
New cards

Nmap

An open-source network scanning tool used for network exploration and security auditing.

51
New cards

MAC address

Embedded on every NIC and are six hex numbers separated by colons.

52
New cards

Internet Protocol version 4 (IPv4)

addresses 32 bits and are 4 decimal numbers called octets.

53
New cards

Internet Protocol version 6 (IPv6)

128 bits and written as eight blocks of hex numbers.

54
New cards

Ports

A number used to find an application.

55
New cards

FQDNs

Fully qualified domain names are assigned to every host on a network and are unique.

56
New cards

Domain name

The last two parts of a host's name.

57
New cards

Host name

The first part of a host's name.

58
New cards

Static IP Addresses

Permanently assigned to a device.

59
New cards

Dynamic IP Addresses

Requested and received by a device from a DHCP server.

60
New cards

Dynamic Host Configuration Protocol (DHCP)

manages the dynamic distribution of IP addresses to devices on a network.

61
New cards

Gateways

Computer routers or a device that a host uses to access another network.

62
New cards

Subnet masks

a 32-bit number that separates an IP address into a network portion and a host portion

63
New cards

Ipconfig

Used to find the current TCP/IP settings.

64
New cards

Classful addressing

5 classes: A-E, where Class A-C are available for internet use and are public.

65
New cards

Network Address Translation (NAT)

a technique designed to conserve the number of public IP addresses needed by a network.

66
New cards

Static Network Address Translation (SNAT)

the gateway assigns the same public IP to a host each time it makes a request.

67
New cards

Destination Network Address Translation (DNAT)

process where a host outside the network addresses a computer inside using a predetermined IP address.

68
New cards

Address translation

The process where a gateway device substitutes the private IP address with its own public address.

69
New cards

Port address translation (PAT)

process of assigning a TCP port number to each ongoing session between a local host and internet host.

70
New cards

Unicast addresses

Specifies a single node.

71
New cards

Global addresses

Can be routed on the internet

72
New cards

Link local addresses

Used for communications with nodes in the same link.

73
New cards

Multicast address

Delivery packets to all nodes in the targeted multicast group.

74
New cards

Anycast address

Identifies multiple destinations and delivers packets to the closest one.

75
New cards

Socket

Both a host's IP address and a process's TCP or UDP port separated by two values.

76
New cards

Standard port for Telnet

port 23.

77
New cards

Socket address for Telnet

10.43.3.87:23

78
New cards

Port range

#'s from 0 to 65535.

79
New cards

Well-known ports

ports from 0 to 1023.

80
New cards

Internet Assigned Numbers Authority (IANA)

Assigns port numbers

81
New cards

Registered ports

ports from 1024 to 49151.

82
New cards

Dynamic and private ports

range from 49152 to 65535

83
New cards

Dynamic ports

assigned by a client or server as the need arises.

84
New cards

Private ports

assigned by network admin.

85
New cards

Trivial File Transfer Protocol (TFTP)

Most commonly used by computers (without user intervention) as they are booting up to request configuration files from another computer on the local network.

86
New cards

Network Time Protocol (NTP)

A simple protocol used to synchronize clocks on computers throughout a network.

87
New cards

Lightweight Directory Access Protocol (LDAP)

A standard protocol for accessing network-based directories.

88
New cards

Server Message Block (SMB)

First used by earlier Windows OSes for file sharing on a network.

89
New cards

Session Initiation Protocol (SIP)

A signaling protocol that is used to make an initial connection between hosts but that does not participate in data transfer during the session.

90
New cards

H.323

Another signaling protocol used to make a connection between hosts prior to communicating multimedia data.

91
New cards

Top Level Domain (TLD)

The last part of an FDQN

92
New cards

DNS

An application layer client-server system of computers and databases.

93
New cards

Namespace

The entire collection of computer names and their associated IP addresses stored in databases on DNS servers around the globe.

94
New cards

Name servers

Computers that hold databases, organized in a hierarchical structure.

95
New cards

Resolvers

A DNS client that requests information from DNS name servers.

96
New cards

Primary DNS server

The authoritative name server for the organization and holds the authoritative DNS database.

97
New cards

Secondary DNS server

Backup ANS for the organization.

98
New cards

Caching DNS server

A server that accesses public DNS data and caches the DNS information it collects.

99
New cards

Forwarding DNS server

An optional server that receives queries from local clients but doesn't resolve the queries.

100
New cards

Recursive query

Demands a resolution or the answer 'It cant be found'.