1.3.2 Wired And Wireless Networks, Protocols And Layers Flashcards

(16 cards)

1
Q

IP Addressing

A

(v4) Example : 192.192.72.1
- Dotted decimal, 4 numbers each in range 0 - 255

(v6) Example : abcd:1234:ab34:12cd:a23d:0000:1234:cdef
- Separator is a colon, 16 pairs (8 quadruples) of hexadecimal digits in range of 0000 - ffff

  • Uniquely identifies a computer on the INTERNET
  • Logical addresses
  • Used by routers on the Internet to make routing decisions on where to send/route packets
  • A router has a table that lists the IP addresses of all networks that are connected to it and its physical ports, and will look up the IP address of a PACKET in that table to decide which port to send the packet out from
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MAC Addressing

A

Example : ab:a1:f2:c5:77:ef
- Separator is a colon, 6 pairs of hexadecimal digits in range of 00 - ff

  • Uniquely identifies a computer on the LAN
  • Stored (permanently) on the NIC
  • A switch has a table that lists the MAC address of all computers connected to it and its physical ports, and will look up the MAC address of a FRAME in that table to decide which port to send the frame out form
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Encryption

A

Used when data is jumbled up so that it cannot be understood (NOT READ!!!)

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

Protocols

A

A network protocol is an agreed set of rules that devices follow in order to communicate with each other

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

TCP/IP (Transmission Control Protocol/Internet Protocol)

A

TCP - covers the parts of transmitting data :
- The encapsulation of data into packets
- Error detection and correction
- Flow control

IP - covers communication on the Internet

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

HTTP (Hyper Text Transfer Protocol)

A

Covers the transfer of web pages (HTML documents) from web servers to clients

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

HTTPS (Hyper Text Transfer Protocol Secure)

A

Covers the encrypted transfer of web pages from web servers to clients

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

FTP (File Transfer Protocol)

A

Used to transfer files from a files server to a client (or vice versa)

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

POP (Post Office Protocol)

A

Used for downloading an email from a mail server and REMOVES it from the server in the process

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

IMAP (Internet Message Access Protocol)

A

Used for downloading an email from a mail server BUT leaves a COPY of it on the server

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

SMTP (Simple Mail Transfer Protocol)

A

Used for sending an email (and transferring from one mail server to another)

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

Ethernet

A
  • A protocol that describes how communication should occur in a LAN
  • Covers the PHYSICAL media, the use of MAC address in deciding where a DATA FRAME should be sent
  • Covers what should happen in the event of collision
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

WiFi

A
  • A COLLECTION of protocol that describes how communication should occur WIRELESSLY
  • Covers the FREQUENCIES and CHANNELS used using radio waves
  • Covers authentication to the wireless network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bluetooth

A
  • A WIRELESS protocol that describes SHORT RANGE communication using ULTRA-HIGH FREQUENCY RADIO WAVES
  • Typically used for sharing files and connecting devices such as headphones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Layers

A

Protocols can be grouped together in layers based upon their role

Aids with development of new protocols, as it allows development, only focusing upon its interactions with other elements of that layer and how it interfaces with adjacent layers

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

Standards

A

A networking standard is an agreed and documented way for networks to communicate

Typically a collection of protocols