TCP/IP Networks

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

1/15

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.

16 Terms

1
New cards

What are the 2 big classifications of devices in the Internet? Explain each of them.

1. End device - Device that a person can use for communication. Normally attached to a network.

2. Network device - Equipment that forms the network and helps mediate or transfer data between end-devices.

2
New cards

Provide 2 examples of an end device.

Servers and Clients.

3
New cards

What are the 3 sets of addresses that are important to network and end devices?

1. Network location address: IP address

2. Network application address: Port number

3. Network hardware address: Physical address (Media Access Control address)

4
New cards

What's a MAC address?

Known as a Media Access Control address, which is a unique identifier attached to a network interface card.

5
New cards

What do MAC address do?

It is used on the local network to deliver data physically to the correct device. It's like a unique serial number on your phone.

6
New cards

How many bytes are in a MAC address? Explain the first 3 and last 3 bytes.

6 bytes = 48 bits. First 3 bytes identify the manufacturer (OUI). Last 3 bytes are unique address for Network Integrated Chip.

7
New cards

Convert 1 byte to bits.

1 byte = 8 bits

8
New cards

Why is 0.0.0.0 a valid IP address?

It's a special purpose address. It means this host (the device itself) or unspecified address.

9
New cards

What's a Port number?

A way to identify specific processes or services running on a computer or network device. Server ports 0-1023 are reserved for HTTP and FTP. Client ports 1024-65535 are used for private or temporary connections.

10
New cards

What's the function of a Port number?

It helps device direct incoming network data to the correct program or service.

11
New cards

How many bytes are a Port number?

2 bytes = 16 bits. Highest decimal: (2^16) -1

12
New cards

What is a socket?

The combination of a source IP address and port number. [IP:Port_number]

13
New cards

What's a network client software?

Programs installed on the device that connect to or communicate with other servers on a network or internet to receive information and services.

14
New cards

What's a server software?

Programs run on a server and provides services or resources to other computers, called clients, over a network.

15
New cards

What are networking softwares/ commands?

Tools that help to explore, troubleshoot and manage network connections and devices.

16
New cards

What's DHCP?

Dynamic Host Configuration Protocol, a network protocol that automatically assigns IP addresses or other network settings to a device.