Network Tech prefi

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

1/37

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.

38 Terms

1
New cards

Encapsulation

is a process wherein a new string of information is added to an existing unit to form a new unit of information.

2
New cards

Decapsulation

is the reverse process of encapsulation wherein the header and tail of a packet are removed to obtain the data payload.

3
New cards

Packet

is a data unit that is exchanged and transmitted on a network. It is in the format of header+data payload+tail. During transmission, the format and content of packets may change.

4
New cards

Header

is the information segment added before the data payload during packet assembly to facilitate information transmission.

5
New cards

Tail

is the information segment added after the payload to facilitate information transmission.

6
New cards

Protocol Data Unit (PDU)

is a specific block of information transferred over a network. It is often used in reference to the OSI model, since it describes the different types of data that are transferred from each layer.

7
New cards

• Physical layer

raw bits (1s or 0s) transmitted physically via the hardwa

8
New cards

Data Link layer

a frame (or series of bits)

9
New cards

Network layer

a packet that contains the source and destination address

10
New cards

Transport layer

a segment that includes a TCP header and data

11
New cards

Session layer

the data passed to the network connection

12
New cards

Presentation layer

the data formatted for presentation

13
New cards

Application layer

the data received or transmitted by a software application

14
New cards

Internet Protocol (IP)

-Defines a packet and an addressing scheme

-Transfers data between the Internet layer and network access layers

-Routes packets to remote hosts

15
New cards

Internet Control Message Protocol (ICMP)

It refers to a TCP/IP protocol that handles errors and controls the process of sending data between computers.

16
New cards

Internet Group Management Protocol (IGMP)

: It refers to a TCP/IP protocol that handles multicasting. Hosts use IGMP to keep local routers apprised of their membership in multicast groups.

17
New cards

Address Resolution Protocol (ARP):

It refers to a TCP/IP protocol that obtains the physical address of a node from a specific IP number.

18
New cards

Reverse Address Resolution Protocol (RARP):

It refers to a TCP/IP protocol that allows a host with no local permanent data storage media to find its Internet address given its physical address.

19
New cards

• Ethernet

: It refers to a family of LANs, covered by a group of IEEE 802.3 standards. Ethernet is a best-effort delivery system that uses a CSMA/CD access method.

20
New cards

Point-to-Point Protocol (PPP):

This refers to the protocol used for data transfer across a serial line.

21
New cards

Fiber distributed data interface (FDDI):

This is a set of ANSI protocols for sending digital data over fiber optic cable

22
New cards

Asynchronous Transfer Mode (ATM):

This refers to a wide area protocol that features high data rates and equalsized packets/cells suitable for text, audio, and video data transfer

23
New cards

Frame Relay:

This is a WAN protocol for LAN internetworking that provides a fast and efficient method of transmitting information from one user device to another across multiple switches and routers.

24
New cards

Proxy ARP:

This protocol is used when a network terminal needs to pass data from one segment to another without changing its current IP address information.

25
New cards

Path determination

enables a router to compare the destination address to the available routes in its routing table and to select the best path.

26
New cards

Routes

are the path information used to guide packet forwarding.

27
New cards

routing device (Router)

is a network device that forwards packets to a destination subnet based on routes. It maintains an IP routing table that stores routing information

28
New cards

Packet routing

is the overall network-wide process of finding the most efficient path for forwarding the IP packet from source to destination through the use of network routing tables, protocols, and algorithms.

29
New cards

Mask

identifies a subnet together with a destination IP address.

30
New cards

• Outbound interface

indicates the interface through which a data packet is sent out of the local router.

31
New cards

Next hop

indicates the next-hop address used by the router to forward the data packet to the destination subnet.

32
New cards

Packet Forwarding

it is simply a passing or moving of information between interfaces (which can be from a host/router to the final destination/intermediate connecting device) according to the “directions”

33
New cards

Packet Delivery

refers to the way a packet is handled by the underlying physical networks under the control of the network layer

34
New cards

Direct Delivery

occurs when the IP node forwards a packet to its final destination in the network.

35
New cards

Indirect Delivery

occurs when the IP node (host) forwards a packet to an intermediate node (IP router) because the final destination is not on a directly attached network.

36
New cards

Direct routes

are automatically generated by devices and point to local directly connected networks. These are the routes destined for the subnets to which directly connected interfaces belong.

37
New cards

Static routes

are manually configured by network administrators. This can be an effective method for networks with small and simple structures and reduce the effect of bandwidth and CPU resource consumption that occurs when other protocols are implemented.

38
New cards

Dynamic routes

are learned by dynamic routing protocols running on routers. This route uses routing protocols to talk to other routers and find out what networks they are attached to.