MIS561 Exam 1

0.0(0)
studied byStudied by 18 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards
What is the OSI model?
It is a seven-layer conceptual model that describes the standards for inter-computer communication
2
New cards
What is the application layer? What is it's datagram?
(7) Network applications such as email, file transfer, client/server, remote connections, and web.
Datagrams: Upper layer data
3
New cards
What is the presentation layer? What is it's datagram?
(6) Provides a context for communication between layers. (ex. ASCII characters), encryption and decryption, compression, BCD to binary, data conversion

Datagrams: Upper layer data
4
New cards
What is the session layer? What is it's datagrams?
(5) Controls the dialogs between computers. It controls duplexing, termination, and restarts. Starts, stops session. Maintains order.
Datagrams: Upper layer data
5
New cards
What is the transport layer?
(4) It provides a transparent transfer of data (TCP and UDP). Ensures delivery of entire file or message.
Segments
6
New cards
What is TCP? What is the data called?
It has a slower but reliable transfer, and it typical applications are: email and web-browsing (Unicast)

Data: segments
7
New cards
What is UDP? What is the data called?
Fast but non-guaranteed transfers ("best efforts")
Typical applications: volP
(unicast, multicast, broadcasts)

Data: datagrams
8
New cards
TCP Transport?
Syn?
Ack?
Fin?
communicates between applications

Syn: indicates the start of TCP session
Ack: bit used to indicate that the ack number if the TCP header is acknowledging data.
Fin: indicates the termination of a TCP session
9
New cards
What is the network Layer? Data?
(3) provides connections to hosts and different networks (IPv4 and IPv6). Routes data to different LANs and WANs based on network addresses.
Datagrams: packets
10
New cards
What is the data link layer? Datagrams?
(2) provides connections between hosts on the same network (ethernet and mac addresses). Transmits packets from node to node based on station address.
Datagrams: frames
11
New cards
What is the physical layer? Datagrams?
(1) describes the electrical and physical specifications for devices (cables, connectors, hubs, and repeaters). Electrical signals and cabling.
datagrams: bits
12
New cards
What is a subnet mask?
A mechanism that allows a network device to divide an IP address into a network and host number.
13
New cards
default gateway
The first IP address of the device that a client computer will look for when attempting to gain access outside the local network.
(pathway to the local network)
14
New cards
Internal/private
non-routable IP addresses
15
New cards
External/public
Routable IP addresses
16
New cards
Switch
A computer networking device that connects network segments, used to create networks, data directly connected to port
17
New cards
Hubs
Simple devices that connect network components, sending a packet of data to all other connected devices A device connecting computers.
18
New cards
Router
a device that connects two or more networks together
19
New cards
ipconfig
internet protocol configuration, shows IP addresses,
20
New cards
tracert
A command that determines the route data takes to get to a particular destination. Also, tells you hops.
21
New cards
ping
send a message from one computer to another to check whether it is reachable and active (ex. ping yahoo.com), sends packets
22
New cards
UDP
User Datagram Protocol. Used instead of TCP when guaranteed delivery of each packet is not necessary. UDP uses a best-effort delivery mechanism.
23
New cards
TCP
Transmission Control Protocol - provides reliable, ordered, and error-checked delivery of a stream of packets on the internet. TCP is tightly linked with IP and is usually seen as TCP/IP in writing.
24
New cards
localhost
A reserved name that corresponds to the loopback address, 127.0.0.1.
25
New cards
managed switch
A switch can be configured via a command-line interface and sometimes can be configured in groups. Usually, they are assigned their own IP addresses. VLANs can only be implemented through managed switches.
26
New cards
unmanaged switch
A basic Layer 2 switch. This will work simply by plugging it in and connecting it. It is not configurable.
27
New cards
TCP Handshake
The protocol by which a client and server machine establish communication for the transfer of data.
28
New cards
What are these ports for and what protocol? 25/ 2525/ 465/ 587
Email
protocol: SMPT (Simple Mail Transfer Protocol)
29
New cards
What are these ports for and what protocol? 23
used to log on remotely to a system, popular with network administrators
Protocol: Telnet Protocol (terminal emulation program)
30
New cards
What are these ports for and what protocol? 80/443
display webpages and encrypts HTTP
protocol: HTTP (hyper text protocol)/HTTPS
31
New cards
What are these ports for and what protocol? 110/995
retrieves email and encrypts POP3
protocol: POP3(Post Office Protocol version 3)
32
New cards
What are these ports for and what protocol? 20/21
used to transfer files between computers
Protocol: FTP (File transfer protocol)
33
New cards
What are these ports for and what protocol? 53
translates URLs into web addresses
Protocol: DNS (domain name system)
34
New cards
What are these ports for and what protocol? 3389
enables remote connections to other computers, typically over TCP
Protocol: RDP (Remote desktop protocol)
35
New cards
Well Known Ports
port numbers in the range of 1-1024 that identify network applications that are well known such as web, email, and remote login applications
36
New cards
registered ports
Ports 1024 - 49151. These ports typically accompany non-system applications associated with vendors and developers.
37
New cards
Dynamic/Private Ports
Port range: 49, 152-65, 535. These ports can be used by applications, but they cannot be registered by vendors.
38
New cards
inbound ports
Ports are used when another computer wants to connect to a service or application running on your computer. Servers primarily use inbound ports so that they can accept incoming connections and serve data.
39
New cards
outbound ports
Used when your computer wants to connect to a service or application running on another computer. Client computers primarily use outbound ports and these are assigned dynamically by the operating system.
40
New cards
DHCP Server
Assigns an IP address to a computer when it first attempts to initiate a connection to the network. (Dynamic Host Configuration Protocol)
41
New cards
Bits vs Bytes
the word bit is an abbreviation for binary digit, it can be further abbreviated, usually as a lowercase b. A group of eight bits is called a byte and is usually abbreviated as an uppercase B
42
New cards
MAC address
Unique address embedded in network-connected devices. The physical address of a network card. It is a 6-byte hexadecimal number. The first bytes define the vendor.
43
New cards
Firewall
a part of a computer system or network that is designed to block unauthorized access while permitting outward communication. It prevents attackers from attacking your network.

A device or software that provides a barrier between your machine or network and the rest of the world.
44
New cards
Advantages of Ipv4
is 32-bit IP addresses
More support - since most traffic uses this still
45
New cards
Disadvantages of IPv4
Running out of unique IP addresses
lack of security
lack of configuration
46
New cards
Advantages of IPv6
Larger address space, IPsec offering confidentiality and integrity, QoS, faster throughput
47
New cards
Disadvantages of IPv6
accessibility issues, large overhead, and have to upgrade devices
48
New cards
NAT (Network Address Translation)
Replaces the private IP address on an outgoing packet with the public IP address of the gateway router so that the packet can be routed through the internet.
49
New cards
nslookup
query DNS records
50
New cards
DNS (Domain Name System)
translates URLs to IP addresses, (web addresses)
(ex: www.amazon.com -> 192.9.2.44)
51
New cards
ARP (Address Resolution Protocol)
is used to map IP addresses to MAC addresses. The arp command shows existing IP-to-MAC address mappings you computer is currently aware of.
52
New cards
Identify the IPv4 address class and default subnet mask.

0-126
Class A
Used for extremely large networks, none left
53
New cards
Identify the IPv4 address class and default subnet mask.

128-191
Class B
Large corporate and government networks. All IP address have been used.
54
New cards
Identify the IPv4 address class and default subnet mask.

192-223
Class C
The most common group. Your ISP probably has a class C address.
55
New cards
Identify the IPv4 address class and default subnet mask.

224-247
Class D

These are reserved for multicasting (transmitting different data on the same channel)
56
New cards
Identify the IPv4 address class and default subnet mask.

248-255
Class E

reserved for experimental use
57
New cards
Subnet mask for Class A?
255.0.0.0
58
New cards
Subnet mask for Class B?
255.255.0.0
59
New cards
Subnet mask for Class C?
255.255.255.0
60
New cards
What is the binary number for Class A? (masking)
11111111.0.0.0 (8 1's)
61
New cards
What is the binary number for Class B? (masking)
11111111.11111111.0.0
62
New cards
What is the binary number for Class C? (masking)
11111111.11111111.11111111.0