Mike Meyers Ch2 Keyterms Flashcards

1
Q

Application layer

A

OSI Layer 7, it doesn’t refer to the applications themselves it refers to the code built into all operating systems that enables network aware applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Application programming interfaces (API)

A

Used by programmers to make their program network aware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Broadcast/Broadcast address

A

Broadcast is used to discover a MAC address that it doesn’t currently know.

Broadcast address is FF-FF-FF-FF-FF-FF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cyclic redundancy check (CRC)

A

A type of binary math that the receiving NIC uses to verify that the data arrived intact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data Link Layer

A

Layer 2 of the OSI model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Datagrams

A

Also know as segments depending on the specific transport protocol used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Deencapsularion

A

The reverse process of stripping all the extra header information out as the data goes up the stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Device ID

A

The last 6 digits of the manufacturers unique serial number for a NIC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Encapsulation

A

This is the entire process of preparing data to go onto the network and includes all the steps from application, presentation, session, transport, network and data link layers. Each of the 6 layers adds more information so that the data get to the correct recipient and the recipient knows what to do with the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

EUI-48

A

Stands for extended unique identifier

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Frame

A

A container for a chuck of data moving across a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Internet Layer

A

Should really be called the “IP Packet” layer. Any device or protocol that deals with pure IP packets - getting an IP packet to its destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Internet Protocol

A

Part of the TCP/IP protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

IP Address

A

A unique numeric identifier also know as a logical address to distinguish it from the physical address, the MAC address of the NIC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Logical addressing

A

A method large networks need that ignores hardware and enables you to break up the entire large network into smaller networks called subnets. It’s like a postal code or telephone number in scheme

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

MAC-48

A

The IEEE forms MAC addresses from a numbering name space which was originally LLC called MAC-48… which means that the MAC address will be 48 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

MAC address

A

Media access control address. A special firmware containing a unique identifier with a 48bit value

18
Q

NIC network interface card

A

Serves as the interface between pc and the network.

19
Q

Network Interface Layer

A

Part of the TCP/IP model that lumps the OSI’s layer 1 & 2 into a single layer called the link layer or network interface layer

20
Q

Network Protocol

A

A special software that uses logical addressing to move past the physical MAC addresses

21
Q

OSI or Open interconnection seven layer model

A

One of the methods used to conceptualize the many parts of the network

22
Q

OUI -Organizationally Unique Identifier

A

6 hex digits assigned by the IEEE to a manufacturer and no other manufacturer may use

23
Q

Packets

A

At the network layer, layer 3, containers called packets are created and addresses so they can go from one network to another.

24
Q

Payload

A

The data, or payload, starts and ends in the application. Layer 7 of OSI model and Layer 4 of the TCP/IP model

25
Q

Physical address

A

A term the ipconfig calls the MAC address

26
Q

Physical layer

A

Layer 1 of the OSI model - anything that moves data from one system to another, such as copper cabling, fiber optics, even radio waves, is part of the physical layer.

27
Q

Presentation layer

A

Layer 6 of the OSI model that translates data from lower layers into a format usable by the application layer and vice versa.

28
Q

Protocol

A

Are sets of early defined rules, regulations, standards, and procedures that enable hardware and software developers to make devices and applications properly at a particular level. E

29
Q

Router

A

Makes logical addressing powerful, by connecting subnets.

30
Q

Segment

A

A chunk of data created in the transport protocol

31
Q

Session layer

A

Layer 5 of the OSI model that handles all the sessions for a system. The session layer initiates sessions, accepts incoming sessions and opens/closes existing sessions

32
Q

Subnets

A

Largest networks broken up into smaller networks.

33
Q

Switch

A

A smarter device that replaced the hub

34
Q

TCP Segment

A

To see the transport layer in action, strip away the IP address from an IP packet. What’s left is a chunk of data in yet another container called the TCP SEGMENT

35
Q

TCP

A

Part of the TCP/IP Protocol.

36
Q

TCP/IP - Transmission Control Protocol/Internet Protocol Model including the link, Internet, transport and application layers

A

A model with 4 layers

37
Q

Transport Layer

A

Layer 4 of the OSI model that is the assembler/disassembler software.

38
Q

UDP datagram

A

A container that helps move data from the application layer.

39
Q

Unshielded Twisted Pair

A

A cable that usually contains four pairs of wires that can transmit and receive data

40
Q

User Datagram Protocol

A

A connectionless protocol