Most Popular
1500 questions
14
votes
2 answers
What does the naming convention for Ethernet standards mean: 1000BASE-T, BASE-TX, BASE-SX, etc.? What is the meaning of the components of the name?
I understand the number in the naming convention. The number represents how many Megabits per second can the standard support. However, I do not understand the rest of the naming convention. What do "BASE," "T," "X," etc. mean?
Can someone explain…

yoyo_fun
- 1,531
- 4
- 19
- 28
14
votes
4 answers
Is Nexus 7000 series line card "OIR" impact-free?
I have read many data sheets on the Nexus 7000 series and it's cards purporting to be capable of OIR (Online Insertion and Removal).
However I have never needed to replace/reseat/add any Nexus line cards since I walked into this Nexus deployment two…

Brett Lykins
- 8,278
- 5
- 36
- 66
14
votes
3 answers
Should a router use SLAAC for IPv6 address assignment?
I am a little confused by the following 2 RFCs relating to IPv6:
RFC 4862 (IPv6 Stateless Address Autoconfiguration)
RFC 7084 (IPv6 CE Router Requirements)
RFC 4862 states:
The autoconfiguration process specified in this document applies only to…

banjaxed
- 355
- 3
- 8
14
votes
4 answers
Why do I need a crossover cable to connect devices of the same type?
I know that a crossover cable should be used to directly connect devices of the same type and patch cable is used to connect devices of different types.
But I never understood why is it so exactly? Why does such design has been chosen? Does the…

syntagma
- 349
- 1
- 3
- 8
14
votes
2 answers
Broadcasting wifi packets without a network
I have a question about Wifi, I couldn't find the answer anywhere.
Is it possible to send a packet over wifi without having joined any kind of network (ad-hoc or not)?
I would like to be able to send packets in the air without joining a network.…

Noé Malzieu
- 243
- 2
- 6
14
votes
4 answers
Possible (bit) patterns of a netmask
Given a prefix Y, it's easy to calculate the corresponding netmask: Put Y times a set bit, and then fill up "to the right" with zeros until one has 32 bits (IPv4) in total.
Example:
Prefix 24, thus netmask 11111111 11111111 11111111 00000000 or…

Daniel Jour
- 253
- 1
- 6
14
votes
7 answers
Full-duplex with two antennas
It is said that wireless is a half-duplex medium. "Dual-band" stations are now common, with one antenna in the 2.4 GHz band, and the other in the 5GHz band. Suppose now we have stations with both antennas in, say, the 5GHz band, but on different…

T. Webster
- 663
- 2
- 7
- 14
14
votes
2 answers
BGP regular expression .+_.+_.+_.+_.+_.+_.+_.+_.+_.+_.+_.+
could anyone tell me what ip as-path access-list 100 deny .+_.+_.+_.+_.+_.+_.+_.+_.+_.+_.+_.+ stands for?!
I searched over the internet for the meaning of this regular expression, but I was unable to find any info.

ipermo
- 275
- 2
- 9
14
votes
3 answers
How does a switch learn a MAC address not in its lookup table?
I have a relatively dumb question. Suppose the Switch just started, and it received a frame that contains a destination MAC address for a network device not in its MAC addresses table.
What happens then? Does it broadcast (MAC address…
user24308
14
votes
1 answer
What happened to IPv5?
I hear/read much about IPv4 and IPv6 and nothing about IPv5. Where did it get lost in the discussion?

Waldemar Gałęzinowski
- 243
- 1
- 4
14
votes
2 answers
Does the source MAC address of a frame change when it passes through several switches?
If PC1 sends an Ethernet frame to Switch1 which forwards the frame to Switch2 which in turn forwards the frame to PC2, does any decapsulation happen that changes the source MAC address?

Rana Mallah
- 175
- 1
- 2
- 6
14
votes
2 answers
In what mode does the 2960-S IOS prompt ends with a colon ":"
QUESTION
For a Cisco 2960-S switch, when connecting on the console port, normally the prompt is:
SwitchName>
then you issue an enable command and end-up with a prompt like:
SwitchName#
However, I stumbled to diagnostic a switch which was…

Philibert Perusse
- 345
- 2
- 8
14
votes
1 answer
Four layer-2 addresses in 802.11 frame header
I am new to wireless LAN. I see that it has four addresses in the frame header. In case of a Wired Ethernet, there are only two MAC addresses, the source and the destination (which is essentially the address of the next hop).
But in case of wireless…

Ankur Bhatia
- 243
- 1
- 2
- 5
14
votes
6 answers
What happens when the ARP cache overflows?
In at least one implementation there is a hard limit on the capacity of the ARP table. What happens when the ARP cache is full and a packet is offered with a destination (or next-hop) that isn't cached? What happens under the hood, and what is the…

neirbowj
- 869
- 1
- 9
- 18
14
votes
2 answers
STP blocking port selection
I want to make sure I'm understanding how this works. Specifically the term "Sending Port ID" has me very confused.
Consider this diagram, I want to make sure I have root port selection figured out:
The switch on top is the root and all settings…

red888
- 459
- 2
- 6
- 17