Chapter 1-5 Flashcards

0
Q

Removal of headers by the receiving computer before sending it to the next higher layer.

A

De-Encapsulation.

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

Process of putting headers and sometimes trailers around data.

A

Encapsulation

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

The HTTP protocol belongs to what TCP-IP layer?

A

Application.

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

TCP and UDP belong to what layer?

A

Transport.

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

5 layers of the TCP-IP network model?

A
Physical
Data Link
Network
Transport
Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does the TCP-IP model layers differ from the OSI model?

A

The physical layer is broken down into
Session
Presentation
Application

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

The encapsulated data in the transport layer?

A

Segment.

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

The encapsulated data in the Network layer?

A

Packet.

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

The encapsulated data in the Data-Link layer?

A

Frame.

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

100 Base-T can support what speeds and it maximum length?

A

100 Mbps 100 meters.

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

100 Base-T is also referred to as what?

A

Fast Ethernet.

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

1000 Base-LX can support what speeds and its maximum length?

A

1000 Mbps 5000 meters.

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

OSI term to generally refer to a group of info by a particular layer.

A

PDU (Protocol Data Unit)

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

What is full duplex better than half duplex?

A

Send and receive at the same time.

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

In straight through cabling, on devices that support full duplex, what pins do they transmit and receive through?

A

The first device transmits - 1 and 2
Receive - 3 and 6
The second device receives - 1 and 2
Transmits - 3 and 6

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

What is the draw back to half duplex?

A

Can only send OR receive. Not at the same time.

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

1000Base-LX is also referred to as what?

A

Gigabit Ethernet even though it’s actually fiber.

17
Q

Ethernet and PPP belong to what TCP-IP layer?

A

Link (layer 2)

18
Q

The process of a lower layer doing a task for a higher layer on the same device?

A

Adjacent layer interaction.

19
Q

Which OSI layer defines the functions of logical network-wide addressing and routing?

A

Layer 3 network.

20
Q

Which OSI layer defines standards for cabling and connectors?

A

Layer 1 physical.

21
Q

What is true about the CSMA/CD algorithm?

A

Collisions can happen but the algorithm defines how the computers should notice a collision and how to recover.

22
Q

What is true about the Ethernet FCS field?

A

It resides in the Ethernet trailer

23
Q

What are two terms that describe Ethernet addresses that can be used to send one frame to multiple devices on a LAN?

A

Broadcast address

Multicast address

24
Q

Which of the following typically connects to a four wire line by the telco?

A

CSU/DSU

25
Q

2 important facts about IPv4 groups IP addresses.

A

All IP addresses in the same group must not be separated by a router.
All IP addresses separated by a router must be un different groups.

26
Q

Goals of IP routing protocols?

A
  1. To dynamically learn and fill the routing table with a route for each subnet.
  2. If more than one route to subnet is available, to place the best route in the routing table.
  3. To notice when routes in the table are no longer valid, and remove them.
  4. If a route is removed and another route through another router is available, save it.
  5. Low convergence time. (the time between losing a route and finding another)
  6. to prevent routing loops.
27
Q

Class A addresses can have how many networks and how many hosts per network?

A

About 126 networks and 16,777,214 hosts per network.

28
Q

What is a classful IP network?

A

Class A B or C

29
Q

What 4 steps does a router use to forward data?

A
  1. use data link FCS to ensure the frame had no errors.
  2. Deencapsulate old data link header and trailer.
  3. Compare the destination IP address to the routing table and find the best route.(identifies the outgoing interface and possibly the next hop router IP address)
  4. Encapsulate the packet inside a new datalink header and trailer appropriate for the outgoing interface and forward the frame.
30
Q

How do Ip standards subdivide addresses into classes?

A

By the value of the first octet.

31
Q

Class A IP addresses start with what range of DDN numbers?

A

1-126 (About half the address space)

32
Q

Class B addresses can have how many networks and how many hosts per network?

A

About 16,384 networks and 65,534 hosts.

33
Q

Class B IP addresses start with what range of DDN numbers?

A

128-191 (About 1/4)

34
Q

When a host sends a packet to another host on a different subnet what does it do?

A

Forwards it to the default gateway (default router)

35
Q

Class C addresses can have how many networks and how hosts per network?

A

About 2,097,152 networks and 254 hosts.

36
Q

Class C IP addresses start with what range of DDN numbers?

A

192-223 (About 1/8)

37
Q

3 features of protocols in layer 4.

A

Error recovery
Flow control
Segmenting of application data

38
Q

Which header fields identify which TCP/IP applications gets data received by a computer?

A

TCP port number

UDP port number

39
Q

Flow control, error recovery, multiplexing using port numbers and ordered data transfer are typical functions of which layer 4 protocol?

A

TCP

40
Q

TCP and UDP share what same function?

A

Multiplexing using port numbers.